From 3ec04c97a5a4713ee6c259c610080491ef6e634d Mon Sep 17 00:00:00 2001 From: Marek Suchánek Date: Oct 10 2019 16:50:37 +0000 Subject: [PATCH 1/17] Added the Qt Wayland release note; issue#367 --- diff --git a/modules/release-notes/pages/desktop/Desktop.adoc b/modules/release-notes/pages/desktop/Desktop.adoc index d348ffc..984b581 100644 --- a/modules/release-notes/pages/desktop/Desktop.adoc +++ b/modules/release-notes/pages/desktop/Desktop.adoc @@ -3,3 +3,14 @@ include::{partialsdir}/entities.adoc[] [[sect-desktop]] = Desktop + +.Qt applications now use the Wayland back end on GNOME + +Applications with a Qt user interface now use the native Wayland display back end in the GNOME Wayland session. In other Wayland environments, Qt applications have already used the native Wayland back end since the previous Fedora release. + +The benefits of the native Wayland back end are: + +* Faster user interface +* Better support for HiDPI displays, respecting the desktop scale factor +* Smoother font rendering + From 7ce9b5e6ef34113886c9b3d04af9ff5b6e9c4135 Mon Sep 17 00:00:00 2001 From: Marek Suchánek Date: Oct 10 2019 17:09:10 +0000 Subject: [PATCH 2/17] Added the Firefox Wayland release note; issue#301 --- diff --git a/modules/release-notes/pages/desktop/Desktop.adoc b/modules/release-notes/pages/desktop/Desktop.adoc index 984b581..95a19ed 100644 --- a/modules/release-notes/pages/desktop/Desktop.adoc +++ b/modules/release-notes/pages/desktop/Desktop.adoc @@ -4,6 +4,24 @@ include::{partialsdir}/entities.adoc[] [[sect-desktop]] = Desktop +.Firefox now uses the Wayland back end in GNOME + +In the GNOME Wayland session, Firefox now uses the native Wayland display back end by default. The benefits of the native Wayland back end are: + +* Faster user interface +* Better support for HiDPI displays, respecting the desktop scale factor +* Smoother font rendering + +This change affects Firefox only in the GNOME Wayland session. In all other environments, Firefox still uses the X11 or XWayland back end. This includes: + +* The GNOME X11 session +* The KDE Plasma desktop environment, both the Wayland and X11 session +* All other Wayland or X11 desktop environments and window managers + +Note that the Adobe Flash plug-in does not work in the Wayland back end. + +If you need to use Adobe Flash or Firefox with the X11 back end on GNOME Wayland, install the `firefox-x11` package. + .Qt applications now use the Wayland back end on GNOME Applications with a Qt user interface now use the native Wayland display back end in the GNOME Wayland session. In other Wayland environments, Qt applications have already used the native Wayland back end since the previous Fedora release. From 706f7d3de45ce13cab40657d177378ee81e77313 Mon Sep 17 00:00:00 2001 From: Marek Suchánek Date: Oct 10 2019 17:09:51 +0000 Subject: [PATCH 3/17] Added the minimal language support release note; issue#365 --- diff --git a/modules/release-notes/pages/sysadmin/Distribution.adoc b/modules/release-notes/pages/sysadmin/Distribution.adoc index efbfd5d..395fe63 100644 --- a/modules/release-notes/pages/sysadmin/Distribution.adoc +++ b/modules/release-notes/pages/sysadmin/Distribution.adoc @@ -3,3 +3,22 @@ include::{partialsdir}/entities.adoc[] [[select-distribution]] = Distribution-wide Changes + +.You can now install minimal language support + +This release introduces new packages that provide basic support for a given language. The packages are named `langpacks-core-__language_code__`, where __language_code__ is the short ISO code for the language, such as `es` for Spanish. The basic support includes: + +* The GNU C Library (`glibc`) locale +* The default font +* The default input method if the language requires it + +The basic localization set does _not_ include: + +* Translations +* Additional fonts +* Spell checker dictionaries + +The basic language support packages are useful for creating customs installations or Spins, or for installing Fedora from a minimal image. You can add basic internationalization support for specific languages without pulling in additional translations and fonts that might not be required for each added language. + +Full language support, including translations and additional fonts, continues to be available from the `langpacks-__language_code__` packages. + From 5384c8ae2528207d18d3ab2d815a5820d348e007 Mon Sep 17 00:00:00 2001 From: Marek Suchánek Date: Oct 14 2019 11:16:34 +0000 Subject: [PATCH 4/17] Added the Xfce release note; issue#354 --- diff --git a/modules/release-notes/pages/desktop/Desktop.adoc b/modules/release-notes/pages/desktop/Desktop.adoc index 95a19ed..5d8cdde 100644 --- a/modules/release-notes/pages/desktop/Desktop.adoc +++ b/modules/release-notes/pages/desktop/Desktop.adoc @@ -22,6 +22,7 @@ Note that the Adobe Flash plug-in does not work in the Wayland back end. If you need to use Adobe Flash or Firefox with the X11 back end on GNOME Wayland, install the `firefox-x11` package. + .Qt applications now use the Wayland back end on GNOME Applications with a Qt user interface now use the native Wayland display back end in the GNOME Wayland session. In other Wayland environments, Qt applications have already used the native Wayland back end since the previous Fedora release. @@ -32,3 +33,26 @@ The benefits of the native Wayland back end are: * Better support for HiDPI displays, respecting the desktop scale factor * Smoother font rendering + +.Xfce has been updated to 4.14 + +The Xfce desktop environment has been updated to the latest upstream version, 4.14. + +The changes in this release include: + +* The desktop environment has been ported to the GTK 3 toolkit. GTK 3 applications are now better integrated in Xfce. + +* The `xfwm4` window manager now supports HiDPI displays and the VSync feature. + +* The Xfce settings provide a new dialog for managing color profiles. This enables color-managed printing and scanning and monitor color profiles. + +* The display settings now support saving and restoring multi-display configurations. + +* The session manager now supports hybrid sleep. + +* The notification service can now log notifications, and supports Do Not Disturb mode. + +* A new screensaver integrated with Xfce has been introduced. The screensaver replaces the XScreenSaver application. + +For a more complete list of news in this release, see link:https://xfce.org/about/news/?post=1565568000[]. + From c0162983587b9eabdc348e1aceeb6f118e220ca3 Mon Sep 17 00:00:00 2001 From: Marek Suchánek Date: Oct 16 2019 10:44:22 +0000 Subject: [PATCH 5/17] Added a release note for the Xfce ARM image; issue#370 --- diff --git a/modules/release-notes/pages/sysadmin/Distribution.adoc b/modules/release-notes/pages/sysadmin/Distribution.adoc index 395fe63..d472f52 100644 --- a/modules/release-notes/pages/sysadmin/Distribution.adoc +++ b/modules/release-notes/pages/sysadmin/Distribution.adoc @@ -4,6 +4,26 @@ include::{partialsdir}/entities.adoc[] [[select-distribution]] = Distribution-wide Changes +.Xfce installation image for 64-bit ARM + +An installation image with the Xfce desktop environment is now available for the 64-bit ARM (AArch64) architecture. The image is useful for systems that do not support hardware graphics acceleration or for other low-performance systems. + +The image currently supports the following 64-bit ARM devices: + +* Pine64 +* Raspberry Pi 3 +* 96boards HiKey +* 96boards Dragonboard 410c + +Additionally, Fedora continues to provide the following installation images for 64-bit ARM: + +* Workstation +* Minimal +* Server + +For more information, see link:https://arm.fedoraproject.org/[]. + + .You can now install minimal language support This release introduces new packages that provide basic support for a given language. The packages are named `langpacks-core-__language_code__`, where __language_code__ is the short ISO code for the language, such as `es` for Spanish. The basic support includes: From dcf6b0fa2d806a5f6376b5f4db8bb045c0ba585d Mon Sep 17 00:00:00 2001 From: Marek Suchánek Date: Oct 22 2019 13:22:29 +0000 Subject: [PATCH 6/17] Fixes from a peer review by Jacob Valdez --- diff --git a/modules/release-notes/pages/desktop/Desktop.adoc b/modules/release-notes/pages/desktop/Desktop.adoc index 5d8cdde..3eae21b 100644 --- a/modules/release-notes/pages/desktop/Desktop.adoc +++ b/modules/release-notes/pages/desktop/Desktop.adoc @@ -25,7 +25,7 @@ If you need to use Adobe Flash or Firefox with the X11 back end on GNOME Wayland .Qt applications now use the Wayland back end on GNOME -Applications with a Qt user interface now use the native Wayland display back end in the GNOME Wayland session. In other Wayland environments, Qt applications have already used the native Wayland back end since the previous Fedora release. +Applications with a Qt user interface now use the native Wayland display back end in the GNOME Wayland session. Qt applications in other Wayland environments have already used the native Wayland back end since the previous Fedora release. The benefits of the native Wayland back end are: diff --git a/modules/release-notes/pages/sysadmin/Distribution.adoc b/modules/release-notes/pages/sysadmin/Distribution.adoc index d472f52..1b9f27b 100644 --- a/modules/release-notes/pages/sysadmin/Distribution.adoc +++ b/modules/release-notes/pages/sysadmin/Distribution.adoc @@ -38,7 +38,7 @@ The basic localization set does _not_ include: * Additional fonts * Spell checker dictionaries -The basic language support packages are useful for creating customs installations or Spins, or for installing Fedora from a minimal image. You can add basic internationalization support for specific languages without pulling in additional translations and fonts that might not be required for each added language. +The basic language support packages are useful for creating custom installations, for Spins, or for installing Fedora from a minimal image. You can add basic internationalization support for specific languages without pulling in additional translations and fonts that might not be required for each added language. Full language support, including translations and additional fonts, continues to be available from the `langpacks-__language_code__` packages. From 03170da51afa3c6dfc1fa1ea463ea0f8e79b5a63 Mon Sep 17 00:00:00 2001 From: Marek Suchánek Date: Oct 22 2019 13:23:30 +0000 Subject: [PATCH 7/17] Fix requested by Parag Nemade --- diff --git a/modules/release-notes/pages/sysadmin/Distribution.adoc b/modules/release-notes/pages/sysadmin/Distribution.adoc index 1b9f27b..2926e47 100644 --- a/modules/release-notes/pages/sysadmin/Distribution.adoc +++ b/modules/release-notes/pages/sysadmin/Distribution.adoc @@ -28,7 +28,7 @@ For more information, see link:https://arm.fedoraproject.org/[]. This release introduces new packages that provide basic support for a given language. The packages are named `langpacks-core-__language_code__`, where __language_code__ is the short ISO code for the language, such as `es` for Spanish. The basic support includes: -* The GNU C Library (`glibc`) locale +* The `glibc` locale * The default font * The default input method if the language requires it From 08fc05edba9a01d67bc4a27242abe7b2fd1839e4 Mon Sep 17 00:00:00 2001 From: Marek Suchánek Date: Oct 22 2019 15:38:17 +0000 Subject: [PATCH 8/17] Added variable Noto fonts; Issue#374 --- diff --git a/modules/release-notes/pages/desktop/Desktop.adoc b/modules/release-notes/pages/desktop/Desktop.adoc index 3eae21b..d972753 100644 --- a/modules/release-notes/pages/desktop/Desktop.adoc +++ b/modules/release-notes/pages/desktop/Desktop.adoc @@ -56,3 +56,13 @@ The changes in this release include: For a more complete list of news in this release, see link:https://xfce.org/about/news/?post=1565568000[]. + +.Noto fonts are now variable by default + +The Noto font family is designed to cover all languages defined in the Unicode standard. It is currently the default font family for the Sinhala language in Fedora. + +With this release, the Noto fonts switch to using the variable version by default. Variable fonts encode multiple font variations in a single OpenType font (OTF) file. As a result, the variable fonts have the following advantages: + +* They significantly save disk space. +* They enable applications that support OTF to provide font variation options in the user interface. + From 16cabffff4e4c3320a430eb46ece3c0e3fff7f73 Mon Sep 17 00:00:00 2001 From: Marek Suchánek Date: Oct 22 2019 16:04:40 +0000 Subject: [PATCH 9/17] Added the Haskell update; Issue#373 --- diff --git a/modules/release-notes/pages/developers/Development_Haskell.adoc b/modules/release-notes/pages/developers/Development_Haskell.adoc index 7a2af12..a82be60 100644 --- a/modules/release-notes/pages/developers/Development_Haskell.adoc +++ b/modules/release-notes/pages/developers/Development_Haskell.adoc @@ -3,3 +3,15 @@ include::{partialsdir}/entities.adoc[] [[sect-haskell]] = Haskell + +.The Haskell stack has been updated + +This release updates the Haskell programming language stack: + +* The Glasgow Haskell Compiler (GHC) updates from version 8.4 to 8.6. +* The Stackage platform updates from version 12 LTS to 13 LTS. + +Additionally, Haskell documentation and profiling libraries are now provided by separate packages. As a result, you can now install a smaller Haskell development environment. + +For more information about GHC 8.6, see the release notes: link:https://downloads.haskell.org/~ghc/8.6.5/docs/html/users_guide/8.6.1-notes.html[]. + From b83d43d5d43d174e31273693b08dadba6b91f152 Mon Sep 17 00:00:00 2001 From: Marek Suchánek Date: Oct 25 2019 14:41:35 +0000 Subject: [PATCH 10/17] Added the Python 3.8 release note; Issue#310 --- diff --git a/modules/release-notes/pages/developers/Development_Python.adoc b/modules/release-notes/pages/developers/Development_Python.adoc index 9a2ac8c..344bf26 100644 --- a/modules/release-notes/pages/developers/Development_Python.adoc +++ b/modules/release-notes/pages/developers/Development_Python.adoc @@ -3,3 +3,18 @@ include::{partialsdir}/entities.adoc[] [[sect-python]] = Python + +== Python 3.8 is now available + +Version 3.8 of the Python programming language and interpreter is now available in Fedora. You can install it from the `python38` package. + +Note that the Python stack still uses Python 3.7 by default. + +Python 3.8 has also been released as an asynchronous update for Fedora 30 and 29. + +For more information, see: + +* An article describing how you can install multiple Python versions in Fedora: link:https://developer.fedoraproject.org/tech/languages/python/multiple-pythons.html[] + +* The Python 3.8 release notes: link:https://docs.python.org/3.8/whatsnew/3.8.html[] + From f12d3a123efe8ba07fc27851e8eeab10a48bcbbf Mon Sep 17 00:00:00 2001 From: Marek Suchánek Date: Oct 25 2019 15:02:15 +0000 Subject: [PATCH 11/17] Updated the heading style in my release notes to match the project --- diff --git a/modules/release-notes/pages/desktop/Desktop.adoc b/modules/release-notes/pages/desktop/Desktop.adoc index d972753..9b15d25 100644 --- a/modules/release-notes/pages/desktop/Desktop.adoc +++ b/modules/release-notes/pages/desktop/Desktop.adoc @@ -4,7 +4,7 @@ include::{partialsdir}/entities.adoc[] [[sect-desktop]] = Desktop -.Firefox now uses the Wayland back end in GNOME +== Firefox now uses the Wayland back end in GNOME In the GNOME Wayland session, Firefox now uses the native Wayland display back end by default. The benefits of the native Wayland back end are: @@ -23,7 +23,7 @@ Note that the Adobe Flash plug-in does not work in the Wayland back end. If you need to use Adobe Flash or Firefox with the X11 back end on GNOME Wayland, install the `firefox-x11` package. -.Qt applications now use the Wayland back end on GNOME +== Qt applications now use the Wayland back end on GNOME Applications with a Qt user interface now use the native Wayland display back end in the GNOME Wayland session. Qt applications in other Wayland environments have already used the native Wayland back end since the previous Fedora release. @@ -34,7 +34,7 @@ The benefits of the native Wayland back end are: * Smoother font rendering -.Xfce has been updated to 4.14 +== Xfce has been updated to 4.14 The Xfce desktop environment has been updated to the latest upstream version, 4.14. @@ -57,7 +57,7 @@ The changes in this release include: For a more complete list of news in this release, see link:https://xfce.org/about/news/?post=1565568000[]. -.Noto fonts are now variable by default +== Noto fonts are now variable by default The Noto font family is designed to cover all languages defined in the Unicode standard. It is currently the default font family for the Sinhala language in Fedora. diff --git a/modules/release-notes/pages/developers/Development_Haskell.adoc b/modules/release-notes/pages/developers/Development_Haskell.adoc index a82be60..f1455c0 100644 --- a/modules/release-notes/pages/developers/Development_Haskell.adoc +++ b/modules/release-notes/pages/developers/Development_Haskell.adoc @@ -4,7 +4,7 @@ include::{partialsdir}/entities.adoc[] [[sect-haskell]] = Haskell -.The Haskell stack has been updated +== The Haskell stack has been updated This release updates the Haskell programming language stack: diff --git a/modules/release-notes/pages/sysadmin/Distribution.adoc b/modules/release-notes/pages/sysadmin/Distribution.adoc index 2926e47..7bad9ba 100644 --- a/modules/release-notes/pages/sysadmin/Distribution.adoc +++ b/modules/release-notes/pages/sysadmin/Distribution.adoc @@ -4,7 +4,7 @@ include::{partialsdir}/entities.adoc[] [[select-distribution]] = Distribution-wide Changes -.Xfce installation image for 64-bit ARM +== Xfce installation image for 64-bit ARM An installation image with the Xfce desktop environment is now available for the 64-bit ARM (AArch64) architecture. The image is useful for systems that do not support hardware graphics acceleration or for other low-performance systems. @@ -24,7 +24,7 @@ Additionally, Fedora continues to provide the following installation images for For more information, see link:https://arm.fedoraproject.org/[]. -.You can now install minimal language support +== You can now install minimal language support This release introduces new packages that provide basic support for a given language. The packages are named `langpacks-core-__language_code__`, where __language_code__ is the short ISO code for the language, such as `es` for Spanish. The basic support includes: From 2b49291bf2db0580964a33280a542f4a7ad146d9 Mon Sep 17 00:00:00 2001 From: Marek Suchánek Date: Oct 25 2019 17:23:40 +0000 Subject: [PATCH 12/17] Added a release note on the Python 2 removal; Issue#314 --- diff --git a/modules/release-notes/pages/sysadmin/Distribution.adoc b/modules/release-notes/pages/sysadmin/Distribution.adoc index 7bad9ba..3225c5d 100644 --- a/modules/release-notes/pages/sysadmin/Distribution.adoc +++ b/modules/release-notes/pages/sysadmin/Distribution.adoc @@ -42,3 +42,16 @@ The basic language support packages are useful for creating custom installations Full language support, including translations and additional fonts, continues to be available from the `langpacks-__language_code__` packages. + +== Many Python 2 packages have been removed + +The Python upstream will stop supporting Python 2 on 1 January 2020. For that reason, Fedora gradually removes Python 2 packages from the distribution. + +In this release, Python 2 packages that met the following conditions have been removed: + +* The packages contained only Python 2 libraries. + +* No other package depended on these Python 2 packages. + +Overall, 873 Python 2 packages have been removed. + From 12ab46510ee7ab42c7642a5c4411521742a6cad0 Mon Sep 17 00:00:00 2001 From: Marek Suchánek Date: Oct 27 2019 19:42:17 +0000 Subject: [PATCH 13/17] Added the release note on the disabled root password login in SSH; Issue#351 --- diff --git a/modules/release-notes/pages/sysadmin/Security.adoc b/modules/release-notes/pages/sysadmin/Security.adoc index dcabdc5..b3f9969 100644 --- a/modules/release-notes/pages/sysadmin/Security.adoc +++ b/modules/release-notes/pages/sysadmin/Security.adoc @@ -3,3 +3,17 @@ include::{partialsdir}/entities.adoc[] [[sect-security]] = Security + +== SSH no longer allows root password login + +The OpenSSH server no longer allows the `root` user to remotely log into Fedora using a password. This change is consistent with the upstream OpenSSH project, which disabled the remote `root` password login in the 7.0 release. Previously, the remote `root` password login was a common target of attacks. + +The `root` user can still remotely log in using a public SSH key. + +The `/etc/ssh/sshd_config` configuration file now disables the `PermitRootLogin` option. If you upgrade to Fedora 31 on a system where you have made changes to the configuration file, the upgrade process preserves your configuration and creates the new configuration in `/etc/ssh/sshd_config.rpmnew`. + +If you use the remote `root` password login in Kickstart or `cloud-init` scripts, Fedora recommends the following alternatives: + +* Switch to public key authentication. +* Create a different administrative user. + From 43f3f5dfbb588e0d9ce55c8a90545d954e738aa1 Mon Sep 17 00:00:00 2001 From: Marek Suchánek Date: Oct 27 2019 19:58:50 +0000 Subject: [PATCH 14/17] Added the release note for the glibc update; Issue#355 --- diff --git a/modules/release-notes/pages/sysadmin/Distribution.adoc b/modules/release-notes/pages/sysadmin/Distribution.adoc index 3225c5d..acf66c4 100644 --- a/modules/release-notes/pages/sysadmin/Distribution.adoc +++ b/modules/release-notes/pages/sysadmin/Distribution.adoc @@ -55,3 +55,16 @@ In this release, Python 2 packages that met the following conditions have been r Overall, 873 Python 2 packages have been removed. + +== glibc has been updated to 2.30 + +The GNU C Library (`glibc`) has been updated to version 2.30. This version provides: + +* Security fixes +* Bug fixes +* Improved performance +* Improved compliance with the Portable Operating System Interface (POSIX) standard +* New localizations + +For the complete list of changes, see the `glibc` release notes: link:https://sourceware.org/git/?p=glibc.git;a=blob;f=NEWS;hb=HEAD[]. + From 6357ed7d0256284c21c4943ac78187126e74a29f Mon Sep 17 00:00:00 2001 From: Marek Suchánek Date: Oct 27 2019 21:28:50 +0000 Subject: [PATCH 15/17] Added the MinGW release note; Issue#345 --- diff --git a/modules/release-notes/pages/developers/Development_C.adoc b/modules/release-notes/pages/developers/Development_C.adoc index c3c4506..efb6fdf 100644 --- a/modules/release-notes/pages/developers/Development_C.adoc +++ b/modules/release-notes/pages/developers/Development_C.adoc @@ -3,3 +3,21 @@ include::{partialsdir}/entities.adoc[] [[sect-c]] = C + +== MinGW has been updated + +The MinGW development environment and toolchain has been updated to the latest upstream version: + +[options="header"] +|==== +| Component | Updated version +| `mingw-gcc` | 9.1.0 +| `mingw-w64-tools` | 6.0.0 +| `mingw-winpthreads` | 6.0.0 +| `mingw-crt` | 6.0.0 +| `mingw-headers` | 6.0.0 +| `mingw-binutils` | 2.32 +|==== + +For more information, see the MinGW release notes: link:https://mingw-w64.org/doku.php/versions[]. + From c9d735ca0707cb182f96d433589011d9b7132895 Mon Sep 17 00:00:00 2001 From: Marek Suchánek Date: Oct 28 2019 23:35:22 +0000 Subject: [PATCH 16/17] Moved the glibc release note to development and applied the review; Issue#355 --- diff --git a/modules/release-notes/pages/developers/Development_C.adoc b/modules/release-notes/pages/developers/Development_C.adoc index efb6fdf..115621f 100644 --- a/modules/release-notes/pages/developers/Development_C.adoc +++ b/modules/release-notes/pages/developers/Development_C.adoc @@ -4,6 +4,30 @@ include::{partialsdir}/entities.adoc[] [[sect-c]] = C +== glibc has been updated to 2.30 + +The GNU C Library (`glibc`) has been updated to version 2.30. This version provides: + +* Unicode 12.1.0 support for character encoding, character type information, and transliteration +* New C functions: +** `twalk_r` +** `getdents64` +** `gettid` +** `tgkill` +** `pthread_cond_clockwait` +** `pthread_mutex_clocklock` +** `pthread_rwlock_clockrdlock` +** `pthread_rwlock_clockwrlock` +** `sem_clockwait` +* Security fixes +* Bug fixes +* Improved performance +* Improved compliance with the Portable Operating System Interface (POSIX) standard +* New localizations + +For the complete list of changes, see the `glibc` release notes: link:https://sourceware.org/git/?p=glibc.git;a=blob;f=NEWS;hb=release/2.30/master[]. + + == MinGW has been updated The MinGW development environment and toolchain has been updated to the latest upstream version: diff --git a/modules/release-notes/pages/sysadmin/Distribution.adoc b/modules/release-notes/pages/sysadmin/Distribution.adoc index acf66c4..3225c5d 100644 --- a/modules/release-notes/pages/sysadmin/Distribution.adoc +++ b/modules/release-notes/pages/sysadmin/Distribution.adoc @@ -55,16 +55,3 @@ In this release, Python 2 packages that met the following conditions have been r Overall, 873 Python 2 packages have been removed. - -== glibc has been updated to 2.30 - -The GNU C Library (`glibc`) has been updated to version 2.30. This version provides: - -* Security fixes -* Bug fixes -* Improved performance -* Improved compliance with the Portable Operating System Interface (POSIX) standard -* New localizations - -For the complete list of changes, see the `glibc` release notes: link:https://sourceware.org/git/?p=glibc.git;a=blob;f=NEWS;hb=HEAD[]. - From 5a65ec8b33fcde0b9a60712998137b013982ba37 Mon Sep 17 00:00:00 2001 From: Marek Suchánek Date: Oct 28 2019 23:37:38 +0000 Subject: [PATCH 17/17] Changed the link in the MinGW release notes due to certificate issues; Issue#345 --- diff --git a/modules/release-notes/pages/developers/Development_C.adoc b/modules/release-notes/pages/developers/Development_C.adoc index 115621f..4252189 100644 --- a/modules/release-notes/pages/developers/Development_C.adoc +++ b/modules/release-notes/pages/developers/Development_C.adoc @@ -43,5 +43,5 @@ The MinGW development environment and toolchain has been updated to the latest u | `mingw-binutils` | 2.32 |==== -For more information, see the MinGW release notes: link:https://mingw-w64.org/doku.php/versions[]. +For more information, see the MinGW release notes: link:https://sourceforge.net/p/mingw-w64/mailman/message/36416777/[].