diff options
| author | Jaromil <[email protected]> | 2010-05-23 16:01:31 (GMT) |
|---|---|---|
| committer | Jaromil <[email protected]> | 2010-05-23 16:01:31 (GMT) |
| commit | c358a55a01f5435f0ec47021c344d11fcaab32db (patch) | |
| tree | 8a60d3f62823a4a1aaae07b8d51f2906ebc26267 | |
| parent | 34b290ec90e8a2c8f9ff2428b45de82dcddb02f0 (diff) | |
Dirk's new email is included
| -rw-r--r-- | AUTHORS | 11 | ||||
| -rw-r--r-- | BUGS | 7 | ||||
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | HELP | 4 | ||||
| -rw-r--r-- | doc/dirsum.1 | 2 |
5 files changed, 22 insertions, 10 deletions
@@ -1,4 +1,7 @@ -Dirk Bartley [email protected] -This is the initial release. -It is version 0.2 -Second release is version 0.3 + +Original author: Dirk Bartley <[email protected]> + +Current maintainer: Denis Roio <[email protected]> + +For inquiries and questions please direct your mails to the current +maintainer. @@ -1,5 +1,6 @@ -Version .3 fixed bug that when compiled and ran on some systems the readdir -function is unable to determine a files type. I am attempting to fix it but -have not yet discovered how to determine file types on these systems. +There are no currently known bugs for this software. + +If you find any, write to <[email protected]> including a GDB backtrace +and description of the system architecture you are running. @@ -1,3 +1,11 @@ +Release 0.4 2010-25-05 build updates and documentation. + New maintainer: Jaromil + + Autoconf/Automake build system + Fixes to compile on GCC 4 + New manual page + Debian packaging + Release 0.3 fixed a known bug. Fixed bug that when compiled and ran on some systems the readdir @@ -33,7 +33,7 @@ first level subdirectories will be listed with the appropriate count of directories under it and files and bytes in those files 1 level and a sum of the files and direcories deeper than that. -That's all there is to it. If you have any questions please do not be afraid to -ask at my email in the AUTHORS file. +That's all there is to it. + Dirk diff --git a/doc/dirsum.1 b/doc/dirsum.1 index e6b3ae5..3ffe17e 100644 --- a/doc/dirsum.1 +++ b/doc/dirsum.1 @@ -30,7 +30,7 @@ continue recursion into new partitions mounted in subdirectories .SH AUTHORS .nf -Dirk Bartley - author <\[email protected]\fR> +Dirk Bartley - author <\[email protected]\fR> Denis "Jaromil" Roio - current maintainer <\fIhttp://rastasoft.org\fR> .fi |

