Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed Mar 29, 2021
1 parent 255074e commit fdec8a4
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ emacs common.pri packaging/osmscout-server.appdata.xml packaging/click/manifest.

Commit version changes
```
git add osmscout-server.pro packaging/osmscout-server.appdata.xml rpm/harbour-osmscout-server.changes rpm/harbour-osmscout-server.spec rpm/harbour-osmscout-server.yaml packaging/click/manifest.json
git add osmscout-server.pro packaging/osmscout-server.appdata.xml rpm/harbour-osmscout-server.changes rpm/harbour-osmscout-server.spec rpm/harbour-osmscout-server.spec packaging/click/manifest.json
git status
git commit -m "bump version"
```
2 changes: 1 addition & 1 deletion packaging/click/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"desktop": "osmscout-server.desktop"
}
},
"version": "1.17.1",
"version": "2.0.0",
"maintainer": "Rinigus <[email protected]>",
"framework" : "@CLICK_FRAMEWORK@"
}
21 changes: 21 additions & 0 deletions packaging/osmscout-server.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,27 @@
</screenshots>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<releases>
<release version="2.0.0" date="2021-03-29">
<description>
<ul>
<li>Separate server and GUI into two applications</li>
<li>Add support for DBus activation</li>
<li>Add support for internal socket activation</li>
<li>Stop socket activation on failure to avoid restarts</li>
<li>Rename ubports to uuitk or click [jonnius]</li>
<li>Add Costa Rica and Panama to map imports</li>
<li>[silica] Add support for My Backup [atlochowski]</li>
<li>Require C++14 to match Valhalla</li>
<li>Add support for newer microhttpd [Thra11]</li>
<li>Drop libosmscout backend by default</li>
<li>Change DBus service, path, and interface names</li>
<li>Allow to specify Valhalla version during packaging</li>
<li>Code improvements, bugfixes</li>
<li>Update documentation</li>
<li>Update translations</li>
</ul>
</description>
</release>
<release version="1.17.1" date="2020-11-20">
<description>
<ul>
Expand Down
17 changes: 17 additions & 0 deletions rpm/harbour-osmscout-server.changes
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@
# * date Author's Name <author's email> version-release
# - Summary of changes

* Mon Mar 29 2021 rinigus <[email protected]> 2.0.0-1
- separate server and GUI into two applications
- add support for DBus activation
- add support for internal socket activation
- stop socket activation on failure to avoid restarts
- rename ubports to uuitk or click [jonnius]
- add Costa Rica and Panama to map imports
- [silica] add support for My Backup [atlochowski]
- require C++14 to match Valhalla
- add support for newer microhttpd [Thra11]
- drop libosmscout backend by default
- change DBus service, path, and interface names
- allow to specify Valhalla version during packaging
- code improvements, bugfixes
- update docs
- update translations

* Fri Nov 20 2020 rinigus <[email protected]> 1.17.1-1
- update translations
- add support for Fedora
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-osmscout-server.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Name: osmscout-server
%endif

Summary: OSM Scout Server
Version: 1.17.1
Version: 2.0.0
Release: 1
Group: Qt/Qt
License: GPLv3
Expand Down

0 comments on commit fdec8a4

Please sign in to comment.