Skip to content

Commit

Permalink
prepare release 6.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ZerBea committed Apr 6, 2023
1 parent fe24669 commit 31f302d
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PRODUCTION := 0
PRODUCTION_VERSION := 6.2.8
PRODUCTION := 1
PRODUCTION_VERSION := 6.2.9
PRODUCTION_YEAR := 2023

ifeq ($(PRODUCTION),1)
Expand Down
30 changes: 29 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
06.04.2023
==========
release v6.2.9
several bug fixes

This is the last version:
that use WIRELESS EXTENSIONS
that use ETHTOOL to get/set virtual MAC address
that use old style status output
that use soft coded filter lists
that use msec timestamp
that use crypto stuff

Next version will go back to the roots:
set focus on WPA PSK (WPA1, WPA2, WPA2 key version 3)
set bandwidth to 20MHz to increase range
set bitrate to lowest values to increase range
use active monitor mode
use NL80211 stack
use RTNETLINK
use NMEA messages:
$GPRMC: Position, velocity, time and date
$GPGGA: Position, orthometric height, fix related data, time
$GPWPL: Position and MAC AP
$GPTXT: ESSID in HEX ASCII
remove options that slow hcxdumptool down


10.03.2023
==========
release v6.2.7
release v6.2.8
move to OpenSSL 3.0 EVP API (from now on OPenSSL >= 3.0 is mandatory)
new options
several bug fixes
Expand Down

0 comments on commit 31f302d

Please sign in to comment.