From 2db08b36f61c63db299b1387fa974668d05465d3 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Tue, 26 Apr 2005 11:55:12 +0000 Subject: [PATCH] * HACKING, THANKS: Updated. --- ChangeLog | 5 +++++ HACKING | 14 ++++++++++++-- THANKS | 3 +++ 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index cb1ca942..c5ee97be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-04-26 Ralf Wildenhues , + Gary V. Vaughan + + * HACKING, THANKS: Updated. + 2005-04-25 David Edelsohn * m4/libtool.m4 (_LT_LINKER_SHLIBS): _LT_TAGDECL(file_list_spec). diff --git a/HACKING b/HACKING index 4813a5ee..8c07cb06 100644 --- a/HACKING +++ b/HACKING @@ -350,6 +350,16 @@ yyyy-mm-dd Name of Author (tiny change) * 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 @@ yyyy-mm-dd Name of Author (tiny change) 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 @@ The Libtool Team is pleased to announce the release of GNU Libtool 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 @SUMMARY_OF_IMPROVEMENTS_SINCE_LAST_RELEASE_ON_THIS_BRANCH@. diff --git a/THANKS b/THANKS index 52373b68..e145de51 100644 --- a/THANKS +++ b/THANKS @@ -92,6 +92,8 @@ Peter Eisentraut peter_e@gmx.net Peter Ekberg peda@lysator.liu.se Rainer Orth ro@TechFak.Uni-Bielefeld.DE + Ralf Menzel menzel@ls6.cs.uni-dortmund.de + Robert Ögren lists@roboros.com Sebastian Wilhelmi wilhelmi@ira.uka.de Stephan Kulow coolo@kde.org Steven M. Schultz sms@wlv.iipo.gtegsc.com @@ -101,6 +103,7 @@ Tor Lillqvist tml@iki.fi Ulrich Drepper drepper@ipd.info.uni-karlsruhe.de Xavier Pianet xavier@xingo.com + Пухальский Юрий Андреевич pooh@cryptopro.ru * And, not forgetting everyone that was kind enough to spend time testing