]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* README-alpha: improved the release instructions to mention
authorGary V. Vaughan <gary@gnu.org>
Tue, 6 Jul 1999 15:27:19 +0000 (15:27 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 6 Jul 1999 15:27:19 +0000 (15:27 +0000)
actual list addresses for announcements, and urls for upload
locations.

ChangeLog
README-alpha

index e96fd72f09e8cabfa3730b10b0971eb80b816577..6999a749bfa22e365bb86ecede1daaea0a506a3a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1999-07-06  Gary V. Vaughan  <gary@oranda.demon.co.uk>
+
+       * README-alpha:  improved the release instructions to mention
+       actual list addresses for announcements, and urls for upload
+       locations.
+
 1999-07-03  Thomas Tanner  <tanner@ffii.org>
 
        * doc/PLATFORMS: 1.3b passes all tests on cygwin
index 7d024c5a9e9d092de04356539ab48d59e0f014b9..882e491eef204e25e33ac28bfbc2fee73912a9ee 100644 (file)
@@ -67,10 +67,25 @@ using (by typing `ltconfig --version').
 
 * Commit
 
-* Run `make cvs-dist'
+* Run `make cvs-dist' which will tag the tree with release-maj-min<alpha>.
 
-* Put new release on ftp site and send announcement.
-  (If not an alpha, announcement must also go to FSF.)
+* Run `make cvs-diff' which will create a diff file against the previous
+  release tag (set OLDVERSION=min.maj<alpha> in the environment beforehand
+  if necessary).
+
+* Get a copy of the previous release tarball (by reverse applying the diff,
+  or downloading from gnu.org), and generate an xdelta with: 
+
+    xdelta delta libtool-<prev>.tar.gz libtool-<version>.tar.gz > \
+    libtool-<prev>-<version>.tar.xdp.gz'
+
+* Upload release tarball, diff file and xdelta file 
+  ftp://melange/~ftp/gnu/libtool and send announcement to libtool@gnu.org.
+
+* If not an alpha, announcement must also go to info-gnu@gnu.org, and an
+  upload request be sent to ftp-upload@gnu.org requesting files be transferred
+  from ftp://alpha.gnu,org/gnu/libtool to ftp://ftp.gnu.org/gnu/libtool.
 
 * Update version number in configure.in to next alpha number.
-  Commit.
+
+* Commit.