X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=5ef0e1db8aa897eea3c70d73e0d7709e26ef38a9;hb=9744555b38947913e094380962ef0774b7c32e8f;hp=1fdd6f87cc97770730d7c5ed0cb5263be3d0710b;hpb=5f98c0e77b9e8ef4320b87a008e6f4c02c17fe90;p=mmh diff --git a/ChangeLog b/ChangeLog index 1fdd6f8..5ef0e1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,41 @@ +Tue May 09 17:01:47 2000 Dan Harkless + + * Alphabetized Shantonu's $pop_kinds output on configure's "pop is + enabled" line. If POP3 is the only kind of POP enabled, say so, + rather than just saying "yes" (which is ambiguous). + + * Fixed four warnings in Shantonu's new getpass.c. Needed to + #include for calloc(), for ttyname(), and + "h/mh.h" for adios(). Also changed ch from char to int to get rid + of "comparison is always 1 due to limited range of data type" on EOF. + + * Added steps to README.developers saying to change the version + number to X.Y.Z+dev. Did a little rearranging and changed the FTP + dir from /home/ftp to /var/ftp to reflect Doug's new machine. + + * Changed configure.in to use gcc -Wall even without + --enable-debug, to prevent developers compiling optimized from + introducing warnings, and to give end-users a warm, fuzzy feeling + as they (hopefully) see no warnings come out (except perhaps on + the lex output file) even with -Wall. + + * Renamed getpass() to nmh_getpass() since the prototype for + getpass() varies from OS to OS, and we want to _always_ use our + version of the function. Fixed all the callers to use + nmh_getpass() and added it to prototypes.h. Semi-arbitrarily + upped MAX_PASSWORD_LEN from 128 to 256. buf was being calloc()'d + and the memory leaked -- should have just been declared as static + char array. Prepended "Portions of this code are" to the + copyright message, as this version has been changed significantly + from the BSD version. + + * Added "nmh-local functions to use in preference to OS versions" + section to README.developers (currently just says to use + nmh_getpass() instead of system getpass()). + + * Prepended "Portions of this code are" to the copyright message + in ruserpass.c also. + Mon May 08 23:51:55 2000 Dan Harkless * Doug informed me that the way I had restored the "lost" version