[pangomm] 2.49.1



commit 73a834196de6e3b016a16fab299865c0caffad26
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Fri May 21 13:39:00 2021 +0200

    2.49.1

 NEWS         | 26 ++++++++++++++++++++++++++
 configure.ac |  2 +-
 meson.build  |  2 +-
 3 files changed, 28 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
old mode 100644
new mode 100755
index 3e68613..67c179e
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+2.49.1 (unstable)
+
+* Layout, LayoutIter: Add get_const_line() and get_const_lines()
+  (Kjell Ahlstedt) Issue #10 (misos1)
+* GlyphItem: Make most methods public
+  (Kjell Ahlstedt) Issue #11 (Josh Bialkowski)
+
+
+2.48.1 (stable):
+
+* GlyphItem: Fix a memory leak in split()
+  (Kjell Ahlstedt)
+* Layout: Speed up get_log_attrs()
+  (Kjell Ahlstedt)
+
+Build:
+* Meson build: Use relative paths to untracked/
+  (Kjell Ahlstedt) Merge request gtkmm!61 (Mingli Yu)
+* pangommconfig.h.*: Don't dllimport on MinGW
+  (Chun-wei Fan) Issue gtkmm#90 (Lukas K.)
+* Meson build: Make it possible to use pangomm as a subproject
+  (Kjell Ahlstedt)
+* Meson build: No implicit_include_directories
+  (Kjell Ahlstedt)
+
+
 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.
diff --git a/configure.ac b/configure.ac
index c473f3f..6ff0591 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.48.0],
+AC_INIT([pangomm], [2.49.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 7a01a9f..4a12829 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 # This file is part of pangomm.
 
 project('pangomm', 'cpp',
-  version: '2.48.0',
+  version: '2.49.1',
   license: 'LGPLv2.1+',
   default_options: [
     'cpp_std=c++17'


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