Signed-off-by: Tobias Ulmer <tu@emlix.com>
-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.
MAJOR = 2
MINOR = 3
PATCHLEVEL = 13
-EXTRAVERSION = rc1
+EXTRAVERSION = rc2
ifdef EXTRAVERSION
VERSION = $(MAJOR).$(MINOR).$(PATCHLEVEL)$(EXTRAVERSION)
else