[elbe-devel] [PATCH 1/1] debian changelog: bump version to v12.0
Torben Hohn
torben.hohn at linutronix.de
Wed Oct 2 14:48:56 CEST 2019
* initvm is now using buster (debian 10)
* logging has been completely reimplemented, and uses
the python logging framework. (Fixes #109)
* Errors now result in build_failures, and build_failure results
in error return codes, and no files to download. This is especially
the case for finetuning errors which have been ignored before.
(Fixes: #208, #146, #131, #127, #144, #70)
* honour ELBE_SOAPPORT and ELBE_SSHPORT in "elbe initvm create"
* src-cdrom: add size limit in XML
* init: replace localhost with 10.0.2.2 in initvm proxy setting
(Fixes: proxy on localhost)
* xsdtoasciidoc: dont set all docstrings to FIXME (Fixes
https://elbe-rfs.org/docs/sphinx/article-elbe-schema-reference.html)
* debianize kernel: fix linux-libc-dev package being empty
* debian elbe-debianize.install: add missing mako templates
(Fixes: #238)
* cdrom: implement <archive> for source cdroms
* fstab: allow to pass more than one argument to tune2fs command
* examples armel-rescue-busybox-cpio: use <file> -> better + workaround bug
* examples arm64-qemu-virt: fix vmlinuz version number
* examples armhf-ti-beaglebone-black: fix artifact paths
Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
debian/changelog | 26 ++++++++++++++++++++++++++
elbe.spec | 2 +-
elbepack/version.py | 2 +-
3 files changed, 28 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4306214b8..348611519 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,29 @@
+elbe (12) unstable; urgency=medium
+
+ * initvm is now using buster (debian 10)
+ * logging has been completely reimplemented, and uses
+ the python logging framework. (Fixes #109)
+ * Errors now result in build_failures, and build_failure results
+ in error return codes, and no files to download. This is especially
+ the case for finetuning errors which have been ignored before.
+ (Fixes: #208, #146, #131, #127, #144, #70)
+ * honour ELBE_SOAPPORT and ELBE_SSHPORT in "elbe initvm create"
+ * src-cdrom: add size limit in XML
+ * init: replace localhost with 10.0.2.2 in initvm proxy setting
+ (Fixes: proxy on localhost)
+ * xsdtoasciidoc: dont set all docstrings to FIXME (Fixes
+ https://elbe-rfs.org/docs/sphinx/article-elbe-schema-reference.html)
+ * debianize kernel: fix linux-libc-dev package being empty
+ * debian elbe-debianize.install: add missing mako templates
+ (Fixes: #238)
+ * cdrom: implement <archive> for source cdroms
+ * fstab: allow to pass more than one argument to tune2fs command
+ * examples armel-rescue-busybox-cpio: use <file> -> better + workaround bug
+ * examples arm64-qemu-virt: fix vmlinuz version number
+ * examples armhf-ti-beaglebone-black: fix artifact paths
+
+ -- Torben Hohn <torben.hohn at linutronix.de> Wed, 02 Oct 2019 12:13:25 +0200
+
elbe (11) unstable; urgency=medium
* move <src-opts> into <src-cdrom> node
diff --git a/elbe.spec b/elbe.spec
index 3cfb35348..eece7e13b 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: 11
+Version: 12.0
Release: 1
Summary: Elbe (Embedded Linux Build Environment)
diff --git a/elbepack/version.py b/elbepack/version.py
index 80be2c194..22227eb2f 100644
--- a/elbepack/version.py
+++ b/elbepack/version.py
@@ -8,7 +8,7 @@ from platform import linux_distribution
from elbepack.directories import pack_dir
-elbe_version = "11"
+elbe_version = "12.0"
running_os = linux_distribution()
elbe_initvm_packagelist = ['python-elbe-buildenv',
--
2.20.1
More information about the elbe-devel
mailing list