Bump version: 1.6.1.1-2ab48 → 1.6.2

This is just to make osmo-gtphub build against modern libosmocore,
which creates a naming clash about 'struct osmo_sockaddr'.

Related: OS#4710
Change-Id: Ie95c06f4a3e20d71a16755909607a9378bac41e1
This commit is contained in:
Harald Welte 2020-08-13 11:37:23 +02:00
parent 2ab489641b
commit 065500a347
1 changed files with 7 additions and 0 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
osmo-sgsn (1.6.2) unstable; urgency=medium
[ Alexander Couzens ]
* gtphub: rename sgsn's oww osmo_sockaddr into sgsn_sockaddr
-- Harald Welte <laforge@osmocom.org> Thu, 13 Aug 2020 11:37:22 +0200
osmo-sgsn (1.6.1) unstable; urgency=medium
* gtphub_test: Fix compilation with gcc-10