summaryrefslogtreecommitdiffstats
path: root/TODO-RELEASE
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2019-11-11 19:20:42 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2019-11-24 19:59:35 +0100
commit951d32b817b58853cc928db19b7c544d88f29fc0 (patch)
tree3334874649e41b838ed806ca1ab4e25ee863b382 /TODO-RELEASE
parent06356fd9c3234574bd26d2f123acd334b4275f3c (diff)
osmo_sockaddr_str: deprecate osmo_sockaddr_str_*_32n()
Follow up for patch I3cf150cc0cc06dd36039fbde091bc71b01697322 osmo_sockaddr_str_{from,to}_32n actually use host byte order. Deprecate these and introduce a more accurately named version ending in h. Change-Id: Ic7fc279bf3c741811cfc002538e28e8f8560e338
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r--TODO-RELEASE4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 692bdc18..be858aef 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -11,3 +11,7 @@ core osmo_tdef_get() change val_if_not_present arg from unsigned long to long
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.