]> Pileus Git - ~andy/fetchmail/commitdiff
Release 6.3.13.
authorMatthias Andree <matthias.andree@gmx.de>
Fri, 30 Oct 2009 02:25:18 +0000 (02:25 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Fri, 30 Oct 2009 02:25:18 +0000 (02:25 -0000)
svn path=/branches/BRANCH_6-3/; revision=5449

NEWS
RELEASE-INSTRUCTIONS
RELEASEVERSIONS
configure.ac
fetchmail.man
website/index.html

diff --git a/NEWS b/NEWS
index a164fd71a394326cd4a5630350025495920373ee..ccee751f0edee99548f1315bd41b40d7367b9d69 100644 (file)
--- 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.
index e40b2b57efe182088fc923b09cdf207b41e3e809..515ec5912136745c6bfdaa1f430cc3e045caac71 100644 (file)
@@ -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.
index 6cc6081de1d8930cb5d01bd03b450683ee18bb44..f2475c58d39e56de50a1e4721cfe77145c782e3d 100644 (file)
@@ -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
index 1c6e4ac7da1c8d0f816aa59452e8c1a4dd179f2e..2170c355f9e30c88c6930fba6d9907e30d0799e6 100644 (file)
@@ -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([.])
index c23ee6fcf88d6d974bdaca51d87e62570f549255..0f090ebcf7d74c50f36ff569893d0902f7e717cf 100644 (file)
@@ -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
index 5a0ec9bb33fe1ff1b29e0a18e925bfcff776fc1b..32918aa71ccb211876554d4aa678ca9707f741e6 100644 (file)
@@ -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>
 <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&amp;release_id=16791">Click
        here to see the change details.</a>