From: Matthias Andree Date: Fri, 30 Oct 2009 02:25:18 +0000 (-0000) Subject: Release 6.3.13. X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=5a9081ad4066c0d5ad77482f6f2ebf1caa503ef9;p=~andy%2Ffetchmail Release 6.3.13. svn path=/branches/BRANCH_6-3/; revision=5449 --- diff --git a/NEWS b/NEWS index a164fd71..ccee751f 100644 --- a/NEWS +++ b/NEWS @@ -47,7 +47,7 @@ removed from a 6.4.0 or newer release.) -------------------------------------------------------------------------------- -fetchmail 6.3.13 (not yet released): +fetchmail 6.3.13 (released 2009-10-30, 25333 LoC): # REGRESSION FIXES * The multiline SMTP error fix in release 6.3.12 caused fetchmail to lose @@ -85,6 +85,7 @@ fetchmail 6.3.12 (released 2009-10-05): BerliOS Bug #16134. * Report multiline SMTP errors properly, reported by Earl Chew; fixes Debian Bug #569899, reported by Akihiro Terasaki. + Note: This fix introduced a regression, fixed in 6.3.13. * Replace control characters in SMTP replies by '?'. * Fetchmailconf: Fix descriptions for smtpaddress and smtpname options; smtpaddress is for RCPT TO, not MAIL FROM. Found by Gerard Seibert. diff --git a/RELEASE-INSTRUCTIONS b/RELEASE-INSTRUCTIONS index e40b2b57..515ec591 100644 --- a/RELEASE-INSTRUCTIONS +++ b/RELEASE-INSTRUCTIONS @@ -1,10 +1,21 @@ To do a release: -1. Torture-test the code against the list of test sites usuing the - torturetest script. +- Update NEWS, configure.ac, and fetchmail.man, with release number & date. -2. Check in all files to RCS with an appropriate release label. +- Run "perl dist-tools/makerelease" - this entails "make distcheck" and + RPM building. -3. Run "makerelease" is root. Read the script to see what it generates. +- Commit all files to the VCS. -4. Run "upload" as yourself. +- Tag the new release and record the revision in RELEASE-VERSIONS + +- Upload sig and tarball to ~/public_html/fetchmail/ and edit index.html + for the new files, NEWS, and the new release and last update. + +- Upload sig and tarball to ftp.berlios.de:/incoming/ and release + +- Upload lsm and tarball to Ibiblio + +- Update the fetchmail website for version and last update, commit, and upload. + +- Announce on freshmeat. diff --git a/RELEASEVERSIONS b/RELEASEVERSIONS index 6cc6081d..f2475c58 100644 --- a/RELEASEVERSIONS +++ b/RELEASEVERSIONS @@ -1,6 +1,7 @@ SVN release - fetchmail release - release manager ==================================================== SORT_BY (release) +r5450 - 6.3.13 (2009-10-30) - MA r5439 - 6.3.12 (2009-10-05) - MA r5398 - 6.3.11 (2009-08-06) - MA r5373 - 6.3.10 (2009-07-02) - MA diff --git a/configure.ac b/configure.ac index 1c6e4ac7..2170c355 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl Process this file with autoconf to produce a configure script. dnl dnl XXX - if bumping version here, check fetchmail.man, too! -AC_INIT([fetchmail],[6.3.12],[fetchmail-users@lists.berlios.de]) +AC_INIT([fetchmail],[6.3.13],[fetchmail-users@lists.berlios.de]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) diff --git a/fetchmail.man b/fetchmail.man index c23ee6fc..0f090ebc 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -10,7 +10,7 @@ .\" Load www macros to process .URL requests, this requires groff: .mso www.tmac .\" -.TH fetchmail 1 "fetchmail 6.3.12" "fetchmail" "fetchmail reference manual" +.TH fetchmail 1 "fetchmail 6.3.13" "fetchmail" "fetchmail reference manual" .SH NAME fetchmail \- fetch mail from a POP, IMAP, ETRN, or ODMR-capable server diff --git a/website/index.html b/website/index.html index 5a0ec9bb..32918aa7 100644 --- a/website/index.html +++ b/website/index.html @@ -15,7 +15,7 @@ - +
Fetchmail2009-10-052009-10-30
@@ -41,11 +41,11 @@

Fetchmail

-

NEWS: FETCHMAIL 6.3.12 RELEASE

-

On 2009-10-05, fetchmail-6.3.12 +

NEWS: FETCHMAIL 6.3.13 RELEASE

+

On 2009-10-30, fetchmail-6.3.13 has been released (this is the download link), fixing a - regression in the 6.3.11 security fix and updating translations. + regression in the 6.3.12 SMTP multiline fix and updating translations. It is a recommended update for all users. Click here to see the change details.