summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2015-11-28 13:02:48 +0100
committerMurray Cumming <murrayc@murrayc.com>2015-11-28 13:02:48 +0100
commit3cda2b0798995b37ed8c6b5d0587d4320880da47 (patch)
treee6cf85fa718532235427a411f03bf3cc6fb0eef0
parent3a8291ab820f847a186326380b7dbbb46e3db70e (diff)
downloadglibmm-3cda2b0798995b37ed8c6b5d0587d4320880da47.tar.gz
2.47.32.47.3
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ff3e87a8..3c296679 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+2.47.3:
+
+* Deprecate all of Glib::Threads, including Mutex, Lock, Thread, etc.
+* Deprecated Glib::ThreadPool
2.46.2:
* ObjectBase, Object, Interface: Correct move constructors and move assignment
diff --git a/configure.ac b/configure.ac
index ad1ce5fa..00aaea5b 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.46.2],
+AC_INIT([glibmm], [2.47.3],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])