diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | RELEASE-INSTRUCTIONS | 21 | ||||
-rw-r--r-- | RELEASEVERSIONS | 1 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | fetchmail.man | 2 | ||||
-rw-r--r-- | website/index.html | 10 |
6 files changed, 26 insertions, 13 deletions
@@ -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 @@ <table width="100%" cellpadding="0" summary="Canned page header"> <tr> <td>Fetchmail</td> -<td align="right"><!-- update date -->2009-10-05</td> +<td align="right"><!-- update date -->2009-10-30</td> </tr> </table> </div> @@ -41,11 +41,11 @@ <h1>Fetchmail</h1> <div style="background-color:#c0ffc0;color:#000000;"> - <h1>NEWS: FETCHMAIL 6.3.12 RELEASE</h1> - <p>On 2009-10-05, <a - href="http://developer.berlios.de/project/showfiles.php?group_id=1824">fetchmail-6.3.12 + <h1>NEWS: FETCHMAIL 6.3.13 RELEASE</h1> + <p>On 2009-10-30, <a + href="http://developer.berlios.de/project/showfiles.php?group_id=1824">fetchmail-6.3.13 has been released (this is the download link),</a> 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. <a href="http://developer.berlios.de/project/shownotes.php?group_id=1824&release_id=16791">Click here to see the change details.</a> |