[gtkmm] 3.9.14
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] 3.9.14
- Date: Tue, 10 Sep 2013 20:42:22 +0000 (UTC)
commit 2ae29f17d738bb6d0a624bf402982335a6321d30
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Sep 10 22:42:12 2013 +0200
3.9.14
NEWS | 24 ++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 26 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8b3f2bf..0cc92b3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+3.9.14 (unstable):
+
+Gtk:
+* Add SearchBar.
+ (Juan Rafael Garcia Blanco)
+* Button: Replace the icon_name ctor by set_image_from_icon_name().
+ (Kjell Ahlstedt) Bug #707791
+* Scale: Constructor: Remove the default parameter value
+ to avoid ambiguity.
+ (Murray Cumming) Bug #707810 (cheshirekow)
+
+Gdk:
+* Window: Add set_opaque_region().
+ (Murray Cumming)
+
+Tools:
+* gtk_generate_extra_defs.sh: Add --make-patch option.
+ (Kjell Ahlstedt)
+
+Build:
+* Update Visual Studio Projects
+ (Chun-wei Fan)
+
+
3.9.12 (unstable):
Gtk:
diff --git a/configure.ac b/configure.ac
index a403d12..d2e6bd9 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.9.12],
+AC_INIT([gtkmm], [3.9.14],
[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.36.2 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.9.12 cairomm-1.0 >=
1.9.2 gdk-pixbuf-2.0 >= 2.22.1'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.37.7 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.9.14 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]