From 02042694edd03640141b5b22ee5c6a18e4a8194a Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Thu, 7 Mar 2013 18:25:59 +0100 Subject: [PATCH] release e2factory-2.3.13rc3 Signed-off-by: Tobias Ulmer --- Changelog | 6 ++++-- make.vars | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index a928d15..c96aa5f 100644 --- a/Changelog +++ b/Changelog @@ -1,11 +1,13 @@ -NEXT: +e2factory-2.3.13rc3 + * Add git url protocol support. + * Add http, https and svn url support to svn plugin. 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. + * 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 c248177..6bffd34 100644 --- a/make.vars +++ b/make.vars @@ -5,7 +5,7 @@ NAME = e2factory MAJOR = 2 MINOR = 3 PATCHLEVEL = 13 -EXTRAVERSION = rc2 +EXTRAVERSION = rc3 ifdef EXTRAVERSION VERSION = $(MAJOR).$(MINOR).$(PATCHLEVEL)$(EXTRAVERSION) else -- 2.39.5