[glibmm] 2.33.3



commit fe45b43defcda4ecf9f4098854b5bf66f382523e
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Jul 10 12:24:35 2012 +0200

    2.33.3

 ChangeLog    |    2 ++
 NEWS         |   20 ++++++++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 24 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 4f72892..6e05a96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.33.3:
+
 2012-07-10  Murray Cumming  <murrayc murrayc com>
 
 	Gio::InetSocketAddress: Added get_flowinfo() and get_scope_id()
diff --git a/NEWS b/NEWS
index 9db40eb..114e93f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+2.33.3 (unstable):
+
+Glib:
+* Added the Bytes class, wrapping GBytes.
+  (Murray Cumming)
+
+Gio:
+* InetSocketAddress: Added get_flowinfo() and get_scope_id()
+* OutputStream: Added write_bytes(), write_bytes_async() and write_bytes_finish().
+* InputStream: Added read_bytes(), read_bytes_async() and read_bytes_finish().
+  (Murray Cumming)
+
+Gio::DBus:
+* Connection: Added get_last_serial().
+  (Murray Cumming)
+
+gmmproc:
+* Add _INCLUDE_IN_WRAP_INIT, _GMMPROC_WRAP_CONDITIONALLY.
+  (Kjell Ahlstedt) Bug #678883.
+
 2.33.2 (unstable):
 
 * Added some enum values and documentation.
diff --git a/configure.ac b/configure.ac
index e488e39..8db4415 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.2],
+AC_INIT([glibmm], [2.33.3],
         [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.2'
+glibreq='2.0 >= 2.33.3'
 
 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]