[pangomm/pangomm-2-42] 2.42.0



commit 59f0ec837adc4fe02ea1c77965b880e1cfeeb4b9
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Mon Nov 5 16:45:15 2018 +0100

    2.42.0

 NEWS         | 12 ++++++++++++
 configure.ac |  4 ++--
 2 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 96e3dd8..065fd45 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+2.42.0 (stable):
+
+* Attribute: Add several create_attr_*() methods
+  (Kjell Ahlstedt) Bug #781059 = Issue #2 (Tony Houghton)
+* FontDescription: Add set/get_variations()
+  (Kjell Ahlstedt)
+
+Build:
+* Requires pango >= 1.41.0
+  because of FontDescription::set/get_variations()
+  (Kjell Ahlstedt)
+
 2.40.2 (stable):
 
 Build:
diff --git a/configure.ac b/configure.ac
index 93a82de..d2a7ad5 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.40.2],
+AC_INIT([pangomm], [2.42.0],
         [https://gitlab.gnome.org/GNOME/pangomm/issues/],
         [pangomm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -49,7 +49,7 @@ MM_AX_CXX_COMPILE_STDCXX([11], [noext], [mandatory])
 AC_DISABLE_STATIC
 LT_INIT([win32-dll])
 
-AC_SUBST([PANGOMM_MODULES], ['glibmm-2.4 >= 2.48.0 cairomm-1.0 >= 1.2.2 pangocairo >= 1.38.0'])
+AC_SUBST([PANGOMM_MODULES], ['glibmm-2.4 >= 2.48.0 cairomm-1.0 >= 1.2.2 pangocairo >= 1.41.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]