Skip to content

Commit 59a0f01

Browse files
committed
Mapnik v3.0.16 release
1 parent 73d238c commit 59a0f01

3 files changed

Lines changed: 27 additions & 7 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
layout: 01_post
3+
title: "Mapnik 3.0.16 Release"
4+
author: Artem Pavlenko
5+
category: Mapnik
6+
---
7+
8+
![image](/images/edsbruk.jpg)
9+
10+
Strong and stable Mapnik [v3.0.16](https://github.com/mapnik/mapnik/releases/tag/v3.0.16) is finally here!
11+
12+
For more deatail head to [CHANGELOG](https://github.com/mapnik/mapnik/blob/master/CHANGELOG.md#3016).
13+
14+
Cheers!
15+
16+
## Download
17+
18+
Follow the links to [download the official source](https://github.com/mapnik/mapnik/releases/tag/v3.0.16) directly or grab it from our [downloads page](/pages/downloads.html).
19+
20+
Mapnik team

images/edsbruk.jpg

87.1 KB
Loading

pages/downloads.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@ title: Downloads
55

66
## Latest Release
77

8-
The latest release is Mapnik v3.0.12.
8+
The latest release is Mapnik v3.0.16.
99

10-
## Mapnik 3.0.12
10+
## Mapnik 3.0.16
1111

12-
Release Date: 8 September 2016
12+
Release Date: 16 September 2017
1313

1414
### Prebuilt Binaries
1515

16-
We plan on providing prebuilt binaries soon for Mapnik 3.0.12.
16+
We plan on providing prebuilt binaries soon for Mapnik 3.0.16.
1717

1818
### Source Installation
1919

20-
To build Mapnik v3.0.12 from source either download the [v3.0.12 tarball](https://github.com/mapnik/mapnik/releases/download/v3.0.12/mapnik-v3.0.12.tar.bz2) or pull directly from github:
20+
To build Mapnik v3.0.16 from source either download the [v3.0.16 tarball](https://github.com/mapnik/mapnik/releases/download/v3.0.16/mapnik-v3.0.16.tar.bz2) or pull directly from github:
2121

2222
git clone https://github.com/mapnik/mapnik.git
2323
cd mapnik
24-
git checkout v3.0.12
24+
git checkout v3.0.16
2525
git submodule update --init
2626
./configure && make && make test
2727

28-
For source install help see the [Install docs](https://github.com/mapnik/mapnik/blob/v3.0.12/INSTALL.md)
28+
For source install help see the [Install docs](https://github.com/mapnik/mapnik/blob/v3.0.16/INSTALL.md)
2929

3030
You can also use git to fetch the latest code (will default to `master` branch):
3131

0 commit comments

Comments
 (0)