diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2009-04-09 20:46:39 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2009-04-09 20:46:39 +0000 |
commit | 29fc7923e84b46f29a113b54921d2bf2efacd265 (patch) | |
tree | 702734eedfe25f82eaed50349da9fdc8b7d3ca84 /NEWS | |
parent | 31763af4e114bf6b7b93262ad997566820a5fa9b (diff) | |
download | fetchmail-29fc7923e84b46f29a113b54921d2bf2efacd265.tar.gz fetchmail-29fc7923e84b46f29a113b54921d2bf2efacd265.tar.bz2 fetchmail-29fc7923e84b46f29a113b54921d2bf2efacd265.zip |
Fix pre-/post-connect error/signal reporting.
svn path=/branches/BRANCH_6-3/; revision=5267
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -48,6 +48,10 @@ removed from a 6.4.0 or newer release.) fetchmail 6.3.10 (not yet released): +# INCOMPATIBLE BUGFIXES +* Use PS_PROTOCOL (4) rather than PS_SYNTAX (5) exit status when a pre- or + post-connect command fails. + # BUGFIXES * Fix misuse of canonical autoconf target as _TARGET when it should have been _HOST. Report and patch courtesy of Diego E. "Flameeyes" Pettenò. @@ -56,6 +60,8 @@ fetchmail 6.3.10 (not yet released): Michelle Konzack, Debian Bug#508667. * Do not overlap source and destination fields in snprintf() in interface.c. Courtesy of Nico Golde, Debian. +* When a pre- or post-connect command fails, now report the exit status or + termination signal properly through sys/wait.h macros. # CHANGES * Make the comparison of the SSL fingerprints case insensitive, to |