summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--NEWS20
-rw-r--r--configure.ac2
3 files changed, 23 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e04505b8..15b8b773 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.33.1 (unstable):
+
2012-06-08 Michał Wróbel <michal.wrobel@flytronic.pl>
Thread::RecMutex: Don't initialize this as a GStaticMutex.
diff --git a/NEWS b/NEWS
index fe502996..56c2f810 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+2.33.1 (unstable):
+
+Gio:
+* Application:
+ - Allow the application ID to be empty.
+ - Pass 0 (NULL) rather than "" to GApplication.
+ (Murray Cumming)
+* Add Resource
+ Bug #674545 (Kalev Lember)
+
+Glib:
+* Miscutils: get_system_data_dirs(), get_system_config_dirs():
+ Return early when the C function returns NULL.
+ (Krzesimir Nowak)
+* Thread::RecMutex: Don't initialize this as a GStaticMutex.
+ (Deprecated anyway)
+ (Michał Wróbel) Bug #677291
+* Documentation: Don't hide add_exception_handler() documentation.
+ (Kjell Ahlstedt)
+
2.32.0 (stable):
Glib:
diff --git a/configure.ac b/configure.ac
index 2a157264..5e279561 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.32.0],
+AC_INIT([glibmm], [2.33.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])