[glibmm] 2.39.93
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] 2.39.93
- Date: Sat, 5 Apr 2014 12:54:27 +0000 (UTC)
commit db339b77a8e94ca00a440d3205df4f1f92bc6f42
Author: Murray Cumming <murrayc murrayc com>
Date: Sat Apr 5 14:54:17 2014 +0200
2.39.93
NEWS | 31 +++++++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 33 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5491520..1fd61e3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+2.39.93 (unstable):
+
+Glib:
+* Keyfile: Add save_to_file().
+ (Murray Cumming)
+* Add VariantDict.
+ (Murray Cumming)
+* Variant: Remove the now-unnecessary local g_variant_parse_error_quark().
+ (Murray Cumming) Bug #727554 (Antoine Jacoutot)
+
+Gio:
+* Application: Add the handle-local-options signal.
+* ApplicationCommandline: Add get_options_dict().
+* Settings: Add get_user_value() and get_default_value().
+ (Murray Cumming)
+* Socket: Add get/set_option().
+ (Murray Cumming)
+* TlsInteraction: Add invoke_request_certificate(),
+ request_certificate(), request_certificate_async() and
+ request_certificate_finish().
+ (Murray Cumming)
+
+Build:
+* h2def.py:
+ - Handle *_DEPRECATED_IN_* and AVAILABLE_IN_* with 0 digits.
+ - Also strip *_DEPRECATE_IN_*_FOR () without a space.
+ (Murray Cumming)
+* Visual Studio Projects: Update giomm Projects.
+ (Chun-wei Fan)
+
+
2.39.92 (unstable):
Gio:
diff --git a/configure.ac b/configure.ac
index eefddba..3c4f214 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.92],
+AC_INIT([glibmm], [2.39.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.39.92'
+glibreq='2.0 >= 2.40.0'
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]