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 libidn".
http://git.savannah.gnu.org/cgit/libidn.git/commit/?id=af2d9c8dc226c808e3627e4fd5386b790c82b581 The branch, master has been updated via af2d9c8dc226c808e3627e4fd5386b790c82b581 (commit) via 183a8a5d2062d23e8a5ed2a92288041142b0db89 (commit) via cc2510e1db47ba24366fdb7ad8508f7d8bf1b913 (commit) from 194a2753ec1da3a02a04f3dd409ecc4d29482b02 (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 af2d9c8dc226c808e3627e4fd5386b790c82b581 Author: Simon Josefsson <[email protected]> Date: Wed Feb 3 18:00:59 2010 +0100 Add. commit 183a8a5d2062d23e8a5ed2a92288041142b0db89 Author: Simon Josefsson <[email protected]> Date: Wed Feb 3 17:56:27 2010 +0100 Bump libtool version to indicated "added" symbols. commit cc2510e1db47ba24366fdb7ad8508f7d8bf1b913 Author: Simon Josefsson <[email protected]> Date: Wed Feb 3 17:52:41 2010 +0100 Bump copyright years. ----------------------------------------------------------------------- Summary of changes: NEWS | 24 ++++++++++++++++++++++++ configure.ac | 6 +++--- doc/Makefile.am | 4 ++-- 3 files changed, 29 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index afffb91..14c05fc 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,30 @@ See the end for copying conditions. * Version 1.17 (unreleased) +** Fix symbol export problem. +Symbol versioning was introduced in version 1.13 but by accident some +symbols that were visible before that release were not exported, and +the consequence was that those symbols were not available in version +1.13 to 1.16. This release fixes the problem, so the symbols are +visible again, making this release backwards compatible with both +version 1.13-1.16 and earlier releases. + +The affected symbols are the following variables: +stringprep_iscsi_prohibit, stringprep_rfc3454_A_1, +stringprep_rfc3454_B_1, stringprep_rfc3454_B_2, +stringprep_rfc3454_B_3, stringprep_rfc3454_C_1_1, +stringprep_rfc3454_C_1_2, stringprep_rfc3454_C_2_1, +stringprep_rfc3454_C_2_2, stringprep_rfc3454_C_3, +stringprep_rfc3454_C_4, stringprep_rfc3454_C_5, +stringprep_rfc3454_C_6, stringprep_rfc3454_C_7, +stringprep_rfc3454_C_8, stringprep_rfc3454_C_9, +stringprep_rfc3454_D_1, stringprep_rfc3454_D_2, +stringprep_saslprep_space_map. + +Thanks to Marco d'Itri <[email protected]> for reporting +<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561291> that led to +discovering this problem. + ** API and ABI is backwards compatible with the previous version. * Version 1.16 (released 2010-01-12) diff --git a/configure.ac b/configure.ac index 275d126..4b2879b 100644 --- a/configure.ac +++ b/configure.ac @@ -25,9 +25,9 @@ AC_COPYRIGHT([Copyright (c) 2002-2008 Simon Josefsson <[email protected]>.]) # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 -AC_SUBST(LT_CURRENT, 16) -AC_SUBST(LT_REVISION, 46) -AC_SUBST(LT_AGE, 5) +AC_SUBST(LT_CURRENT, 17) +AC_SUBST(LT_REVISION, 0) +AC_SUBST(LT_AGE, 6) # For DEF file. DLL_VERSION=`expr ${LT_CURRENT} - ${LT_AGE}` diff --git a/doc/Makefile.am b/doc/Makefile.am index 1e3c040..d47b283 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,5 @@ ## Process this file with automake to produce Makefile.in -# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson. +# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon Josefsson. # # This file is part of GNU Libidn. # @@ -72,6 +72,6 @@ GDOC_MAN_PREFIX = man/ GDOC_MAN_EXTRA_ARGS = -module $(PACKAGE) -sourceversion $(VERSION) \ -bugsto $(PACKAGE_BUGREPORT) -pkg-name "$(PACKAGE_NAME)" \ -includefuncprefix -seeinfo $(PACKAGE) \ - -copyright "2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson" \ + -copyright "2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon Josefsson" \ -verbatimcopying include $(srcdir)/Makefile.gdoci hooks/post-receive -- GNU libidn _______________________________________________ Libidn-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/libidn-commit
