summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 672b2148..cb86808e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+2.51.5
+
+Gio:
+* Application: get_default(): Correct the reference counting.
+ (KJell Ahlstedt) Bug #779936 (James Legg)
+* Add PropertyAction.
+ (Kjell Ahlstedt)
+
+Glib:
+* Remove Glib::unconst() because it is unused and unnecessary.
+ (Kjell Ahlstedt)
+* Variant: Add template specialization for std::tuple,
+ and a test.
+ (Alexander Rössler, Kjell Ahlstedt) Bug #777791
+
+
2.51.2 (unstable):
Distro packagers should probably not package this yet.
diff --git a/configure.ac b/configure.ac
index 6167bafd..32353dc5 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.2],
+AC_INIT([glibmm], [2.51.5],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])