[pangomm] 2.50.1



commit 7083b4deaa6401bf1f5b771752a46632ecc8d303
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Wed Sep 21 16:46:16 2022 +0200

    2.50.1

 NEWS         | 16 ++++++++++++++++
 configure.ac |  2 +-
 meson.build  |  2 +-
 3 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 78374f0..e808289 100755
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+2.50.1 (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.50.0 (stable):
 
 * AttrList: Add get_attributes(), update(), equal()
diff --git a/configure.ac b/configure.ac
index 80bf232..a09ac62 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.50.0],
+AC_INIT([pangomm], [2.50.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 95e115f..16c039c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 # This file is part of pangomm.
 
 project('pangomm', 'cpp',
-  version: '2.50.0',
+  version: '2.50.1',
   license: 'LGPLv2.1+',
   default_options: [
     'cpp_std=c++17',


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