diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-09-30 15:05:51 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-09-30 15:05:51 +0000 |
commit | dc6faf2379170e7cac5005854ce48958115d4896 (patch) | |
tree | 673cb7706be777fceaccff3926c047ef6d788945 /NEWS | |
parent | 1575d9fbe5c676709a6e27be33c57d820efea2c4 (diff) | |
download | fetchmail-dc6faf2379170e7cac5005854ce48958115d4896.tar.gz fetchmail-dc6faf2379170e7cac5005854ce48958115d4896.tar.bz2 fetchmail-dc6faf2379170e7cac5005854ce48958115d4896.zip |
getopt_long is back for Solaris and HP-UX.
svn path=/trunk/; revision=3508
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -5,9 +5,10 @@ * Fix configuration error in handling of long options. * Thomas Moestl's patch to use querynames in UID files. * Timeout to deal with long socket closes (Sunil Shetye). -* Move from RSA MD5 code to Colin Plumb's public-domain implemenrtaion (BSD +* Move from RSA MD5 code to Colin Plumb's public-domain implementation (BSD classic license eliminated) -* Rewrite strcasecmp() (BSD classic license eliminated) +* Rewrite strcasecmp() (BSD classic license eliminated). +* getopt_long is back for Solaris and HP-UX systems. fetchmail-5.9.2 (Wed Sep 26 12:47:00 EDT 2001), 21118 lines: |