Skip to content

Commit

Permalink
update CHANGELOG.md, release version 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed May 10, 2020
1 parent 0bbd854 commit df9588b
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 9 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ 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

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
Expand Down
2 changes: 1 addition & 1 deletion auto/config
Original file line number Diff line number Diff line change
Expand Up @@ -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+ \
Expand Down
2 changes: 1 addition & 1 deletion config/bootloaders/isolinux/live.cfg.in
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/bootloaders/isolinux/menu.cfg
Original file line number Diff line number Diff line change
@@ -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

Expand Down
8 changes: 4 additions & 4 deletions doc/md/download-and-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df9588b

Please sign in to comment.