Release 1.7

This commit is contained in:
Marcel Holtmann 2020-04-14 20:37:39 +02:00
parent 4eabc1bed0
commit ef6084dcb4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
ver 1.7:
Fix issue with APs that send IGTK falsely in big endian.
Fix issue with setting linkmode & operstate for open networks.
ver 1.6:
Fix issue with handling missing AP stop events.
Fix issue with handling out-of-order disconnect events.

View File

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