[gtkmm] 3.17.50



commit fcfeed40e5fa5602d8d77c5a450a3734a2cd1fcc
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Jul 22 12:31:59 2015 +0200

    3.17.50

 NEWS         |   33 +++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 35 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 38e51c8..af8fe74 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+3.17.50 (unstable):
+
+Gtk:
+* PlacesSidebar:
+  - Deprecate set/get_show_connect_to_server() and the property.
+  - Add set/get_show_recent(), set/get_show_trash(),
+    set/get_show_other_locations() and properties, and the populate_all
+    property.
+  (Kjell Ahlstedt)
+* Popover: Add get/set_default_widget().
+  (Murray Cumming)
+* Window: Add get_titlebar().
+  (Murray Cumming)
+
+Build:
+* gtk_generate_extra_defs.sh: Fix for the patch command, version 2.7.5
+  (Kjell Ahlstedt)
+* C++11: Use nullptr instead of 0.
+  (Murray Cumming)
+* C++11: Use of the override keyword.
+  (Murray Cumming)
+* C++11: Use of auto.
+  (Murray Cumming)
+* C++11: Use of range-based for loops.
+  (Murray Cumming)
+* Fix the build when using -Wshadow (now used in --enable-warnings=fatal).
+  (Murray Cumming)
+
+Documentation:
+* LevelBar: Document how to workaround the lack of Orientation base class.
+  (Murray Cumming) Bug #752568 (Tobias Hoffmann)
+
+
 3.17.41 (unstable):
 
 Gtk:
diff --git a/configure.ac b/configure.ac
index ad0e675..3689eeb 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.17.41],
+AC_INIT([gtkmm], [3.17.50],
         [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.45.31 pangomm-1.4 >= 2.37.1 gtk+-3.0 >= 3.17.3 cairomm-1.0 >= 
1.9.2 gdk-pixbuf-2.0 >= 2.26.0'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.45.40 pangomm-1.4 >= 2.37.1 gtk+-3.0 >= 3.17.5 cairomm-1.0 >= 
1.9.2 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]