[gtkmm] 3.21.4
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] 3.21.4
- Date: Thu, 21 Jul 2016 10:39:31 +0000 (UTC)
commit a56e8fb1a60e44087de1d1d1aef6b45dafadf4a3
Author: Murray Cumming <murrayc murrayc com>
Date: Thu Jul 21 12:03:33 2016 +0200
3.21.4
NEWS | 16 ++++++++++++++++
configure.ac | 4 ++--
2 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 35ef598..7217c7f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+3.21.4 (unstable):
+
+Gtk:
+* ApplicationWindow: Add a correct wrap() method, deprecating the
+ incorrect one.
+ (Kjell Ahlstedt) Bug #767951
+* FlowBox, ListBox: Add bind_model() and bind_list_store().
+ (Kjell Ahlstedt, Murray Cumming) #755149
+* UIManager, ActionGroup, RadioAction, RecentAction, ToggleAction:
+ Deprecated, as in the C GTK+ API.
+ (Kjell Ahlstedt) Bug #768573.
+
+Build:
+* Fix silent builds
+ (Kjell Ahlstedt) Bug #768797
+
3.21.3 (unstable):
Gtk:
diff --git a/configure.ac b/configure.ac
index 847fcdf..ce2d445 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.21.3],
+AC_INIT([gtkmm], [3.21.4],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
[gtkmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -95,7 +95,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.49.1 pangomm-1.4 >= 2.38.2 gtk+-3.0 >= 3.21.2 cairomm-1.0 >=
1.12.0 gdk-pixbuf-2.0 >= 2.26.0'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.49.1 pangomm-1.4 >= 2.38.2 gtk+-3.0 >= 3.21.4 cairomm-1.0 >=
1.12.0 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]