[glibmm/glibmm-2-56] 2.56.1



commit 6caeaf2d0b72bf859bf3357dc146f544d360b1dc
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Wed Oct 31 16:09:08 2018 +0100

    2.56.1

 NEWS         | 20 ++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 21 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 56d60855..40665200 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+2.56.1 (stable):
+
+Glib:
+* ustring: Fix wchar conversion on macOS with libc++
+  (Clemens Lang) Bug #795338
+* Avoid compiler warnings from function pointer conversions
+  (Kjell Ahlstedt) Issue libsigcplusplus#1 (sharkcz)
+  (Kjell Ahlstedt) Issue libsigcplusplus#8 (db0451)
+
+Gio:
+* SocketClient: Take copy in RefPtrs for signal args
+  (Daniel Boles) Issue #28 (Jens Mühlenhoff)
+
+Build:
+* Require glib-2.0 >= 2.55.1
+  (Kjell Ahlstedt) Issue #29 (Mart Raudsepp)
+* Replace the Visual Studio project files with MSVC NMake project files
+  (Chun-wei Fan) Merge request !5
+
+
 2.56.0 (stable):
 
 Glib:
diff --git a/configure.ac b/configure.ac
index 2a1955f7..8d95aa14 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.56.0],
+AC_INIT([glibmm], [2.56.1],
         [https://gitlab.gnome.org/GNOME/glibmm/issues],
         [glibmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])


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