Skip to content

Commit

Permalink
release: v15.1
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Weißschuh <[email protected]>
  • Loading branch information
t-8ch committed Aug 30, 2024
1 parent 78f9e40 commit 0a3e219
Show file tree
Hide file tree
Showing 17 changed files with 41 additions and 17 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 1,10 @@
elbe (15.1) bookworm; urgency=medium

* Team upload
* Release notes in docs/news/2024-08-30-v15.1.rst

-- Thomas Weißschuh <[email protected]> Tue, 30 Aug 2024 10:58:54 0200

elbe (15.0) bookworm; urgency=medium

* Team upload
Expand Down
33 changes: 33 additions & 0 deletions docs/news/2024-08-30-v15.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 1,33 @@
elbe 15.1 (2024-08-30)
======================

Features
--------

- The `elbe cyclonedx-sbom` subcommand is not considered experimental anymore.
- Many internal cleanups and bugfixes.
- More automated testcases.
- Restored compatibility with Debian bullseye, bullseye package will be provided again.


Bugfixes
--------

- Execute `<raw_cmd>` without a shell.
- Remove unnecessary dep on `python3-parted` from `python3-elbe-bin`.


Deprecations and Removals
-------------------------

- Drop the elbe-common repository.
- The *internal* command `elbe adjustpkgs`.
- The *internal* command `elbe buildchroot`.
- The *internal* command `elbe buildsdk`.
- The *internal* command `elbe buildsysroot`.
- The *internal* command `elbe genlicence`.
- The *internal* command `elbe hdimg`.
- The *internal* command `elbe mkcdrom`.
- The *internal* command `elbe toolchainextract`.
- The `--cpuset` argument of `elbe pbuilder`.
- The `elbe init` command has been removed.
4 changes: 1 addition & 3 deletions elbepack/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 7,8 @@


is_devel = not pathlib.Path(__file__).is_relative_to(sys.prefix)
elbe_version = '15.0'
elbe_version = '15.1'
elbe_version_debian = elbe_version
if is_devel:
elbe_version = '.dev0'

elbe_initvm_packagelist = ['python3-elbe-buildenv',
'python3-elbe-soap',
Expand Down
1 change: 0 additions & 1 deletion newsfragments/ adjustpkgs.removal.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/ buildchroot.removal.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/ buildsdk.removal.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/ buildsysroot.removal.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/ cpuset.removal.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/ cyclonedx-sbom.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/ elbe-common-repo.removal.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/ genlicence.removal.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/ hdimg.removal.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/ init.removal.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/ mkcdrom.removal.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/ python-parted.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/ raw_cmd-noshell.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/ toolchainextract.removal.rst

This file was deleted.

0 comments on commit 0a3e219

Please sign in to comment.