]> git.e2factory.org Git - e2factory.git/commitdiff
release e2factory-2.3.14rc1 e2factory-2.3.14rc1
authorTobias Ulmer <tu@emlix.com>
Tue, 11 Jun 2013 17:38:48 +0000 (19:38 +0200)
committerTobias Ulmer <tu@emlix.com>
Tue, 11 Jun 2013 17:38:48 +0000 (19:38 +0200)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Changelog
make.vars

index 6a67a7fc322a2cbde6ed2f6deb3cce2c6f2c076b..5f0e24cb0c6c8565f6df2494775aacd9277e6526 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,7 @@
-NEXT:
+e2factory-2.3.14rc1
+ * Fix: Include result name in buildid calculation.
+ * Fix: Removed hardcoded "base" chroot group in collect_project.
+ * Fix: Backtrace due to missing module in git plugin during wc-mode.
 
 e2factory-2.3.13
 
index dc648f3555c64af0dc9795e9f8a224f7bc06fdd3..a58fdd8e87c3afd0f9637814d1ad2897a024860e 100644 (file)
--- a/make.vars
+++ b/make.vars
@@ -4,8 +4,8 @@
 NAME = e2factory
 MAJOR = 2
 MINOR = 3
-PATCHLEVEL = 13
-EXTRAVERSION =
+PATCHLEVEL = 14
+EXTRAVERSION = rc1
 ifdef EXTRAVERSION
   VERSION = $(MAJOR).$(MINOR).$(PATCHLEVEL)$(EXTRAVERSION)
 else