blob: b31aac232d6dd9aaa8acf25d131e39b61ed2cae2 [file] [log] [blame]
Kirill Zakharenkobbcb2182020-05-01 18:39:59 +03001libosmo-abis (0.8.0-fw.1) unstable; urgency=medium
2
3 * relocated to master:73a73c0381b
4
5 -- Kirill Zakharenko <kirill.zakharenko@fairwaves.co> Fri, 1 May 2020 18:23:29 +0300
6
Pau Espin Pedrolc313d442020-01-02 20:53:32 +01007libosmo-abis (0.8.0) unstable; urgency=medium
8
9 [ Alexander Couzens ]
10 * ipa: ipa_server_link_close() add checks of link state
11
12 [ Pau Espin Pedrol ]
13 * ipa: Allow setting local addr and port for struct ipa_client_conn
14
15 [ Harald Welte ]
16 * dahdi: Use ioctl(DAHDI_SPECIFY) instead of legacy /dev/dahdi/%u
17 * Enable DAHDI support by default; require --disable-dahdi otherwise
18
19 [ Vadim Yanitskiy ]
20 * input/ipaccess.c: propagate errors from ipa_parse_unitid()
21 * input/ipaccess.c: fix debug message on receipt of IPAC_MSGT_ID_GET
22 * e1_input.c: make reference counting get() / put() more verbose
23 * input/ipa_keepalive.c: make sure IPA keepalive FSM is registered
24
25 -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 02 Jan 2020 20:53:32 +0100
26
Harald Welte30249a12019-07-21 21:32:08 +020027libosmo-abis (0.7.0) unstable; urgency=medium
28
29 [ Max ]
30 * Set local IP in ipa_server_link properly
31 * Log peer's port in accept callback
32
33 [ Harald Welte ]
34 * ipa: Make ipa_server_conn_destroy() re-entrant
35 * Add IPA keep-alive FSM implementation
36 * ipa_keepalive_fsm: Fix OSMO_IPA_KA_E_STOP allstate event
37 * ipa_keepalive_fsm: Suppress error messages for INIT -> INIT transition
38 * ipaccess.c: Avoid calling close(-1) on error path
39
40 [ Oliver Smith ]
41 * tests: use -no-install libtool flag to avoid ./lt-* scripts
42 * contrib/jenkins.sh: run "make maintainer-clean"
43
44 [ Sylvain Munaut ]
45 * rtp: Add 'autoconnect' feature to the osmo_rtp_socket
46
47 [ Eric Wild ]
48 * ipaccess: allow tcp keepalive for ipa clients
49 * add TCP_USER_TIMEOUT to keepalive
50 * extend the ipa keepalive fsm
51
52 [ Debian Mobcom Maintainers ]
53 * spelling
54
55 -- Harald Welte <laforge@gnumonks.org> Sun, 21 Jul 2019 21:32:08 +0200
56
Harald Welte176a1fb2019-01-19 22:20:47 +010057libosmo-abis (0.6.0) unstable; urgency=medium
58
59 [ Neels Hofmeyr ]
60 * fix strncpy bugs in ipaccess.c, ipa_proxy.c
61 * ipa: don't crash on missing IPA ID GET message
62
63 [ Harald Welte ]
64 * Migrate from ipa_ccm_idtag_parse to ipa_ccm_id_resp_parse()
65 * debian/rules: Don't overwrite .tarball-version
66
67 [ Pau Espin Pedrol ]
68 * ipaccess: Use osmo_fd_setup to set up callbacks
69 * ipaccess_rcvmsg: Fix bug introduced in previous commit
70 * ipa: Simplify code in ipa_client_read
71 * ipa: Simplify code in ipa_server_conn_read
72 * ipa: Allow signalling fd destroyed in ipa_client_read
73 * ipa: Allow signalling fd destroyed in ipa_server_conn_read
74 * ipaccess: Return -EBADF when closing socket in ipaccess_bts_read_cb
75 * ipaccess: Allow passing return code in e1inp_line_ops->sign_link()
76 * debian: Fix libosmoabis soname package version
77 * debian: Conflict libosmoabis6 with libosmoabis5
78 * ipacces: Log correct trx_nr during IPA GET
79 * ipaccess: Simplify handling of ipaccess e1line ts
80 * e1_input.h: Set correct type for input_signal_data->link_type
81 * osmo_ortp: Log domain and fix strings without endl char
82
83 [ Stefan Sperling ]
84 * Properly deal with sockaddr_un socket path length limitations.
85 * ensure unix socket paths are NUL-terminated for bind/connect
86
87 -- Harald Welte <laforge@gnumonks.org> Sat, 19 Jan 2019 22:20:46 +0100
88
Pau Espin Pedrol026ff452018-07-27 18:15:19 +020089libosmo-abis (0.5.1) unstable; urgency=medium
90
91 [ Pau Espin Pedrol ]
92 * ipaccess: ipaccess_rcvmsg: Drop unneeded memcpy
93 * ipaccess: Avoid using released line and bfd in ipaccess_fd_cb
94 * e1_input.c: Replace '.' in counter names with ':'
95
96 [ Stefan Sperling ]
97 * fix double-free/use-after-free of pointers in struct e1inp_line
98
99 [ Philipp Maier ]
100 * ortp: make sure the ortp scheduler is started
101 * ortp: reset rtp session on SSRC changes
102 * ortp: detect ssrc changes immediately
103 * ortp: enable scheduled mode on rtp socket creation
104 * Revert "ortp: make sure the ortp scheduler is started"
105 * Revert "ortp: enable scheduled mode on rtp socket creation"
106
107 -- Pau Espin Pedrol <pespin@sysmocom.de> Fri, 27 Jul 2018 18:15:18 +0200
108
Pau Espin Pedrol7b89f122018-05-03 16:12:04 +0200109libosmo-abis (0.5.0) unstable; urgency=medium
110
111 [ Max ]
112 * Use value string check from osmo-ci
113 * cosmetic: update ipaccess_bts_handle_ccm()
114 * IPA: log remote address
115
116 [ Neels Hofmeyr ]
117 * cosmetic: ipa.c: use msgb_dequeue(), drop local var
118 * jenkins: use osmo-clean-workspace.sh before and after build
119 * vty: skip installing cmds now always installed by default
120 * add --enable-sanitize config option
121 * configure: add --enable-werror
122 * jenkins.sh: use --enable-werror configure flag, not CFLAGS
123
124 [ Alexander Couzens ]
125 * debian/rules: show testsuite.log when tests are failing
126 * unixsocket: fix a potential string overflow
127
128 [ Harald Welte ]
129 * debian/copyright: fix upstream-name
130 * Add SPDX-License-Identifier to all source files
131 * Add a new osmo_rtp_set_source_desc() function to set the RTCP SDES items
132 * debian/control: Fix Vcs-Browser
133
134 [ Pau Espin Pedrol ]
135 * contrib: jenkins.sh: Disable doxygen in libosmocore build
136 * e1_input.h: Remove dead declaration of unexistent API ipaccess_setup
137 * configure.ac: Fix condition check for RTP_SIGNAL_PTR_CAST define
138 * use osmo_init_logging2
139 * git-version-gen: Check first for new tag format
140
141 [ Stefan Sperling ]
142 * preserve 'when' flags of new osmo_fd in ipaccess_rcvmsg()
143
144 -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 03 May 2018 16:12:04 +0200
145
Max7f17b8c2017-08-25 16:09:48 +0200146libosmo-abis (0.4.0) unstable; urgency=medium
Holger Hans Peter Freyther64797282016-05-24 23:04:00 +0200147
148 * Move forward towards a new release.
Max7f17b8c2017-08-25 16:09:48 +0200149 * libosmo-abis API change major: add parameter to struct
150 input_signal_data
151 * libosmo-trau API change major: add parameters to rx_cb()
152 callack in osmo_ortp.h
Holger Hans Peter Freyther64797282016-05-24 23:04:00 +0200153
Max7f17b8c2017-08-25 16:09:48 +0200154 -- Holger Hans Peter Freyther <holger@moiji-mobile.com> Fri, 25 Aug 2017 16:09:46 +0200
Holger Hans Peter Freyther64797282016-05-24 23:04:00 +0200155
156libosmo-abis (0.3.2) unstable; urgency=medium
Holger Hans Peter Freyther3cef39b2015-11-03 09:40:00 +0100157
158 * Bump so version to re-link libosmovty
159
160 -- Holger Hans Peter Freyther <holger@moiji-mobile.com> Tue, 03 Nov 2015 09:42:01 +0100
161
162libosmo-abis (0.3.1) unstable; urgency=medium
Holger Hans Peter Freyther2f0dd0c2015-01-18 19:27:07 +0100163
164 * New upstream release of libosmo-abis
165
166 -- Holger Hans Peter Freyther <holger@freyther.de> Sun, 18 Jan 2015 19:26:40 +0100
167
Holger Hans Peter Freytherb6d28342014-09-08 07:29:50 +0200168libosmo-abis (0.3.0) unstable; urgency=medium
Holger Hans Peter Freytherecd0a362014-03-31 15:49:13 +0200169
170 * New upstream release of libosmo-abis
171
Holger Hans Peter Freytherb6d28342014-09-08 07:29:50 +0200172 -- Holger Hans Peter Freyther <holger@freyther.de> Mon, 08 Sep 2014 07:29:39 +0200
173
174libosmo-abis (0.2.0) unstable; urgency=medium
175
176 * New upstream release of libosmo-abis
177
178 -- Holger Hans Peter Freyther <holger@freyther.de> Mon, 08 Sep 2014 07:29:19 +0200
Holger Hans Peter Freytherecd0a362014-03-31 15:49:13 +0200179
180libosmo-abis (0.1.6) unstable; urgency=medium
Holger Hans Peter Freytherf6415ea2014-01-20 10:33:52 +0100181
182 * New upstream release of libosmo-abis
183
184 -- Holger Hans Peter Freyther <holger@freyther.de> Mon, 20 Jan 2014 10:33:36 +0100
185
Holger Hans Peter Freyther91de2d02013-12-12 11:47:39 +0100186libosmo-abis (0.1.5+git1) unstable; urgency=low
187
188 * Rebuild 0.1.5 with the right libosmocore depedency
189
190 -- Holger Hans Peter Freyther <holger@freyther.de> Thu, 12 Dec 2013 11:47:01 +0100
191
Holger Hans Peter Freyther2dfcd9e2012-11-06 13:34:34 +0100192libosmo-abis (0.1.4) unstable; urgency=low
193
194 * New upstream release
195
196 -- Holger Hans Peter Freyther <holger@freyther.de> Tue, 06 Nov 2012 13:33:45 +0100
197
Eric Butlerd11a5c12012-08-14 20:56:26 -0700198libosmo-abis (0.1.3+git3-1) precise; urgency=low
199
200 * Fix version issue.
201
202 -- Eric Butler <eric@codebutler.com> Tue, 14 Aug 2012 20:50:50 -0700
203
Eric Butler91ffa2b2012-08-14 18:07:48 -0700204libosmo-abis (0.1.3+git3) precise; urgency=low
205
206 Created new Ubuntu package.
207
208 -- Eric Butler <eric@codebutler.com> Tue, 14 Aug 2012 13:00:18 -0700