Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision Next revisionBoth sides next revision | ||
| releases:22.03:notes-22.03.0-rc1 [2022/04/20 22:49] – created hauke | releases:22.03:notes-22.03.0-rc1 [2022/04/24 14:15] – This is just a release candidate and not the final release yet. hauke | ||
|---|---|---|---|
| Line 26: | Line 26: | ||
| configuration. A configuration backup is advised nonetheless when upgrading to | configuration. A configuration backup is advised nonetheless when upgrading to | ||
| OpenWrt 22.03. (see " | OpenWrt 22.03. (see " | ||
| + | |||
| + | This is just a release candidate and not the final release yet. | ||
| Get OpenWrt Firmware at: https:// | Get OpenWrt Firmware at: https:// | ||
| - | |||
| ===== Highlights in OpenWrt 22.03.0 ===== | ===== Highlights in OpenWrt 22.03.0 ===== | ||
| The OpenWrt community is proud to announce the first release candidate of the | The OpenWrt community is proud to announce the first release candidate of the | ||
| - | upcoming OpenWrt 22.03 stable version series. It incorporates over 3300 | + | upcoming OpenWrt 22.03 stable version series. It incorporates over 3400 |
| commits since branching the previous OpenWrt 21.02 release and has been under | commits since branching the previous OpenWrt 21.02 release and has been under | ||
| development for about one year. | development for about one year. | ||
| Line 39: | Line 40: | ||
| ==== Firewall4 based on nftables ==== | ==== Firewall4 based on nftables ==== | ||
| - | Firewall4 is used by default instead of Firewall3 | + | Firewall4 is used by default instead of '' |
| + | |||
| + | Firewall4 uses the same UCI firewall configuration. Old firewall configurations should still work with firewall4, using nftables now. The extra option which allowed to add custom iptables commands does not work any more. | ||
| + | |||
| + | '' | ||
| + | '' | ||
| + | |||
| + | ==== Many new devices added ==== | ||
| + | |||
| + | OpenWrt 22.03 supports over 1550 devices. Support for over 160 new devices was added in addition to the device support by OpenWrt 21.02. | ||
| + | OpenWrt 22.03 supports more than 10 devices capable of Wifi 6 (IEEE 802.11ax) using the MediaTek MT7915 wifi chip. | ||
| + | |||
| + | /* supported devices was counter like this: "git grep TARGET_DEVICES | wc" */ | ||
| + | |||
| + | * The [[: | ||
| + | * The [[: | ||
| + | |||
| + | ==== More targets converted to DSA ==== | ||
| + | |||
| + | The following targets or boards were migrated from swconfig to DSA with OpenWrt 22.03 in addition to the systems already migrated with OpenWrt 21.02: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | |||
| + | ==== Dark mode in LuCI ==== | ||
| + | |||
| + | The LuCI bootstrap design supports a dark mode. The default design activates dark mode depending on the browser settings. Change it manually at " | ||
| + | |||
| + | ==== Year 2038 problem handled ==== | ||
| + | |||
| + | OpenWrt 22.03 uses [[https:// | ||
| + | When a Unix time stamp is stored in a signed 32 bit integer [[wp> | ||
| + | This is a change of the libc API and needs a recompilation of all user space applications linked against musl libc. | ||
| + | For 64 bit systems this was done when the ABI was defined many years ago, the glibc ARC ABI already has a 64 bit '' | ||
| ==== Core components update ==== | ==== Core components update ==== | ||