summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathon Jongsma <jonathon.jongsma@collabora.co.uk>2008-06-16 21:57:06 +0000
committerJonathon Jongsma <jjongsma@src.gnome.org>2008-06-16 21:57:06 +0000
commitd813399bac52410fb28b1666aedae9da6bd7126f (patch)
tree5a1877b6fc0ebccd58bdc9938986dcfad975e378
parentb94eb5a9425033a402953a77b5dbb49d39b33f99 (diff)
downloadglibmm-2.16.3.tar.gz
=== 2.16.3 ===glibmm-2.16.3
2008-06-16 Jonathon Jongsma <jonathon.jongsma@collabora.co.uk> * NEWS: * configure.in: bump version for new release svn path=/branches/glibmm-2-16/; revision=671
-rw-r--r--ChangeLog24
-rw-r--r--NEWS7
-rw-r--r--configure.in5
3 files changed, 13 insertions, 23 deletions
diff --git a/ChangeLog b/ChangeLog
index 376e865e..64132f41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,25 +1,9 @@
-2008-06-11 José Alburquerque <jaalburqu@svn.gnome.org>
+=== 2.16.3 ===
- * tests/glibmm_date/Makefile.am: Contents of files in
- tests/glibmm_date/ (main.cc and Makefile.am) were duplicated when I
- applied patch in bug #536721 to already existing files before 6/9
- commit. Fixed main.cc already, so now repaired Makefile.am.
+2008-06-16 Jonathon Jongsma <jonathon.jongsma@collabora.co.uk>
-2008-06-10 José Alburquerque <jaalburqu@svn.gnome.org>
-
- * tests/glibmm_date/main.cc: Removed duplicate code so test can
- compile.
-
-2008-06-09 José Alburquerque <jaalburqu@svn.gnome.org>
-
- * glib/src/date.ccg:
- * glib/src/date.hg: Added copy constructor and assignment operator;
- Made GDate constructor visible.
-
- * configure.in:
- * tests/Makefile.am:
- * tests/glibmm_date/Makefile.am:
- * tests/glibmm_date/main.cc: Added simple test to test Glib::Date.
+ * NEWS:
+ * configure.in: bump version for new release
2008-04-25 Jonathon Jongsma <jjongsma@gnome.org>
diff --git a/NEWS b/NEWS
index 94887ab8..49b091dd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+2.16.3 (stable):
+
+ * Bug #529648 - give helpful warning message when library user forgets to initialize the
+ library (Jonathon Jongsma)
+ * Bug #529533 - Fix bug that prevented for Gio::Mount, Gio::Drive, and Gio::Volume from
+ being wrapped for some backend implementations (Jonathon Jongsma)
+
2.16.2 (stable):
* Bug 526831 – G_OPTION_REMAINING no longer works with OptionEntry (Murray
diff --git a/configure.in b/configure.in
index 37bc2f58..02b8bdfc 100644
--- a/configure.in
+++ b/configure.in
@@ -14,7 +14,7 @@
pushdef([GLIBMM_MAJOR_VERSION], [2])
pushdef([GLIBMM_MINOR_VERSION], [16])
-pushdef([GLIBMM_MICRO_VERSION], [2])
+pushdef([GLIBMM_MICRO_VERSION], [3])
pushdef([GLIBMM_EXTRA_VERSION], [])
pushdef([GLIBMM_VERSION], GLIBMM_MAJOR_VERSION.GLIBMM_MINOR_VERSION.GLIBMM_MICRO_VERSION[]GLIBMM_EXTRA_VERSION)
@@ -53,7 +53,7 @@ AC_SUBST(GLIBMM_RELEASE)
# ? :+1 : ? == just some internal changes, nothing breaks but might work
# better
# CURRENT : REVISION : AGE
-LIBGLIBMM_SO_VERSION=1:24:0
+LIBGLIBMM_SO_VERSION=1:25:0
AC_SUBST(LIBGLIBMM_SO_VERSION)
AC_CONFIG_AUX_DIR(scripts)
@@ -303,7 +303,6 @@ AC_CONFIG_FILES([
tests/Makefile
tests/glibmm_value/Makefile
tests/giomm_simple/Makefile
- tests/glibmm_date/Makefile
examples/Makefile
examples/compose/Makefile