From a58f142c935771350072eea15aa91fb3ae871bd0 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Tue, 24 Sep 2019 16:27:00 +0200 Subject: [PATCH] CHANGES added --- CHANGES | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CHANGES diff --git a/CHANGES b/CHANGES new file mode 100644 index 0000000..c6dac62 --- /dev/null +++ b/CHANGES @@ -0,0 +1,20 @@ +Changes in version 1.0.0rc5 (since 1.0.0rc2) + - build-system + * lot of cleanup, refactoring and bugfixes + * '.*' is now a valid version argument + * 'system' isn't a synonym for OS/kernel any more. It defines a target operating system like RHEL6, macOS1014. + * checks for supported system, OS and compiler + * compute default for the number of parallel make jobs + * calling pbuild::make_all in a build-script is now deprecate + + - modulecmd + * --with option of sub-command search now accepts a comma separated list of strings + * better load hints + * log modules loaded to syslog + * PMODULES_ENV is exported only on content changes + * bugfixes and cleanup + +1.0.0rc4 + - never tagged +1.0.0rc3 + - never tagged