summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS18
-rw-r--r--configure.ac4
2 files changed, 19 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 8731232a..52a9ae7f 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 51603c9d..9c68e08e 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"