[libadwaita/wip/exalm/111] Release 1.1.1




commit c1024e40447d66daa09eadc312629376a186b957
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Sat Apr 23 01:19:23 2022 +0400

    Release 1.1.1

 NEWS        | 26 ++++++++++++++++++++++++++
 meson.build |  4 ++--
 2 files changed, 28 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 79df1a48..bd8c11ed 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+=============
+Version 1.1.1
+=============
+
+- AdwAvatar
+  - Fix initials not updating after setting custom-image
+- AdwSplitButton:
+  - Avoid state changes during dispose
+- AdwViewSwitcherTitle
+  - Clear pending idle callback on unrealize
+- AdwPreferencesGroup
+  - Annotation fixes
+- AdwPreferencesGroup
+  - Annotation fixes
+- AdwTabBar
+  - Ensure indicators are clickable with inverted=true
+  - Fix resize deferring with non-expanded tabs
+  - Fix scroll animation stopping too early
+- Mention AdwComboRow:selected type in migration guide
+- Translation updates:
+  - Abkhazian
+  - British English
+  - Bulgarian
+  - Catalan
+  - Dutch
+
 =============
 Version 1.1.0
 =============
diff --git a/meson.build b/meson.build
index 555521cf..16724c81 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libadwaita', 'c',
-          version: '1.1.0',
+          version: '1.1.1',
           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.2'
+libversion = '0.1.3'
 # The so major version of the library
 soversion = 0
 


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