[glibmm] 2.49.7



commit 5eef67fa6dd5fc0caf506938918c41caac5b0928
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Sep 13 17:14:59 2016 +0200

    2.49.7

 NEWS         |   22 ++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 24 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 05116dc..ff6e674 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+2.49.7:
+
+Gio
+* AppInfo: Add launch_default_for_uri_async().
+  (Murray Cumming)
+* Application::get_busy(): return the bool.
+  (Murray Cumming) Bug #770304
+* Drive: Add is_removable().
+  (Murray Cumming)
+* Settings:
+  - set_uiint(): Deprecate for set_uint().
+  - Add get/set_uint64().
+  - Add get/set_int64().
+  (Murray Cumming)
+* giomm.h: Add include for settingsschemasource.h
+  (Murray Cumming)
+
+Documentation:
+* Glib::OptionGroup: Improve the documentation of add_entry()
+  (Kjell Ahlstedt)
+
+
 2.49.5:
 
 Glib:
diff --git a/configure.ac b/configure.ac
index 6a48f36..b69370a 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.5],
+AC_INIT([glibmm], [2.49.7],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
         [glibmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -62,7 +62,7 @@ AS_IF([test "x$enable_static" = xyes],
   AC_DEFINE([GIOMM_STATIC_LIB],  [1], [Define if giomm is built as a static library])
 ])
 
-glibreq='2.0 >= 2.48.0'
+glibreq='2.0 >= 2.49.7'
 
 GLIBMM_MODULES="sigc++-2.0 >= 2.9.1 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
 GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]