From 06cf2311e1cc62dc6026bd16e7c0b7d3839d485f Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Tue, 22 Nov 2016 20:40:42 +0100 Subject: [PATCH] release e2factory-2.3.15 Signed-off-by: Tobias Ulmer --- Changelog | 24 +++++++++++++++++++++++- make.vars | 2 +- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index f9ddd95..5409423 100644 --- a/Changelog +++ b/Changelog @@ -1,7 +1,29 @@ -NEXT: +e2factory-2.3.15 + * result.tar does not contain leading ./ prefix any more + * added typo detection in source and result config files + * reduced warning noise + * add warning for empty e2env references + * make the cache truly transparent + * improve error reporting in dependency cycle detection + * ls-project displays sub-licenses of file sources + * add warning when deploying release builds to disabled server + * improve error handling when encountering erroneous config files + * prevent manipulation of the lua string module from config files + * reduce what's possible (but not advertised) in config files + * fix CVS/SVN LicenseID calculation + * detect if an unpack location in a source config points to non-existent dir + * put an end to changing the working directory of the process repeatedly + * replaced ad-hoc shell command strings with argument tables or safe quoting + * unified command execution facilities + * unified IO facilities and surrounding error handling + * removed reliance on many shell commands + * e2factory developer documentation improvements + * internal error handling has been rewritten * collect_project now creates "Makefile" instead of "makefile". * remove unusable E2_BUILD_NUMBER variable from build-script. * on git source update, fetch tags and prevent non-ff merges + * object oriented structure for sources, results, chroot, build process, ... + * split e2factory core into logical modules e2factory-2.3.14p1 * Provide io.open/io.popen wrappers that set FD_CLOEXEC diff --git a/make.vars b/make.vars index fd4e621..d480fae 100644 --- a/make.vars +++ b/make.vars @@ -9,7 +9,7 @@ NAME = e2factory MAJOR = 2 MINOR = 3 PATCHLEVEL = 15 -EXTRAVERSION = rc1 +EXTRAVERSION = ifdef EXTRAVERSION VERSION = $(MAJOR).$(MINOR).$(PATCHLEVEL)$(EXTRAVERSION) else -- 2.39.5