[libhandy] Release 1.0.2



commit 465c00f8f80c27330be494ed7c0ba2ffe26321c4
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Nov 12 18:24:36 2020 +0500

    Release 1.0.2

 NEWS                             | 20 ++++++++++++++++++++
 data/packaging/rpm/libhandy.spec |  2 +-
 debian/changelog                 |  6 ++++++
 meson.build                      |  2 +-
 4 files changed, 28 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 51bb0065..1056aeb7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+=============
+Version 1.0.2
+=============
+
+- Fix gtk-doc install path.
+- Code cleanups.
+- HdyCarousel:
+  - Fix pages not being drawn until scrolled on X11.
+- HdyComboRow:
+  - Fix test failures on x86.
+- HdyLeaflet and HdyDeck:
+  - Fix transition shadow on HiDPI.
+- HdySwipeTracker:
+  - Fix touchpad swipes not working after pressing a GtkButton.
+  - Fix swipes in nested swipeable widgets when started from a GtkButton.
+- HdyViewSwitcherTitle:
+  - Mark title and subtitle properties as translatable for Glade.
+- Translation updates:
+  - Catalan
+
 =============
 Version 1.0.1
 =============
diff --git a/data/packaging/rpm/libhandy.spec b/data/packaging/rpm/libhandy.spec
index b2b610ba..b3e9ee43 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.1
+Version: 1.0.2
 Release: 1%{?dist}
 Summary: A library full of GTK widgets for mobile phones
 
diff --git a/debian/changelog b/debian/changelog
index df653a37..29dcdc65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libhandy-1 (1.0.2) amber-phone; urgency=medium
+
+  * New upstream release
+
+ -- Alexander Mikhaylenko <alexander mikhaylenko puri sm>  Thu, 12 Nov 2020 18:12:00 +0500
+
 libhandy-1 (1.0.1) amber-phone; urgency=medium
 
   * New upstream release
diff --git a/meson.build b/meson.build
index 9f1d3013..0dfc161d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libhandy', 'c',
-          version: '1.0.1',
+          version: '1.0.2',
           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]