[pangomm/pangomm-2-48] 2.48.1
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pangomm/pangomm-2-48] 2.48.1
- Date: Fri, 21 May 2021 11:20:14 +0000 (UTC)
commit 76246955054101a14a872b8117bbfc0b39791802
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date: Fri May 21 13:08:42 2021 +0200
2.48.1
NEWS | 18 ++++++++++++++++++
configure.ac | 2 +-
meson.build | 2 +-
3 files changed, 20 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
old mode 100644
new mode 100755
index 3e68613..63f424b
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+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..b4a18b4 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.48.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..4e59755 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.48.1',
license: 'LGPLv2.1+',
default_options: [
'cpp_std=c++17'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]