]> git.e2factory.org Git - e2factory.git/commitdiff
release e2factory-2.3.13rc2 e2factory-2.3.13rc2
authorTobias Ulmer <tu@emlix.com>
Wed, 6 Mar 2013 16:35:11 +0000 (17:35 +0100)
committerTobias Ulmer <tu@emlix.com>
Wed, 6 Mar 2013 16:35:11 +0000 (17:35 +0100)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Changelog
make.vars

index 4ac23711a58840a4c772839a7d6ac0fbb11b1bd7..62eb0eae4e2cf639ff49c280527edd0d5cbbb12d 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,9 @@
-NEXT:
+e2factory-2.3.13rc2
+ * Drop guessing the archive file type using magic numbers.
+ * Add tar.xz support, requires tar and xz in the chroot.
+ * Update templates configs, add formating and modelines.
+ * Update various readme and documentation pointers.
+ * Do not accidentally drop error messages from stat() and others. 
 
 e2factory-2.3.13rc1
  * Change source git URL construction to be compatible with assembla.
index bed796a89e86e8bacda5608a5e93811d8d5a1fa9..c2481774fe86c052c384146bad5d4ccae533c3bf 100644 (file)
--- a/make.vars
+++ b/make.vars
@@ -5,7 +5,7 @@ NAME = e2factory
 MAJOR = 2
 MINOR = 3
 PATCHLEVEL = 13
-EXTRAVERSION = rc1
+EXTRAVERSION = rc2
 ifdef EXTRAVERSION
   VERSION = $(MAJOR).$(MINOR).$(PATCHLEVEL)$(EXTRAVERSION)
 else