]> git.e2factory.org Git - e2factory.git/commitdiff
release e2factory-2.3.13rc3 e2factory-2.3.13rc3
authorTobias Ulmer <tu@emlix.com>
Thu, 7 Mar 2013 17:25:59 +0000 (18:25 +0100)
committerTobias Ulmer <tu@emlix.com>
Thu, 7 Mar 2013 17:25:59 +0000 (18:25 +0100)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Changelog
make.vars

index a928d15c53259d3c6e5bb0d377525525c13033fa..c96aa5f5a4985f117d258b01a1beb8f2f3ea9aeb 100644 (file)
--- 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.
index c2481774fe86c052c384146bad5d4ccae533c3bf..6bffd341ee66d605b823a8dd79aaf345730f0615 100644 (file)
--- 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