diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | RELEASEVERSIONS | 1 | ||||
-rw-r--r-- | configure.ac | 4 |
3 files changed, 4 insertions, 3 deletions
@@ -42,7 +42,7 @@ be removed from a 6.4.0 or newer release.) -------------------------------------------------------------------------------- -fetchmail 6.3.9 (not yet released): +fetchmail 6.3.9 (2008-11-16): # SECURITY AND CRITICAL BUG FIXES: * CVE-2007-4565: Denial of service: When fetchmail tries to inject a warning diff --git a/RELEASEVERSIONS b/RELEASEVERSIONS index 60aec789..93456008 100644 --- a/RELEASEVERSIONS +++ b/RELEASEVERSIONS @@ -1,5 +1,6 @@ SVN release - fetchmail release ================================ +r5222 - 6.3.9 (2008-11-16) r5093 - 6.3.8 (2007-04-06) r5037 - 6.3.7 (2007-02-18) r5010 - 6.3.6 (2007-01-05) diff --git a/configure.ac b/configure.ac index 036f16d7..88a004f0 100644 --- a/configure.ac +++ b/configure.ac @@ -3,12 +3,12 @@ dnl Autoconfigure input file for fetchmail # Fetchmail automatic configuration support # # Eric S. Raymond <esr@thyrsus.com> -# 2004 - 2007 Matthias Andree <matthias.andree@gmx.de> +# 2004 - 2008 Matthias Andree <matthias.andree@gmx.de> # dnl Process this file with autoconf to produce a configure script. dnl -AC_INIT([fetchmail],[6.3.9-rc3],[fetchmail-users@lists.berlios.de]) +AC_INIT([fetchmail],[6.3.9],[fetchmail-users@lists.berlios.de]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |