]> git.e2factory.org Git - e2factory.git/commitdiff
release e2factory-2.3.13rc1 e2factory-2.3.13rc1
authorTobias Ulmer <tu@emlix.com>
Thu, 28 Feb 2013 18:13:03 +0000 (19:13 +0100)
committerTobias Ulmer <tu@emlix.com>
Thu, 28 Feb 2013 18:13:03 +0000 (19:13 +0100)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Changelog
make.vars

index 67a032dc8fe1ceb21aa5dd3bffc3ba6261f3bc88..5a0c9d75820b0360780edd54b8fd052d13215744 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,52 @@
-NEXT:
+e2factory-2.3.13rc1
+ * Change source git URL construction to be compatible with assembla.
+ * e2-cf can now handle source and result groups, plus better error checking.
+ * Result and source names are better enforced, dots are only legal for groups.
+ * --help now displays the manual page of the tool.
+ * Add command e2-help to view project-specific help.
+ * Fix error propagation from sub-makes when building e2factory.
+ * Don't warn when hardlink optimization fails.
+ * Default .gitignore when creating a project improved.
+ * Many improvements and additions to the developer documentation.
+ * Bugfix: Remove undocumented requirement on "base" chroot group.
+   This requires a BUILDID change. All results will have to be rebuilt.
+ * Add, improve and update man pages for all tools.
+ * Remove outdated and misleading example directory.
+ * e2-fetch-sources now checks out working copy after cloning.
+ * Many fixes concerning proper pathname handling.
+ * Improve e2source copy attribute, auto-creates missing directories and more.
+ * Improve debug logging to be able to provide better assistance.
+ * Remove server component used by e2-build-numbers.
+ * Remove unused e2-build-numbers command.
+ * Many improvements to e2-new-source.
+ * Add a digest module to improve working with SHA1 and MD5 hashes.
+ * Add LDoc and dependencies to generate developer documentation.
+ * Bugfix: e2-new-source checks whether a file exists before upload.
+ * Bugfix: collect-project result does not copy non-existent files.
+ * Remove unused e2ssh command.
+ * Remove new-source option that doesn't do anything.
+ * Bugfix: transport correctly returns error when upload fails.
+ * CVS plugin understands scp:// URLs.
+ * Git URLs may now use http and https.
+ * Remove e2-su and e2-root commands, both are unused.
+ * Provide internal version of Lua, making it unnecessary to download it first.
+ * Improved the strict module to spot more programmer errors, reducing bugs.
+ * Turn the default SCM modules into plugins.
+ * Add a dependency mechanisms for plugins, they can now depend on each other.
+ * Rename local tools to be consistent with their installed name.
+ * Bugfix: user default options should work now.
+ * Bugfix: make argument parsing more precise.
+ * Don't call test(1) to determine whether something is a directory...
+ * Bugfix: order of --e2-config/E2_CONFIG selection now deterministic.
+ * Remove old and misleading documentation.
+ * Remove old, pre-opensource e2-2.1 tools that didn't help anyone.
+ * No more compiled Lua code which allows for better module separation.
+ * Improve error messages.
+ * Dead code removal.
+ * Lots of code cleanup and internal modularization.
+ * Remove test directory which was also unused.
+ * Remove unused server-tools.
+ * Remove unused buildversion and release scripts.
 
 e2factory-2.3.12
  * allow server paths to contain whitespace
index 1912aed2d1dcac060682dd304887767ab14322f0..bed796a89e86e8bacda5608a5e93811d8d5a1fa9 100644 (file)
--- a/make.vars
+++ b/make.vars
@@ -4,8 +4,8 @@
 NAME = e2factory
 MAJOR = 2
 MINOR = 3
-PATCHLEVEL = 12
-EXTRAVERSION =
+PATCHLEVEL = 13
+EXTRAVERSION = rc1
 ifdef EXTRAVERSION
   VERSION = $(MAJOR).$(MINOR).$(PATCHLEVEL)$(EXTRAVERSION)
 else