setting up for mapnik v3.0.23 release [skip ci]
This commit is contained in:
parent
b94f00f7c5
commit
bdb30f47a5
4 changed files with 14 additions and 3 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -6,6 +6,17 @@ Developers: Please commit along with changes.
|
|||
|
||||
For a complete change history, see the git log.
|
||||
|
||||
## 3.0.23
|
||||
|
||||
Released: February 18, 2020
|
||||
|
||||
(Packaged from )
|
||||
|
||||
- Complete build system migration to Py3 syntax (4b0bdd8630f6999e5db346fd767a06b8ceba8fb9)
|
||||
- Add support for `BOOST_VERSION >= 1_72`
|
||||
- gdal.input - add support for int32 pixel types (efc65126db5d51977d6374f9b983fc441f334eb6)
|
||||
|
||||
|
||||
## 3.0.22
|
||||
|
||||
Released: January 22, 2019
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#define MAPNIK_MAJOR_VERSION 3
|
||||
#define MAPNIK_MINOR_VERSION 0
|
||||
#define MAPNIK_PATCH_VERSION 22
|
||||
#define MAPNIK_PATCH_VERSION 23
|
||||
|
||||
#define MAPNIK_VERSION (MAPNIK_MAJOR_VERSION*100000) + (MAPNIK_MINOR_VERSION*100) + (MAPNIK_PATCH_VERSION)
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 6636c04550c489db52180c47325513cf9bc09d6d
|
||||
Subproject commit b4aa4c462fd827c388805ddeb5a163edefd62c7e
|
|
@ -1 +1 @@
|
|||
Subproject commit 629fefc6994033085e55d8532e0a7b4b45227290
|
||||
Subproject commit 6a1af6c24b2f5b15f1165b33efb4ce339c955a4c
|
Loading…
Reference in a new issue