Skip to content

Commit

Permalink
release v3.1.1
Browse files Browse the repository at this point in the history
- doc: update auto-generated documentation (make doc)
  • Loading branch information
nodiscc committed Nov 11, 2022
1 parent 1701f57 commit ecd6e00
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 37 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/).

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

### Removed
- remove [nextcloud-desktop](https://packages.debian.org/bullseye/nextcloud-desktop) to decrease .ISO image size
Expand All @@ -14,6 +14,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

### Added
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 dlc \
--iso-volume dlc-3.1.0 \
--iso-volume dlc-3.1.1 \
--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 3.1.0 (Debian 11.1.0)"
title-text: "debian-live-config 3.1.1 (Debian 11.5.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 3.1.0 - Boot menu
menu title dlc 3.1.1 - 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 3.1.0 (Debian 11.4.0)
menu title debian-live-config 3.1.1 (Debian 11.4.0)
include stdmenu.cfg
include live.cfg

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

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

### Removed
- remove [nextcloud-desktop](https://packages.debian.org/bullseye/nextcloud-desktop) to decrease .ISO image size
- remove [zenity](https://packages.debian.org/bullseye/zenity) to decrease .ISO image size
- extras: remove [Signal Desktop](https://signal.org/download/) to decrease .ISO image size
- remove unfrequently used `firmware-netronome` to decrease image .ISO size

### 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

### Added
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 = '3.1.0'
release = '3.1.0'
version = '3.1.1'
release = '3.1.1'
html_show_copyright = True

# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/md/custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Currently only 2 locales (english and french) are pre-generated, other languages

- [ ] `make bump_version`, update version indicators
- [ ] Update CHANGELOG.md
- [ ] `make doc && git add doc/md/packages/ doc/*.md && git commit -m "doc: update auto-generated documentation (make doc)"`
- [ ] `make doc && git add packages/ doc/*.md && git commit -m "doc: update auto-generated documentation (make doc)"`
- [ ] `git tag --sign $new_version`
- [ ] `make && make checksums sign_checksums`
- [ ] `make tests`
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/3.1.0/dlc-3.1.0-debian-bullseye-amd64.hybrid.iso)** the latest ISO image
**[![](download.png) Download](https://github.com/nodiscc/debian-live-config/releases/download/3.1.1/dlc-3.1.1-debian-bullseye-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/3.1.0/dlc-3.1.0-debian-bullseye-amd64.hybrid.iso
wget https://github.com/nodiscc/debian-live-config/releases/download/3.1.0/dlc-release.key
wget https://github.com/nodiscc/debian-live-config/releases/download/3.1.0/SHA512SUMS
wget https://github.com/nodiscc/debian-live-config/releases/download/3.1.0/SHA512SUMS.sign
wget https://github.com/nodiscc/debian-live-config/releases/download/3.1.1/dlc-3.1.1-debian-bullseye-amd64.hybrid.iso
wget https://github.com/nodiscc/debian-live-config/releases/download/3.1.1/dlc-release.key
wget https://github.com/nodiscc/debian-live-config/releases/download/3.1.1/SHA512SUMS
wget https://github.com/nodiscc/debian-live-config/releases/download/3.1.1/SHA512SUMS.sign
# import the release signing key
# the key used to sign releases has key ID EE73FC8FD71E3CC83606FDF361B23168A539DBBD
gpg --import dlc-release.key
Expand Down
25 changes: 3 additions & 22 deletions doc/md/packages/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- ![](grey.png) _[webext-https-everywhere](https://packages.debian.org/bullseye/webext-https-everywhere) `2021.1.27-1` - Extension to force the use of HTTPS on many sites_
- ![](grey.png) _[midori](https://packages.debian.org/bullseye/midori) `7.0-2.1` - fast, lightweight graphical web browser_
- ![](grey.png) _[luakit](https://packages.debian.org/bullseye/luakit) `1:2.2.1-1` - fast and small web browser extensible by Lua_
- ![](grey.png) _[chromium](https://packages.debian.org/bullseye/chromium) `107.0.5304.87-1~deb11u1` - web browser_
- ![](grey.png) _[chromium](https://packages.debian.org/bullseye/chromium) `107.0.5304.110-1~deb11u1` - web browser_
- ![](grey.png) _[nss-passwords](https://packages.debian.org/bullseye/nss-passwords) `0.3-1` - read passwords from a Mozilla keyring_
- ![](grey.png) _[w3m](https://packages.debian.org/bullseye/w3m) `0.5.3+git20210102-6` - WWW browsable pager with excellent tables/frames support_
- ![](grey.png) _[links2](https://packages.debian.org/bullseye/links2) `2.21-1+b1` - Web browser running in both graphics and text mode_
Expand Down Expand Up @@ -143,28 +143,9 @@
- ![](grey.png) _[offlineimap](https://packages.debian.org/bullseye/offlineimap) `7.3.3+dfsg1-1+0.0~git20210225.1e7ef9e+dfsg-4` - transitional package_
#### File transfer and synchronization


</sub>

<img align="right" src="https://screenshots.debian.net/thumbnail-with-version/nextcloud-desktop/3.1.1-2+deb11u1">

**[nextcloud-desktop](https://packages.debian.org/bullseye/nextcloud-desktop)** - Nextcloud folder synchronization tool


The Nextcloud desktop app lets you always have your latest files wherever
you are. Just specify one or more folders on the local machine to and a server
to synchronize to. You can configure more computers to synchronize to the same
server and any change to the files on one computer will silently and reliably
flow across to every other.

<sub>

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


- ![](green.png) [nextcloud-desktop](https://packages.debian.org/bullseye/nextcloud-desktop) `3.1.1-2+deb11u1` - Nextcloud folder synchronization tool
- ![](green.png) [nextcloud-desktop-cmd](https://packages.debian.org/bullseye/nextcloud-desktop-cmd) `3.1.1-2+deb11u1` - folder synchronization with an Nextcloud server - cmd client
- ![](green.png) [rsync](https://packages.debian.org/bullseye/rsync) `3.2.3-4+deb11u1` - fast, versatile, remote (and local) file-copying tool
- ![](grey.png) _[nextcloud-desktop](https://packages.debian.org/bullseye/nextcloud-desktop) `3.1.1-2+deb11u1` - Nextcloud folder synchronization tool_
- ![](grey.png) _[nextcloud-desktop-cmd](https://packages.debian.org/bullseye/nextcloud-desktop-cmd) `3.1.1-2+deb11u1` - folder synchronization with an Nextcloud server - cmd client_
- ![](grey.png) _[lftp](https://packages.debian.org/bullseye/lftp) `4.8.4-2+b1` - Sophisticated command-line FTP/HTTP/BitTorrent client programs_
- ![](grey.png) _[unison-gtk](https://packages.debian.org/bullseye/unison-gtk) `2.51.3+1` - file-synchronization tool for Unix and Windows with GTK+ interface_
- ![](grey.png) _[rclone](https://packages.debian.org/bullseye/rclone) `1.53.3-1+b6` - rsync for commercial cloud storage_
Expand Down
1 change: 1 addition & 0 deletions doc/md/packages/system.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@
#### Desktop performance

- ![](grey.png) _[haveged](https://packages.debian.org/bullseye/haveged) `1.9.14-1` - Linux entropy source using the HAVEGE algorithm_
- ![](grey.png) _[rng-tools5](https://packages.debian.org/bullseye/rng-tools5) `5-4+b1` - Daemon to use a Hardware TRNG_
- ![](grey.png) _[oomd](https://packages.debian.org/bullseye/oomd) `0.4.0-1+b1` - userspace Out-Of-Memory (OOM) killer for Linux systems_
- ![](grey.png) _[irqbalance](https://packages.debian.org/bullseye/irqbalance) `1.7.0-1` - Daemon to balance interrupts for SMP systems_
- ![](grey.png) _[preload](https://packages.debian.org/bullseye/preload) `0.6.4-5+b1` - adaptive readahead daemon_
Expand Down
4 changes: 2 additions & 2 deletions doc/md/packages/utility.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,21 +476,21 @@
#### Other

- ![](green.png) [libnotify-bin](https://packages.debian.org/bullseye/libnotify-bin) `0.7.9-3` - sends desktop notifications to a notification daemon (Utilities)
- ![](green.png) [zenity](https://packages.debian.org/bullseye/zenity) `3.32.0-6` - Display graphical dialog boxes from shell scripts
- ![](green.png) [numlockx](https://packages.debian.org/bullseye/numlockx) `1.2-8` - enable NumLock in X11 sessions
- ![](green.png) [x11-apps](https://packages.debian.org/bullseye/x11-apps) `7.7+8` - X applications
- ![](green.png) [xbitmaps](https://packages.debian.org/bullseye/xbitmaps) `1.1.1-2.1` - Base X bitmaps
- ![](green.png) [wmctrl](https://packages.debian.org/bullseye/wmctrl) `1.07-7+b1` - control an EWMH/NetWM compatible X Window Manager
- ![](green.png) [xclip](https://packages.debian.org/bullseye/xclip) `0.13-2` - command line interface to X selections
- ![](green.png) [xcalib](https://packages.debian.org/bullseye/xcalib) `0.8.dfsg1-2.1` - Tiny monitor calibration loader for Xorg
- ![](green.png) [xbacklight](https://packages.debian.org/bullseye/xbacklight) `1.2.1-1+b3` - simple utility to set the backlight level
- ![](grey.png) _[conky-all](https://packages.debian.org/bullseye/conky-all) `1.11.6-2` - highly configurable system monitor (all features enabled)_
- ![](green.png) [gtk2-engines](https://packages.debian.org/bullseye/gtk2-engines) `1:2.20.2-5` - theme engines for GTK+ 2.x
- ![](green.png) [gtk2-engines-murrine](https://packages.debian.org/bullseye/gtk2-engines-murrine) `0.98.2-3` - cairo-based gtk+-2.0 theme engine
- ![](green.png) [gtk2-engines-pixbuf](https://packages.debian.org/bullseye/gtk2-engines-pixbuf) `2.24.33-2` - pixbuf-based theme for GTK 2
- ![](green.png) [xdg-user-dirs-gtk](https://packages.debian.org/bullseye/xdg-user-dirs-gtk) `0.10-3` - tool to manage well known user directories (Gtk extension)
- ![](green.png) [libfile-mimeinfo-perl](https://packages.debian.org/bullseye/libfile-mimeinfo-perl) `0.30-1` - Perl module to determine file types
- ![](green.png) [policykit-1-gnome](https://packages.debian.org/bullseye/policykit-1-gnome) `0.105-7` - authentication agent for PolicyKit
- ![](grey.png) _[zenity](https://packages.debian.org/bullseye/zenity) `3.32.0-6` - Display graphical dialog boxes from shell scripts_
- ![](grey.png) _[conky-all](https://packages.debian.org/bullseye/conky-all) `1.11.6-2` - highly configurable system monitor (all features enabled)_
- ![](grey.png) _[randtype](https://packages.debian.org/bullseye/randtype) `1.13-11+b1` - semi-random text typer_
- ![](grey.png) _[winwrangler](https://packages.debian.org/bullseye/winwrangler) `0.2.4-5+b1` - Daemon for manipulating windows (tiled layout, etc.)_
- ![](grey.png) _[xdotool](https://packages.debian.org/bullseye/xdotool) `1:3.20160805.1-4` - simulate (generate) X11 keyboard/mouse input events_
Expand Down

0 comments on commit ecd6e00

Please sign in to comment.