From: Tobias Ulmer Date: Thu, 7 Mar 2013 17:25:59 +0000 (+0100) Subject: release e2factory-2.3.13rc3 X-Git-Tag: e2factory-2.3.13rc3 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=02042694edd03640141b5b22ee5c6a18e4a8194a;p=e2factory.git release e2factory-2.3.13rc3 Signed-off-by: Tobias Ulmer --- 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