diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-08-24 21:00:06 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-08-24 21:00:06 +0000 |
commit | d324bad12839c55d3c3c0b07ed3049f2a01e897e (patch) | |
tree | 85f7504ae4b8c0e37ef4b9ab8a8a4d9771bba69a | |
parent | 22c3634747ea4d6416463e638b2ece869d65aaf0 (diff) | |
download | fetchmail-d324bad12839c55d3c3c0b07ed3049f2a01e897e.tar.gz fetchmail-d324bad12839c55d3c3c0b07ed3049f2a01e897e.tar.bz2 fetchmail-d324bad12839c55d3c3c0b07ed3049f2a01e897e.zip |
Version bump.
svn path=/trunk/; revision=2052
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index 0ffc5e9b..908d53ab 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3,7 +3,7 @@ # If you're running QNX, we can't assume a working autoconf. # So just uncomment all the lines marked QNX. -VERS=4.5.5 +VERS=4.5.6 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ @@ -3,10 +3,11 @@ fetchmail-4.5.6 (): * SDPS support, experimental version 2. Requires configure --enable-SDPS. * Major FAQ update. Added geocities warning. -* Fix --configdump so embedded single and double quotes are handled. -* Fix fetchmailconf that prevented deletion of first items in lists. +* Fixed --configdump so embedded single and double quotes are handled. +* Fetchmailconf 1.3: fixed bug that prevented deletion of first items in lists. +* Fixed the `set postmaster' option to work correctly, grrr... -There are 254 people on fetchmail-friends and 267 on fetchmail-announce. +There are 253 people on fetchmail-friends and 272 on fetchmail-announce. fetchmail-4.5.5 (Mon Aug 3 16:08:14 EDT 1998): * Brendan Cully's FAQ entry on GSSAPI. |