summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2015-11-28 13:35:41 +0100
committerMurray Cumming <murrayc@murrayc.com>2015-11-28 13:35:41 +0100
commitd1ce032caca1810d3533fbbdbce9e2a604d19616 (patch)
treebc7a675e2ec5f300f8d358cc18198a1d3a107633
parentcc3e499b41cd66fd84a387c0612d2a5cd1d59277 (diff)
downloadglibmm-d1ce032caca1810d3533fbbdbce9e2a604d19616.tar.gz
2.47.3.12.47.3.1
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3c296679..cf879ae1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,14 @@
+2.47.3.1:
+
+* Use thread_local instead of (deprecated) Glib::Threads::Private.
+ (Murray Cumming, Kjell Ahlstedt)
+
2.47.3:
* Deprecate all of Glib::Threads, including Mutex, Lock, Thread, etc.
-* Deprecated Glib::ThreadPool
+* Deprecated Glib::ThreadPool.
+ (Murray Cumming, Kjell Ahlstedt)
+
2.46.2:
* ObjectBase, Object, Interface: Correct move constructors and move assignment
diff --git a/configure.ac b/configure.ac
index 00aaea5b..57e90d54 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.47.3],
+AC_INIT([glibmm], [2.47.3.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])