diff options
| -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 bartleyd2@chartermi.net -This is the initial release. -It is version 0.2 -Second release is version 0.3 + +Original author: Dirk Bartley <dirk@rustyloon.net> + +Current maintainer: Denis Roio <jaromil@dyne.org> + +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 <jaromil@dyne.org> 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 <\fIbartleyd2@chartermi.net\fR> +Dirk Bartley - author <\fIdirk@rustyloon.net\fR> Denis "Jaromil" Roio - current maintainer <\fIhttp://rastasoft.org\fR> .fi |

