[glibmm/glibmm-2-32] 2.32.1



commit c34ee9bb7b7737e5cef9bf4775348aa10cf8410d
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Jul 11 09:26:54 2012 +0200

    2.32.1

 ChangeLog    |    2 ++
 NEWS         |   20 ++++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 23 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ca6ca09..26eafc2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.32.1:
+
 2012-07-10  Krzesimir Nowak  <qdlacz gmail com>
 
 	Glib::Checksum: Fix a typo.
diff --git a/NEWS b/NEWS
index fe50299..ef95758 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+2.32.1 (stable):
+
+Gio:
+* Application:
+  - Pass 0 (NULL) rather than "" to GApplication.
+  (Murray Cumming)
+
+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)
+  - Really hide the GCheckSum type from the documentation.
+  (Krzesimir Nowak)
+
 2.32.0 (stable):
 
 Glib:
diff --git a/configure.ac b/configure.ac
index b462cc3..359277f 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.32.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]