From df9588b572e92d0576baae1cb63a4192c39014d3 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 10 May 2020 18:45:31 +0200 Subject: [PATCH] update CHANGELOG.md, release version 2.2.3 --- CHANGELOG.md | 18 ++++++++++++++++++ Makefile | 4 ++-- auto/config | 2 +- config/bootloaders/isolinux/live.cfg.in | 2 +- config/bootloaders/isolinux/menu.cfg | 2 +- doc/md/download-and-installation.md | 8 ++++---- 6 files changed, 27 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a89c4480..818765c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,24 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ------------------------------- +## [v2.2.3](https://gitlab.com/nodiscc/dlc/releases/tag/2.2.3) - 2020-05-10 + +Bugfix release. + +### Fixed + +- packages: add non-free nvidia-driver (fix no display at X startup on nvidia cards) +- packages: fix inability to mount luks encrypted disks (missing libblockdev-crypto2 package) +- packages: fix lightdm not showing the user list (missing accountsservice package) +- doc: fix readthedocs TOC/typos/syntax, reorder graphics package list, update auto-generated documentation (make doc), add links to source mirrors + +### Changed + +- dotfiles: .bash_aliases: add example of return code indication in bash prompt +- tools: remove unused build dependencies (xmlstarlet, shellcheck), add gnupg to build dependencies (checksums signing), add python3-venv to build dependencies (doc generation) + +------------------------------- + ## [v2.2.2](https://gitlab.com/nodiscc/debian-live-config/-/tags/2.2.2) - 2020-04-11 ### Changed diff --git a/Makefile b/Makefile index e406b2d7..22034fce 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ test_imagesize: test_kvm_bios: # Run the resulting image in KVM/virt-manager (legacy BIOS mode) - sudo virt-install --name dlc-test --boot cdrom --video virtio --disk path=$$PWD/dlc-test-disk0.qcow2,format=qcow2,size=20,device=disk,bus=virtio,cache=none --cdrom 'iso/dlc-2.2.2-debian-buster-amd64.hybrid.iso' --memory 2048 --vcpu 2 + sudo virt-install --name dlc-test --boot cdrom --video virtio --disk path=$$PWD/dlc-test-disk0.qcow2,format=qcow2,size=20,device=disk,bus=virtio,cache=none --cdrom 'iso/dlc-2.2.3-debian-buster-amd64.hybrid.iso' --memory 2048 --vcpu 2 sudo virsh destroy dlc-test sudo virsh undefine dlc-test sudo rm $$PWD/dlc-test-disk0.qcow2 @@ -73,7 +73,7 @@ test_kvm_bios: test_kvm_uefi: # Run the resulting image in KVM/virt-manager (UEFI mode) # UEFI support must be enabled in QEMU config for EFI install tests https://wiki.archlinux.org/index.php/Libvirt#UEFI_Support (/usr/share/OVMF/*.fd) - sudo virt-install --name dlc-test --boot loader=/usr/share/OVMF/OVMF_CODE.fd --video virtio --disk path=$$PWD/dlc-test-disk0.qcow2,format=qcow2,size=20,device=disk,bus=virtio,cache=none --cdrom 'iso/dlc-2.2.2-debian-buster-amd64.hybrid.iso' --memory 2048 --vcpu 2 + sudo virt-install --name dlc-test --boot loader=/usr/share/OVMF/OVMF_CODE.fd --video virtio --disk path=$$PWD/dlc-test-disk0.qcow2,format=qcow2,size=20,device=disk,bus=virtio,cache=none --cdrom 'iso/dlc-2.2.3-debian-buster-amd64.hybrid.iso' --memory 2048 --vcpu 2 sudo virsh destroy dlc-test sudo virsh undefine dlc-test sudo rm $$PWD/dlc-test-disk0.qcow2 diff --git a/auto/config b/auto/config index 4b721e3c..149e2177 100755 --- a/auto/config +++ b/auto/config @@ -24,7 +24,7 @@ lb config noauto \ --firmware-chroot true \ --initramfs live-boot \ --iso-publisher dlc \ ---iso-volume dlc-2.2.2 \ +--iso-volume dlc-2.2.3 \ --linux-packages "linux-image linux-headers" \ --bootappend-live "boot=live config splash" \ --memtest memtest86+ \ diff --git a/config/bootloaders/isolinux/live.cfg.in b/config/bootloaders/isolinux/live.cfg.in index 1d7c5854..8eac4599 100644 --- a/config/bootloaders/isolinux/live.cfg.in +++ b/config/bootloaders/isolinux/live.cfg.in @@ -1,7 +1,7 @@ menu hshift 0 menu width 82 -menu title dlc 2.2.2 - Boot menu +menu title dlc 2.2.3 - Boot menu include stdmenu.cfg label live-@FLAVOUR@-english diff --git a/config/bootloaders/isolinux/menu.cfg b/config/bootloaders/isolinux/menu.cfg index 6bd14181..1a6f6134 100644 --- a/config/bootloaders/isolinux/menu.cfg +++ b/config/bootloaders/isolinux/menu.cfg @@ -1,7 +1,7 @@ menu hshift 0 menu width 82 -menu title dlc 2.2.2 - Boot menu +menu title dlc 2.2.3 - Boot menu include stdmenu.cfg include live.cfg diff --git a/doc/md/download-and-installation.md b/doc/md/download-and-installation.md index f30fc808..bda9cd4b 100644 --- a/doc/md/download-and-installation.md +++ b/doc/md/download-and-installation.md @@ -10,15 +10,15 @@ ## Download -**[![](download.png) Download](https://github.com/nodiscc/debian-live-config/releases/download/2.2.2/dlc-2.2.2-debian-buster-amd64.hybrid.iso)** the latest ISO image +**[![](download.png) Download](https://github.com/nodiscc/debian-live-config/releases/download/2.2.3/dlc-2.2.3-debian-buster-amd64.hybrid.iso)** the latest ISO image (Recommended) verify file integrity and authenticity with GPG: ```bash # download the iso, signing key, checksums and signature -wget https://github.com/nodiscc/debian-live-config/releases/download/2.2.2/dlc-2.2.2-debian-buster-amd64.hybrid.iso -wget https://github.com/nodiscc/debian-live-config/releases/download/2.2.2/dlc-release.key -wget https://github.com/nodiscc/debian-live-config/releases/download/2.2.2/SHA512SUMS +wget https://github.com/nodiscc/debian-live-config/releases/download/2.2.3/dlc-2.2.3-debian-buster-amd64.hybrid.iso +wget https://github.com/nodiscc/debian-live-config/releases/download/2.2.3/dlc-release.key +wget https://github.com/nodiscc/debian-live-config/releases/download/2.2.3/SHA512SUMS wget https://github.com/nodiscc/debian-live-config/releases/download/2.2.2/SHA512SUMS.sign # import the release signing key # the key used to sign releases has key ID 16C50725859EBE2DD1B22100BCC63E85387671B9