Skip to content

Commit 564e893

Browse files
committed
Update version
1 parent 7105de0 commit 564e893

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ string(TIMESTAMP CURRENT_TIMESTAMP %y%m%d%H%M UTC)
1414

1515
project(openstreetmap-cgimap
1616
LANGUAGES CXX
17-
VERSION "2.0.1.${CURRENT_TIMESTAMP}"
17+
VERSION "2.1.0"
1818
DESCRIPTION "CGImap is a C++ implementation of some parts of the OpenStreetMap API as a FastCGI process."
1919
HOMEPAGE_URL "https://github.com/zerebubuth/openstreetmap-cgimap")
2020
set(CMAKE_PROJECT_BUGREPORT_URL "https://github.com/zerebubuth/openstreetmap-cgimap/issues")

debian/changelog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
openstreetmap-cgimap (2.1.0) UNRELEASED; urgency=medium
2+
3+
* Enhanced changeset statistics (#510).
4+
* Replaced crypto++ with PostgreSQL sha256(#) for hashing (#511).
5+
* Remove yajl build option; always enabled now (#464)
6+
* Optimized diff upload performance using CTEs instead of temporary tables (#460).
7+
* Limit max-changeset-elements to 50'000 changes (#516)
8+
* Don't rate limit HTTP OPTIONS requests (#458)
9+
* Fixed relation member sequence IDs starting from 0 (#523).
10+
* Enforced negative placeholder IDs for create operations (#524).
11+
* Escaped values in PostgreSQL connection strings (#535).
12+
* Finish up FCGI request in case of exceptions (#522)
13+
* Removed Boost dependencies in favor of standard alternatives
14+
(#463), (#475), (#486), (#466)
15+
16+
-- mmd osm <[email protected]> Sun, 20 Jul 2025 00:00:00 +0000
17+
118
openstreetmap-cgimap (2.0.1) UNRELEASED; urgency=medium
219

320
* Replace old openstreetmap-cgimap-bin package

0 commit comments

Comments
 (0)