[pangomm] 2.41.2
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pangomm] 2.41.2
- Date: Thu, 30 Mar 2017 19:46:05 +0000 (UTC)
commit 7e230ac28bd8b64087f0caf04d6fb63e4ae75894
Author: Murray Cumming <murrayc murrayc com>
Date: Thu Mar 30 21:43:58 2017 +0200
2.41.2
NEWS | 12 ++++++++++++
configure.ac | 4 ++--
2 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index e7f7a2b..0e3c45f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+2.41.2 (unstable):
+
+* Build: Use glibmm-2.54 instead of glibmm-2.52.
+ (Murray Cumming)
+* Visual Studio: Require Visual Studio 2017.
+ (Chun-wei Fan)
+
+* Replace uses of Glib::ArrayHandle<>, Glib::ListHandle, and Glib::SListHandle
+ in the API with std::vector.
+ (Murray Cumming)
+
+
2.41.1 (unstable):
This is the first release of the pangomm-2.42 API/ABI.
diff --git a/configure.ac b/configure.ac
index c46877f..a08f3fb 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.1],
+AC_INIT([pangomm], [2.41.2],
[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.48.0 cairomm-1.16 >= 1.2.2 pangocairo >= 1.38.0'])
+AC_SUBST([PANGOMM_MODULES], ['glibmm-2.54 >= 2.53.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]