diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | NEWS | 33 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 36 insertions, 1 deletions
@@ -1,3 +1,5 @@ +2.31.0: + 2011-10-25 Murray Cumming <murrayc@murrayc.com> Regenerated more defs. @@ -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]) |