[libhandy/libhandy-1-2] Release 1.2.3



commit e9ca4ac4b134bbd6ab91b6f916a915192fd3a465
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Mon Jun 21 10:42:53 2021 +0200

    Release 1.2.3

 NEWS        | 20 ++++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 21 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index d3c6f1c2..96669ff7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+=============
+Version 1.2.3
+=============
+
+- HdySqueezer:
+  - Fix a size allocation issue.
+- HdyTabBar:
+  - Fix a leak.
+- HdyAvatar:
+  - Fix getting the pixbuf from the avatar.
+- HdyClamp:
+  - Fix using "size" and not "width" in the documentation.
+- HdyDeck and HdyLeaflet:
+  - Null check a child before using it when looking for a swipeable one.
+- Specify the translation domain in UI files.
+- Remove some unused code.
+- Translation updates:
+  - Basque
+  - Romanian
+
 =============
 Version 1.2.2
 =============
diff --git a/meson.build b/meson.build
index bb7bb353..e8ad616c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libhandy', 'c',
-          version: '1.2.2',
+          version: '1.2.3',
           license: 'LGPL-2.1+',
     meson_version: '>= 0.49.0',
   default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ],


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