[pangomm] 2.50.0



commit cd00ba55a53b71a41fb566827db8b7d7c28c36b6
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Mon Dec 6 19:15:14 2021 +0100

    2.50.0

 NEWS         | 23 +++++++++++++++++++++++
 configure.ac |  2 +-
 meson.build  |  2 +-
 3 files changed, 25 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 67c179e..78374f0 100755
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+2.50.0 (stable):
+
+* AttrList: Add get_attributes(), update(), equal()
+  (Kjell Ahlstedt) Issue #12 (misos1)
+* Make CairoFontMap::set_resolution() usable
+  by adding the CairoFontMapImpl class
+  (Kjell Ahlstedt) Issue #15 (Ievgenii Meshcheriakov)
+* Add FontMap::get_family()
+  (Kjell Ahlstedt)
+* AttrList: Add to_string() and from_string()
+  Attribute: Add TextTransform, BaselineShift and FontScle enums
+  and some create_attr_*() methods
+  (Kjell Ahlstedt)
+
+Build:
+* Don't include individual pango headers
+  (Matthias Clasen, Kjell Ahlstedt) Merge request !22
+* Support Visual Studio 2022 builds
+  (Chun-wei Fan)
+* Require pango >= 1.49.4
+  (Kjell Ahlstedt)
+
+
 2.49.1 (unstable)
 
 * Layout, LayoutIter: Add get_const_line() and get_const_lines()
diff --git a/configure.ac b/configure.ac
index 38fff1f..80bf232 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.49.1],
+AC_INIT([pangomm], [2.50.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 23482dd..13e31e3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 # This file is part of pangomm.
 
 project('pangomm', 'cpp',
-  version: '2.49.1',
+  version: '2.50.0',
   license: 'LGPLv2.1+',
   default_options: [
     'cpp_std=c++17'


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