summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-10-25 10:56:44 +0200
committerMurray Cumming <murrayc@murrayc.com>2011-10-25 10:56:44 +0200
commitc27085033cefd302300bb1e330637a17293f26bf (patch)
treea378f2e1340f34e0564d917192c9cec09b97d3b1
parenteef21c4a11278ac32ef243617c1b364646cfc529 (diff)
downloadglibmm-c27085033cefd302300bb1e330637a17293f26bf.tar.gz
2.31.02.31.0
-rw-r--r--ChangeLog2
-rw-r--r--NEWS33
-rw-r--r--configure.ac2
3 files changed, 36 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ca8ae856..55e1092f 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 51ae2740..bbe44fa3 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 f7255a65..ea905929 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])