[elbe-devel] [PATCH] debian changelog: bump elbe version to 13.1
Torben Hohn
torben.hohn at linutronix.de
Wed Oct 28 13:52:52 CET 2020
* rfs: Prevent binary string prefix on passwd
* Update python3-elbe-updated install scripts
Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
debian/changelog | 8 ++++++++
elbe.spec | 2 +-
elbepack/version.py | 2 +-
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5b632062a..7fe235bd1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+elbe (13.1) unstable; urgency=medium
+
+ * Team upload
+ * rfs: Prevent binary string prefix on passwd
+ * Update python3-elbe-updated install scripts
+
+ -- Torben Hohn <torben.hohn at linutronix.de> Wed, 28 Oct 2020 13:15:20 +0100
+
elbe (13.0) unstable; urgency=medium
* Team upload
diff --git a/elbe.spec b/elbe.spec
index 540385327..b92084e40 100644
--- a/elbe.spec
+++ b/elbe.spec
@@ -1,7 +1,7 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: elbe
-Version: 13.0
+Version: 13.1
Release: 1
Summary: Elbe (Embedded Linux Build Environment)
diff --git a/elbepack/version.py b/elbepack/version.py
index 08e2d60bc..deced6d44 100644
--- a/elbepack/version.py
+++ b/elbepack/version.py
@@ -7,7 +7,7 @@
from elbepack.directories import pack_dir
-elbe_version = "13.0"
+elbe_version = "13.1"
elbe_initvm_packagelist = ['python3-elbe-buildenv',
'python3-elbe-soap',
--
2.20.1
More information about the elbe-devel
mailing list