Skip to content

Commit

Permalink
debian changelog: bump version to v12.0
Browse files Browse the repository at this point in the history
  * 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@linutronix.de>
Reviewed-by: Volker Haspel <volker.haspel@linutronix.de>
  • Loading branch information
torbenh3 committed Oct 2, 2019
1 parent 82e2cf4 commit 7425de5
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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@linutronix.de> Wed, 02 Oct 2019 12:13:25 +0200

elbe (11) unstable; urgency=medium

* move <src-opts> into <src-cdrom> node
Expand Down
2 changes: 1 addition & 1 deletion elbe.spec
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion elbepack/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from elbepack.directories import pack_dir

elbe_version = "11"
elbe_version = "12.0"
running_os = linux_distribution()

elbe_initvm_packagelist = ['python-elbe-buildenv',
Expand Down

0 comments on commit 7425de5

Please sign in to comment.