]> git.e2factory.org Git - e2factory.git/commitdiff
release e2factory-2.3.15 e2factory-2.3.15
authorTobias Ulmer <tu@emlix.com>
Tue, 22 Nov 2016 19:40:42 +0000 (20:40 +0100)
committerTobias Ulmer <tu@emlix.com>
Tue, 22 Nov 2016 19:40:42 +0000 (20:40 +0100)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Changelog
make.vars

index f9ddd956cc715dc5b0d62a3ebe76b12bf2ef969d..540942372f226cde56c330c58772cb92b7d03392 100644 (file)
--- 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
index fd4e6219324a6baefcce59e11fa2c986a078d1c8..d480fae0f77c1baed2673a07d5e4a37963126750 100644 (file)
--- 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