[osmpbf] 22/22: 1.3.1 Release
Bas Couwenberg
sebastic at xs4all.nl
Sun Mar 16 10:08:42 UTC 2014
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a commit to tag v1.3.1
in repository osmpbf.
commit 38323f8a560b85b9ca53bba78c975ac0d0bc6aa6
Author: Jochen Topf <jochen at topf.org>
Date: Wed Dec 11 21:49:36 2013 +0100
1.3.1 Release
---
ReleaseNotes.txt | 7 +++++++
debian/changelog | 6 ++++++
include/osmpbf/osmpbf.h | 2 +-
pom.xml | 2 +-
4 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 59ae489..20e18e0 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -1,4 +1,11 @@
----------------------------------------
+Release notes for 1.3.1 -- 2013-12-11
+----------------------------------------
+
+Several building fixes and enhancements.
+
+
+----------------------------------------
Release notes for 1.3.0 -- 2012-12-04
----------------------------------------
diff --git a/debian/changelog b/debian/changelog
index 99db527..5f0d629 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libosmpbf-dev (1.3.1) maverick; urgency=low
+
+ * Several building fixes and enhancements
+
+ -- Jochen Topf <jochen at topf.org> Wed, 11 Dec 2013 21:46:12 +0100
+
libosmpbf-dev (1.3.0) maverick; urgency=low
* Added fields into OSMHeader for OSM replication.
diff --git a/include/osmpbf/osmpbf.h b/include/osmpbf/osmpbf.h
index 4d3295c..093f4b6 100644
--- a/include/osmpbf/osmpbf.h
+++ b/include/osmpbf/osmpbf.h
@@ -7,7 +7,7 @@
// this describes the high-level OSM objects
#include <osmpbf/osmformat.pb.h> // IWYU pragma: export
-#define OSMPBF_VERSION "1.3.0"
+#define OSMPBF_VERSION "1.3.1"
namespace OSMPBF {
diff --git a/pom.xml b/pom.xml
index 12322f5..91eee77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<groupId>crosby.binary</groupId>
<artifactId>osmpbf</artifactId>
<packaging>jar</packaging>
- <version>1.3.0</version>
+ <version>1.3.1</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