[pangomm/pangomm-2-46] 2.46.3
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pangomm/pangomm-2-46] 2.46.3
- Date: Wed, 21 Sep 2022 14:57:13 +0000 (UTC)
commit 1712231caf8886d73bd64964814793f19f6e1d70
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date: Wed Sep 21 16:48:50 2022 +0200
2.46.3
NEWS | 16 ++++++++++++++++
configure.ac | 2 +-
meson.build | 2 +-
3 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index eb29a40..7151e64 100755
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+2.46.3 (stable):
+
+* Context::get_font_map(): Fix reference count
+ (Kjell Ahlstedt)
+
+Build:
+* Meson build: Specify 'check' option in run_command()
+ Will be necessary with future versions of Meson.
+ Require Meson >= 0.55.0
+* Meson build: Check if Perl is required for building documentation
+* Meson build: Avoid unnecessary configuration warnings
+ (Kjell Ahlstedt)
+* Meson build: Re-organize warning-related compiler flags for MSVC
+ (Chun-wei Fan)
+
+
2.46.2 (stable):
Build:
diff --git a/configure.ac b/configure.ac
index 46d0298..0513533 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.46.2],
+AC_INIT([pangomm], [2.46.3],
[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 fbbca7b..0bf37c9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
# This file is part of pangomm.
project('pangomm', 'cpp',
- version: '2.46.2',
+ version: '2.46.3',
license: 'LGPLv2.1+',
default_options: [
'cpp_std=c++11',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]