Skip to content

Commit 260236b

Browse files
committed
mapnik 3.0.20 release
1 parent 4250c15 commit 260236b

3 files changed

Lines changed: 25 additions & 7 deletions

File tree

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

images/luchon.jpg

29.3 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.19.
8+
The latest release is Mapnik v3.0.20.
99

10-
## Mapnik 3.0.19
10+
## Mapnik 3.0.20
1111

12-
Release Date: 6 March 2018
12+
Release Date: 12 April 2018
1313

1414
### Prebuilt Binaries
1515

16-
We plan on providing prebuilt binaries soon for Mapnik 3.0.19.
16+
We plan on providing prebuilt binaries soon for Mapnik 3.0.20.
1717

1818
### Source Installation
1919

20-
To build Mapnik v3.0.19 from source either download the [v3.0.19 tarball](https://github.com/mapnik/mapnik/releases/download/v3.0.19/mapnik-v3.0.19.tar.bz2) or pull directly from github:
20+
To build Mapnik v3.0.20 from source either download the [v3.0.20 tarball](https://github.com/mapnik/mapnik/releases/download/v3.0.20/mapnik-v3.0.20.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.19
24+
git checkout v3.0.20
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.19/INSTALL.md)
28+
For source install help see the [Install docs](https://github.com/mapnik/mapnik/blob/v3.0.20/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)