[glibmm] 2.48.1



commit bd184b3d2204b5a3790046f090f427da12c2e793
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Mar 31 10:35:14 2016 +0200

    2.48.1

 NEWS         |    8 ++++++++
 configure.ac |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index b61ddc3..73fdf0c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+2.48.1:
+
+Build:
+* MacOS X: Add alternative #ifdefed code when thread_local
+  is not supported by the compiler.
+  (Tom Schoonjans) Bug #759791
+* Replace most typedefs with the C++11 using keyword.
+
 2.48.0:
 
 * No major changes compared to 2.47.92.
diff --git a/configure.ac b/configure.ac
index 535348b..7245404 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.48.0],
+AC_INIT([glibmm], [2.48.1],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
         [glibmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]