summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2017-06-23 09:16:56 +0200
committerMurray Cumming <murrayc@murrayc.com>2017-06-23 09:16:56 +0200
commit4aa51f14725cb4a57065400c31038b8a7cf9b826 (patch)
treeb7f5114160baed8296bc3e052b09ec1f95a34c42
parentc47bdacd6215d09efd0b5e70dbb411790e370515 (diff)
downloadglibmm-2.52.0.tar.gz
2.52.02.52.0
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 107d7b99..3f7c7fb7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+2.52.0 (stable):
+
+Gio:
+* UnixSocketAddress::create(): Remove the default value for the type
+ parameter to avoid ambiguity.
+ (Kjell Ahlstedt) Bug #782592
+
+Gio::DBus
+* Proxy: Wrap call() and call_sync() methods.
+ (Vyacheslav Yurkov) Bug #781818
+
+Documentation:
+* RefPtr: Clarify comment about undefined behaviour.
+ (Daniel Boles)
+
2.51.7 (unstable):
Glib:
diff --git a/configure.ac b/configure.ac
index f6963c74..7006b824 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.51.7],
+AC_INIT([glibmm], [2.52.0],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])