blob: bf3ef84d7c17a5bfe503561676a80232c6ada167 [file] [log] [blame]
Max7f17b8c2017-08-25 16:09:48 +02001# When cleaning up this file: bump API version in corresponding Makefile.am and rename corresponding debian/lib*.install
2# according to https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info
3# In short:
4# LIBVERSION=c:r:a
5# If the library source code has changed at all since the last update, then increment revision: c:r + 1:a.
6# If any interfaces have been added, removed, or changed since the last update: c + 1:0:0.
7# If any interfaces have been added since the last public release: c:r:a + 1.
8# If any interfaces have been removed or changed since the last public release: c:r:0.
Jacob Erlbeck86dae842014-01-16 18:10:37 +01009#library what description / commit summary line
Eric Wildef1f3272019-07-10 18:10:31 +020010libosmo-abis API change major: add parameter to struct e1inp_line
Oliver Smith3c514822020-03-06 14:31:47 +010011libosmo-trau API change add new function osmo_rtp_socket_set_dscp()
Harald Welteb9031882020-05-02 21:09:15 +020012libosmo-abis API change major: add parameter to struct lapd_instance
Pau Espin Pedrol5196cd52020-07-14 17:52:09 +020013libosmo-abis Field added struct e1inp_line "use_count". REMINDER: Upon LIBVERSION c bump, take the chance to drop struct e1inp_line "refcnt" field.
Pau Espin Pedrolffc92d52020-07-15 15:27:40 +020014libosmo-abis libosmogsm dep Use of lapd_dl_init2() requires libosmocore > 1.3.0 (not yet released, 00b2faf8217338d4d7d1f4d27331af3151447350)