[elbe-devel] [PATCH 8/8] debian changelog: version bump as test 12.3
Torben Hohn
torben.hohn at linutronix.de
Wed Mar 4 13:08:11 CET 2020
* Make SDK install script buster compatible (Fixes #246)
* Fix problems with buster/update not having md5sums
* Support Python3 outside of the initvm
* Support more than one build profile in pbuilder
* Fix problems with the UsrMerge in buster
* move examples to buster
* Add support for grub-legacy
* Support <src-pkg> in <pbuilder>
* archivedir: reimplement enbase more perfomantly
* config/soap: socket timeout env variable
* xmlprepocess: search and replace urls based on ELBE_MIRROR_SED
* cleanup broken examples
* fix problems with pbuilder and <noauth>
Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
debian/changelog | 18 ++++++++++++++++++
elbe.spec | 2 +-
elbepack/version.py | 2 +-
3 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 75118a254..1466d3961 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+elbe (12.3) unstable; urgency=medium
+
+ * Make SDK install script buster compatible (Fixes #246)
+ * Fix problems with buster/update not having md5sums
+ * Support Python3 outside of the initvm
+ * Support more than one build profile in pbuilder
+ * Fix problems with the UsrMerge in buster
+ * move examples to buster
+ * Add support for grub-legacy
+ * Support <src-pkg> in <pbuilder>
+ * archivedir: reimplement enbase more perfomantly
+ * config/soap: socket timeout env variable
+ * xmlprepocess: search and replace urls based on ELBE_MIRROR_SED
+ * cleanup broken examples
+ * fix problems with pbuilder and <noauth>
+
+ -- Torben Hohn <torben.hohn at linutronix.de> Mon, 04 Mar 2020 12:28:03 +0100
+
elbe (12.1) unstable; urgency=medium
* Fix licence extraction code failing on pkg xserver-xorg.
diff --git a/elbe.spec b/elbe.spec
index f386f4a56..eea66c8af 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: 12.1
+Version: 12.3
Release: 1
Summary: Elbe (Embedded Linux Build Environment)
diff --git a/elbepack/version.py b/elbepack/version.py
index 429e2729a..f37d579c5 100644
--- a/elbepack/version.py
+++ b/elbepack/version.py
@@ -7,7 +7,7 @@
from elbepack.directories import pack_dir
-elbe_version = "12.1"
+elbe_version = "12.3"
elbe_initvm_packagelist = ['python-elbe-buildenv',
'elbe-soap',
--
2.20.1
More information about the elbe-devel
mailing list