[glibmm] 2.31.0.1



commit 555b6915a71cf81e88c64185b487207953af2b64
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Oct 26 12:46:15 2011 +0200

    2.31.0.1

 ChangeLog    |    2 ++
 NEWS         |   15 +++++++++++++++
 configure.ac |    2 +-
 3 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a55b980..4f72d33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.31.0.1:
+
 2011-10-26  Murray Cumming  <murrayc murrayc com>
 
 	Avoid an unused-parameter compiler warning.
diff --git a/NEWS b/NEWS
index bbe44fa..83840ac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+2.31.0.1: (unstable)
+
+* Avoid deprecation compiler warnings in glibmm and projects using glibmm.
+  However, you will need to include either <glibmm.h> or <glibmm/thread.h>
+  before other glibmm includes.
+  (Murray Cumming)
+* Move IOCondition from main.h to iochannel.h.
+  (Murray Cumming)
+* Don't include <glibmm.h> via init.h or wrap_init.h.
+  (Murray Cumming)
+* gmmproc:
+  - Don't include C code examples found in the XML docs. Bug #650544
+  - Don't include <glibmm.h> by default in generated files. Bug #662597
+  (Josà Alburquerque)
+	
 2.31.0: (unstable)
 
 Glib:
diff --git a/configure.ac b/configure.ac
index ea90592..49a4f68 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.31.0],
+AC_INIT([glibmm], [2.31.0.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]