summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS21
-rw-r--r--configure.ac2
3 files changed, 27 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6076200b..1a26f33f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.33.4:
+
2012-08-01 Murray Cumming <murrayc@murrayc.com>
gio_extra_objects: Mention GMenuItem.
@@ -10,6 +12,7 @@
Add a test checking whether floating variants are always sunk.
* tests/glibmm_variant/main.cc: New test.
+ Bug #680407
2012-07-28 Krzesimir Nowak <qdlacz@gmail.com>
@@ -19,12 +22,14 @@
* glib/src/variant.ccg: Use _CUSTOM_CTOR_CAST macro and implement
cast constructor. This is needed, because we always want to sink
a GVariant.
+ Bug #680407
2012-07-28 Krzesimir Nowak <qdlacz@gmail.com>
Add _CUSTOM_CTOR_CAST macro for _CLASS_OPAQUE_COPYABLE.
* tools/m4/class_opaque_copyable.m4: New macro.
+ Bug #680407
2012-07-26 Kjell Ahlstedt <kjell.ahlstedt@bredband.net>
diff --git a/NEWS b/NEWS
index 114e93f7..7a9d187a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+2.33.4 (unstable):
+
+Glib:
+* KeyFile: Correct the load_from_dirs() implementation.
+ (Krzesimir Nowak)
+* Variant: Make sure that we always sink the initial reference.
+ (Krzesimir Nowak) Bug #680407
+* VariantType: peek_string(): Correct this to handle
+ the non-null-terminated result from g_variant_type_peek_string().
+* Threads::Mutex, RecMutex: Add wrap() functions.
+ (Kjell Ahlstedt) Bug #483790
+
+gmmproc:
+* Add _CUSTOM_CTOR_CAST
+ (Krzesimir Nowak)
+
+Documentation:
+* Show the get_type() functions in the API documentation.
+ (Murray Cumming) Bug #670212 (Mark Vender).
+
+
2.33.3 (unstable):
Glib:
diff --git a/configure.ac b/configure.ac
index 8db4415f..b3828127 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.3'
+glibreq='2.0 >= 2.33.4'
GLIBMM_MODULES="sigc++-2.0 >= 2.2.10 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"