[gtkmm] 3.5.6
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] 3.5.6
- Date: Wed, 11 Jul 2012 10:23:27 +0000 (UTC)
commit 00ab582140ec9163b916f216538d8a30093b5d13
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Jul 11 12:23:13 2012 +0200
3.5.6
ChangeLog | 2 ++
NEWS | 22 ++++++++++++++++++++++
configure.ac | 4 ++--
3 files changed, 26 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 826b15b..d79df23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+3.5.6:
+
2012-07-11 Murray Cumming <murrayc murrayc com>
Added Gtk::MenuButton.
diff --git a/NEWS b/NEWS
index 56320e0..7492f5f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+3.5.6 (unstable):
+
+Gtk:
+* AppChooserDialog: Fix property name in constructors.
+ (Kjell Ahlstedt)
+* Application:
+ - run(): Do not show the window until activation, fix a crash.
+ - Added get_window_by_id().
+* Button: Addedset/get_always_show_image() and the property.
+* Added Gtk::MenuButton.
+* Added Gtk::SearchEntry.
+* WidgetPath: Added to_string(), iter_get_siblings() and
+ iter_list_regions().
+ (Murray Cumming)
+* Fix wrap_init() for Quartz (MacOS).
+ (Kjell Ahlstedt) Bug #678883.
+
+Gdk:
+* Pixbuf: Added const version of save() and friends
+ (Mark Vender) Bug #678886.
+* Screen: Added get_monitor_workarea().
+
3.5.4 (unstable):
* Application:
diff --git a/configure.ac b/configure.ac
index ba5e6b2..f0adf19 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.4],
+AC_INIT([gtkmm], [3.5.6],
[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.4 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.6 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]