From 5d515ff594b4058b750ad3957e8361a1861ef448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Larvoire?= Date: Fri, 26 Mar 2021 20:48:40 +0100 Subject: [PATCH] Release 1.20 --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index 3a45c21e..e7734453 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,10 @@ Major changes for the System Tools Library are recorded here. For more details about changes in a particular area, see the README.txt and/or NEWS.txt file in each subdirectory. +## [1.20] 2020-12-17 +### Fixed +- C/SRC/Makefile, C/SysLib/Makefile : Use the correct processor in the MacOSX builds. + ## [Unreleased] 2021-03-22 ### Changed - Renamed the Bash directory as Shell, as it's now intended to contain Posix Shell scripts, and not just Bash scripts.