Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Propose 0.8.1 to fix #60 # 59
Browse files Browse the repository at this point in the history
  • Loading branch information
Bajoja committed Apr 27, 2017
1 parent 36d5e39 commit c8f6cd4
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Binary file modified data/images/indicator-kdeconnect.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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
Expand Down
8 changes: 8 additions & 0 deletions rpm/indicator-kdeconnect.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Apr 27 2017 00:00 Bajoja <[email protected]> 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 - [email protected]

Expand Down
7 changes: 6 additions & 1 deletion rpm/indicator-kdeconnect.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

Name: indicator-kdeconnect
Version: 0.8.0
Version: 0.8.1
Release: 0%{?dist}
Summary: App Indicator for KDE Connect
Group: Applications/System
Expand Down Expand Up @@ -121,6 +121,11 @@ cd build


%changelog
* Thu Apr 27 2017 00:00 Bajoja <[email protected]> 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 <[email protected]> 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
Expand Down

0 comments on commit c8f6cd4

Please sign in to comment.