Skip to content

Commit 08faef0

Browse files
committed
mapnik 3.0.19 release
1 parent d350bf0 commit 08faef0

4 files changed

Lines changed: 27 additions & 8 deletions

File tree

_posts/blog/2018-01-26-release-3.0.18.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ category: Mapnik
77

88
![image](/images/schagen.jpg)
99

10-
Latest Mapnik release is [v3.0.18](https://github.com/mapnik/mapnik/releases/tag/v3.0.16).
10+
Latest Mapnik release is [v3.0.18](https://github.com/mapnik/mapnik/releases/tag/v3.0.18).
1111

1212
For more deatail head to [CHANGELOG](https://github.com/mapnik/mapnik/blob/master/CHANGELOG.md#3018).
1313

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

images/valenton.jpg

336 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.18.
8+
The latest release is Mapnik v3.0.19.
99

10-
## Mapnik 3.0.18
10+
## Mapnik 3.0.19
1111

12-
Release Date: 26 January 2018
12+
Release Date: 6 March 2018
1313

1414
### Prebuilt Binaries
1515

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

1818
### Source Installation
1919

20-
To build Mapnik v3.0.18 from source either download the [v3.0.18 tarball](https://github.com/mapnik/mapnik/releases/download/v3.0.18/mapnik-v3.0.18.tar.bz2) or pull directly from github:
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:
2121

2222
git clone https://github.com/mapnik/mapnik.git
2323
cd mapnik
24-
git checkout v3.0.18
24+
git checkout v3.0.19
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.18/INSTALL.md)
28+
For source install help see the [Install docs](https://github.com/mapnik/mapnik/blob/v3.0.19/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)