[MERGED] libsmpp34[master]: Bump version: 1.12.0.20-a637-dirty → 1.13.0

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu May 3 16:59:46 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: Bump version: 1.12.0.20-a637-dirty → 1.13.0
......................................................................


Bump version: 1.12.0.20-a637-dirty → 1.13.0

Change-Id: If8b3a91714b4738ace025fc7ccbcf6a8e1190c4b
---
M debian/changelog
M debian/control
R debian/libsmpp1.install
M src/Makefile.am
4 files changed, 36 insertions(+), 6 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



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 @@
   * SMPP_DELIVERY_RECEIPT_* constants
   * SMPP ESM class parameter definitions
   * smpp34_tlv_for_each() helper macro
+  * Fix 'make distcheck' by adding .version to EXTRA_DISTI
+  * debian/control: Fix Vcs-{Browser,Git} URLs
 
- -- Harald Welte <laforge at nataraja.de.gnumonks.org>  Mon, 14 Aug 2017 19:08:37 +0200
+  [ 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 at 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-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 @@
 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 @@
 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
similarity index 100%
rename from debian/libsmpp0.install
rename to 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

-- 
To view, visit https://gerrit.osmocom.org/8011
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If8b3a91714b4738ace025fc7ccbcf6a8e1190c4b
Gerrit-PatchSet: 1
Gerrit-Project: libsmpp34
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list