blob: 6b6c0c0b850bfd4b0612713febb0aae00e5b601c [file] [log] [blame]
Pau Espin Pedrol357d5af2023-02-07 14:28:28 +01001libsmpp34 (1.14.2) unstable; urgency=medium
2
3 [ Vadim Yanitskiy ]
4 * README.md: fix copy-paste: s/libosmocore/libsmpp34/
5 * update git URLs (git -> https; gitea)
6 * Makefile.am, configure.ac: fix autoreconf related warnings
7 * contrib/jenkins.sh: actually build with $PARALLEL_MAKE
8
9 [ Max ]
10 * cosmetic: make linter happy
11 * Add #define for default SMPP port 2775
12
13 [ Harald Welte ]
14 * test_apps: Fix compilation of example smsc code
15 * Add -Werror=implicit-int -Werror=int-conversion -Werror=old-style-definition
16
17 -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 07 Feb 2023 14:28:28 +0100
18
Pau Espin Pedrol09726c12021-02-23 18:00:48 +010019libsmpp34 (1.14.1) unstable; urgency=medium
20
21 [ Eric ]
22 * configure.ac: fix libtool issue with clang and sanitizer
23
24 [ Oliver Smith ]
25 * contrib: import RPM spec
26 * contrib: integrate RPM spec
27 * Makefile.am: EXTRA_DIST: debian, contrib/*.spec.in
28
29 [ Vadim Yanitskiy ]
30 * debian/control: change maintainer to the Osmocom team / mailing list
31
32 [ Pau Espin Pedrol ]
33 * .gitignore: Ignore new autofoo tmp files
34
35 -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 23 Feb 2021 18:00:48 +0100
36
Pau Espin Pedrold2704da2019-08-07 14:48:07 +020037libsmpp34 (1.14.0) unstable; urgency=medium
38
39 [ Pau Espin Pedrol ]
40 * debian/rules: Don't overwrite .tarball-version
41
42 [ Neels Hofmeyr ]
43 * esme.c: mark switch statement fall-thru for coverity
44
45 [ Stefan Sperling ]
46 * fix use of partly initialized struct in tcp test
47
48 [ Vadim Yanitskiy ]
49 * configure.ac: enable kernel style compile messages
50
51 [ Harald Welte ]
52 * Allow application to override default heap allocator
53 * bind_receiver_test: Fix "unused value" of writing addr_ton twice
54
55 [ Oliver Smith ]
56 * contrib/jenkins.sh: run "make maintainer-clean"
57
58 -- Pau Espin Pedrol <pespin@sysmocom.de> Wed, 07 Aug 2019 14:48:06 +0200
59
Pau Espin Pedrol6996e5d2018-05-03 18:04:11 +020060libsmpp34 (1.13.0) unstable; urgency=medium
Holger Hans Peter Freythercccf0252016-05-24 23:08:41 +020061
Harald Welte6d47c172017-08-14 19:11:37 +020062 [ Holger Hans Peter Freyther ]
Holger Hans Peter Freythercccf0252016-05-24 23:08:41 +020063 * Move forward towards a new release.
64
Harald Welte6d47c172017-08-14 19:11:37 +020065 [ Harald Welte ]
66 * it's been four years with various cleanups
67 * SMPP_DELIVERY_RECEIPT_* constants
68 * SMPP ESM class parameter definitions
69 * smpp34_tlv_for_each() helper macro
Pau Espin Pedrol6996e5d2018-05-03 18:04:11 +020070 * Fix 'make distcheck' by adding .version to EXTRA_DISTI
71 * debian/control: Fix Vcs-{Browser,Git} URLs
Harald Welte6d47c172017-08-14 19:11:37 +020072
Pau Espin Pedrol6996e5d2018-05-03 18:04:11 +020073 [ Max ]
74 * Use release helper from libosmocore
75 * Enable sanitize for CI tests
76
77 [ Pau Espin Pedrol ]
78 * smpp34_dumpBuf.c: remove unused variable
79 * smpp34_structs.h: Fix trailing whitespace
80 * smpp34_structs.h: Fix truncated output in str_tlv_id
81 * smpp34_unpack.c: remove unused variable
82 * bind_receiver_resp_test.c: Fix compilation warning
83 * Fix Out of bounds compilation warning in OCTET8
84 * contrib: Enable -Werror by default
85 * src/Makefile.am: Use LIBVERSION variable to set version-info
86
87 [ Alexander Couzens ]
88 * debian/rules: show testsuite.log when tests are failing
89
90 [ Neels Hofmeyr ]
91 * jenkins: use osmo-clean-workspace.sh before and after build
92 * add --enable-sanitize config option
93 * configure: add --enable-werror
94 * jenkins.sh: use --enable-werror configure flag, not CFLAGS
95
96 [ Martin Hauke ]
97 * binaries/Makefile.am: Fix parallel build issue
98 * jenkins: Enable parallel build and distcheck
99 * jenkins.sh: output all test logs when 'make check' failed
100
101 -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 03 May 2018 18:04:10 +0200
Holger Hans Peter Freythercccf0252016-05-24 23:08:41 +0200102
103libsmpp34 (1.10z1) stable; urgency=low
Holger Hans Peter Freyther7238abe2013-09-24 13:34:12 +0200104
105 * Add depedency from libsmpp34-dev to the main library
106
107 -- Holger Hans Peter Freyther <holger@freyther.de> Tue, 24 Sep 2013 13:33:45 +0200
108
Holger Hans Peter Freyther724cf222013-09-22 14:51:37 +0200109libsmpp34 (1.10) stable; urgency=low
110
111 * Initial release.
112
113 -- Holger Hans Peter Freyther <holger@freyther.de> Sun, 22 Sep 2013 14:34:19 +0200