[osmpbf] 03/03: Update tags for v1.3.0

Bas Couwenberg sebastic at xs4all.nl
Sun Mar 16 10:08:40 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to tag v1.3.0
in repository osmpbf.

commit d9be2d10249a1a4997fe3dc794adad8d4cc0b718
Author: Scott Crosby <scrosby at cs.rice.edu>
Date:   Tue Dec 4 22:14:05 2012 -0600

    Update tags for v1.3.0
---
 ReleaseNotes.txt        | 7 +++++++
 debian/changelog        | 7 +++++++
 include/osmpbf/osmpbf.h | 2 +-
 pom.xml                 | 2 +-
 4 files changed, 16 insertions(+), 2 deletions(-)

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 <frederik at remote.org>
+
 
 ----------------------------------------
 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 <scott at 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
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 @@
   <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>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmpbf.git



More information about the Pkg-grass-devel mailing list