summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b61ddc3e..73fdf0cb 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 535348bc..72454049 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])