[pangomm] 2.48.0



commit 66ad68dad23957a7207668bd1a232b7aa8773f42
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Sat Dec 19 08:42:29 2020 +0100

    2.48.0

 NEWS         | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |  4 ++--
 meson.build  |  4 ++--
 3 files changed, 53 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index d197540..3e68613 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,52 @@
+2.48.0 (stable):
+This is the first stable release in the pangomm-2.48 ABI series.
+It is parallel-installable with the pangomm-1.4 ABI.
+
+The tarball for 2.48.0 has been created with 'meson dist'.
+If you build with Autotools from the tarball, please read the relevant
+part of the README file.
+
+* FontFamily, FontMap: Implement the Gio::ListModel interface
+  CairoFontMap: Add get_default()
+  (Andreas Persson) Merge request !20
+* Attribute: Add Overline and ShowFlags enums and some create*() methods
+  Renderer: Add vfuncs
+  (Kjell Ahlstedt) Issue #9 (misos1)
+* Font, FontFace, FontFamily, FontMetrics: Add new methods
+  (Kjell Ahlstedt)
+* LayoutRun: Rename to GlyphItem
+  (Kjell Ahlstedt)
+* LayoutIter: Fix get_run() and get_line()
+  (Kjell Ahlstedt)
+* GlyphString, Item: Wrap pango_shape_with_flags()
+  (Kjell Ahlstedt) Issue #9 (Tavmjong Bah)
+* Layout: Add set/get_line_spacing()
+  (Kjell Ahlstedt) Issue #9 (misos1)
+
+Build:
+* Depend on giomm (not just glibmm)
+  (Andreas Persson) Merge request !20
+* Use __declspec(dllexport) when building with Visual Studio
+  (Chun-wei Fan) Merge request !15, !16
+* Meson build: Avoid some recompilations
+  (Kjell Ahlstedt)
+* Meson build: Better error message if trying to build with
+  maintainer-mode=false when true is necessary
+  (Kjell Ahlstedt) Issue #6 (Rasmus Thomsen)
+* Meson build: Set default value of the 'warnings' option to 'min'
+  (Kjell Ahlstedt)
+* Improve NMake support
+  (Chun-wei Fan)
+* Improve Visual Studio support
+  (Chun-wei Fan) Merge request !15, !19
+* docs/reference/: Update for Doxygen >= 1.8.16
+  (Kjell Ahlstedt)
+* Meson build: Fix versioning on macOS
+  (Kjell Ahlstedt) Pull request libsigcplusplus#65 (Tom Schoonjans)
+* Change the ABI to pangomm-2.48
+  (Kjell Ahlstedt)
+
+
 2.43.2 (unstable):
 Distro packagers should probably not package this yet.
 
diff --git a/configure.ac b/configure.ac
index 97b897e..c473f3f 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.47.1],
+AC_INIT([pangomm], [2.48.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([17], [noext], [mandatory])
 AC_DISABLE_STATIC
 LT_INIT([win32-dll])
 
-AC_SUBST([PANGOMM_MODULES], ['giomm-2.68 >= 2.67.1 cairomm-1.16 >= 1.15.1 pangocairo >= 1.45.1'])
+AC_SUBST([PANGOMM_MODULES], ['giomm-2.68 >= 2.68.0 cairomm-1.16 >= 1.15.1 pangocairo >= 1.45.1'])
 AC_SUBST([MSVC_TOOLSET_VER], [''])
 PKG_CHECK_MODULES([PANGOMM], [$PANGOMM_MODULES])
 
diff --git a/meson.build b/meson.build
index 1d6acbc..6cdd1d5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 # This file is part of pangomm.
 
 project('pangomm', 'cpp',
-  version: '2.47.1',
+  version: '2.48.0',
   license: 'LGPLv2.1+',
   default_options: [
     'cpp_std=c++17'
@@ -96,7 +96,7 @@ install_pkgconfigdir = install_libdir / 'pkgconfig'
 # cairomm and glibmm recently gained Meson build support, so we look
 # for their pkg-config files on Visual Studio, too
 cairomm_req = '>= 1.15.1'
-glibmm_req = '>= 2.67.1'
+glibmm_req = '>= 2.68.0'
 
 # Pango supported pkg-config files on MSVC files for a good while,
 # so just use that


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