diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-07-01 17:32:57 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-07-01 17:32:57 +0000 |
commit | 8dc48b649e2e0b8781a05d47a39c59713e5a1d33 (patch) | |
tree | e1ea3a0505a87f6771bc824fb658dbbe3e6c89e4 /NEWS | |
parent | fe8e1a1e27f3ee69bb9158e786cdc537893130b1 (diff) | |
download | fetchmail-8dc48b649e2e0b8781a05d47a39c59713e5a1d33.tar.gz fetchmail-8dc48b649e2e0b8781a05d47a39c59713e5a1d33.tar.bz2 fetchmail-8dc48b649e2e0b8781a05d47a39c59713e5a1d33.zip |
Bug fixes.
svn path=/trunk/; revision=22
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -1,11 +1,19 @@ NEWS +3.01: + +* Fixed a bug in dump_options that cauded username to be displayed incorrectly. + +* The lock assertion code was in the wrong place relative to the daemonize() + call. 3.0: Eric S. Raymond <esr@thyrsus.com> hacked extensively on 3.0b6 and took over -the package with the consent of Clark Harris, the original implementor. -Here are my (Eric's) change notes: +the package with the consent of Carl Harris, the original implementor. +Some of the 3.0 feature additions were inspired by Sean Oh's fetchpop 1.8 +code, and a few use code directly lifted from fetchpop. Here are my (Eric's) +change notes: CONFIGURATION AND BUILDING |