summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2012-03-06 11:41:08 +0100
committerMurray Cumming <murrayc@murrayc.com>2012-03-06 11:41:08 +0100
commit71ae5094031d673ca2af1a4dd5d4cfb228de78fb (patch)
tree2a01da9aae2d9ed625149650d82a838d6f07767b
parenta80d1fcde43450156c84039a5e261bce31db1b4a (diff)
downloadglibmm-2.31.20really.tar.gz
-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 62c7c20a..cbf96c0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.31.20:
+
2012-03-03 Murray Cumming <murrayc@murrayc.com>
Gio::Application: Add quit().
diff --git a/NEWS b/NEWS
index c36bc97a..3b6e9dff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+2.31.20:
+
+Glib:
+* Fix exceptions thrown by Thread::create() and Threads::Thread::create.
+ (Kjell Ahlstedt) Bug #640029 (Michael Edwards)
+* Fix the build with --disable-deprecated-api.
+ (Kjell Ahlstedt) Bug #640029 (Michael Edwards)
+
+Gio::
+* Application: Add quit().
+ (Murray Cumming)
+
+Gio::DBus:
+* DBus::Error, DBus::Proxy: Fix interaction with generate_wrap_init.pl.
+ (Kjell Ahlstedt) Bug #640029 (Michael Edwards)
+
+* Documentation: Signal*: Better description of the connect*() methods.
+ (Kjell Ahlstedt) Bug #669906 (Mark Vender)
+
+gmmproc and tools:
+* gmmproc: Allow destructors to be documented.
+ (José Alburquerque) Bug #668918 (Mark Vender)
+* docextract_to_xml.py: Generate signal documentation too.
+ (José Alburquerque) Bug #668918 (Mark Vender)
+* Add some scripts to regenerate the .defs files.
+ (José Alburquerque)
+* generate_wrap_init.pl:
+ - Improve reg. of exception classes in sub-namespaces and
+ improve it for deprecated files and sub-namespaces.
+ (Kjell Ahlstedt) Bug #640029 (Michael Edwards)
+* h2defs.py: Ignore the new GDK_AVAILABLE_IN_* macros.
+ (Murray Cumming)
+
2.31.18.1:
gmmproc:
diff --git a/configure.ac b/configure.ac
index 0cf79b44..6fac0944 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.18.1],
+AC_INIT([glibmm], [2.31.20],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])