[pangomm/pangomm-2-42] 2.42.1



commit 7dfc6c3372faaa4a7c492d08f09881b02095145b
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Sat Mar 21 09:41:52 2020 +0100

    2.42.1

 NEWS         | 24 ++++++++++++++++++++++++
 configure.ac |  2 +-
 meson.build  |  2 +-
 3 files changed, 26 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 065fd45..3351ef2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+2.42.1 (stable):
+
+* Coverage: Ignore deprecations of pango functions
+  (so it can be used with the latest versions of pango)
+  (Kjell Ahlstedt)
+* Layout::get_lines(): Fix ownership of the GSList
+  (Kjell Ahlstedt)
+* pango/src/color.hg: Fix call to _CLASS_BOXEDTYPE_STATIC
+  (Chun-wei Fan) Merge request !10
+
+Build:
+* tools/gen_scripts: Update for non-source-dir builds
+  (Kjell Ahlstedt)
+* Add support for building pangomm with Meson
+  (Chun-wei Fan, Kjell Ahlstedt) Merge request !7, !10
+* meson.build: Check if .git is a directory or file
+  (Ting-Wei Lan) Merge request !8
+* NMake Makefiles: Allow builds from a GIT checkout
+  (Chun-wei Fan)
+* The fixed call to _CLASS_BOXEDTYPE_STATIC in color.hg
+  is necessary in order to use glibmm 2.64.0 or later,
+  combined with maintainer-mode in pangomm.
+
+
 2.42.0 (stable):
 
 * Attribute: Add several create_attr_*() methods
diff --git a/configure.ac b/configure.ac
index d2a7ad5..efae383 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.42.0],
+AC_INIT([pangomm], [2.42.1],
         [https://gitlab.gnome.org/GNOME/pangomm/issues/],
         [pangomm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
diff --git a/meson.build b/meson.build
index f9774fc..85da365 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 # This file is part of pangomm.
 
 project('pangomm', 'cpp',
-  version: '2.42.0',
+  version: '2.42.1',
   license: 'LGPLv2.1+',
   default_options: [
     'cpp_std=c++11'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]