[libadwaita/wip/exalm/114] Release 1.1.2




commit 284e8e698b8438ea6b02a4a46e5531137efc4c89
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Wed Jun 1 14:44:36 2022 +0400

    Release 1.1.2

 NEWS        | 22 ++++++++++++++++++++++
 meson.build |  4 ++--
 2 files changed, 24 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index e8eacb52..70984e2b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+=============
+Version 1.1.2
+=============
+
+- AdwLeaflet
+  - Fix child sizing with fold-threshold-policy=natural
+- AdwStyleManager
+  - Correctly handle removing a GdkDisplay
+- AdwSwipeTracker
+  - Fix a memory leak
+  - Fix high contrast setting name when using a portal
+- AdwTabBar
+  - Fix middle click when inside GtkWindowHandle
+- Stylesheet
+  - Fix action row title and subtitle inside GtkHeaderBar
+  - Fix progressbar.osd overriding text color
+  - Ensure active states consistently work with touchscreens
+  - Fix GtkDropDown visual glitch when pressed on touchscreen
+- Translation updates:
+  - Chinese (Taiwan)
+  - Nepali
+
 =============
 Version 1.1.1
 =============
diff --git a/meson.build b/meson.build
index e0ee158c..b39f2bda 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libadwaita', 'c',
-          version: '1.1.1',
+          version: '1.1.2',
           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.3'
+libversion = '0.1.4'
 # The so major version of the library
 soversion = 0
 


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