Hi Gary, others,
* Gary V. Vaughan wrote on Tue, Apr 26, 2005 at 10:24:17AM CEST:
> Ralf Wildenhues wrote:
> > +* Make sure your locale is sane, e.g. by exporting LC_ALL=C.
>
> Good point!
Hehe. Luckily I stumbled over the german navigation bar in the texinfo
output before it was too late. :-)
*snip*
> There is also a typo in the release note template I just spotted:
>
> s/comlexity/complexity/g
Thanks. I have applied the following to HEAD and branch-2-0,
it also includes the THANKS update.
Sorry, BTW, I forgot to post the branch-1-5 release patches.
Will do so tonight.
Regards,
Ralf
* HACKING, THANKS: Updated.
Index: HACKING
===================================================================
RCS file: /cvsroot/libtool/libtool/HACKING,v
retrieving revision 1.15
diff -u -r1.15 HACKING
--- HACKING 22 Apr 2005 10:20:46 -0000 1.15
+++ HACKING 26 Apr 2005 11:39:25 -0000
@@ -350,6 +350,16 @@
* Make sure you have a copy of xdelta installed, and a copy of the previous
release tarball in the build directory.
+* Make sure your locale is sane, e.g. by exporting LC_ALL=C.
+
+* Double check that serial number updates in public m4 files weren't forgotten
+ since last release (they should be updated in CVS along with commits that
+ require it so that users can work with CVS snapshots).
+
+* Double check that libltdl version number updates weren't forgotten since last
+ release (they should be updated in CVS along with commits that require it so
+ that users can work with CVS snapshots).
+
* Update the version number in configure.ac.
See http://www.gnu.org/software/libtool/contribute.html for details of
the numbering scheme.
@@ -382,7 +392,7 @@
with release-$(VERSION) and generate the gpg signature files.
* Run 'make -f[../]Makefile.maint deltas' (pass
- LASTRELEASE=min.maj[.mic[alpha]] if needed) to create both diff and
+ LASTRELEASE=maj.min[.mic[alpha]] if needed) to create both diff and
xdelta files between the previous release tarball and the new with
detached gpg signature files and clear signed directive files.
@@ -498,7 +508,7 @@
GNU Libtool hides the complexity of using shared libraries behind a
consistent, portable interface. GNU Libtool ships with GNU libltdl,
-which hides the comlexity of loading dynamic runtime libraries
+which hides the complexity of loading dynamic runtime libraries
(modules) behind a consistent, portable interface.
This release has @[EMAIL PROTECTED]
Index: THANKS
===================================================================
RCS file: /cvsroot/libtool/libtool/THANKS,v
retrieving revision 1.42
diff -u -r1.42 THANKS
--- THANKS 20 Mar 2005 07:15:17 -0000 1.42
+++ THANKS 26 Apr 2005 11:39:25 -0000
@@ -92,6 +92,8 @@
Peter Eisentraut [EMAIL PROTECTED]
Peter Ekberg [EMAIL PROTECTED]
Rainer Orth [EMAIL PROTECTED]
+ Ralf Menzel [EMAIL PROTECTED]
+ Robert Ãgren [EMAIL PROTECTED]
Sebastian Wilhelmi [EMAIL PROTECTED]
Stephan Kulow [EMAIL PROTECTED]
Steven M. Schultz [EMAIL PROTECTED]
@@ -101,6 +103,7 @@
Tor Lillqvist [EMAIL PROTECTED]
Ulrich Drepper [EMAIL PROTECTED]
Xavier Pianet [EMAIL PROTECTED]
+ ÐÑÑÐÐÑÑÐÐÐ ÐÑÐÐ ÐÐÐÑÐÐÐÐÑ [EMAIL PROTECTED]
* And, not forgetting everyone that was kind enough to spend time testing