diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-10-03 23:14:47 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-10-03 23:14:47 +0200 |
| commit | b0fe4d530a68e47294c8076707a4cd59d6615bd2 (patch) | |
| tree | 5a7c4c67debfb3710b53adf08431b27448e51253 | |
| parent | a04cb5acf3bb9d78ff9810457c1dfe824efb9c8c (diff) | |
| download | debian-edu-fai+itzks-b0fe4d530a68e47294c8076707a4cd59d6615bd2.tar.gz debian-edu-fai+itzks-b0fe4d530a68e47294c8076707a4cd59d6615bd2.tar.bz2 debian-edu-fai+itzks-b0fe4d530a68e47294c8076707a4cd59d6615bd2.zip | |
release 2023.10.03.12023.10.03.1
| -rw-r--r-- | ChangeLog | 33 | ||||
| -rw-r--r-- | debian/changelog | 13 |
2 files changed, 45 insertions, 1 deletions
@@ -1,6 +1,37 @@ +2023-10-03 Mike Gabriel + + * release 2023.10.03.1 (HEAD -> master, tag: 2023.10.03.1) + * fai/config/disk_config: Enlarge system partitions generously, so + that system installation don't fail because of low-disk + space. (a04cb5a) + +2023-10-02 Mike Gabriel + + * fai/config/disk_config/LVM_EDU_MINIMAL: Fix LV name (home -> srv). + (a5a7448) + +2023-09-29 Mike Gabriel + + * fai/config/scripts/*/20-update-security-group-conf: Don't fail + script if not on DEBIAN_11. (9154560) + +2023-09-27 Mike Gabriel + + * fai/config/_obsolete-files.d/debian-edu-fai.removed: Add .asc files + which got replaced by .gpg files. (dbdf2c7) + +2023-09-26 Mike Gabriel + + * upload to unstable (debian/2023.09.26.3) (85527cd) (tag: + 2023.09.26.3) + * debian/control: Move memtest86+ (for archs amd64 + i386) to + Recommends: field as we can't have arch-specific + dependencies in arch-all bin:pkgs. (Closes: #1052957). + (d3d0e7c) + 2023-09-25 Mike Gabriel - * release 2023.09.26.2 (HEAD -> master, tag: 2023.09.26.2) + * release 2023.09.26.2 (ff9ab9d) (tag: 2023.09.26.2) * debian/control: Fix installability on non-x86 architectures. People should at least be able to test those platforms. (63b4890) * release 2023.09.26.1 (3d4cefc) (tag: 2023.09.26.1) diff --git a/debian/changelog b/debian/changelog index 911490a..39123b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +debian-edu-fai (2023.10.03.1) unstable; urgency=medium + + * fai/config/_obsolete-files.d/debian-edu-fai.removed: + - Add .asc files which got replaced by .gpg files. + * fai/config/scripts/*/20-update-security-group-conf: + - Don't fail script if not on DEBIAN_11. + * fai/config/disk_config: + - LVM_EDU_MINIMAL: Fix LV name (home -> srv). + - Enlarge system partitions generously, so that system installation don't + fail because of low-disk space. + + -- Mike Gabriel <sunweaver@debian.org> Tue, 03 Oct 2023 23:14:29 +0200 + debian-edu-fai (2023.09.26.3) unstable; urgency=medium * debian/control: |
