[gtkmm] 3.11.4
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] 3.11.4
- Date: Fri, 17 Jan 2014 09:51:37 +0000 (UTC)
commit dd31c17df71bb8ea4ced9b888d9127d2e8a09e93
Author: Murray Cumming <murrayc murrayc com>
Date: Fri Jan 17 10:51:02 2014 +0100
3.11.4
NEWS | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 56 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index ed94e7c..d1ada81 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,57 @@
+3.11.4 (unstable):
+
+Gtk:
+* Action, Activatable: Undeprecate methods that don't use a StockID.
+ We didn't mean to leave them deprecated.
+ (Kjell Ahlstedt)
+* CellArea: Add signal_apply_attributes().
+ (Kjell Ahlstedt)
+* SelectionData: Add get_data(int& length).
+ (Kjell Ahlstedt)
+* ToggleAction: Deprecate the create() that uses (deprecated) StockID
+ (Kjell Ahlstedt)
+* ToolItem: Add unset_proxy_menu_item().
+ (Kjell Ahlstedt)
+* UIManager: Deprecate the add-tearoffs property.
+ (Kjell Ahlstedt)
+
+Gdk:
+* Pixbuf: Add create_from_resource() methods.
+* RGBA, Color: Fix set_hsl(), improve documentation.
+ (Kjell Ahlstedt) Bug #720258
+
+Build:
+* CellArea: Fix documentation of typedef SlotForeachAlloc
+ An extra '>' in the docs trapped doxygen 1.8.4 in an infinite loop.
+ (Kjell Ahlstedt)
+* Fix the build with --disable-deprecated-api
+ (Kjell Ahlstedt)
+
+Documentation:
+* Add missing widget images.
+ (Kjell Ahlstedt)
+* AppChooser*: Improve documentation.
+ (Kjell Ahlstedt) Bug #650012
+* ColorChooser::get_rgba(): Add documentation
+ (Kjell Ahlstedt)
+* SelectionData: Add methods docs.
+ (Kjell Ahlstedt)
+* ToolItem: Add class docs.
+ (Kjell Ahlstedt)
+
+
+3.10.1 (stable):
+
+Gtk:
+* Avoid including deprecated stockid.h.
+ This lets applications build with deprecated API disabled.
+ (Murray Cumming)
+* RadioAction, RecentAction: Deprecate constructors and methods that
+ take StockID.
+ StockID was already deprecated so this should not affect
+ application builds.
+ (Kjell Ahlstedt)
+
Changes in 3.10 compared to 3.8:
Gtk
diff --git a/configure.ac b/configure.ac
index 0bd7a52..a631084 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-## Copyright (c) 2009-2013 Openismus GmbH <http://www.openismus.com/>
+## Copyright (c) 2009-2014 Openismus GmbH <http://www.openismus.com/>
##
## This file is part of gtkmm.
##
@@ -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.10.0],
+AC_INIT([gtkmm], [3.11.4],
[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]