Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
New upstream version 3.0.21+ds
· f2720ac9
Bas Couwenberg
authored
Oct 08, 2018
f2720ac9
Merge tag 'upstream/3.0.21+ds' into experimental
· 867d40f4
Bas Couwenberg
authored
Oct 08, 2018
Upstream version 3.0.21+ds
867d40f4
New upstream release.
· 04cb1abb
Bas Couwenberg
authored
Oct 08, 2018
04cb1abb
Set distribution to experimental.
· 327fa23f
Bas Couwenberg
authored
Oct 08, 2018
327fa23f
Show whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
327fa23f
...
...
@@ -7,12 +7,17 @@ Developers: Please commit along with changes.
For a complete change history, see the git log.
## UNRELEASED
## 3.0.21
Released: October 8, 2018
(Packaged from 1dbb1d2c1)
#### Core
-
Fixed compilation with ICU >= 61 (#3963)
-
Fixed bbox reprojection (#3940)
-
SVG: enabled unsupported attributes handling
#### Plugins
...
...
debian/changelog
View file @
327fa23f
mapnik (3.0.21+ds-1~exp1) experimental; urgency=medium
* New upstream release.
-- Bas Couwenberg <sebastic@debian.org> Mon, 08 Oct 2018 16:54:28 +0200
mapnik (3.0.21~rc1+ds-1~exp1) experimental; urgency=medium
* New upstream release candidate.
...
...
include/mapnik/version.hpp
View file @
327fa23f
...
...
@@ -27,7 +27,7 @@
#define MAPNIK_MAJOR_VERSION 3
#define MAPNIK_MINOR_VERSION 0
#define MAPNIK_PATCH_VERSION 2
0
#define MAPNIK_PATCH_VERSION 2
1
#define MAPNIK_VERSION (MAPNIK_MAJOR_VERSION*100000) + (MAPNIK_MINOR_VERSION*100) + (MAPNIK_PATCH_VERSION)
...
...