From 36cc91517dc255fa170734b3a193c929198a3686 Mon Sep 17 00:00:00 2001 From: Regis Merlino Date: Mon, 10 Jun 2013 14:42:08 +0200 Subject: [PATCH] Update libgee to 0.10.0 (b7aeceb) --- ChangeLog | 15 ++++----------- NEWS | 4 ++++ configure | 20 ++++++++++---------- configure.ac | 2 +- packaging/libgee.spec | 2 +- 5 files changed, 20 insertions(+), 23 deletions(-) diff --git a/ChangeLog b/ChangeLog index a7cbbf9..5b5d2a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-03-25 Maciej Piechotka + + Release 0.10.0 + 2013-03-05 Maciej Piechotka Release 0.9.92 @@ -1111,14 +1115,3 @@ gee: Fix memory leak in HashMap.remove and HashSet.remove Fixes bug 584440. - -2009-04-30 Jürg Billeter - - Update code using deprecated # modifier or operator - - Fix build with Vala 0.7 - Based on patch by Thijs Vermeir, fixes bug 579182. - - Generate ChangeLog from git log - Add gitlog-to-changelog script from gnulib and a dist-hook to - generate ChangeLog file when creating tarballs. diff --git a/NEWS b/NEWS index 66b2c1e..c698bf3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +libgee 0.10.0 +============= + * No changes since release candidate + libgee 0.9.92 ============= * Fix memory leak in TreeSet and TreeMap diff --git a/configure b/configure index 7b69a83..83fd31e 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for libgee 0.9.92. +# Generated by GNU Autoconf 2.69 for libgee 0.10.0. # # Report bugs to . # @@ -651,8 +651,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='libgee' PACKAGE_TARNAME='libgee' -PACKAGE_VERSION='0.9.92' -PACKAGE_STRING='libgee 0.9.92' +PACKAGE_VERSION='0.10.0' +PACKAGE_STRING='libgee 0.10.0' PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=libgee' PACKAGE_URL='' @@ -1409,7 +1409,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures libgee 0.9.92 to adapt to many kinds of systems. +\`configure' configures libgee 0.10.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1479,7 +1479,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libgee 0.9.92:";; + short | recursive ) echo "Configuration of libgee 0.10.0:";; esac cat <<\_ACEOF @@ -1594,7 +1594,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libgee configure 0.9.92 +libgee configure 0.10.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1872,7 +1872,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libgee $as_me 0.9.92, which was +It was created by libgee $as_me 0.10.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2691,7 +2691,7 @@ fi # Define the identity of the package. PACKAGE='libgee' - VERSION='0.9.92' + VERSION='0.10.0' cat >>confdefs.h <<_ACEOF @@ -12557,7 +12557,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libgee $as_me 0.9.92, which was +This file was extended by libgee $as_me 0.10.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12623,7 +12623,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -libgee config.status 0.9.92 +libgee config.status 0.10.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 3e10898..2adc994 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libgee], [0.9.92], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee]) +AC_INIT([libgee], [0.10.0], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_MACRO_DIR([m4]) diff --git a/packaging/libgee.spec b/packaging/libgee.spec index 9e73631..dd611ac 100644 --- a/packaging/libgee.spec +++ b/packaging/libgee.spec @@ -7,7 +7,7 @@ Name: libgee Summary: GObject collection library -Version: 0.9.92 +Version: 0.10.0 Release: 1 Group: System/Libraries License: LGPLv2+ -- 2.7.4