From b48753d355d98ec1c57ba4f9683f4b2407b0d74f Mon Sep 17 00:00:00 2001 From: Peter Ebden Date: Mon, 30 Oct 2017 13:36:14 +0000 Subject: [PATCH] Changelog & version for 9.5.0 --- ChangeLog | 14 ++++++++++++++ VERSION | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5821156e23..b1e060194d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Version 9.5.0 +------------- + + * New config property, parse.preloadbuilddefs which specifies files to be loaded + into the global rule context. + * Moved a bunch of config properties (buildfilename, blacklistdirs, lang, parserengine, + nonce, experimentaldir and linttool) out of the [please] section since that had + turned into a bit of a grab-bag of unstructured properties. + Old ones are still honoured for now but will be removed in v10.0. + * please_sandbox now mounts a tmpfs on /tmp + * `plz query print` prints a comment & build label on stdout rather then the bare label + on stderr. + + Version 9.4.3 ------------- diff --git a/VERSION b/VERSION index 32001628b6..d223b45108 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.4.3 +9.5.0