[elbe-devel] [PATCH 3/3] version bump v10

Torben Hohn torben.hohn at linutronix.de
Fri Aug 9 13:02:02 CEST 2019


  * make "elbe check_updates" work again
  * check_updates: add option to build changelogxml
  * fix pbuilder for <noauth> case
  * debianize kernel: fail on dts failure (Fixes #163)
  * efilesystem: fix unicode exceptions in den_licence (Fixes: #133)
  * Protect 'ln' command in finetuning from excursion
  * debianize kernel: make firmware depending on kernel's version
    (Fixes: #173)
  * fix gpg key unlock timeout
  * filesystem: fix mkdir method for softlinks
  * Add options for building ISO image
  * Add gnupg2 to debootstrap in preseed (Fixes: #32)
  * Revert "repomanager: add fallback, when reprepro fails to add dsc"
    (Fixes: #196)
  * Add schema restriction for set_packer XML node (Fixes: #207)
  * Add schema definition for initvm/project suite restriction (Fixes: #55)
  * Better mako templates for xsdtoasciidoc (Fixes: #129)
  * reimplement elbe debianize with urwid
  * initial support for <unit-tests> in finetuning

Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
 debian/changelog    | 24 ++++++++++++++++++++++++
 elbe.spec           |  2 +-
 elbepack/version.py |  2 +-
 3 files changed, 26 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 042264c22..658ed79e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,27 @@
+elbe (10) unstable; urgency=medium
+
+  * make "elbe check_updates" work again
+  * check_updates: add option to build changelogxml
+  * fix pbuilder for <noauth> case
+  * debianize kernel: fail on dts failure (Fixes #163)
+  * efilesystem: fix unicode exceptions in den_licence (Fixes: #133)
+  * Protect 'ln' command in finetuning from excursion
+  * debianize kernel: make firmware depending on kernel's version
+    (Fixes: #173)
+  * fix gpg key unlock timeout
+  * filesystem: fix mkdir method for softlinks
+  * Add options for building ISO image
+  * Add gnupg2 to debootstrap in preseed (Fixes: #32)
+  * Revert "repomanager: add fallback, when reprepro fails to add dsc"
+    (Fixes: #196)
+  * Add schema restriction for set_packer XML node (Fixes: #207)
+  * Add schema definition for initvm/project suite restriction (Fixes: #55)
+  * Better mako templates for xsdtoasciidoc (Fixes: #129)
+  * reimplement elbe debianize with urwid
+  * initial support for <unit-tests> in finetuning
+
+ -- Torben Hohn <torben.hohn at linutronix.de>  Fri, 09 Aug 2019 12:25:32 +0200
+
 elbe (9) unstable; urgency=medium
 
   * initvm: add --build-sdk option
diff --git a/elbe.spec b/elbe.spec
index b3b8efdfd..5fe3ad376 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:        9
+Version:        10
 Release:        1
 Summary:        Elbe (Embedded Linux Build Environment)
 
diff --git a/elbepack/version.py b/elbepack/version.py
index b916b0b9b..03cc5c806 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 = "9"
+elbe_version = "10"
 running_os = linux_distribution()
 
 elbe_initvm_packagelist = ['python-elbe-buildenv',
-- 
2.11.0




More information about the elbe-devel mailing list