aboutsummaryrefslogtreecommitdiffstats
path: root/TODO-RELEASE
blob: 260e1d4a96b5ee7eb212bec645881f27253a0209 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# When cleaning up this file: bump API version in corresponding Makefile.am and rename corresponding debian/lib*.install
# according to https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release
# In short: https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info
# LIBVERSION=c:r:a
# If the library source code has changed at all since the last update, then increment revision: c:r + 1:a.
# If any interfaces have been added, removed, or changed since the last update: c + 1:0:0.
# If any interfaces have been added since the last public release: c:r:a + 1.
# If any interfaces have been removed or changed since the last public release: c:r:0.
#library	what			description / commit summary line
libosmovty	_LAST_OSMOVTY_NODE 	Raise _LAST_OSMOVTY_NODE by introducing some RESERVED*_NODE
libosmogsm      gsm0808_old_bss_to_new_bss_info ABI break (struct changes size), gsm0808_old_bss_to_new_bss_info_att_tlvdef symbol added
libosmosim	osim_card_hdl		ABI + API breakage due to new struct members
libosmocore	osmo_tdef_fsm_inst_state_chg	change default_timeout arg from unsigned long to long type (API breakage, not ABI)
libosmovty      vty_read_config_filep   New API
libosmosim	osim_card_{reset,close}	New API
libosmocore     struct rate_ctr_group, osmo_stat_item_group_desc ABI breakage due to new struct members
libosmgsm      kdf functions   New API