[glibmm/glibmm-2-54] 2.54.1



commit 1739f07e92763d1dd9092b96f244b6647dc19c91
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Mon Sep 18 19:49:34 2017 +0200

    2.54.1

 NEWS         |   15 +++++++++++++++
 configure.ac |    2 +-
 2 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 02e9432..3676dc0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+2.54.1 (stable):
+
+Glib:
+* Variant: Don't use std::index_sequence from C++14.
+  (Kjell Ahlstedt, Jonathan Wakely) Bug #787648 (Armin K.)
+
+Documentation:
+* Note that Gio::Application::property_resource_base_path() shall not
+  be used. It has a bug that's hard to fix without breaking ABI.
+  (Kjell Ahlstedt) Bug #787496 (Daniel Boles)
+
+gmmproc:
+* Convert all property documentation to C++.
+  (Kjell Ahlstedt) Bug #787698 (Daniel Boles)
+
 2.54.0 (stable):
 
 Glib:
diff --git a/configure.ac b/configure.ac
index bcd2ca2..c20e778 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([glibmm], [2.54.0],
+AC_INIT([glibmm], [2.54.1],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
         [glibmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])


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