summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2014-03-18 09:53:42 +0100
committerMurray Cumming <murrayc@murrayc.com>2014-03-18 09:53:42 +0100
commit1d02cbf06bca697c5a8073095222a6092b90332f (patch)
tree3d314196bfd63771670f7e1f0b65c1ce1378b6c6
parent11f97dc062673a8aee27ee1a7efaa84d57036113 (diff)
downloadglibmm-1d02cbf06bca697c5a8073095222a6092b90332f.tar.gz
2.39.922.39.92
-rw-r--r--NEWS15
-rw-r--r--configure.ac4
2 files changed, 17 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 40e6b926..54915208 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+2.39.92 (unstable):
+
+Gio:
+* Application: Add add_main_option_entry() and add_option_group().
+ (Murray Cumming)
+
+Documentation:
+* Glib::ustring: Say more clearly that it must be only UTF-8.
+ (Kjell Ahlstedt) Bug #681560 (vurentjie)
+
+Build:
+* win32: Surround content_type_get_symbolic_icon() with ifdefs.
+ (Giuseppe Penone)
+
+
2.39.91 (unstable):
Documenation:
diff --git a/configure.ac b/configure.ac
index d0b8ec1a..eefddba5 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.39.91],
+AC_INIT([glibmm], [2.39.92],
[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.39.91'
+glibreq='2.0 >= 2.39.92'
GLIBMM_MODULES="sigc++-2.0 >= 2.2.10 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"