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

Commit

Permalink
Propose version 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bajoja committed May 4, 2017
1 parent 9419d25 commit d553b0f
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
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.1")
set (VERSION "0.8.2")

# set gettexttranslate
set (GettextTranslate_GMO_BINARY TRUE)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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
Expand Down
8 changes: 7 additions & 1 deletion rpm/indicator-kdeconnect.changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
-------------------------------------------------------------------
Thu May 04 2017 00:00 Bajoja <[email protected]> 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 <[email protected]> 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"
Expand Down
6 changes: 5 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.1
Version: 0.8.2
Release: 0%{?dist}
Summary: App Indicator for KDE Connect
Group: Applications/System
Expand Down Expand Up @@ -121,6 +121,10 @@ cd build


%changelog
* Thu May 04 2017 00:00 Bajoja <[email protected]> 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 <[email protected]> 0.8.1
- Fix bug #59 - SMS exec with permission problems
- Fix bug #60 - SMS autocomplete problem with accented letters
Expand Down

0 comments on commit d553b0f

Please sign in to comment.