Skip to content

Commit

Permalink
release v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed Dec 6, 2023
1 parent e6dc004 commit cc75d86
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 12 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [v4.1.0](https://gitlab.com/nodiscc/dlc/releases/tag/4.1.0) - UNRELEASED
## [v4.1.0](https://gitlab.com/nodiscc/dlc/releases/tag/4.1.0) - 2023-12-06

### Added
- packages: system/package management: add gnome-package-updater (`gpk-update-viewer`)
Expand All @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
- network: remove [Pidgin](https://pidgin.im/) instant messaging client

### Changed
- update all packages to latest versions, rebase on Debian 12.2.0 [[1]](https://www.debian.org/News/2023/20230722) [[2]](https://www.debian.org/News/2023/20231007)
- grub: enable auto-detection of other Operating Systems (dual-boot configurations)
- firefox: update user.js to v0.9.0 (UI: replace the window title bar with the tabs bar)
- update documentation
Expand Down
2 changes: 1 addition & 1 deletion auto/config
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ lb config noauto \
--firmware-chroot true \
--initramfs live-boot \
--iso-publisher debian-live-config \
--iso-volume debian-live-config-4.0.0 \
--iso-volume debian-live-config-4.1.0 \
--linux-packages "linux-image linux-headers" \
--bootappend-live "boot=live config splash" \
--memtest memtest86+ \
Expand Down
2 changes: 1 addition & 1 deletion config/bootloaders/grub-pc/live-theme/theme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
desktop-image: "../splash.png"
title-color: "#ffffff"
title-font: "DejaVu Sans Bold 16"
title-text: "debian-live-config 4.0.0 (Debian 12.0.0)"
title-text: "debian-live-config 4.1.0 (Debian 12.2.0)"
message-font: "Unifont Regular 16"
terminal-font: "Unifont Regular 16"

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 4.0.0 - Boot menu
menu title dlc 4.1.0 - 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 debian-live-config 4.0.0 (Debian 12.0.0)
menu title debian-live-config 4.1.0 (Debian 12.2.0)
include stdmenu.cfg
include live.cfg

Expand Down
23 changes: 23 additions & 0 deletions doc/md/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [v4.1.0](https://gitlab.com/nodiscc/dlc/releases/tag/4.1.0) - 2023-12-06

### Added
- packages: system/package management: add gnome-package-updater (`gpk-update-viewer`)
- system: add firmware for Realtek, Atheros, Broadcom and Intel Wi-Fi devices

### Removed
- network: remove [Pidgin](https://pidgin.im/) instant messaging client

### Changed
- update all packages to latest version, rebase on Debian 12.2.0 [[1]](https://www.debian.org/News/2023/20230722) [[2]](https://www.debian.org/News/2023/20231007)
- grub: enable auto-detection of other Operating Systems (dual-boot configurations)
- firefox: update user.js to v0.9.0 (UI: replace the window title bar with the tabs bar)
- update documentation

---------------------

## [v4.0.0](https://gitlab.com/nodiscc/dlc/releases/tag/4.0.0) - 2023-07-13

**Upgrade procedure:** Follow the official [Debian upgrade procedure](https://www.debian.org/releases/bookworm/amd64/release-notes/ch-upgrading.html), or backup your data, reinstall, and restore. Note: some changes will only take effect after creating a new user account. If upgrading without reinstalling, you will need to apply some of the changes below (notably add/remove packages) manually.
Expand Down Expand Up @@ -39,6 +56,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
### Fixed
- fix XFCE power manager unable to suspend the system on laptop lid close/low battery

---------------------

## [v3.1.1](https://gitlab.com/nodiscc/dlc/releases/tag/3.1.1) - 2022-11-11

Expand All @@ -51,6 +69,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
### Fixed
- decrease ISO image size to <2GB to allow upload on github releases

---------------------

## [v3.1.0](https://gitlab.com/nodiscc/dlc/releases/tag/3.1.0) - 2022-11-08

Expand All @@ -63,6 +82,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
- update all packages to latest Debian Stable versions
- update documentation

---------------------

## [v3.0.1](https://gitlab.com/nodiscc/dlc/releases/tag/3.0.1) - 2022-09-01

Expand Down Expand Up @@ -125,6 +145,7 @@ Pin-Priority: 1000

- Optionally, update your configuration according to [changes since the last release](https://gitlab.com/nodiscc/debian-live-config/-/compare/3.0.0...3.0.1). Changes to `/etc/skel` will only take effect after creating a new user account.

---------------------

## [v3.0.0](https://gitlab.com/nodiscc/dlc/releases/tag/3.0.0) - 2021-10-28

Expand Down Expand Up @@ -203,6 +224,8 @@ sudo apt update && sudo apt dist-upgrade
# /etc/skel modifications will only take effect after creating a new user account
```

---------------------

## [v2.2.5](https://gitlab.com/nodiscc/dlc/releases/tag/2.2.5) - 2020-12-16

### Removed
Expand Down
4 changes: 2 additions & 2 deletions doc/md/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

project = 'debian-live-config'
author = 'nodiscc@gmail.com'
version = '4.0.0'
release = '4.0.0'
version = '4.1.0'
release = '4.1.0'
html_show_copyright = True

# -- General configuration ---------------------------------------------------
Expand Down
10 changes: 5 additions & 5 deletions doc/md/download-and-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

## Download

**[![](download.png) Download](https://github.com/nodiscc/debian-live-config/releases/download/4.0.0/debian-live-config-4.0.0-debian-bookworm-amd64.iso)** the latest ISO image
**[![](download.png) Download](https://github.com/nodiscc/debian-live-config/releases/download/4.1.0/debian-live-config-4.1.0-debian-bookworm-amd64.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/4.0.0/debian-live-config-4.0.0-debian-bookworm-amd64.iso
wget https://github.com/nodiscc/debian-live-config/releases/download/4.0.0/debian-live-config-release.key
wget https://github.com/nodiscc/debian-live-config/releases/download/4.0.0/SHA512SUMS
wget https://github.com/nodiscc/debian-live-config/releases/download/4.0.0/SHA512SUMS.sign
wget https://github.com/nodiscc/debian-live-config/releases/download/4.1.0/debian-live-config-4.1.0-debian-bookworm-amd64.iso
wget https://github.com/nodiscc/debian-live-config/releases/download/4.1.0/debian-live-config-release.key
wget https://github.com/nodiscc/debian-live-config/releases/download/4.1.0/SHA512SUMS
wget https://github.com/nodiscc/debian-live-config/releases/download/4.1.0/SHA512SUMS.sign
# import the release signing key
# the key used to sign releases has key ID EE73FC8FD71E3CC83606FDF361B23168A539DBBD
gpg --import debian-live-config-release.key
Expand Down

0 comments on commit cc75d86

Please sign in to comment.