diff --git a/PACKAGING.md b/PACKAGING.md index 0421953..ce0e452 100644 --- a/PACKAGING.md +++ b/PACKAGING.md @@ -15,7 +15,7 @@ Make sure you are in the `csc-mirror` group too. Use Docker/Podman to avoid screwing up your main system. For example, to create a package for bullseye (replace `podman` with `docker` in all instances below if you're using Docker): ```sh -podman run -it --name pyceo-packaging -v "$PWD":"$PWD" -w "$PWD" debian:bullseye bash +podman run -it --name pyceo-packaging -v "$PWD":"$PWD":z -w "$PWD" --security-opt="label=disable" debian:bullseye bash ``` **Important**: Make sure to use a container image for the same distribution which you're packaging. For example, if you're creating a package for bullseye, you should be using the debian:bullseye diff --git a/VERSION.txt b/VERSION.txt index adb7b04..4c24bf1 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.0.27 +1.0.29 diff --git a/debian/changelog b/debian/changelog index 7d80438..27c14a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +ceo (1.0.29-bookworm1) bookworm; urgency=medium + + * Upgrade dependencies + * Check that forwarding_addresses parameter is a list + + -- Max Erenberg Tue, 01 Aug 2023 01:14:08 +0000 + +ceo (1.0.28-bullseye1) bullseye; urgency=medium + + * Upgrade dependencies + * Check that forwarding_addresses parameter is a list + + -- Max Erenberg Tue, 01 Aug 2023 00:07:38 +0000 + ceo (1.0.27-bullseye1) bullseye; urgency=medium * Make forwarding_addresses mandatory when creating new member