diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 3f8b72a..59ae489 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,3 +1,10 @@ +---------------------------------------- +Release notes for 1.3.0 -- 2012-12-04 +---------------------------------------- + +Add osmosis replication fields into the header. + -- Changes from Frederick Ramm + ---------------------------------------- Release notes for 1.2.1 -- 2011-10-29 diff --git a/debian/changelog b/debian/changelog index 83848e0..99db527 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 04 Dec 2012 21:29:37 -0500 + libosmpbf-dev (1.2.1) maverick; urgency=low * Version number change to reflect official new version diff --git a/include/osmpbf/osmpbf.h b/include/osmpbf/osmpbf.h index dd88b7a..e354907 100644 --- a/include/osmpbf/osmpbf.h +++ b/include/osmpbf/osmpbf.h @@ -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 diff --git a/pom.xml b/pom.xml index d1e3024..63c6330 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ crosby.binary osmpbf jar - 1.2.1 + 1.3.0 OSM-Binary Library for the OpenStreetMap PBF format https://github.com/scrosby/OSM-binary