This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU gsasl".
http://git.savannah.gnu.org/cgit/gsasl.git/commit/?id=fe428546439d6a92c7590b3c0e3b6bd512247ac2 The branch, master has been updated via fe428546439d6a92c7590b3c0e3b6bd512247ac2 (commit) from 2234ae072824a6ae63e2b412bcd90c0bdd82ba8b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit fe428546439d6a92c7590b3c0e3b6bd512247ac2 Author: Simon Josefsson <[email protected]> Date: Sun May 1 16:07:26 2011 +0200 Demand gettext >= 0.18.1 in order to get newer M4 files. The old M4 files associated with 0.17 caused problems on Solaris, which will hopefully be fixed with this. Reported by Dagobert Michelsen <[email protected]>. ----------------------------------------------------------------------- Summary of changes: NEWS | 7 ++++++- configure.ac | 6 +++--- lib/NEWS | 5 +++++ lib/configure.ac | 6 +++--- 4 files changed, 17 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 280d54c..b09cb55 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ GNU SASL NEWS -- History of user-visible changes. -Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon Josefsson +Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Simon Josefsson See the end for copying conditions. Note that changes to the GNU SASL Library is documented in lib/NEWS. @@ -8,6 +8,11 @@ SASL. That include the manual, the command line tool, and self tests. * Version 1.7.1 (unreleased) [beta] +** Demand gettext >= 0.18.1 in order to get newer M4 files. +The old M4 files associated with 0.17 caused problems on Solaris, +which will hopefully be fixed with this. Reported by Dagobert +Michelsen <[email protected]>. + ** SAML changes reverted, will be kept on a separate branch. * Version 1.7.0 (released 2010-10-22) [alpha] diff --git a/configure.ac b/configure.ac index b5eaeff..36fa567 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon Josefsson +# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Simon Josefsson # # This file is part of GNU SASL. # @@ -37,8 +37,8 @@ AM_MISSING_PROG(DIA, dia, $missing_dir) AM_MISSING_PROG(EPSTOPDF, epstopdf, $missing_dir) # Internationalization. -AM_GNU_GETTEXT(external) -AM_GNU_GETTEXT_VERSION(0.17) +AM_GNU_GETTEXT([external]) +AM_GNU_GETTEXT_VERSION([0.18.1]) # Checks for header files. AC_CHECK_HEADERS(pwd.h) diff --git a/lib/NEWS b/lib/NEWS index 133ced5..3df688e 100644 --- a/lib/NEWS +++ b/lib/NEWS @@ -9,6 +9,11 @@ See the end for copying conditions. ** libgsasl.pc: Add a Libs.private. Reported by Volker Grabsch <[email protected]>. +** Demand gettext >= 0.18.1 in order to get newer M4 files. +The old M4 files associated with 0.17 caused problems on Solaris, +which will hopefully be fixed with this. Reported by Dagobert +Michelsen <[email protected]>. + ** API and ABI modifications. No changes since last version. diff --git a/lib/configure.ac b/lib/configure.ac index d996762..649f931 100644 --- a/lib/configure.ac +++ b/lib/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon Josefsson +# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Simon Josefsson # # This file is part of GNU SASL Library. # @@ -47,8 +47,8 @@ AC_LIBTOOL_WIN32_DLL AC_PROG_LIBTOOL # Internationalization. -AM_GNU_GETTEXT(external) -AM_GNU_GETTEXT_VERSION(0.17) +AM_GNU_GETTEXT([external]) +AM_GNU_GETTEXT_VERSION([0.18.1]) # ANONYMOUS AC_ARG_ENABLE(anonymous, hooks/post-receive -- GNU gsasl _______________________________________________ Gsasl-commit mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gsasl-commit
