[libhandy] Release 1.0.1
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libhandy] Release 1.0.1
- Date: Fri, 30 Oct 2020 17:59:16 +0000 (UTC)
commit 5cee0927b8b39dea1b2a62ec6d19169f73ba06c6
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date: Fri Oct 30 22:25:44 2020 +0500
Release 1.0.1
NEWS | 38 ++++++++++++++++++++++++++++++++++++++
data/packaging/rpm/libhandy.spec | 2 +-
debian/changelog | 6 ++++++
meson.build | 2 +-
4 files changed, 46 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6d212d06..51bb0065 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+=============
+Version 1.0.1
+=============
+
+- Fix build with Glade 3.37.
+- Fix a Meson version warning.
+- Typo fixes.
+- HdyAvatar:
+ - Minimize the amount of redundant load_image() calls.
+ - Center non-square custom images.
+ - Add .image style class to avatars with custom images.
+ - Allow css border and shadow on avatars with custom images so
+ elementary can style it.
+- HdyCarousel:
+ - Fix drawing cache.
+ - Fix crash when scrolling over empty carousel.
+- HdyComboRow:
+ - Fix popover hiding animation when clicking a row.
+ - Always reserve space for checkmarks.
+- HdyHeaderGroup:
+ - Fix a warning on nesting HdyHeaderGroups.
+- HdyKeypad:
+ - Fix input of the #, @ and + characters.
+- HdyLeaflet and HdyDeck:
+ - Fix minimum size when 'interpolate-size' property is TRUE.
+- HdyPreferencesWindow:
+ - Fix searching rows that have mnemonics.
+- HdySwipeTracker:
+ - Fix swipes not working if started from GtkButton.
+ - Increase drag threshold for touchscreens.
+ - Avoid a jump when starting a drag.
+- HdyViewSwitcher:
+ - Fix sizing with invisible pages.
+- Transiation updates:
+ - French
+ - Friulian
+ - Slovenian
+
==============
Version 1.0.0
==============
diff --git a/data/packaging/rpm/libhandy.spec b/data/packaging/rpm/libhandy.spec
index 751e74cd..b2b610ba 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.0
+Version: 1.0.1
Release: 1%{?dist}
Summary: A library full of GTK widgets for mobile phones
diff --git a/debian/changelog b/debian/changelog
index 3ec83db8..df653a37 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libhandy-1 (1.0.1) amber-phone; urgency=medium
+
+ * New upstream release
+
+ -- Alexander Mikhaylenko <alexander mikhaylenko puri sm> Fri, 30 Oct 2020 20:46:00 +0500
+
libhandy-1 (1.0.0) amber-phone; urgency=medium
* New upstream release
diff --git a/meson.build b/meson.build
index 369624ba..9f1d3013 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libhandy', 'c',
- version: '1.0.0',
+ version: '1.0.1',
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]