glibmm r669 - in trunk: . docs/reference
- From: jjongsma svn gnome org
- To: svn-commits-list gnome org
- Subject: glibmm r669 - in trunk: . docs/reference
- Date: Mon, 16 Jun 2008 14:39:40 +0000 (UTC)
Author: jjongsma
Date: Mon Jun 16 14:39:40 2008
New Revision: 669
URL: http://svn.gnome.org/viewvc/glibmm?rev=669&view=rev
Log:
update NEWS and version for new release
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.in
trunk/docs/reference/beautify_docs.pl (contents, props changed)
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Mon Jun 16 14:39:40 2008
@@ -1,3 +1,14 @@
+2.17.0 (unstable):
+
+ * Added copy constructor and assignment operator, made GDate constructor visible (JosÃ
+ Alburquerque)
+ * Added Glib::Tree, a wrapper for GNode, providing an N-ary tree container, more or
+ less like a standard C++ container (Levi Bard)
+ * 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
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Mon Jun 16 14:39:40 2008
@@ -13,8 +13,8 @@
#
pushdef([GLIBMM_MAJOR_VERSION], [2])
-pushdef([GLIBMM_MINOR_VERSION], [16])
-pushdef([GLIBMM_MICRO_VERSION], [2])
+pushdef([GLIBMM_MINOR_VERSION], [17])
+pushdef([GLIBMM_MICRO_VERSION], [0])
pushdef([GLIBMM_EXTRA_VERSION], [])
pushdef([GLIBMM_VERSION], GLIBMM_MAJOR_VERSION.GLIBMM_MINOR_VERSION.GLIBMM_MICRO_VERSION[]GLIBMM_EXTRA_VERSION)
@@ -53,7 +53,7 @@
# ? :+1 : ? == just some internal changes, nothing breaks but might work
# better
# CURRENT : REVISION : AGE
-LIBGLIBMM_SO_VERSION=1:24:0
+LIBGLIBMM_SO_VERSION=2:0:1
AC_SUBST(LIBGLIBMM_SO_VERSION)
AC_CONFIG_AUX_DIR(scripts)
Modified: trunk/docs/reference/beautify_docs.pl
==============================================================================
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]