diff options
author | Harald Welte <laforge@gnumonks.org> | 2019-01-20 21:46:06 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2019-01-20 21:46:06 +0100 |
commit | 92a88ee73f471a4ddb7b864ae9f487493307a175 (patch) | |
tree | 6cbd3f3c8104a40cff8f84446ffca94d21bcaf86 /debian/changelog | |
parent | 456964fc4153ec66a6f1d8db6b6d5653c76fc389 (diff) |
Bump version: 0.3.0.10-9e66-dirty → 0.4.00.4.0
Change-Id: Ib2943b7fd0a1f7ca79f761116cba30aa3aa29b88
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1ec6437..26f7525 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,34 @@ +osmo-iuh (0.4.0) unstable; urgency=medium + + [ Bernhard M. Wiedemann ] + * asn1tostruct: allow to override build date + + [ Alexander Couzens ] + * hnbgw: remove close_cb() to fix a crash when releasing a hnbgw + + [ Harald Welte ] + * debian/rules: Don't overwrite .tarball-version + * hnbgw_tx_hnb_register_rej(): Missing return statement + + [ Neels Hofmeyr ] + * fix decoding of incoming X.213 NSAP addr + * hnbgw: vty: add SCCP related vty commands + * fix transport layer addr again, for nano3g + + [ Pau Espin Pedrol ] + * debian: package osmo-hnbgw.service + * Install systemd services with autotools + * Install sample cfg file to /etc/osmocom + + [ Stefan Sperling ] + * add a VTY command which shows a specific HNB + + [ Oliver Smith ] + * Fix DISTCHECK_CONFIGURE_FLAGS override + * contrib: fix makedistcheck with disabled systemd + + -- Harald Welte <laforge@gnumonks.org> Sun, 20 Jan 2019 21:46:05 +0100 + osmo-iuh (0.3.0) unstable; urgency=medium [ Neels Hofmeyr ] |