Skip to content

Commit 4cc4076

Browse files
committed
mapnik v3.0.22 release
1 parent ba9a250 commit 4cc4076

3 files changed

Lines changed: 24 additions & 10 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.22 Release"
4+
author: Artem Pavlenko
5+
category: Mapnik
6+
---
7+
8+
![image](/images/garyp.jpg)
9+
10+
Latest Mapnik release is [v3.0.22](https://github.com/mapnik/mapnik/releases/tag/v3.0.22).
11+
12+
For more deatail head to [CHANGELOG](https://github.com/mapnik/mapnik/blob/v3.0.22/CHANGELOG.md#3022)
13+
14+
## Download
15+
16+
Follow the links to [download the official source](https://github.com/mapnik/mapnik/releases/tag/v3.0.22) directly or grab it from our [downloads page](/pages/downloads.html).
17+
18+
Mapnik team

images/garyp.jpg

984 KB
Loading

pages/downloads.md

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

66
## Latest Release
77

8-
The latest release is Mapnik v3.0.21.
8+
The latest release is Mapnik v3.0.22.
99

10-
## Mapnik 3.0.21
10+
## Mapnik 3.0.22
1111

12-
Release Date: 8 October 2018
13-
14-
### Prebuilt Binaries
15-
16-
We plan on providing prebuilt binaries soon for Mapnik 3.0.21.
12+
Release Date: 22 January 2019
1713

1814
### Source Installation
1915

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

2218
git clone https://github.com/mapnik/mapnik.git
2319
cd mapnik
24-
git checkout v3.0.21
20+
git checkout v3.0.22
2521
git submodule update --init
2622
./configure && make && make test
2723

28-
For source install help see the [Install docs](https://github.com/mapnik/mapnik/blob/v3.0.21/INSTALL.md)
24+
For source install help see the [Install docs](https://github.com/mapnik/mapnik/blob/v3.0.22/INSTALL.md)
2925

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

0 commit comments

Comments
 (0)