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=be91893ba4f8ccb5f9a463c02b88560283718da6 The branch, master has been updated via be91893ba4f8ccb5f9a463c02b88560283718da6 (commit) via e51a61b4d194526a1eaf211153dd4f75654bbd0e (commit) from c81365ff295130c3f76aefec95a22b1b51857856 (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 be91893ba4f8ccb5f9a463c02b88560283718da6 Author: Simon Josefsson <[email protected]> Date: Sun Nov 14 02:20:13 2010 +0100 Copy GTK-DOC PDF too. commit e51a61b4d194526a1eaf211153dd4f75654bbd0e Author: Simon Josefsson <[email protected]> Date: Sun Nov 14 02:19:47 2010 +0100 Bump versions. ----------------------------------------------------------------------- Summary of changes: NEWS | 2 ++ cfg.mk | 2 +- configure.ac | 2 +- lib/NEWS | 5 +++++ lib/configure.ac | 4 ++-- lib/src/gsasl.h | 6 +++--- 6 files changed, 14 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index caa7b77..4ec4521 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,8 @@ Note that changes to the GNU SASL Library is documented in lib/NEWS. This file track changes to the remaining, non-library, parts of GNU SASL. That include the manual, the command line tool, and self tests. +* Version 1.5.5 (unreleased) [beta] + * Version 1.5.4 (released 2010-11-14) [beta] ** Update gnulib files. diff --git a/cfg.mk b/cfg.mk index f6e917a..b7cc282 100644 --- a/cfg.mk +++ b/cfg.mk @@ -96,7 +96,7 @@ web: --html "--css-include=texinfo.css" \ -o ../$(htmldir)/manual/ $(PACKAGE) "$(PACKAGE_NAME)" cd doc/doxygen && doxygen && cd ../.. && cp -v doc/doxygen/html/* $(htmldir)/doxygen/ && cd doc/doxygen/latex && make refman.pdf && cd ../../../ && cp doc/doxygen/latex/refman.pdf $(htmldir)/doxygen/$(PACKAGE).pdf - cp -v doc/reference/html/*.html doc/reference/html/*.png doc/reference/html/*.devhelp doc/reference/html/*.css $(htmldir)/reference/ + cp -v doc/reference/html/*.html doc/reference/html/*.png doc/reference/html/*.devhelp doc/reference/html/*.css doc/reference/$(PACKAGE).pdf $(htmldir)/reference/ cp -v doc/cyclo/cyclo-$(PACKAGE).html $(htmldir)/cyclo/ upload-web: diff --git a/configure.ac b/configure.ac index aff4eb7..c073657 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ dnl Process this file with autoconf to produce a configure script. # along with this program. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ(2.61) -AC_INIT([GNU SASL], [1.5.4], [[email protected]], [gsasl]) +AC_INIT([GNU SASL], [1.5.5], [[email protected]], [gsasl]) AC_CONFIG_AUX_DIR([lib/build-aux]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/lib/NEWS b/lib/NEWS index 6540d45..26645de 100644 --- a/lib/NEWS +++ b/lib/NEWS @@ -2,6 +2,11 @@ GNU SASL LIBRARY NEWS -- History of user-visible changes. Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon Josefsson See the end for copying conditions. +* Version 1.5.5 (unreleased) [beta] + +** API and ABI modifications. +No changes since last version. + * Version 1.5.4 (released 2010-11-14) [beta] ** SCRAM-SHA-1-PLUS: Fix parsing bug causing memory corruption. diff --git a/lib/configure.ac b/lib/configure.ac index 2c9599f..e1b46d7 100644 --- a/lib/configure.ac +++ b/lib/configure.ac @@ -20,7 +20,7 @@ dnl Process this file with autoconf to produce a configure script. # MA 02110-1301, USA. AC_PREREQ(2.61) -AC_INIT([libgsasl], [1.5.4], [[email protected]]) +AC_INIT([libgsasl], [1.5.5], [[email protected]]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) @@ -29,7 +29,7 @@ AC_CONFIG_MACRO_DIR([m4]) # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 15) -AC_SUBST(LT_REVISION, 3) +AC_SUBST(LT_REVISION, 4) AC_SUBST(LT_AGE, 8) # Used when creating libgsasl-XX.def. diff --git a/lib/src/gsasl.h b/lib/src/gsasl.h index 37e83c7..80d7b02 100644 --- a/lib/src/gsasl.h +++ b/lib/src/gsasl.h @@ -51,7 +51,7 @@ extern "C" * version number. Used together with gsasl_check_version() to * verify header file and run-time library consistency. */ -# define GSASL_VERSION "1.5.4" +# define GSASL_VERSION "1.5.5" /** * GSASL_VERSION_MAJOR @@ -84,7 +84,7 @@ extern "C" * * Since: 1.1 */ -# define GSASL_VERSION_PATCH 4 +# define GSASL_VERSION_PATCH 5 /** * GSASL_VERSION_NUMBER @@ -95,7 +95,7 @@ extern "C" * * Since: 1.1 */ -# define GSASL_VERSION_NUMBER 0x010504 +# define GSASL_VERSION_NUMBER 0x010505 /* RFC 2222: SASL mechanisms are named by strings, from 1 to 20 * characters in length, consisting of upper-case letters, digits, hooks/post-receive -- GNU gsasl _______________________________________________ Gsasl-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gsasl-commit
