diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-09-24 20:13:57 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-09-24 20:13:57 +0000 |
commit | a12da4ee65e0d140bbbcb811eef1cba93785ce35 (patch) | |
tree | c549258dcd9b8d2848da3135cb86d51c75138097 /NEWS | |
parent | f5ece9304c6f778f8888860b50d431dca147074c (diff) | |
download | fetchmail-a12da4ee65e0d140bbbcb811eef1cba93785ce35.tar.gz fetchmail-a12da4ee65e0d140bbbcb811eef1cba93785ce35.tar.bz2 fetchmail-a12da4ee65e0d140bbbcb811eef1cba93785ce35.zip |
_( -> GT_(
svn path=/trunk/; revision=3478
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -15,6 +15,8 @@ * Mike Warfield's fix for using a combined SSL cert and key in a single file. * DNS lookups moved to just before te mailserver socket open, so fetchmail now works OK even if started up without Internet access. +* Switched from _( to GT_( as a gettext macro, in order to avoid a + conflict with the SSL library. fetchmail-5.9.0 (Sun Aug 12 23:52:16 EDT 2001), 21062 lines: @@ -56,7 +58,7 @@ fetchmail-5.8.15 (Tue Jul 31 02:07:03 EDT 2001), 21075 lines: * Man page bugs pointed out by Andrew Benham. * POP3 end of session RSET on keep removed. * In IMAP, handle BAD and NO responses to FETCH gracefully. -* Parse "no {syslog|invisible|showdots} properly. +* Parse "no {syslog|invisible|showdots}" properly. * Change AC_DEFINE to AC_DEFINE_UNQUOTED appropriately in configure.in (Debian bug #104484). * Fixed bug in fetchmailconf plugin/plugout code (Debian bug #105987). |