summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])