aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog36
-rw-r--r--debian/control6
-rw-r--r--debian/libsmpp1.install (renamed from debian/libsmpp0.install)0
-rw-r--r--src/Makefile.am2
4 files changed, 37 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index 5a142af..b8459ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libsmpp34 (1.12.0) UNRELEASED; urgency=medium
+libsmpp34 (1.13.0) unstable; urgency=medium
[ Holger Hans Peter Freyther ]
* Move forward towards a new release.
@@ -8,8 +8,38 @@ libsmpp34 (1.12.0) UNRELEASED; urgency=medium
* SMPP_DELIVERY_RECEIPT_* constants
* SMPP ESM class parameter definitions
* smpp34_tlv_for_each() helper macro
-
- -- Harald Welte <laforge@nataraja.de.gnumonks.org> Mon, 14 Aug 2017 19:08:37 +0200
+ * Fix 'make distcheck' by adding .version to EXTRA_DISTI
+ * debian/control: Fix Vcs-{Browser,Git} URLs
+
+ [ Max ]
+ * Use release helper from libosmocore
+ * Enable sanitize for CI tests
+
+ [ Pau Espin Pedrol ]
+ * smpp34_dumpBuf.c: remove unused variable
+ * smpp34_structs.h: Fix trailing whitespace
+ * smpp34_structs.h: Fix truncated output in str_tlv_id
+ * smpp34_unpack.c: remove unused variable
+ * bind_receiver_resp_test.c: Fix compilation warning
+ * Fix Out of bounds compilation warning in OCTET8
+ * contrib: Enable -Werror by default
+ * src/Makefile.am: Use LIBVERSION variable to set version-info
+
+ [ Alexander Couzens ]
+ * debian/rules: show testsuite.log when tests are failing
+
+ [ Neels Hofmeyr ]
+ * jenkins: use osmo-clean-workspace.sh before and after build
+ * add --enable-sanitize config option
+ * configure: add --enable-werror
+ * jenkins.sh: use --enable-werror configure flag, not CFLAGS
+
+ [ Martin Hauke ]
+ * binaries/Makefile.am: Fix parallel build issue
+ * jenkins: Enable parallel build and distcheck
+ * jenkins.sh: output all test logs when 'make check' failed
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 03 May 2018 18:04:10 +0200
libsmpp34 (1.10z1) stable; urgency=low
diff --git a/debian/control b/debian/control
index 84fd5a5..be4a63b 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Vcs-Browser: http://git.osmocom.org/libsmpp34/
Vcs-Git: git://git.osmocom.org/libsmpp34.git
Homepage: https://projects.osmocom.org/projects/libsmpp34
-Package: libsmpp0
+Package: libsmpp1
Section: libs
Architecture: any
Multi-Arch: same
@@ -35,7 +35,7 @@ Package: libsmpp34-dev
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: libsmpp0 (= ${binary:Version}),
+Depends: libsmpp1 (= ${binary:Version}),
${misc:Depends}
Description: Development files for libsmpp34
This library is an implementation for providing the PDU handling of the
@@ -55,5 +55,5 @@ Package: libsmpp34-dbg
Architecture: any
Section: debug
Priority: extra
-Depends: libsmpp0 (= ${binary:Version}), ${misc:Depends}
+Depends: libsmpp1 (= ${binary:Version}), ${misc:Depends}
Description: Debug symbols for libsmpp34
diff --git a/debian/libsmpp0.install b/debian/libsmpp1.install
index 3ddde58..3ddde58 100644
--- a/debian/libsmpp0.install
+++ b/debian/libsmpp1.install
diff --git a/src/Makefile.am b/src/Makefile.am
index 8954eae..67550f3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
# This is _NOT_ the library release version, it's an API version.
# Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification
-LIBVERSION=0:1:0
+LIBVERSION=1:0:0
# src/Makefile.am #
lib_LTLIBRARIES = libsmpp34.la