Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
releases:19.07:notes-19.07.5 [2020/11/28 12:04] – created zorunreleases:19.07:notes-19.07.5 [2020/12/09 22:04] – remove WiP warning hauke
Line 8: Line 8:
           |__| W I R E L E S S   F R E E D O M           |__| W I R E L E S S   F R E E D O M
  -----------------------------------------------------  -----------------------------------------------------
- OpenWrt 19.07.5, rXXXX+ OpenWrt 19.07.5, r11257-5090152ae3
  -----------------------------------------------------  -----------------------------------------------------
 </code> </code>
  
 /* Uncomment when the release is still work-in-progress */ /* Uncomment when the release is still work-in-progress */
 +/*
 {{page>meta:infobox:attention_wiprelease&noheader&nofooter&noeditbtn}} {{page>meta:infobox:attention_wiprelease&noheader&nofooter&noeditbtn}}
 +*/
  
  
Line 28: Line 30:
 [[https://openwrt.org/about|About OpenWrt pages]]. [[https://openwrt.org/about|About OpenWrt pages]].
  
-Get OpenWrt firmware images at: https://downloads.openwrt.org/releases/+Get OpenWrt firmware images at: https://downloads.openwrt.org/releases/ or use the firmware selector at: https://firmware-selector.openwrt.org/ 
 + 
 +===== OpenWrt firmware selector ===== 
 + 
 +We have a new tool, the Firmware Selector, that makes it easy to find the appropriate firmware image for your device. 
 + 
 +Try it at: https://firmware-selector.openwrt.org/
  
 ===== Announcements about new releases and security fixes ===== ===== Announcements about new releases and security fixes =====
Line 42: Line 50:
 ==== Security fixes ==== ==== Security fixes ====
  
-  * TODO kernel +  * [[advisory:2020-12-09-2|Security Advisory 2020-12-09-2 - libuci import heap use after free (CVE-2020-28951)]] 
-  * uciBackport security fixes +  * [[advisory:2020-12-09-1|Security Advisory 2020-12-09-1 - Linux kernel - ICMP rate limiting can be used to facilitate DNS poisoning attack (CVE-2020-25705)]] 
-  * musl: fix possible destination buffer overflow in some applications+  * musl: fix possible destination buffer overflow in some applications (CVE-2020-28928)
   * [[changelog-19.07.5#security_fixes|Various security fixes in packages]]   * [[changelog-19.07.5#security_fixes|Various security fixes in packages]]
  
-**Note:** security fixes for packages can also be applied by upgrading only the affected packages on running devices, without the need for a full firmware upgrade.  This can be done with ''opkg update; opkg upgrade the_package_name'' or through the LuCI web interface.+**Note:** security fixes for most packages can also be applied by upgrading only the affected packages on running devices, without the need for a full firmware upgrade.  This can be done with ''opkg update; opkg upgrade the_package_name'' or through the LuCI web interface.
  
 Nevertheless, we encourage all users to upgrade their devices to OpenWrt 19.07.5 or later versions whenever possible. Nevertheless, we encourage all users to upgrade their devices to OpenWrt 19.07.5 or later versions whenever possible.
Line 54: Line 62:
  
   * Fix regression in 19.07.4 causing transmit timeout and packet loss on mt7620 devices: [[flyspray>3332|FS#3332]]   * Fix regression in 19.07.4 causing transmit timeout and packet loss on mt7620 devices: [[flyspray>3332|FS#3332]]
-  * TODO: Fix regression in 19.07.4 where VLAN tagging no longer works on ipq40xx devices: [[flyspray>3239|FS#3239]]+  * Fix regression in 19.07.4 where VLAN tagging no longer works on ipq40xx devices: [[flyspray>3239|FS#3239]]
   * Fix long-standing instability issue on Ethernet link on several ath79 devices: [[flyspray>2216|FS#2216]], [[flyspray>2730|FS#2730]], [[flyspray>3225|FS#3225]]   * Fix long-standing instability issue on Ethernet link on several ath79 devices: [[flyspray>2216|FS#2216]], [[flyspray>2730|FS#2730]], [[flyspray>3225|FS#3225]]
  
 ==== Device support ==== ==== Device support ====
  
-  * Various fixes for My Net Range Extender, PowerCloud Systems CAP324, D-Link DIR-645+  * Various fixes for My Net Range Extender, PowerCloud Systems CAP324, D-Link DIR-645, Quad-E4G 
 +  * Support newer version of Turris Omnia
   * Fix ath9k firmware extraction for UniFi AP   * Fix ath9k firmware extraction for UniFi AP
   * Fix MAC address assignment on UniFi AC family (UniFi AC Mesh, UniFi AC LR, UniFi Lite)   * Fix MAC address assignment on UniFi AC family (UniFi AC Mesh, UniFi AC LR, UniFi Lite)
Line 66: Line 75:
 ==== Various fixes and improvements ==== ==== Various fixes and improvements ====
  
 +  * Fix support for 3G USB modems
   * uhttpd: fix spurious keepalive connection timeouts   * uhttpd: fix spurious keepalive connection timeouts
   * firewall: fix parsing of boolean attributes   * firewall: fix parsing of boolean attributes
Line 74: Line 84:
 ==== LuCI web interface ==== ==== LuCI web interface ====
  
-/+  Set the fallback default of rollback timeout to 90s 
-  * Reload ACL rules after installing LuCI packages +  * luci-app-firewall: fix removing networks from zone ([[https://github.com/openwrt/luci/issues/4523|GH#4523]], [[https://github.com/openwrt/luci/issues/4573|GH#4573]]) 
-  * Fix a regression in menu rendering, where a logout/login cycle or device reboot was required to make additional menu items appear after package installation ([[https://github.com/openwrt/luci/issues/4077|GH#4077]]) +  * rpcd-mod-luci: handle lease files from all dnsmasq/odhcpd sections ([[https://github.com/openwrt/luci/issues/911|GH#911]], [[https://github.com/openwrt/luci/issues/4303|GH#4303]], [[https://github.com/openwrt/luci/issues/4308|GH#4308]]) 
-  * Allow themes to override the ''sysauth.htm'' template to customize authentication+  * luci-app-firewall: rules: add ICMPv6 Packet Too Big (Type 2)
   * Update translations from [[https://hosted.weblate.org/projects/openwrt/|weblate]]   * Update translations from [[https://hosted.weblate.org/projects/openwrt/|weblate]]
-  * Several additional [[https://github.com/openwrt/luci/compare/fb2f36306756d0d0782dcab8413a8bb7ec379e54...0d0ab01a64f25d15325d3c98a7df252085382f1d|bug fixes and improvements]] +  * Several additional [[https://github.com/openwrt/luci/compare/0d0ab01a64f25d15325d3c98a7df252085382f1d...51f55b58b75b189f4f8810a827ca27a959e2192d|bug fixes and improvements]]
-*/+
  
 ==== Core components ==== ==== Core components ====
  
-  * Update Linux kernel from 4.14.195 to 4.14.206 +  * Update Linux kernel from 4.14.195 to 4.14.209
-  * Update openssl from 1.1.1g to 1.1.1h+
   * Update intel-microcode from 20190918 to 20200616   * Update intel-microcode from 20190918 to 20200616
   * Update amd-microcode from 20180524 to 20191218   * Update amd-microcode from 20180524 to 20191218
  • Last modified: 2020/12/19 17:31
  • by zorun