Release 0.16

This commit is contained in:
Marcel Holtmann 2019-04-04 07:19:37 +02:00
parent ac2cbd325f
commit c45de8bf13
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
ver 0.16:
Add missing pkcs8.conf for module loading.
ver 0.15:
Fix issue with handling RSSI thresholds.
Fix issue with handling abort for a connection.

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.60)
AC_INIT(iwd, 0.15)
AC_INIT(iwd, 0.16)
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build-aux)