[pangomm] 2.43.2



commit 8ff042c5eb44d3911e69f5eafde7417a350e152f
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Sun Mar 22 10:55:20 2020 +0100

    2.43.2

 NEWS         | 35 +++++++++++++++++++++++++++++++++++
 configure.ac |  2 +-
 meson.build  |  2 +-
 3 files changed, 37 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index e48bee8..d197540 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+2.43.2 (unstable):
+Distro packagers should probably not package this yet.
+
+* Coverage: Remove max(), to_bytes() and one create()
+  (Kjell Ahlstedt)
+* Layout::get_lines(): Fix ownership of the GSList
+  (Kjell Ahlstedt)
+* Remove deprecated API
+  - AttrList: non-const operator bool()
+  - CairoFontMap: create_context()
+  - Color: non-const operator bool()
+  - Layout: get_iter(LayoutIter& iter)
+  - LayoutIter: assign_gobj()
+  (Kjell Ahlstedt)
+* pango/src/color.hg: Fix call to _CLASS_BOXEDTYPE_STATIC
+  (Chun-wei Fan) Merge request !9
+
+Build:
+* Use glibmm-2.66 instead of glibmm-2.60
+  (Kjell Ahlstedt)
+* 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 !4, !5, !6
+* 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)
+* Visual Studio: Drop gendef.exe, use __declspec(dllexport)
+  (Chun-wei Fan) Merge request !13
+* The fixed call to _CLASS_BOXEDTYPE_STATIC in color.hg
+  is necessary in order to use glibmm 2.65.1 or later,
+  combined with maintainer-mode in pangomm.
+
+
 2.43.1 (unstable):
 Distro packagers should probably not package this yet.
 
diff --git a/configure.ac b/configure.ac
index d9c2e54..488d883 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.43.1],
+AC_INIT([pangomm], [2.43.2],
         [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 ab1b82a..ac3874d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 # This file is part of pangomm.
 
 project('pangomm', 'cpp',
-  version: '2.43.1',
+  version: '2.43.2',
   license: 'LGPLv2.1+',
   default_options: [
     'cpp_std=c++17'


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