[glibmm] 2.37.93
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] 2.37.93
- Date: Fri, 20 Sep 2013 09:31:32 +0000 (UTC)
commit d0ed67478c3c7562446e0c2214deadfc2397f3ec
Author: Murray Cumming <murrayc murrayc com>
Date: Fri Sep 20 11:30:57 2013 +0200
2.37.93
NEWS | 19 +++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 21 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 52a9ae7..ee51fc2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+2.37.93 (unstable):
+
+Gio
+* ActionMap: lookup_action(): Fix the reference counting.
+ (Murray Cumming)
+* File: Add measure_disk_usage() and measure_disk_usage_async().
+ (Murray Cumming)
+* Settings: Add get/set_uint().
+ (Murray Cumming)
+* Add VariantParseError.
+ Because it is thrown by GtkBuilder, at least for now.
+ (Murray Cumming
+
+Build:
+* Port tools/defs_gen to Python 3.
+ (Kjell Ahlstedt) Bug #690969
+* tools/h2def.py: Handle functions with Handle *_DEPRECATED_IN_*_FOR (*).
+ (Murray Cumming)
+
2.37.7 (unstable):
Gio:
diff --git a/configure.ac b/configure.ac
index 9c68e08..ab7c959 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.37.7],
+AC_INIT([glibmm], [2.37.93],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -60,7 +60,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.37.7'
+glibreq='2.0 >= 2.37.93'
GLIBMM_MODULES="sigc++-2.0 >= 2.2.10 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]