From 01a41875a705d665cbdf973c721e57902e737c8f Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Wed, 6 Mar 2013 17:35:11 +0100 Subject: [PATCH] release e2factory-2.3.13rc2 Signed-off-by: Tobias Ulmer --- Changelog | 7 ++++++- make.vars | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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 -- 2.39.5