[glibmm] 2.31.0



commit c27085033cefd302300bb1e330637a17293f26bf
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Oct 25 10:56:44 2011 +0200

    2.31.0

 ChangeLog    |    2 ++
 NEWS         |   33 +++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 36 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ca8ae85..55e1092 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.31.0:
+
 2011-10-25  Murray Cumming  <murrayc murrayc com>
 
 	Regenerated more defs.
diff --git a/NEWS b/NEWS
index 51ae274..bbe44fa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+2.31.0: (unstable)
+
+Glib:
+* Date: set_time(): Use g_date_set_time_t() instead of g_date_set_time().
+  (Josà Alburquerque) 
+* Thread: Deprecated thread_init(), Thread::joinable(), *_priority(), etc.
+  (Murray Cumming)
+* (Threads are always enabled in glib now, and thread_init() does nothing.)
+* VariantContainerBase: Add create_maybe().
+  (Josà Alburquerque) 
+
+Gio:
+* DataInputStream: Add read_line_utf8() and read_line_finish_utf8().
+  (Josà Alburquerque)
+* DBus::MethodInvocation: Add UnixFDList return_value() method overload.
+  (Josà Alburquerque)
+* Re-add Application and related class so they can be finished.
+  (Josà Alburquerque)
+* ApplicationCommandLine: Add the get_platform_data() method.
+  (Josà Alburquerque)
+* SimpleAction: Wrap the signals and properties.
+  (Josà Alburquerque)
+
+* gmmproc:
+  - Fix h2def.py not parsing function starting with G_GNUC_* macros.
+  (Krzesimir Nowak) Bug #660225.
+  - _WRAP_METHOD: Allow return types to have commas.
+  (Josà Alburquerque) Bug #661401
+  - _WRAP_METHOD: Use {OUT} instead of {RET} for output params.
+  (Josà Alburquerque)
+  - Remove M4 warnings due to commas in return types.
+  (Josà Alburquerque)
+
 2.30.0: (stable)
 
 giomm:
diff --git a/configure.ac b/configure.ac
index f7255a6..ea90592 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.30.0],
+AC_INIT([glibmm], [2.31.0],
         [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]