[libadwaita/wip/exalm/114: 2/2] Release 1.1.4




commit dac3f11659ef1a3bc8c76468cdbc83d207b22f96
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri Aug 5 14:22:28 2022 +0400

    Release 1.1.4

 NEWS        | 14 ++++++++++++++
 meson.build |  4 ++--
 2 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 10810c13..24dcb359 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+=============
+Version 1.1.4
+=============
+
+- AdwAvatar
+  - Fix draw_to_texture() with rectangular avatars
+- AdwTabBar
+  - Fix squished or clipped text with gtk-hint-font-metrics=0
+- AdwShadowHelper
+  - Fix warnings when drawing vertical shadow
+- AdwSwipeTracker
+  - Fix swipe speed on GTK 4.7.x
+  - Fix criticals with GTK 4.7.x
+
 =============
 Version 1.1.3
 =============
diff --git a/meson.build b/meson.build
index 4ea55763..f5bd3628 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libadwaita', 'c',
-          version: '1.1.3',
+          version: '1.1.4',
           license: 'LGPL-2.1-or-later',
     meson_version: '>= 0.59.0',
   default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ],
@@ -29,7 +29,7 @@ package_api_name = '@0@-@1@'.format(meson.project_name(), apiversion)
 # to 0. When bumping the second version, set the third one to zero.
 #
 # A lot easier than libtool, right?
-libversion = '0.1.5'
+libversion = '0.1.6'
 # The so major version of the library
 soversion = 0
 


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