Skip to content

Commit 6bff513

Browse files
committed
Mapnik v3.0.24 release
1 parent 9ed3d2c commit 6bff513

3 files changed

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

images/beach.jpg

95.8 KB
Loading

pages/downloads.md

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

66
## Latest Release
77

8-
The latest release is Mapnik v3.0.23.
8+
The latest release is Mapnik v3.0.24.
99

10-
## Mapnik 3.0.23
10+
## Mapnik 3.0.24
1111

12-
Release Date: 18 February 2020
12+
Release Date: 5 January 2021
1313

1414
### Source Installation
1515

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

1818
git clone https://github.com/mapnik/mapnik.git
1919
cd mapnik
20-
git checkout v3.0.23
20+
git checkout v3.0.24
2121
git submodule update --init
2222
./configure && make && make test
2323

24-
For source install help see the [Install docs](https://github.com/mapnik/mapnik/blob/v3.0.23/INSTALL.md)
24+
For source install help see the [Install docs](https://github.com/mapnik/mapnik/blob/v3.0.24/INSTALL.md)
2525

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

0 commit comments

Comments
 (0)