Skip to content

Commit 74d9f6f

Browse files
committed
Release 3.0.1 - closes #43
1 parent ce5c6ba commit 74d9f6f

2 files changed

Lines changed: 27 additions & 6 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: 01_post
3+
title: "Mapnik 3.0.1 Release"
4+
author: Blake Thompson
5+
category: Mapnik
6+
---
7+
8+
As promised we are attempting to make releases of Mapnik much quicker! This allows others to more easily build libraries on top of Mapnik! Less then a month after our intial release of the 3.X series, we are proud to announce 3.0.1. This release mostly features bug fixes from mapnik 3.0.0 and should be more stable!
9+
10+
## Download
11+
12+
You can [download the official source](https://mapnik.s3.amazonaws.com/dist/v3.0.1/mapnik-v3.0.1.tar.bz2) directly or you can grab it from our [downloads page](/pages/downloads.html).
13+
14+
## What Changed
15+
16+
For all the information on what changed see the [v3.0.1 Changelog](https://github.com/mapnik/mapnik/blob/master/CHANGELOG.md#301)
17+
18+
## Looking Forward
19+
20+
We should be releasing v3.0.2 very soon, this will feature improvements to SVGs operations!
21+

pages/downloads.md

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

66
## Latest Major Release
77

8-
The latest release is Mapnik v3.0.0.
8+
The latest release is Mapnik v3.0.1.
99

1010
## Mapnik 3.0
1111

12-
Release Date: July 7th, 2015
12+
Release Date: July 30th, 2015
1313

1414
### Prebuilt Binaries
1515

16-
We plan on providing prebuilt binaries soon for Mapnik 3.0.0.
16+
We plan on providing prebuilt binaries soon for Mapnik 3.0.1.
1717

1818
### Source Installation
1919

20-
To build Mapnik v3.3.0 from source either download the [v3.0.0 tarball](https://mapnik.s3.amazonaws.com/dist/v3.0.0/mapnik-v3.0.0.tar.bz2) or pull directly from github:
20+
To build Mapnik v3.0.1 from source either download the [v3.0.1 tarball](https://mapnik.s3.amazonaws.com/dist/v3.0.1/mapnik-v3.0.1.tar.bz2) or pull directly from github:
2121

2222
git clone https://github.com/mapnik/mapnik.git
23-
git checkout v3.0.0
23+
git checkout v3.0.1
2424
git submodule update --init
2525
./configure && make && make test
2626

27-
For source install help see the [Install docs](https://github.com/mapnik/mapnik/blob/v3.0.0/INSTALL.md)
27+
For source install help see the [Install docs](https://github.com/mapnik/mapnik/blob/v3.0.1/INSTALL.md)
2828

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

0 commit comments

Comments
 (0)