[libhandy/libhandy-1-0] Release 1.0.3



commit 7126d2e8da9dcdeb5751e60ff6a74930804f9637
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Wed Dec 23 13:08:19 2020 +0500

    Release 1.0.3

 NEWS                             | 23 +++++++++++++++++++++++
 data/packaging/rpm/libhandy.spec |  2 +-
 debian/changelog                 |  6 ++++++
 meson.build                      |  2 +-
 4 files changed, 31 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1056aeb7..d1edaf9e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+=============
+Version 1.0.3
+=============
+
+- Fix build warnings with newer GCC.
+- HdyActionRow:
+  - Clarify hdy_action_row_get_icon_name() documentation.
+- HdyCarousel:
+  - Fix drawing cache invalidation on resize.
+- HdyComboRow:
+  - Use the right checkmark icon.
+- HdyLeaflet and HdyDeck:
+  - Increase the edge swipe area size.
+- HdyKeypad:
+  - Fix typing the '+' symbol.
+- HdyPreferencesGroup:
+  - Fix a memory leak when destroying the widget.
+  - Don't show empty title and description when using
+    gtk_widget_show_all().
+- HdySwipeTracker:
+  - Correctly transform widget coordinates for touchpad swipes.
+  - Fix a memory leak.
+
 =============
 Version 1.0.2
 =============
diff --git a/data/packaging/rpm/libhandy.spec b/data/packaging/rpm/libhandy.spec
index b3e9ee43..608870d8 100644
--- a/data/packaging/rpm/libhandy.spec
+++ b/data/packaging/rpm/libhandy.spec
@@ -1,7 +1,7 @@
 %global _vpath_srcdir %{name}
 
 Name:    libhandy
-Version: 1.0.2
+Version: 1.0.3
 Release: 1%{?dist}
 Summary: A library full of GTK widgets for mobile phones
 
diff --git a/debian/changelog b/debian/changelog
index 29dcdc65..6b6039eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libhandy-1 (1.0.3) amber-phone; urgency=medium
+
+  * New upstream release
+
+ -- Alexander Mikhaylenko <alexander mikhaylenko puri sm>  Thu, 23 Dec 2020 12:56:00 +0500
+
 libhandy-1 (1.0.2) amber-phone; urgency=medium
 
   * New upstream release
diff --git a/meson.build b/meson.build
index 0dfc161d..009769cb 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libhandy', 'c',
-          version: '1.0.2',
+          version: '1.0.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]