[glibmm] 2.33.13
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] 2.33.13
- Date: Tue, 25 Sep 2012 18:39:06 +0000 (UTC)
commit 05f32bc5a51fe93bfc4ddb9e6ffbc7bb6af53dcb
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Sep 24 22:11:58 2012 +0200
2.33.13
NEWS | 35 +++++++++++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 37 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index e33e639..f72df3a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+2.33.13 (unstable):
+
+Gio:
+* AppLaunchContext: Add setenv(), unsetenv() and get_environment().
+* File: Add remove_async() and remove_finish().
+ (Murray Cumming)
+* Add e ConverterInputStream and ConverterOutputStream.
+* Add PollableInputStream and PollableOutputStream.
+ (Josà Alburquerque)
+
+Gio::DBus:
+* Connection: Add the call_[finish|sync]() with UnixFDLists.
+ (Josà Alburquerque)#662371.
+
+gmmproc:
+* Add a _NO_WRAP_INIT_REGISTRATION macro
+ (Josà Alburquerque) Bug #684006
+* _CLASS_GOBJECT: Allow classes to have custom wrap() functions.
+ (Josà Alburquerque) Bug #684006
+* _WRAP_METHOD: Allow setting parameters from C output params.
+ (Josà Alburquerque) Bug #662371
+* Prepend a Doxygen @throws clause to the declaration of virtual
+ functions that throw Glib::Error.
+ (Josà Alburquerque)
+* Improve the search for unwrapped methods.
+ (Kjell Ahlstedt)
+
+Build:
+* Use std::time_t instead of ::time_t
+ instead of ::time_t.
+* Use std::size_t and std::ptrdiff_t instead
+ of ::size_t and ::ptrdiff_t.
+ (Kjell Ahlstedt)
+
+
2.33.12 (unstable):
Gio:
diff --git a/configure.ac b/configure.ac
index e243989..b0e9818 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.33.12],
+AC_INIT([glibmm], [2.33.13],
[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.33.12'
+glibreq='2.0 >= 2.34.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]