Update libgee to 0.10.0 (b7aeceb)
authorRegis Merlino <regis.merlino@intel.com>
Mon, 10 Jun 2013 12:42:08 +0000 (14:42 +0200)
committerRegis Merlino <regis.merlino@intel.com>
Mon, 10 Jun 2013 12:42:08 +0000 (14:42 +0200)
ChangeLog
NEWS
configure
configure.ac
packaging/libgee.spec

index a7cbbf9..5b5d2a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-25  Maciej Piechotka  <uzytkownik2@gmail.com>
+
+       Release 0.10.0
+
 2013-03-05  Maciej Piechotka  <uzytkownik2@gmail.com>
 
        Release 0.9.92
 
        gee: Fix memory leak in HashMap.remove and HashSet.remove
        Fixes bug 584440.
-
-2009-04-30  Jürg Billeter  <j@bitron.ch>
-
-       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 (file)
--- 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
index 7b69a83..83fd31e 100755 (executable)
--- 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 <https://bugzilla.gnome.org/enter_bug.cgi?product=libgee>.
 #
@@ -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\\"
 
index 3e10898..2adc994 100644 (file)
@@ -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])
index 9e73631..dd611ac 100644 (file)
@@ -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+