[gtkmm] 3.13.2



commit bc374508079f535fb3631d15933dbf1eb44373c1
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu May 29 17:35:48 2014 +0200

    3.13.2

 NEWS         |   30 ++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 32 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index eda33e5..d3ff5d8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+3.13.2 (unstable):
+
+Gtk:
+* Don't assert argc/argv are non-null in Application::run()
+  (Jonathon Jongsma) Bug #729212.
+* Deprecate Alignment.
+  (Murray Cumming)
+* Deprecate Arrow.
+  (Kjell Ahlstedt)
+* Bin: Deprecate add_label(const Glib::ustring& label, bool mnemonic, double x_align, double y_align) and
+    add_pixlabel(const std::string& pixfile, const Glib::ustring& label, double x_align, double y_align).
+    Add add_pixlabel(const std::string& pixfile, const Glib::ustring& label, Align x_align, Align y_align).
+* Label: Deprecate Label(const Glib::ustring& label, float xalign, float yalign, bool mnemonic).
+* MenuItem: Don't use deprecated Misc property.
+* Deprecate Misc (almost - it is still a base class).
+  (Kjell Ahlstedt)
+* Deprecate NumerableIcon.
+  (Kjell Ahlstedt)
+
+Documentation:
+* gtkmm-demo: use HeaderBar in main window.
+  (Juan R. GarcĂ­a Blanco)
+* Fix a segfault in the Drawing Area demo
+  (Kjell Ahlstedt )
+* Update documentation of Gtk::Dialog::run()
+  (Kjell Ahlstedt)
+*  Remove unnecessary parts of the docs_override.xml files
+  (Kjell Ahlstedt)
+
+
 3.12:
 
 API additions since 3.10:
diff --git a/configure.ac b/configure.ac
index df9c303..904c6c0 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.12.0],
+AC_INIT([gtkmm], [3.13.2],
         [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.38.0 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.12.0 cairomm-1.0 >= 
1.9.2 gdk-pixbuf-2.0 >= 2.26.0'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.38.0 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.13.2 cairomm-1.0 >= 
1.9.2 gdk-pixbuf-2.0 >= 2.26.0'])
 
 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]