diff options
| -rw-r--r-- | ChangeLog | 34 | ||||
| -rw-r--r-- | debian/changelog | 32 |
2 files changed, 65 insertions, 1 deletions
@@ -1,6 +1,38 @@ +2025-06-27 Mike Gabriel + + * release 2025.06.27.1 (HEAD -> master, tag: 2025.06.27.1) + +2025-06-20 Mike Gabriel + + * conf/debian-edu/debian-edu-fai.conf: Add trixie support. (ce37d1b9) + * fai/config/: Add Lomiri as installation profile. (4be14660) + * fai/config/class/: Add config parameters for installing Debian Edu + 13 via FAI. (9bb08da7) + * fai/config/: GNOME_MINIMAL: Provide an installation profile / class + set for minimal GNOME installation on tablets. (c2ecf3f1) + * fai/config/scripts/GNOME/: Enforce gdm3 as display manager. + (0437ee28) + * fai/config/class/z20_debian-edu.profile.DEBIAN_{11,12}: Default to + 'MATE Workstation (UEFI)' installation profile. (4cbba5cc) + * fai/config/class/z20_debian-edu.profile.DEBIAN_{11,12}: Provide + UEFI / BIOS specific installation profiles. (34fcc680) + * conf/debian-edu/fai/debian-edu-fai.TEMPLATE/NFSROOT: Update for FAI + in Debian 13 and maintain backwards compat for Debian 11 + and 12. (21a4549a) + * fai/config/class/40-parse-profiles.sh: Add OS_SUFFIX fallback + detection for Debian testing. (19351c6f) + * fai/config/.gitignore: Add class/DEBIAN.var. (7df53639) + * fai/config/package_config/EDU: Add bind9-utils and curl. Required + by every networked Debian Edu machine. (Will also be + covered by debian-edu-config (>= 2.12.900). (062f1dc5) + * fai/config/debconf/DEBIAN: Additionally to grub-pc, also preseed + grub-efi. (0687b3d3) + * bin/debian-edu-fai_install: Add support for trixie, prepare for + forky. (900873fa) + 2024-06-07 Mike Gabriel - * release 2024.06.07.1 (HEAD -> master, tag: 2024.06.07.1) + * release 2024.06.07.1 (4bee90d8) (tag: 2024.06.07.1) * bin/debian-edu-fai_updateconfigspace: Fix is-inside-(Git-)work-tree check. (0502fceb) diff --git a/debian/changelog b/debian/changelog index 3bfa549..df822e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,35 @@ +debian-edu-fai (2025.06.27.1) unstable; urgency=medium + + * fai/config/: + - Add config parameters for installing Debian Edu 13 via FAI. + - Add Lomiri as installation profile. + * bin/debian-edu-fai_install: + - Add support for trixie, prepare for forky. + * conf/debian-edu/debian-edu-fai.conf: + - Add trixie support. + * fai/config/debconf/DEBIAN: + - Additionally to grub-pc, also preseed grub-efi. + * fai/config/package_config/EDU: + - Add bind9-utils and curl. Required by every networked Debian Edu machine. + (Will also be covered by debian-edu-config (>= 2.12.900). + * fai/config/.gitignore: + - Add class/DEBIAN.var. + * fai/config/class/40-parse-profiles.sh: + - Add OS_SUFFIX fallback detection for Debian testing. + * conf/debian-edu/fai/debian-edu-fai.TEMPLATE/NFSROOT: + - Update for FAI in Debian 13 and maintain backwards compat for Debian 11 + and 12. + * fai/config/class/z20_debian-edu.profile.DEBIAN_{11,12}: + - Provide UEFI / BIOS specific installation profiles. + - Default to 'MATE Workstation (UEFI)' installation profile. + * fai/config/scripts/GNOME/: + - Enforce gdm3 as display manager. + * fai/config/: GNOME_MINIMAL: + - Provide an installation profile / class set for minimal GNOME + installation on tablets. + + -- Mike Gabriel <sunweaver@debian.org> Fri, 27 Jun 2025 23:39:30 +0200 + debian-edu-fai (2024.06.07.1) unstable; urgency=medium * bin/debian-edu-fai_updateconfigspace: |
