[gtkmm] 3.19.12
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] 3.19.12
- Date: Fri, 18 Mar 2016 09:17:47 +0000 (UTC)
commit c35b292f358b69023ab72f92fbc9e289ca694fab
Author: Murray Cumming <murrayc murrayc com>
Date: Fri Mar 18 09:28:35 2016 +0100
3.19.12
NEWS | 36 ++++++++++++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 38 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 79b7029..586bf79 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,39 @@
+3.19.12:
+
+Gtk:
+* CellRendererProgress:_property_renderable(): Avoid infinite loop.
+ (Murray Cumming)
+* CellrendererToggle: Deprecate property_indicator_size().
+ (Kjell Ahlstedt)
+* ColorButton: Add property_show_editor().
+ (Kjell Ahlstedt)
+* Container: Deprecate property_resize_mode().
+ (Kjell Ahlstedt)
+* Entry: Deprecate property_shadow_type().
+ (Kjell Ahlstedt)
+* Expander: Deprecate property_spacing().
+ (Kjell Ahlstedt)
+* PlacesSidebar:
+ - Deprecate property_show_other_locations().
+ - Add property_show_other_locations_with_flags(), signal_mount() and
+ signal_unmount().
+ (Kjell Ahlstedt)
+* Settings: Add property_gtk_keynav_use_caret().
+ (Kjell Ahlstedt)
+* StyleContext: Deprecate property_direction().
+ (Kjell Ahlstedt)
+* TextView: Add reset_cursor_blink().
+ (Kjell Ahlstedt)
+
+Build:
+* Fix "make check" after sigc::mem_fun(pointer, func) was deprecated.
+ (Kjell Ahlstedt)
+* MSVC builds: Update for shortcuts widgets.
+ (Chun-wei Fan)
+* MSVC builds: Look for headers in include/gio-win32-2.0 as well
+ (Chun-wei Fan)
+
+
3.19.11:
Gtk:
diff --git a/configure.ac b/configure.ac
index 729228d..4c50d2c 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.19.11],
+AC_INIT([gtkmm], [3.19.12],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
[gtkmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -93,7 +93,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.47.3.1 pangomm-1.4 >= 2.38.2 gtk+-3.0 >= 3.19.11 cairomm-1.0 >=
1.12.0 gdk-pixbuf-2.0 >= 2.26.0'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.47.3.1 pangomm-1.4 >= 2.38.2 gtk+-3.0 >= 3.19.2 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]