[gtkmm] 3.5.12



commit f02e34b572a928661c72ec34c803a76a8fbdfdff
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Aug 31 00:17:51 2012 +0200

    3.5.12

 ChangeLog    |    2 ++
 NEWS         |   22 ++++++++++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 26 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 60fd6ea..9509bc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+3.5.12:
+
 2012-08-30  Murray Cumming  <murrayc murrayc com>
 
         Add LevelBar.
diff --git a/NEWS b/NEWS
index 7492f5f..e4ca156 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+3.5.12 (unstable):
+
+Gtk:
+* Added the LevelBar widget.
+  (Murray Cumming)
+* Application:
+  - Added get_active_window().
+    (Murray Cumming)
+  - Don't call add_window() before the application is registered.
+    (Kjell Ahlstedt) Bug #681323 (Gregory Martin)
+* CellRendererText: Added the placeholder_text property.
+* Entry: Add input purpose and input hints methods.
+* MenuButton: Added get/set_popup(), deprecated get/set_menu().
+* Settings: Deprecate the gtk-touchscreen-property.
+* TextView: Added input purpose and input hints methods.
+* Widget: Added insert_action_group().
+  (Murray Cumming)
+
+Documentation:
+* Show the get_type() methods in the API documentation.
+  (Murray Cumming) Bug #670212 (Mark Vender).
+
 3.5.6 (unstable):
 
 Gtk:
diff --git a/configure.ac b/configure.ac
index f0adf19..f865f8c 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], [3.5.6],
+AC_INIT([gtkmm], [3.5.12],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -91,7 +91,7 @@ AS_IF([test "x$enable_static" = xyes],
 # gdkmm really does need GTK+, because part of Gdk::DragContext is in GTK+.
 # The extra cairomm-1.0 check is because gdkmm requires a newer cairomm than pangomm requires.
 # The extra gdk-pixbuf-2.0 check is because gdkmm requires a newer gdk-pixbuf than gtk+-3.0 requires.
-AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.33.1 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.5.6 cairomm-1.0 >= 1.9.2 gdk-pixbuf-2.0 >= 2.22.1'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.33.1 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.5.12 cairomm-1.0 >= 1.9.2 gdk-pixbuf-2.0 >= 2.22.1'])
 
 AS_IF([test "x$gtkmm_host_windows" = xyes],
       [GTKMM_MODULES=$GDKMM_MODULES],



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