Skip to content

Commit bb577b2

Browse files
committed
add mapnik 3.0.18 release
1 parent 59a0f01 commit bb577b2

3 files changed

Lines changed: 28 additions & 8 deletions

File tree

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<div class='content col12 center caption small fill-sea dark pad1y'>
2-
Copyright © 2016 Artem Pavlenko | <a href='{{sitebase.url}}/pages/downloads.html'>Downloads</a> | <a href='{{sitebase.url}}/pages/license.html'>License</a> | <a href='{{sitebase.url}}/pages/media.html'>Media</a>
2+
Copyright © 2018 Artem Pavlenko | <a href='{{sitebase.url}}/pages/downloads.html'>Downloads</a> | <a href='{{sitebase.url}}/pages/license.html'>License</a> | <a href='{{sitebase.url}}/pages/media.html'>Media</a>
33
</div>
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.18 Release"
4+
author: Artem Pavlenko
5+
category: Mapnik
6+
---
7+
8+
![image](/images/schagen.jpg)
9+
10+
Latest Mapnik release is [v3.0.18](https://github.com/mapnik/mapnik/releases/tag/v3.0.16).
11+
12+
For more deatail head to [CHANGELOG](https://github.com/mapnik/mapnik/blob/master/CHANGELOG.md#3018).
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.18) directly or grab it from our [downloads page](/pages/downloads.html).
19+
20+
Mapnik team

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.16.
8+
The latest release is Mapnik v3.0.18.
99

10-
## Mapnik 3.0.16
10+
## Mapnik 3.0.18
1111

12-
Release Date: 16 September 2017
12+
Release Date: 26 January 2018
1313

1414
### Prebuilt Binaries
1515

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

1818
### Source Installation
1919

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:
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:
2121

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