[pangomm] 2.41.3
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pangomm] 2.41.3
- Date: Wed, 26 Apr 2017 20:55:13 +0000 (UTC)
commit 4d747e9d984722d74db5a1f7278c5405a6e8463b
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Apr 26 22:47:09 2017 +0200
2.41.3
NEWS | 10 ++++++++++
configure.ac | 4 ++--
2 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0e3c45f..2a9fcd7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+2.41.3 (unstable):
+
+* Use C++11 enum classes instead of old-style enums, and put many enums
+ inside relevant class declarations:
+ - Coverage: Change CoverageLevel to Coverage::Level.
+ - Renderer: Change RendererPart to Renderer::Part.
+ (Kjell Ahlstedt, Murray Cumming)
+* Build: Windows: Visual Studio builds: Update glibmm ABI version.
+
+
2.41.2 (unstable):
* Build: Use glibmm-2.54 instead of glibmm-2.52.
diff --git a/configure.ac b/configure.ac
index a08f3fb..0b2deeb 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([pangomm], [2.41.2],
+AC_INIT([pangomm], [2.41.3],
[http://bugzilla.gnome.org/enter_bug.cgi?product=pangomm],
[pangomm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -49,7 +49,7 @@ MM_AX_CXX_COMPILE_STDCXX([14], [noext], [mandatory])
AC_DISABLE_STATIC
LT_INIT([win32-dll])
-AC_SUBST([PANGOMM_MODULES], ['glibmm-2.54 >= 2.53.1 cairomm-1.16 >= 1.2.2 pangocairo >= 1.38.0'])
+AC_SUBST([PANGOMM_MODULES], ['glibmm-2.54 >= 2.53.1.1 cairomm-1.16 >= 1.2.2 pangocairo >= 1.38.0'])
PKG_CHECK_MODULES([PANGOMM], [$PANGOMM_MODULES])
MM_PKG_CONFIG_SUBST([GTHREAD_CFLAGS], [--cflags-only-other gthread-2.0])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]