agrees with it, except for copyright header changes.
- Update Origin version in
- gettext-runtime/po/Makefile.in.in and
- gettext-tools/po/Makefile.in.in
- if these files have changed since the last release.
+ gettext-runtime/po/Makefile.in.in
+ if this file has changed since the last release.
- Update the version numbers in
gettext-runtime/m4/po.m4
gettext-runtime/po/Makefile.in.in
- gettext-tools/po/Makefile.in.in
- gettext-runtime/intl/libgnuintl.h.in
- gettext-tools/libgettextpo/gettext-po.h.in
+ gettext-runtime/intl/libgnuintl.in.h
+ gettext-tools/libgettextpo/gettext-po.in.h
- Update -version-info arguments in gettext-runtime/intl/Makefile.in
and in gettext-tools/libgettextpo/Makefile.am.
gettext-runtime/NEWS
- Tag the repository (don't push it to the remote repository yet).
- git tag -m 'gettext 0.19.0 release' v0.19.0
+ git tag -m 'gettext 0.19 release' v0.19
- Iterate:
./rerun-autogen
cp archive.dir.tar.gz-<last-release-number> archive.dir.tar.gz
./add-to-archive /somewhere/gettext-0.xx.yy.tar.gz
Then update the case statement in autopoint.in.
-- run "update-po.sh" to generate PO files with the built tools
+- run "make maintainer-update-po" to generate PO files with the built tools
- again: "make dist"
* Upload gettext-0.xx.yy.tar.gz to ftp.gnu.org, according to the
/* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBINTL_VERSION 0x001203
+#define LIBINTL_VERSION 0x001300
extern int libintl_version;
-# intl.m4 serial 25 (gettext-0.18.3)
+# intl.m4 serial 26 (gettext-0.19)
dnl Copyright (C) 1995-2014 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl intl/plural.c is generated from intl/plural.y. It requires bison,
dnl because plural.y uses bison specific features. It requires at least
- dnl bison-1.26 because earlier versions generate a plural.c that doesn't
- dnl compile.
+ dnl bison-2.7 for %define api.pure.
dnl bison is only needed for the maintainer (who touches plural.y). But in
dnl order to avoid separate Makefiles or --enable-maintainer-mode, we put
dnl the rule in general Makefile. Now, some people carelessly touch the
ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
case $ac_prog_version in
'') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
- 1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*)
+ 2.[7-9]* | [3-9].*)
changequote([,])dnl
ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
*) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
-# po.m4 serial 21 (gettext-0.18.3)
+# po.m4 serial 22 (gettext-0.19)
dnl Copyright (C) 1995-2014 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl Release version of the gettext macros. This is used to ensure that
dnl the gettext macros and po/Makefile.in.in are in sync.
- AC_SUBST([GETTEXT_MACRO_VERSION], [0.18])
+ AC_SUBST([GETTEXT_MACRO_VERSION], [0.19])
dnl Perform the following tests also if --disable-nls has been given,
dnl because they are needed for "make dist" to work.
# Please note that the actual code of GNU gettext is covered by the GNU
# General Public License and is *not* in the public domain.
#
-# Origin: gettext-0.18.3
-GETTEXT_MACRO_VERSION = 0.18
+# Origin: gettext-0.19
+GETTEXT_MACRO_VERSION = 0.19
PACKAGE = @PACKAGE@
VERSION = @VERSION@
/* =========================== Meta Information ============================ */
/* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBGETTEXTPO_VERSION 0x001203
+#define LIBGETTEXTPO_VERSION 0x001300
extern int libgettextpo_version;
/* ================================= Types ================================= */
0.15 | \
0.16 | 0.16.1 | \
0.17 | \
- 0.18 | 0.18.1 | 0.18.2 | 0.18.3 )
+ 0.18 | 0.18.1 | 0.18.2 | 0.18.3 | \
+ 0.19 )
;;
*)
func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in
# Test the autopoint program, without Automake.
-required_gettext_version=0.18.2
+required_gettext_version=0.19
: ${AUTOCONF=autoconf}
${AUTOCONF} --version >/dev/null 2>/dev/null \
# Test the autopoint program, with Automake.
-required_gettext_version=0.18.3
+required_gettext_version=0.19
: ${AUTOCONF=autoconf}
${AUTOCONF} --version >/dev/null 2>/dev/null \