[gtkmm] Increased version



commit d84ae5792cef378f1c7bde94b9b427e51a5733c2
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Jun 29 12:36:33 2009 +0200

    Increased version

 ChangeLog          |    6 ++++--
 NEWS               |   26 ++++++++++++++++++++++++++
 configure.ac       |    4 ++--
 gtk/src/infobar.hg |    2 ++
 4 files changed, 34 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 23ace66..f657ec5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.17.1:
+
 2009-06-22  Hubert Figuiere  <hub figuiere net>
 
 	* gtk/src/treepath.ccg: Gtk::TreePath::empty() must
@@ -79,7 +81,7 @@
 
 2009-04-27  Johannes Schmid <jschmid openismus com>
 
-  * gtk/src/statusicon.ccg:
+  * gtk/src/statusicon.ccg: get_geometry():
   Reference the returned statusicon because the RefPtr becomes invalid
   otherwise (#575268)
   
@@ -165,7 +167,7 @@
 
 2009-03-17  Murray Cumming  <murrayc murrayc com>
 
-	* gtk/gtkmm/stockid.cc: Implement operator().
+	* gtk/gtkmm/stockid.cc: Actually implement operator bool().
 	* gtk/src/textbuffer.ccg: Actually implement the const get_text(bool) 
 	method. These fix undefined symbol linker errors when people try to use 
 	these methods.
diff --git a/NEWS b/NEWS
index 5efad27..e0d7336 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+2.17.1 (unstable):
+
+Gtk:
+
+* IconView: get_model(): Correct the reference-counting.
+	(Murray Cumming) Bug #583037 (Santanu Sinha).
+* Added InfoBar
+* RecentManager::add_item(): Fixed a crash. 
+  (Hubert Figuiere) Bug #585521.
+* TextBuffer: Actually implement the get_text(bool) const method.
+	method. These fix undefined symbol linker errors.
+  (Murray Cumming)
+* TreeModel::Path::empty(): Correct the check for a NULL underlying GtkTreePath.
+  (Hubert Figuiere)
+* StatusIcon:get_geometry(): Correct the reference-counting.
+  (Johannes Schmid) Bug #575268 (Hubert Figuiere)
+* StockID: Actually implement operator bool().
+* Fix the build with GTK+ 2.17 (A const change in the 
+  gtk_recent_info_get_application_info() API).
+  (Murray Cumming)
+* Fix the build when exceptions are disabled in glibmm.
+* Win32 installer fixes.
+  (Armin Burgmeier)
+* Documentation: Stock API documentation improvements.
+  (Johannes Schmid) Bug #506885.
+  
 2.16.0 (stable):
 
 Gtk:
diff --git a/configure.ac b/configure.ac
index 354a092..7556da5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,8 +14,8 @@
 
 #We use pushdef here because we can't use shell variables before AC_INIT, but we want to use a variable with AC_INIT:
 pushdef([GTKMM_MAJOR_VERSION],     [2])
-pushdef([GTKMM_MINOR_VERSION],     [16])
-pushdef([GTKMM_MICRO_VERSION],     [0])
+pushdef([GTKMM_MINOR_VERSION],     [17])
+pushdef([GTKMM_MICRO_VERSION],     [1])
 pushdef([GTKMM_EXTRA_VERSION],     [])
 pushdef([GTKMM_VERSION], GTKMM_MAJOR_VERSION.GTKMM_MINOR_VERSION.GTKMM_MICRO_VERSION[]GTKMM_EXTRA_VERSION)
 AC_INIT([gtkmm], GTKMM_VERSION, [gtkmm-list gnome org])
diff --git a/gtk/src/infobar.hg b/gtk/src/infobar.hg
index 4595c1a..ca9fbab 100644
--- a/gtk/src/infobar.hg
+++ b/gtk/src/infobar.hg
@@ -32,6 +32,8 @@ namespace Gtk
  *
  * The InfoBar widget looks like this: TODO
  *
+ * @newin2p18
+ *
  * @ingroup Widgets
  */
 class InfoBar : public HBox



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]