]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Release 0.11.
authorBruno Haible <bruno@clisp.org>
Thu, 31 Jan 2002 13:35:27 +0000 (13:35 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 23:11:56 +0000 (01:11 +0200)
14 files changed:
ChangeLog
Makefile.am
configure.in
doc/ChangeLog
intl-java/ChangeLog
intl/ChangeLog
lib/ChangeLog
m4/ChangeLog
man/ChangeLog
misc/ChangeLog
po/ChangeLog
projects/ChangeLog
src/ChangeLog
tests/ChangeLog

index 4b2898cb78a2384c82767633ebe78d9ce56d3866..8d3d1ab645db544ddf865526b813bf8e5aa56422 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2002-01-31  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-0.11 released.
+
+2002-01-31  Bruno Haible  <bruno@clisp.org>
+
+       * configure.in: Bump version number to 0.11.
+       (RELEASE_DATE): Bump.
+       * Makefile.am (EXTRA_DIST): Remove README-alpha.
+
 2002-01-31  Bruno Haible  <bruno@clisp.org>
 
        * INSTALL: Remove instructions for using Intel icc. It's getting to
index a7ce43f131f15d3080667a4c46d4426cc81eae30..7c3d549ff7da22abbce8946a6322edc8f03afbed 100644 (file)
@@ -26,7 +26,7 @@ gettextsrc_SCRIPTS = config.rpath
 
 SUBDIRS = doc intl intl-java lib src po man m4 projects misc tests
 
-EXTRA_DIST = config.rpath BUGS DISCLAIM PACKAGING README.gemtext README-alpha \
+EXTRA_DIST = config.rpath BUGS DISCLAIM PACKAGING README.gemtext \
              djgpp/Makefile.maint djgpp/README.in djgpp/README \
              djgpp/config.bat djgpp/config.in djgpp/config.sed \
              djgpp/config.site djgpp/edtests.bat djgpp/fnchange.in \
index 3235aaf8690cb8b85664b21bdadc37d6a28db1f5..12de6963cdea5e2068ddcda66c1929e8ac0b4118 100644 (file)
@@ -1,8 +1,8 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.13)
 AC_INIT(src/msgfmt.c)
-AM_INIT_AUTOMAKE(gettext, 0.11-pre5++)
-RELEASE_DATE=2001-05-23      dnl in "date +%Y-%m-%d" format
+AM_INIT_AUTOMAKE(gettext, 0.11)
+RELEASE_DATE=2002-01-31      dnl in "date +%Y-%m-%d" format
 AM_CONFIG_HEADER(config.h)
 
 dnl Checks for programs.
index 417028fe5c5fad5de81d1d7267f0a0bbefd6a488..6bea718f6e0420da6c133467f848ade6ef4efe84 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-31  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-0.11 released.
+
 2002-01-30  Bruno Haible  <bruno@clisp.org>
 
        * nls.texi (Using This Package): Document how to deal with locale name
index a37b11187aa3446b80f47643d04cfca268ee3f1d..93c025f3b4361132e2022dcea1d9219631133705 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-31  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-0.11 released.
+
 2001-11-25  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am (install-javadoc1): Make it work when builddir != srcdir.
index 51b9c9962c0c7079a9a2cb0c6e02b9f6792cf213..0c733565a0b0fb1ee8fefb2047824596a59165b9 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-31  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-0.11 released.
+
 2002-01-24  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.in (libintl.la): Use @LTLIBICONV@ instead of @LIBICONV@.
index e6b854dc54965b5eb382f5633e7be53be13d2fd0..de83280ff51e5ecf6905cf9cd0e2942b2c7b6c6e 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-31  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-0.11 released.
+
 2002-01-30  Bruno Haible  <bruno@clisp.org>
 
        * error.c: Compile nothing if HAVE_ERROR_AT_LINE is set.
index ed0e38ae698868ec3b1d675d123c8b973edea4f5..e2042569811a5a18cc0f0457eb8db16068a9ee9e 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-31  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-0.11 released.
+
 2002-01-30  Bruno Haible  <bruno@clisp.org>
 
        * error.m4: New file.
index f4244ed18cd40f10ceee388409f0b35576798d2d..4a59be23684027723d556d1b253eaec55ded4a07 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-31  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-0.11 released.
+
 2001-12-08  Bruno Haible  <bruno@clisp.org>
 
        * msgfilter.x: Renamed from msgexec.x.
index 02323facc6d514d0794372e8db6901ccd37d097d..1a47e55765987b076e7f7eecae62c086dbfa26f8 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-31  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-0.11 released.
+
 2002-01-26  Bruno Haible  <bruno@clisp.org>
 
        * gettextize.in: If directory intl was removed, remove it from SUBDIRS
index 7d8458aa0073cab01e8db951dedd6125d29acc9c..1229c919cb8360d8d8acff226d66404ea6797ea9 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-31  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-0.11 released.
+
 2002-01-24  Bruno Haible  <bruno@clisp.org>
 
        * da.po: Update from Keld Simonsen <keld@dkuug.dk>.
index cb3ce0f4fadb3f15bc99978e946bc10a778c8fa6..675c665bb5ac1a02f8397775dfc92dde2f4ea66b 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-31  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-0.11 released.
+
 2001-11-25  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am (install-data-local): Make it work when
index 89a5fdc23200ab3ff5972c597a50b6389d1fe092..88b0fc35ffd13fd6ccf35d1b5652e2a419e3a7f5 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-31  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-0.11 released.
+
 2002-01-30  Bruno Haible  <bruno@clisp.org>
 
        Make the gettext and ngettext programs independent of libgettextlib.
index 2d06f22e612baaf7de3b3b85976364bc5742a364..5cf32fbafcbaa3a4db33009978855578831e18f1 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-31  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-0.11 released.
+
 2002-01-24  Bruno Haible  <bruno@clisp.org>
 
        * rpathlyx/configure.in: Don't use AC_LIB_APPENDTOVAR for LIB