aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2008-11-16 15:17:37 +0000
committerMatthias Andree <matthias.andree@gmx.de>2008-11-16 15:17:37 +0000
commitb6788ef29f13aeeb9f55d826dccd615a0d400c2a (patch)
tree9c819547033e0dce64e716ccb4c43c03faa5e59a
parent493f8a56f3bb29868ee64f5a90abb737b90bb479 (diff)
downloadfetchmail-b6788ef29f13aeeb9f55d826dccd615a0d400c2a.tar.gz
fetchmail-b6788ef29f13aeeb9f55d826dccd615a0d400c2a.tar.bz2
fetchmail-b6788ef29f13aeeb9f55d826dccd615a0d400c2a.zip
Prepare release 6.3.9.
svn path=/branches/BRANCH_6-3/; revision=5242
-rw-r--r--NEWS2
-rw-r--r--RELEASEVERSIONS1
-rw-r--r--configure.ac4
3 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 2c2da7dd..50a24c75 100644
--- a/NEWS
+++ b/NEWS
@@ -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([.])