summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-08-19 10:24:58 +0200
committerMurray Cumming <murrayc@murrayc.com>2016-08-19 10:24:58 +0200
commitf00b5a7aef1fb54e77525040bd53196eb9abaefd (patch)
tree6e9c034b6cfa09486c7a725d952d4b7381cf41ea
parent609ff24f4ba4c8c77ac15ca47d3110a1cd6124ab (diff)
downloadglibmm-f00b5a7aef1fb54e77525040bd53196eb9abaefd.tar.gz
2.49.52.49.5
-rw-r--r--NEWS20
-rw-r--r--configure.ac2
2 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 378b72d9..05116dc5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+2.49.5:
+
+Glib:
+* OptionContext: Wrap g_option_context_parse_strv()
+ (Kjell Ahlstedt)
+
+gmmproc:
+* Add DocsParser::remove_c_memory_handling_info()
+ (Kjell Ahlstedt)
+* Add missing objects to glib/gio_extra_objects.defs
+ (Kjell Ahlstedt)
+* Remove DocsParser::non_object_method_name()
+ (Kjell Ahlstedt)
+* swap() implementations: Use std::swap().
+ (Murray Cumming <murrayc@murrayc.com>
+
+Documentation:
+* Gio::SocketService: Update the class documentation
+ (Kjell Ahlstedt)
+
2.49.4:
glib:
diff --git a/configure.ac b/configure.ac
index c4814d87..6a48f362 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.49.4],
+AC_INIT([glibmm], [2.49.5],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])