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=52e66f797b61c4174e4e43036345a62e5be407b0 The branch, master has been updated via 52e66f797b61c4174e4e43036345a62e5be407b0 (commit) from 2004326f55462188f9132cd2e457a3f61582c3e1 (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 52e66f797b61c4174e4e43036345a62e5be407b0 Author: Simon Josefsson <[email protected]> Date: Thu Nov 27 13:17:03 2014 +0100 Bump version. ----------------------------------------------------------------------- Summary of changes: NEWS | 4 ++++ configure.ac | 4 ++-- lib/stringprep.h | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 007cf62..589202e 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ Libidn NEWS -- History of user-visible changes. -*- outline -*- Copyright (C) 2002-2014 Simon Josefsson See the end for copying conditions. +* Version 1.30 (unreleased) [stable] + +** API and ABI is backwards compatible with the previous version. + * Version 1.29 (released 2014-08-10) [stable] ** libidn: Mark internal variable "g_utf8_skip" as static. diff --git a/configure.ac b/configure.ac index c015c8f..2184464 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.29], [[email protected]]) +AC_INIT([GNU Libidn], [1.30], [[email protected]]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS(config.h) @@ -30,7 +30,7 @@ AM_SILENT_RULES([yes]) # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 17) -AC_SUBST(LT_REVISION, 12) +AC_SUBST(LT_REVISION, 13) AC_SUBST(LT_AGE, 6) AC_PROG_CC diff --git a/lib/stringprep.h b/lib/stringprep.h index 9c884c6..9a70259 100644 --- a/lib/stringprep.h +++ b/lib/stringprep.h @@ -51,7 +51,7 @@ extern "C" { # endif -# define STRINGPREP_VERSION "1.29" +# define STRINGPREP_VERSION "1.30" /* Error codes. */ typedef enum hooks/post-receive -- GNU libidn _______________________________________________ Libidn-commit mailing list [email protected] https://lists.gnu.org/mailman/listinfo/libidn-commit
