summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2018-10-31 16:09:08 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2018-10-31 16:09:08 +0100
commit6caeaf2d0b72bf859bf3357dc146f544d360b1dc (patch)
tree2833ae3036fe723e4a0612275cdabd39c7e8e4f8
parent03a289a3642a928508a404201dd32bf2c0568a04 (diff)
downloadglibmm-2-56.tar.gz
-rw-r--r--NEWS20
-rw-r--r--configure.ac2
2 files changed, 21 insertions, 1 deletions
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])