[glibmm] 2.36.0



commit 5f42873b53184509474135eff370231c9d93d097
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Apr 1 17:56:16 2013 +0200

    2.36.0

 ChangeLog    |    2 +-
 NEWS         |   39 +++++++++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 42 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0e162f0..9b36c3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -122,7 +122,7 @@
 
 2013-03-25  Murray Cumming  <murrayc murrayc com>
 
-       Gio::SocketClient: Added some methods.
+       Gio::DesktopAppInfo: Added some methods.
 
        * gio/src/desktopappinfo.hg: Added has_key(),
        get_string() and get_boolean().
diff --git a/NEWS b/NEWS
index 5eef451..4f49010 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+2.36.0 (stable):
+
+Changes since 2.35.9:
+
+Glib:
+* VariantBase: Add check_format_string().
+   (Murray Cumming)
+
+Gio:
+* ApplicationCommandLine: Add get_stdin() and
+  create_file_for_arg().
+  (Murray Cumming)
+* AsyncResult: Added is_tagged().
+  (Murray Cumming)
+* Credentials: Add get_unix_pid().
+  (José Alburquerque)
+* DesktopAppInfo: Add has_key(),
+  get_string() and get_boolean().
+  (Murray Cumming)
+* FileEnumerator: Add get_child().
+  (Murray Cumming)
+* FileInfo: Add get_deletion_date().
+  (Murray Cumming)
+* SocketClient: Add get/set_tls(),
+  get/set_tls_validation_flags(), get/set_proxy_resolver().
+  Added timeout, tls, enable-proxy, tls-validation, and 
+  proxy-resolver properties.
+  Added the event signal.
+  (Murray Cumming)
+
+gmmproc:
+* Verify that void methods should not return a value.
+  (José Alburquerque) Bug #696364
+
+Build:
+* Visual Studio Projects: Fix and update.
+  (Chun-wei Fan)
+
+
 2.35.9 (unstable):
 
 Glib:
diff --git a/configure.ac b/configure.ac
index f51e3fd..2bdd522 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.35.9],
+AC_INIT([glibmm], [2.36.0],
         [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.35.9'
+glibreq='2.0 >= 2.36.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]