Update tags for v1.3.0
This commit is contained in:
parent
9db1087b54
commit
d9be2d1024
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue