blob: e2fd8306c551abfda999541d11c4c0b5f2280b79 [file] [log] [blame]
Max4e72ee02016-12-13 18:41:17 +01001# When cleaning up this file: bump API version in corresponding Makefile.am and rename corresponding debian/lib*.install
Pau Espin Pedrol01dd5702018-05-03 15:01:47 +02002# according to https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release
3# In short: https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info
Max4e72ee02016-12-13 18:41:17 +01004# 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.
Maxbf990bb2016-04-21 14:46:30 +02009#library what description / commit summary line
Harald Weltebf90d742020-03-20 12:11:03 +010010gsm API/ABI change l1sap.h, added struct members to ph_data_param and ph_tch_param
11sim API/ABI change new osim_file_desc_find_aid()
Harald Welte3a6bedf2020-03-22 10:30:10 +010012sim API/ABI change all over the place
Vadim Yanitskiy383b3bf2020-05-31 16:03:30 +070013gsm new API new osmo_bts_unset_feature()
Harald Welte68944962020-06-07 10:31:48 +020014gb API/ABI change deprecate gprs_nsvc_crate(); export gprs_nsvc_create2()
Harald Welte00b2faf2020-05-02 19:56:36 +020015gsm API/ABI change add new member to lapd_datalink
Harald Welte1bd726a2020-06-21 22:04:52 +020016gsm new API new gsm0808_create_common_id()
Harald Welte2d3465f2020-06-26 15:13:19 +020017gb new API new bssgp_tx_bvc_reset2()