[glibmm] 2.45.31



commit 346b3eac79025b2290105f32cd81cdbc865ad286
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Jul 15 14:35:28 2015 +0200

    2.45.31

 NEWS         |   21 +++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 22 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index a98524d..d2304b9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+2.45.4 (unstable):
+
+Glib:
+* HelperList: fix iterator check in operator[]
+  (Maks Naumov) Bug #751530.
+
+Build:
+* Use (and require) C++11.
+  (Murray Cumming, Kjell Ahlstedt)
+* Use some simple C++11 syntax.
+  (Murray Cumming)
+* Fix the build with -Wshadow.
+  (Murray Cumming)
+
+gmmproc:
+* Generate code that uses some simple C++11 syntax.
+  (Murray Cumming)
+* _WRAP_SIGNAL: Accept apostrophes in a preceding comment.
+  (Kjell Ahlstedt)
+
+
 2.45.3 (unstable):
 
 * Add SettingsSchema, SettingsSchemaKey and SettingsSchemaSource.
diff --git a/configure.ac b/configure.ac
index a2b99cf..cb86406 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.45.3],
+AC_INIT([glibmm], [2.45.4],
         [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]