]> git.proxmox.com Git - pve-installer.git/blobdiff - debian/changelog
html: pbs: fix missing <br> in template after feature list
[pve-installer.git] / debian / changelog
index 113b2ac8b67b8b3dc579b57970c1ee71c0edf202..db44d10dc8afe9f08767c1213ed7ac144e16c825 100644 (file)
@@ -1,3 +1,94 @@
+proxmox-installer (8.1.12) bookworm; urgency=medium
+
+  * installation: handle if the clamav-clamonacc.service is already disabled
+
+  * gtk: FQDN parsing: fix fallback from error to generic message
+
+  * installation: ZFS: fix setting compression explicitly to 'off'
+
+  * tui: install_progress: write low-level non-JSON messages to separate file
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 28 Feb 2024 16:07:10 +0100
+
+proxmox-installer (8.1.10) bookworm; urgency=medium
+
+  * run command: wait for process exit with sub-second granularity to avoid
+    artificially delay.
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 26 Feb 2024 20:51:03 +0100
+
+proxmox-installer (8.1.9) bookworm; urgency=medium
+
+  * run command: avoid using the true value 1 as a special value for parser
+    closure to avoid false-positive detection of CMD_FINISHED flag
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 26 Feb 2024 15:11:45 +0100
+
+proxmox-installer (8.1.8) bookworm; urgency=medium
+
+  * ZFS : remove deprecated "fletcher2" algorithm and the dangerous "off"
+    checksum  options
+
+  * GTK based UI: replace the use of nested boxes for layouting with grids
+    when possible to ensure correct margins and alignment of widgets.
+
+  * fix #4872: run env: set timeout for country detection
+
+  * common: fqdn: do not allow overlong FQDNs, limit to 63 characters per part
+    and 253 charactrers total, as per Debian spec
+
+  * common: fqdn: implement case-insensitive comparison as per RFC 952
+
+  * fix #5230: properly escape FQDN regex to avoid that problematic values can
+    make it into the host configuration files by mistake
+
+  * switch over to JSON-based protocol for installer to UI communication
+
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 24 Feb 2024 16:30:08 +0100
+
+proxmox-installer (8.1.7) bookworm; urgency=medium
+
+  *  source interfaces.d snippets by default
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 23 Nov 2023 11:11:20 +0100
+
+proxmox-installer (8.1.6) bookworm; urgency=medium
+
+  * grub: install all efi binaries in fallback/default dir
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 22 Nov 2023 13:30:06 +0100
+
+proxmox-installer (8.1.5) bookworm; urgency=medium
+
+  * various fixes for the TUI installer:
+   - do not center EULA text
+   - preserve auto-reboot checkbox state when switching views
+   - common: enforce even number of disks for ZFS RAID-10
+
+  * serial installer: add serial config for grub to target system
+
+  * zfs: create dataset var-lib-vz for /var/lib/vz to avoid to many
+    intermediate datasets
+
+  * ZFS: detect and handle secure boot
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 21 Nov 2023 14:22:23 +0100
+
+proxmox-installer (8.1.4) bookworm; urgency=medium
+
+  * tui: fix changing between non-LVM and LVM filesystem in bootdisk chooser
+
+  * ui: stdio: replace newlines with whitespaces in prompt messages
+
+  * tui: install progress: use ok/cancel as button text for installer prompt
+
+  * tui: bootdisk zfs config: add a maximum value to the `copies` option
+
+  * tui: fix interface sort order
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 17 Nov 2023 19:35:19 +0100
+
 proxmox-installer (8.1.3) bookworm; urgency=medium
 
   * run env: do not store empty hostname when trying to detect from DHCP