From: Tobias Ulmer Date: Wed, 6 Mar 2013 16:35:11 +0000 (+0100) Subject: release e2factory-2.3.13rc2 X-Git-Tag: e2factory-2.3.13rc2 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=01a41875a705d665cbdf973c721e57902e737c8f;p=e2factory.git release e2factory-2.3.13rc2 Signed-off-by: Tobias Ulmer --- diff --git a/Changelog b/Changelog index 4ac2371..62eb0ea 100644 --- 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. diff --git a/make.vars b/make.vars index bed796a..c248177 100644 --- 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