[glibmm] 2.37.7
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] 2.37.7
- Date: Tue, 10 Sep 2013 18:58:18 +0000 (UTC)
commit b54f80113ec767d8be80452ebe766560029a53af
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Sep 10 20:58:07 2013 +0200
2.37.7
NEWS | 18 +++++++++++++++++-
configure.ac | 4 ++--
2 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8731232..52a9ae7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,22 @@
-2.37.6 (unstable):
+2.37.7 (unstable):
+
+Gio:
+* Menu: Add insert/append/prepend_section() with no label parameter.
+ (Murray Cumming) Bug #702456 (Aurimas Černius)
+
+gmmproc:
+* Pass NULL to C function calls for optional empty strings.
+ (José Alburquerque) Bug #686909. Bug #702456
+* Add parameter return_value in _WRAP_VFUNC.
+ (Marcin Kolny) Bug #705699.
+
+Build:
+* Update Visual Studio Projects
+ (Chun-wei Fan)
+2.37.6 (unstable):
+
Gio:
* Action:
- Make get_state() templated.
diff --git a/configure.ac b/configure.ac
index 51603c9..9c68e08 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.6],
+AC_INIT([glibmm], [2.37.7],
[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.5'
+glibreq='2.0 >= 2.37.7'
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]