[gtkmm] 3.17.41



commit 8a6701e2f3e4522a7b8016af0113580a6814eaac
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Jul 15 16:27:45 2015 +0200

    3.17.41

 NEWS         |   20 ++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 21 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index a40513c..38e51c8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+3.17.41 (unstable):
+
+Gtk:
+* StyleContext: Deprecate set_background().
+  (Kjell Ahlstedt)
+* IconView: Fix a crash in get_tooltip_context_path().
+  (Kjell Ahlstedt)
+
+Build:
+* Use (and require) C++11.
+  (Murray Cumming, Kjell Ahlstedt)
+
+Documentation:
+* Remove pixbuf-demo because it is already in the main demo.
+  (Kjell Ahlstedt)
+* Demo: Remove Icon Theme demo, replacing it by a standalone
+  Icon Broswer demo.
+  (Kjell Ahlstedt)
+
+
 3.17.4 (unstable):
 
 Gtk:
diff --git a/configure.ac b/configure.ac
index 2292b32..ad0e675 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.4],
+AC_INIT([gtkmm], [3.17.41],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]