diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2007-02-18 19:02:35 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2007-02-18 19:02:35 +0000 |
commit | 7c8ef00cb43252aee9597cfee153002178cde117 (patch) | |
tree | 7539aa4f6a51613c16265eb1cf91e56e12aee8c8 /NEWS | |
parent | ff48fecdcfccf4b65ce18ff588f3b0b43f03dbc1 (diff) | |
download | fetchmail-7c8ef00cb43252aee9597cfee153002178cde117.tar.gz fetchmail-7c8ef00cb43252aee9597cfee153002178cde117.tar.bz2 fetchmail-7c8ef00cb43252aee9597cfee153002178cde117.zip |
Fix pluralization in oversized-messages warning.
svn path=/branches/BRANCH_6-3/; revision=5039
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 31 |
1 files changed, 19 insertions, 12 deletions
@@ -42,19 +42,10 @@ be removed from a 6.4.0 or newer release.) -------------------------------------------------------------------------------- -fetchmail 6.3.7 (released 2007-02-18): - -# FIXES FOR REGRESSIONS IN 6.3.6 -* Fix KPOP. Patch by Miloslav Trmac. -* Fix repoll when server disconnects after opportunistic TLS failed for POP3. - Berlios Bug #10133 = Gentoo Bug #163782 reported by Andrej Kacian. +fetchmail 6.3.8 (not yet released): -# TRANSLATION UPDATES -* Japanese (Takeshi Hamasaki), Polish (Jakub Bogusz) - -# CHANGES -* Consider getaddrinfo() on Darwin 9 (Mac OS X 10.5 "Leopard") thread-safe. - Reported by Uli Zappe. +# BUG FIXES: +* Fix pluralization of oversized-message warning mails. # KNOWN BUGS AND WORKAROUNDS: (this section floats upwards through the NEWS file so it stays with the @@ -74,6 +65,22 @@ fetchmail 6.3.7 (released 2007-02-18): * some of the documentation is still not up to date + +fetchmail 6.3.7 (released 2007-02-18): + +# FIXES FOR REGRESSIONS IN 6.3.6 +* Fix KPOP. Patch by Miloslav Trmac. +* Fix repoll when server disconnects after opportunistic TLS failed for POP3. + Berlios Bug #10133 = Gentoo Bug #163782 reported by Andrej Kacian. + +# TRANSLATION UPDATES +* Japanese (Takeshi Hamasaki), Polish (Jakub Bogusz) + +# CHANGES +* Consider getaddrinfo() on Darwin 9 (Mac OS X 10.5 "Leopard") thread-safe. + Reported by Uli Zappe. + + fetchmail 6.3.6 (released 2007-01-04): # SECURITY FIXES: |