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=8cc0d46ad5ca4887d5d4e95a5e2e8b329c7ca222 The branch, master has been updated via 8cc0d46ad5ca4887d5d4e95a5e2e8b329c7ca222 (commit) via 958e99ee214b8e08452168ad9d1ed4bc7e91afdb (commit) from fb7caaeb9689b423f29486cde6ee9c8bf6316aee (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 8cc0d46ad5ca4887d5d4e95a5e2e8b329c7ca222 Author: Simon Josefsson <[email protected]> Date: Mon Feb 15 11:56:15 2010 +0100 Bump versions. commit 958e99ee214b8e08452168ad9d1ed4bc7e91afdb Author: Simon Josefsson <[email protected]> Date: Mon Feb 15 11:55:38 2010 +0100 Version 1.18. ----------------------------------------------------------------------- Summary of changes: NEWS | 2 +- configure.ac | 4 ++-- lib/stringprep.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index d578ed2..b8b612e 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ Libidn NEWS -- History of user-visible changes. -*- outline -*- Copyright (C) 2002-2010 Simon Josefsson See the end for copying conditions. -* Version 1.18 (unreleased) [stable] +* Version 1.18 (released 2010-02-15) [stable] ** libidn: Put forgotten symbols under old namespace. Reverts one unnecessary change introduced in 1.17. Suggested by Marco diff --git a/configure.ac b/configure.ac index d7b385a..6aee552 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ(2.61) -AC_INIT([GNU Libidn], [1.17], [[email protected]]) +AC_INIT([GNU Libidn], [1.18], [[email protected]]) AC_COPYRIGHT([Copyright (c) 2002-2010 Simon Josefsson <[email protected]>.]) # Library code modified: REVISION++ @@ -26,7 +26,7 @@ AC_COPYRIGHT([Copyright (c) 2002-2010 Simon Josefsson <[email protected]>.]) # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 17) -AC_SUBST(LT_REVISION, 0) +AC_SUBST(LT_REVISION, 1) AC_SUBST(LT_AGE, 6) # For DEF file. diff --git a/lib/stringprep.h b/lib/stringprep.h index 7a3ddc6..c0ce994 100644 --- a/lib/stringprep.h +++ b/lib/stringprep.h @@ -43,7 +43,7 @@ extern "C" { # endif -# define STRINGPREP_VERSION "1.17" +# define STRINGPREP_VERSION "1.18" /* Error codes. */ typedef enum hooks/post-receive -- GNU libidn _______________________________________________ Libidn-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/libidn-commit
