]> git.e2factory.org Git - e2factory.git/commitdiff
release e2factory-2.3.14p1 e2factory-2.3.14p1
authorTobias Ulmer <tu@emlix.com>
Tue, 13 Oct 2015 17:34:00 +0000 (19:34 +0200)
committerTobias Ulmer <tu@emlix.com>
Tue, 13 Oct 2015 17:34:00 +0000 (19:34 +0200)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Changelog
make.vars

index b528ff952f5c15079ad5bcdac502ae831cebaf35..21a6f30c8a2deed1b2d7e510a5c44b664822d926 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,4 @@
-NEXT:
+e2factory-2.3.14p1
  * Provide io.open/io.popen wrappers that set FD_CLOEXEC
  * On startup, close all file descriptors except for stdin, stdout, and stderr
    as a precautionary measure.
index 6d40fe38703292c64764dc1f6dc3ce3cb60b6085..307ec72de6f85a8974240a998f34c007fddef564 100644 (file)
--- a/make.vars
+++ b/make.vars
@@ -5,7 +5,7 @@ NAME = e2factory
 MAJOR = 2
 MINOR = 3
 PATCHLEVEL = 14
-EXTRAVERSION = p0
+EXTRAVERSION = p1
 ifdef EXTRAVERSION
   VERSION = $(MAJOR).$(MINOR).$(PATCHLEVEL)$(EXTRAVERSION)
 else