diff --git a/CHANGES.md b/CHANGES.md index b8bc910..1c7afb1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +# Version 0.8.2 + * Fix bug #64 - SMS only getting 100 contacts + * Added support for sending same SMS to multiple numbers + # Version 0.8.1 * Fix bug #59 - SMS exec with permission problems * Fix bug #60 - SMS autocomplete problem with accented letters diff --git a/CMakeLists.txt b/CMakeLists.txt index e8410c2..39ae359 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.1") +set (VERSION "0.8.2") # set gettexttranslate set (GettextTranslate_GMO_BINARY TRUE) diff --git a/debian/changelog b/debian/changelog index 68a3dcc..cd49268 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-kdeconnect (0.8.2) precise; urgency=low + * Fix bug #64 - SMS only getting 100 contacts + * Added support for sending same SMS to multiple numbers + + -- Bajoja Thu, 04 May 2017 00:00 -0000 + 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 diff --git a/rpm/indicator-kdeconnect.changes b/rpm/indicator-kdeconnect.changes index 6b7bbb5..42172d1 100644 --- a/rpm/indicator-kdeconnect.changes +++ b/rpm/indicator-kdeconnect.changes @@ -1,7 +1,13 @@ +------------------------------------------------------------------- +Thu May 04 2017 00:00 Bajoja 0.8.2 +- Update to version 0.8.2: + * Fix bug #64 - SMS only getting 100 contacts + * Added support for sending same SMS to multiple numbers + ------------------------------------------------------------------- Thu Apr 27 2017 00:00 Bajoja 0.8.1 -- Update to version 0.8.0: +- Update to 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" diff --git a/rpm/indicator-kdeconnect.spec b/rpm/indicator-kdeconnect.spec index d19793b..3b6e044 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.1 +Version: 0.8.2 Release: 0%{?dist} Summary: App Indicator for KDE Connect Group: Applications/System @@ -121,6 +121,10 @@ cd build %changelog +* Thu May 04 2017 00:00 Bajoja 0.8.2 + - Fix bug #64 - SMS only getting 100 contacts + - Added support for sending same SMS to multiple numbers + * 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