aboutsummaryrefslogtreecommitdiffstats
path: root/TODO-RELEASE
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-01-02 18:42:30 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2020-01-02 18:42:30 +0100
commit2862f9082ed4f16383a134e1112610d76ad91bf0 (patch)
tree5a27bfaaa33392adde1e2bf2d73327da40a52c02 /TODO-RELEASE
parentdddeaa98681aabc1a2a2eb7ab081b85514ae9192 (diff)
Bump version: 1.2.0.108-c6a8-dirty → 1.3.01.3.0
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r--TODO-RELEASE8
1 files changed, 0 insertions, 8 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index be858aef..8ccfa491 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -7,11 +7,3 @@
# 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
-core osmo_tdef_get() change val_if_not_present arg from unsigned long to long to allow passing -1
-core struct osmo_tdef fields min_val,max_val added, ABI break (arrays of structs used in programs)
-gsm API added osmo_gsm48_rfpowercap2powerclass()
-gb API added bssgp_bvc_ctx_free()
-core osmo_sockaddr_str_from_32n(),
- osmo_sockaddr_str_to_32n() Deprecate: named 'n' but use host byte order.
-core osmo_sockaddr_str_from_32h(),
- osmo_sockaddr_str_to_32h() New, use host byte order and are named appropriately.