[pangomm] 2.37.2



commit 9ae1ad5865bbe8177e8e8762fdf3e684d5fcbc2d
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Sep 3 19:13:52 2015 +0200

    2.37.2

 NEWS         |    8 ++++++++
 configure.ac |    4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8155178..b4555b4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+2.37.2 (unstable):
+
+* Rebuilt with latest glibmm,
+  whose gmmproc generates C++ move operations.
+  (Murray Cumming)
+* C++11: Mark all _CLASS_OPAQUE_REFCOUNTED classes as final.
+  (Murray Cumming)
+
 2.37.1 (unstable):
 
 * Use (and require) C++11.
diff --git a/configure.ac b/configure.ac
index 226619e..fa2554b 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.37.1],
+AC_INIT([pangomm], [2.37.2],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=pangomm],
         [pangomm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -47,7 +47,7 @@ MM_AX_CXX_COMPILE_STDCXX_11([noext],[mandatory])
 AC_DISABLE_STATIC
 LT_INIT([win32-dll])
 
-AC_SUBST([PANGOMM_MODULES], ['glibmm-2.4 >= 2.45.52 cairomm-1.0 >= 1.2.2 pangocairo >= 1.36.0'])
+AC_SUBST([PANGOMM_MODULES], ['glibmm-2.4 >= 2.45.70 cairomm-1.0 >= 1.2.2 pangocairo >= 1.36.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]