[libadwaita/wip/exalm/11rc: 3/3] Release 1.1.rc




commit ccc621a5d315e5bf9f80f239f2622bbe631366a4
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Sun Mar 6 23:23:37 2022 +0400

    Release 1.1.rc

 NEWS        | 25 +++++++++++++++++++++++++
 meson.build |  4 ++--
 2 files changed, 27 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index f7f1ee8f..62a191ef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+==============
+Version 1.1.rc
+==============
+
+- AdwAvatar
+  - Fix invalid UTF-8 handling
+- AdwStyleManager
+  - Follow color-scheme on macOS
+  - Don't disable non-CSS animations during style changes
+- AdwToast
+  - Fix GVariant handling
+- Stylesheet
+  - Fix scrollbars inside .osd widgets
+- Fix carousel indicator sizing
+- Memory leak fixes
+- Translation updates:
+  - Czech
+  - Croatian
+  - Danish
+  - German
+  - Japanese
+  - Korean
+  - Slovak
+  - Turkish
+
 ================
 Version 1.1.beta
 ================
diff --git a/meson.build b/meson.build
index 59d951f8..f1bd3a55 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libadwaita', 'c',
-          version: '1.1.beta',
+          version: '1.1.rc',
           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.0'
+libversion = '0.1.1'
 # The so major version of the library
 soversion = 0
 


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