Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
ZerBea committed May 5, 2023
1 parent 9201a57 commit 1e001fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.9
PRODUCTION := 1
PRODUCTION_VERSION := 6.3.0
PRODUCTION_YEAR := 2023

ifeq ($(PRODUCTION),1)
Expand Down
6 changes: 3 additions & 3 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
06.05.2023
05.05.2023
==========
Since kernel 6.3 Kernel developer decided to print a dmesg warning if tools are detected that use deprecated WEXT:
release v6.3.0

Since kernel 6.3 Kernel developer decided to print a dmesg warning if tools are detected that use deprecated WEXT:
[ 2770.939021] warning: `hcxdumptool' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211

hcxdumptool used ioctl(SIOCGIWNAME) to detect presence of WEXT. That was the last remnant of WEXT code.
To get rid of this dmesg warning, this detection has been removed by latest commit.

Expand Down

0 comments on commit 1e001fb

Please sign in to comment.