diff --git a/CHANGES.md b/CHANGES.md index 9bb90a2..b8bc910 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +# Version 0.8.1 + * Fix bug #59 - SMS exec with permission problems + * Fix bug #60 - SMS autocomplete problem with accented letters + * Fix bug #60 - Port 8000 - "address already in use" + # Version 0.8.0 * Fix bug #51 - Nemo and Caja only show the first device * Send SMS is now stable and support autocomplete from Google Contacts diff --git a/CMakeLists.txt b/CMakeLists.txt index d6820c7..8602ad6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ set (LOCALEDIR ${CMAKE_INSTALL_PREFIX}/share/locale) set (PKGDATADIR "${DATADIR}/indicator-kdeconnect") set (RELEASE_NAME "beta") set (VERSION_INFO "Indicator for KDE Connect daemon") -set (VERSION "0.8.0") +set (VERSION "0.8.1") # set gettexttranslate set (GettextTranslate_GMO_BINARY TRUE) diff --git a/data/images/indicator-kdeconnect.jpg b/data/images/indicator-kdeconnect.jpg index 781b86f..b3292f0 100644 Binary files a/data/images/indicator-kdeconnect.jpg and b/data/images/indicator-kdeconnect.jpg differ diff --git a/debian/changelog b/debian/changelog index 64889f9..68a3dcc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-kdeconnect (0.8.1) precise; urgency=low + * Fix bug #59 - SMS exec with permission problems + * Fix bug #60 - SMS autocomplete problem with accented letters + * Fix bug #60 - Port 8000 - "address already in use" + + -- Bajoja Thu, 27 Apr 2017 00:00 -0000 + indicator-kdeconnect (0.8.0) precise; urgency=low * Fix bug #51 - Nemo and Caja only show the first device * Send SMS is now stable and support autocomplete from Google Contacts diff --git a/rpm/indicator-kdeconnect.changes b/rpm/indicator-kdeconnect.changes index 27a45a6..6b7bbb5 100644 --- a/rpm/indicator-kdeconnect.changes +++ b/rpm/indicator-kdeconnect.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Apr 27 2017 00:00 Bajoja 0.8.1 + +- Update to version 0.8.0: + * Fix bug #59 - SMS exec with permission problems + * Fix bug #60 - SMS autocomplete problem with accented letters + * Fix bug #60 - Port 8000 - "address already in use" + ------------------------------------------------------------------- Sat Apr 22 00:00:00 UTC 2017 - pousaduarte@gmail.com diff --git a/rpm/indicator-kdeconnect.spec b/rpm/indicator-kdeconnect.spec index 9b051a2..d19793b 100644 --- a/rpm/indicator-kdeconnect.spec +++ b/rpm/indicator-kdeconnect.spec @@ -20,7 +20,7 @@ # along with this program. If not, see . Name: indicator-kdeconnect -Version: 0.8.0 +Version: 0.8.1 Release: 0%{?dist} Summary: App Indicator for KDE Connect Group: Applications/System @@ -121,6 +121,11 @@ cd build %changelog +* Thu Apr 27 2017 00:00 Bajoja 0.8.1 + - Fix bug #59 - SMS exec with permission problems + - Fix bug #60 - SMS autocomplete problem with accented letters + - Fix bug #60 - Port 8000 - "address already in use" + * Sat Apr 22 2017 00:00 Bajoja 0.8.0 - Fix bug #51 - Nemo and Caja only show the first device - Send SMS is now stable and support autocomplete from Google Contacts