diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2014-09-29 14:15:56 +0200 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2014-09-29 14:15:56 +0200 |
| commit | 614f1ac8c3b883b736d5eccbf344754e7340384a (patch) | |
| tree | be0e1b83ab00110b80a34e16c3dbaeb40421be67 | |
| parent | 0453626998e44fd3694a026d03aee885459add1d (diff) | |
Release 0.11RELEASE_0.11
| -rw-r--r-- | rpm/pebble.changes | 7 | ||||
| -rw-r--r-- | rpm/pebble.spec | 2 | ||||
| -rw-r--r-- | rpm/pebble.yaml | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/rpm/pebble.changes b/rpm/pebble.changes index f384f04..dac3805 100644 --- a/rpm/pebble.changes +++ b/rpm/pebble.changes @@ -1,3 +1,10 @@ +* Mon Sep 29 2014 Tomasz Sterna <tomek@xiaoka.com> 0.11 +- Fixed notifications duplication bug +- Improved pebbled.service unit file +- Robust reconnection handling +- Added basic handling of SYSTEM_MESSAGE +- Fix typo in ManagerPage + * Sat Aug 13 2014 Tomasz Sterna <tomek@xiaoka.com> 0.10 - Transliterate strings to plain ASCII - Handle e-mail notifications without subject diff --git a/rpm/pebble.spec b/rpm/pebble.spec index edd8366..bf05ca7 100644 --- a/rpm/pebble.spec +++ b/rpm/pebble.spec @@ -13,7 +13,7 @@ Name: pebble %{!?qtc_make:%define qtc_make make} %{?qtc_builddir:%define _builddir %qtc_builddir} Summary: Support for Pebble watch in SailfishOS -Version: 0.10 +Version: 0.11 Release: 1 Group: Qt/Qt License: GPL3 diff --git a/rpm/pebble.yaml b/rpm/pebble.yaml index 50f9301..700369d 100644 --- a/rpm/pebble.yaml +++ b/rpm/pebble.yaml @@ -1,6 +1,6 @@ Name: pebble Summary: Support for Pebble watch in SailfishOS -Version: 0.10 +Version: 0.11 Release: 1 Group: Qt/Qt URL: http://getpebble.com/ |
