[gtkmm] 2.91.5



commit 9a78ccf28e5568433952571a1f64e03f9bac8082
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Nov 30 10:00:57 2010 +0100

    2.91.5

 ChangeLog    |    2 ++
 NEWS         |   14 ++++++++++++++
 configure.ac |    2 +-
 3 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a01f0c2..f234f67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.91.5:
+
 2010-11-30  Murray Cumming  <murrayc murrayc com>
 
 	Added Gtk::Switch, wrapping GtkSwitch. 
diff --git a/NEWS b/NEWS
index 60a33ff..97dcd32 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+2.91.5 (unstable):
+
+Gdk:
+* Device: get_n_axes() now returns an int instead of a guint.
+
+Gtk:
+* ComboBox: Added get/set_id_column(), get/set_active_id() and 
+	properties.
+* Scrollable, ScrolledWindow: Fix Adjustment reference counting.
+* Added Switch widget.
+* Removed Ruler, with no replacement in gtkmm itself, because it 
+  was not used generally enough.
+  (Murray Cumming)
+
 2.91.4 (unstable):
 
 Gtk:
diff --git a/configure.ac b/configure.ac
index 45f2bff..a2a22ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([gtkmm], [2.91.4],
+AC_INIT([gtkmm], [2.91.5],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])



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