[glibmm] 2.33.1



commit 9920390be1e31efea7dea306c6da1cd637a61c17
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Jun 12 09:32:45 2012 +0200

    2.33.1

 ChangeLog    |    2 ++
 NEWS         |   20 ++++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 23 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index e04505b..15b8b77 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 fe50299..56c2f81 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 2a15726..5e27956 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])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]