summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2012-02-07 10:28:43 +0100
committerMurray Cumming <murrayc@murrayc.com>2012-02-07 10:28:43 +0100
commit2de7f8ae378e2e0f3285433168850e50f095b377 (patch)
tree93e710244080f41588a1f7942acb3cf623d5842b
parent2e36b3288f2e6b144bd9505b7e99c4480f64ee88 (diff)
downloadglibmm-2de7f8ae378e2e0f3285433168850e50f095b377.tar.gz
2.31.162.31.16
-rw-r--r--ChangeLog2
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
3 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 730a0801..6bc15810 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.31.16:
+
2012-01-30 TS <t.sailer@alumni.ethz.ch>
Dispatcher: Fix the build on win32.
diff --git a/NEWS b/NEWS
index 887c10d9..4ea0679f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+2.31.16: (unstable):
+
+Build:
+* Dispatcher: Fix the build on win32.
+ (TS)
+* thread.h: Move calls to deprecated glib functions into thread.cc.
+ (Haikel Guemar)
+
2.31.2: (unstable):
glibmm:
diff --git a/configure.ac b/configure.ac
index b65c0f3e..827ed489 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.2],
+AC_INIT([glibmm], [2.31.16],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])