[glibmm] 2.35.9
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] 2.35.9
- Date: Tue, 19 Mar 2013 09:24:19 +0000 (UTC)
commit 4e8fcecb18f8e0ad1db02cf5a7e5af9987c1e2d6
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Mar 19 10:24:12 2013 +0100
2.35.9
ChangeLog | 2 ++
NEWS | 28 +++++++++++++++++++++++++++-
configure.ac | 4 ++--
3 files changed, 31 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 07c2cac..7e711db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.35.9:
+
2013-03-13 José Alburquerque <jaalburquerque gmail com>
TlsFileDatabase: Use _WRAP_METHOD() to wrap the create() method.
diff --git a/NEWS b/NEWS
index 821d0a2..5eef451 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,30 @@
-2.35.8 (unstable);
+2.35.9 (unstable):
+
+Glib:
+* Add edByteArray, because it is used in the GTls* API.
+ (José Alburquerque)
+* AppInfo::get_all(): Fix ownerships.
+ (Pavel Vasi) Bug #694505
+
+
+Gio:
+* TlsFileDatabase: Add the create() method.
+ (José Alburquerque)
+* TlsCertificate: Add the certificate property.
+ (José Alburquerque)
+* TlsClientConnection: Add get_accepted_cas()
+ and the "accepted-cas" property.
+ (José Alburquerque)
+* TlsDatabase: Add the lookup_certificates_issued_by*()
+ methods and virtual functions. Correct a TlsCertificate conversion
+ for the virtual functions so that the underlying GObject is properly
+ copied from the C++ wrapper.
+ (José Alburquerque)
+* TlsInteraction: Add the virtual functions.
+ (José Alburquerque)
+
+
+2.35.8 (unstable):
Glib:
* Resolver: Add lookup_records(), lookup_records_async()
diff --git a/configure.ac b/configure.ac
index 3daade8..f51e3fd 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.8],
+AC_INIT([glibmm], [2.35.9],
[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.8'
+glibreq='2.0 >= 2.35.9'
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]