From: Kevin Day Date: Mon, 1 Aug 2022 02:17:57 +0000 (-0500) Subject: Bugfix: The FLL page needs to reference the stable release and fix the change log. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=9b03cf2d66b289b0daf4a71e0209a4ae67d6c957;p=kevux.org-website Bugfix: The FLL page needs to reference the stable release and fix the change log. The 0.6.0 is a stable release. Fix the text of the fll page to reference this. The "Add support for ..." change log entry should not be under Security Fixes and instead should be under Features. The current date is still the 31st in my time zone, so I am going to replace the existing release tar ball with these changes. --- diff --git a/fll.html b/fll.html index bc8872d..35c62db 100644 --- a/fll.html +++ b/fll.html @@ -110,7 +110,7 @@

- The current stable release series of FLL is 0.6. At this time, the official stable release for the 0.6 series is not yet released but a release candidate is already out. The release candidate is version 0.6.0. + The current stable release series of FLL is 0.6. The latest version of the stable release series is 0.6.0.

There are two different ways in which the project is released. The bare release and the pre-packaged release. diff --git a/news/2022_07_31-fll_0_6_0_release.html b/news/2022_07_31-fll_0_6_0_release.html index 7e24292..de98c7f 100644 --- a/news/2022_07_31-fll_0_6_0_release.html +++ b/news/2022_07_31-fll_0_6_0_release.html @@ -160,7 +160,6 @@

  • FLL: Environment value has invalid read in f_environment_set().
  • FLL: Invalid read for formatted printing using partial ranges on a string.
  • FLL: Invalid reads on NULL terminated strings with a max width greater than 1.
  • -
  • FLL: Add support for +E/++error and change '+q' to '+Q'.
  • Featureless Make: Invalid read when using -s/--settings.
  • Featureless Make: Invalid read when processing not condition minimum value.
  • Featureless Make: Invalid read when processing an empty fakefile.
  • @@ -178,6 +177,7 @@
  • Featureless Make: Now supports the "top" parameter.
  • Featureless Make: Now supports the "current" parameter.
  • Featureless Make: Improve user experience by defaulting specified fakefile and build settings file to present working directory.
  • +
  • FLL: Add support for +E/++error and change '+q' to '+Q'.
  • Bug Fixes: