[pangomm/pangomm-2-46] 2.46.0



commit 3170a5300b6617bfe9f461f57c34f1705e0c679e
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Wed Jan 27 11:33:41 2021 +0100

    2.46.0

 NEWS         | 31 +++++++++++++++++++++++++++++++
 configure.ac |  2 +-
 meson.build  |  2 +-
 3 files changed, 33 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 55e6962..86b7bbf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+2.46.0 (stable):
+
+The tarball for 2.46.0 has been created with 'meson dist'.
+If you build with Autotools from the tarball, please read the relevant
+part of the README file.
+
+* Attribute: Add Overline and ShowFlags enums and some create*() methods
+  (Kjell Ahlstedt) Issue #9 (misos1)
+* Font, FontFace, FontFamily, FontMetrics: Add new methods
+  (Kjell Ahlstedt)
+* LayoutIter: Fix get_run()
+  (Kjell Ahlstedt)
+* LayoutRun: Fix a memory leak in split()
+  (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)
+* Layout: Add get_const_line() and get_const_lines()
+  (Kjell Ahlstedt) Issue #10 (misos1)
+* LayoutRun: Make most methods public
+  (Kjell Ahlstedt) Issue #11 (Josh Bialkowski)
+* Coverage: Deprecate create(bytes, n_bytes), max(), to_bytes()
+  (Kjell Ahlstedt)
+
+Build:
+* Requires pango >= 1.45.1
+  because of Overline
+  (Kjell Ahlstedt)
+
+
 2.42.2 (stable):
 
 The tarball for 2.42.2 has been created with 'meson dist'.
diff --git a/configure.ac b/configure.ac
index df1f28d..fe763bc 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.2],
+AC_INIT([pangomm], [2.46.0],
         [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 38ecddd..8ad4c6d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 # This file is part of pangomm.
 
 project('pangomm', 'cpp',
-  version: '2.42.2',
+  version: '2.46.0',
   license: 'LGPLv2.1+',
   default_options: [
     'cpp_std=c++11'


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