Skip to content

Commit

Permalink
Merge pull request #452 from mmd-osm/test/449_2
Browse files Browse the repository at this point in the history
Replace old openstreetmap-cgimap-bin Debian package
  • Loading branch information
mmd-osm authored Aug 25, 2024
2 parents 493f640 + c20c5cd commit 8ea707e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ string(TIMESTAMP CURRENT_TIMESTAMP %y%m%d%H%M UTC)

project(openstreetmap-cgimap
LANGUAGES CXX
VERSION "2.0.0"
VERSION "2.0.1"
DESCRIPTION "CGImap is a C++ implementation of some parts of the OpenStreetMap API as a FastCGI process."
HOMEPAGE_URL "https://github.com/zerebubuth/openstreetmap-cgimap")
set(CMAKE_PROJECT_BUGREPORT_URL "https://github.com/zerebubuth/openstreetmap-cgimap/issues")
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
openstreetmap-cgimap (2.0.1) UNRELEASED; urgency=medium

* Replace old openstreetmap-cgimap-bin package

-- mmd osm <[email protected]> Sun, 25 Aug 2024 11:00:00 +0000

openstreetmap-cgimap (2.0.0) UNRELEASED; urgency=medium

* OAuth 1.0a removal (#354)
Expand Down
2 changes: 2 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Package: openstreetmap-cgimap
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: openstreetmap-cgimap-bin
Replaces: openstreetmap-cgimap-bin
Description: OpenStreetMap CGImap (OSM API accelerator)
Performance optimized implementation of selected parts of the
OSM API. A comprehensive list of supported endpoints can be
Expand Down

0 comments on commit 8ea707e

Please sign in to comment.