Update tags for v1.3.0

This commit is contained in:
Scott Crosby 2012-12-04 22:14:05 -06:00
parent 9db1087b54
commit d9be2d1024
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,10 @@
----------------------------------------
Release notes for 1.3.0 -- 2012-12-04
----------------------------------------
Add osmosis replication fields into the header.
-- Changes from Frederick Ramm <frederik@remote.org>
----------------------------------------
Release notes for 1.2.1 -- 2011-10-29

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
libosmpbf-dev (1.3.0) maverick; urgency=low
* Added fields into OSMHeader for OSM replication.
* Version number change to reflect official new version
-- Scott Crosby <scott@sacrosby.com> Wed, 04 Dec 2012 21:29:37 -0500
libosmpbf-dev (1.2.1) maverick; urgency=low
* Version number change to reflect official new version

View File

@ -10,7 +10,7 @@
namespace OSMPBF {
// library version
const char *version = "1.2.1";
const char *version = "1.3.0";
// the maximum size of a blob header in bytes
const int max_blob_header_size = 64 * 1024; // 64 kB

View File

@ -6,7 +6,7 @@
<groupId>crosby.binary</groupId>
<artifactId>osmpbf</artifactId>
<packaging>jar</packaging>
<version>1.2.1</version>
<version>1.3.0</version>
<name>OSM-Binary</name>
<description>Library for the OpenStreetMap PBF format</description>
<url>https://github.com/scrosby/OSM-binary</url>