X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=08500093d7473863566f6b582168e5a9f45b7fcd;hb=3af17d8919fc565008bcaab36e305b8fa79ce089;hp=e55250583386b1aefc67839a275e3a1b1099ac75;hpb=20497c6346736cc5bd91d122a162988b64916ef5;p=proxmox-backup.git diff --git a/debian/changelog b/debian/changelog index e5525058..08500093 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,181 @@ +rust-proxmox-backup (2.1.4-1) bullseye; urgency=medium + + * config: add tls ciphers to NodeConfig + + * pbs-tools: improve memory foot print of LRU Cache + + * update dependencies to avoid a ref-count leak in async helpers + + -- Proxmox Support Team Fri, 21 Jan 2022 10:48:14 +0100 + +rust-proxmox-backup (2.1.3-1) bullseye; urgency=medium + + * fix #3618: proxmox-async: zip: add conditional EFS flag to zip files to + improve non-ascii code point extraction under windows. + + * OpenID Connect login: improve error message for disabled users + + * ui: tape: backup job: add second tab for group-filters to add/edit window + + * ui: sync job: add second tab for group-filters to add/edit window + + * ui: calendar event: add once daily example and clarify the workday one + + * fix #3794: api types: set backup time (since the UNIX epoch) lower limit + to 1 + + * ui: fix opening settings window in datastore panel + + * api: zfs: create zpool with `relatime=on` flag set + + * fix #3763: disable SSL/TLS renegotiation + + * node config: add email-from parameter to control notification sender + address + + * ui: configuration: rename the "Authentication" tab to "Other" and add a + "General" section with HTTP-proxy and email-from settings + + * datastore stats: not include the unavailable `io_ticks` for ZFS + datastores + + * ui: hide RRD chart for IO delay if no `io_ticks` are returned + + * fix #3058: ui: improve remote edit UX by clarifying ID vs host fields + + * docs: fix some minor typos + + * api-types: relax nodename API schema, make it a simple regex check like in + Proxmox VE + + -- Proxmox Support Team Wed, 12 Jan 2022 16:49:13 +0100 + +rust-proxmox-backup (2.1.2-1) bullseye; urgency=medium + + * docs: backup-client: fix wrong reference + + * docs: remotes: note that protected flags will not be synced + + * sync job: correctly apply rate limit + + -- Proxmox Support Team Tue, 23 Nov 2021 13:56:15 +0100 + +rust-proxmox-backup (2.1.1-2) bullseye; urgency=medium + + * docs: update and add traffic control related screenshots + + * docs: mention traffic control (bandwidth limits) for sync jobs + + -- Proxmox Support Team Mon, 22 Nov 2021 16:07:39 +0100 + +rust-proxmox-backup (2.1.1-1) bullseye; urgency=medium + + * fix proxmox-backup-manager sync-job list + + * ui, api: sync-job: allow one to configure a rate limit + + * api: snapshot list: set default for 'protected' flag + + * ui: datastore content: rework rendering protection state + + * docs: update traffic control docs (use HumanBytes) + + * ui: traffic-control: include ipv6 in 'all' networks + + * ui: traffic-control edit: add spaces between networks for more + readabillity + + * tape: fix passing-through key-fingerprint + + * avoid a bogus error regarding logrotate-path due to a reversed check + + -- Proxmox Support Team Mon, 22 Nov 2021 12:24:31 +0100 + +rust-proxmox-backup (2.1.0-1) bullseye; urgency=medium + + * rest server: make successful-ticket auth log a debug one to avoid + syslog spam + + * traffic-controls: add API/CLI to show current traffic + + * docs: add traffic control section + + * ui: use TFA widgets from widget toolkit + + * sync: allow pulling groups selectively + + * fix #3533: tape backup: filter groups according to config + + * proxmox-tape: add missing notify-user option to backup command + + * openid: allow arbitrary username-claims + + * openid: support configuring the prompt, scopes and ACR values + + * use human-byte for traffic-control rate-in/out and burst-in/out config + + * ui: add traffic control view and editor + + -- Proxmox Support Team Sat, 20 Nov 2021 22:44:07 +0100 + +rust-proxmox-backup (2.0.14-1) bullseye; urgency=medium + + * fix directory permission problems + + * add traffic control configuration config with API + + * proxmox-backup-proxy: implement traffic control + + * proxmox-backup-client: add rate/burst parameter to backup/restore CLI + + * openid_login: vertify that firstname, lastname and email fits our + schema definitions + + * docs: add info about protection flag to client docs + + * fix #3602: ui: datastore/Content: add action to set protection status + + * ui: add protected icon to snapshot (if they are protected) + + * ui: PruneInputPanel: add keepReason 'protected' for protected backups + + * proxmox-backup-client: add 'protected' commands + + * acme: interpret no TOS as accepted + + * acme: new_account: prevent replacing existing accounts + + -- Proxmox Support Team Fri, 12 Nov 2021 08:04:55 +0100 + +rust-proxmox-backup (2.0.13-1) bullseye; urgency=medium + + * tape: simplify export_media_set for pool writer + + * tape: improve export_media error message for not found tape + + * rest-server: use hashmap for parameter errors + + * proxmox-rrd: use new file firmat with higher resolution + + * proxmox-rrd: use a journal to reduce amount of bytes written + + * use new fsync parameter to replace_file and atomic_open_or_create + + * docs: langauge and formatting fixup + + * docs: Update for new features/functionality + + -- Proxmox Support Team Thu, 21 Oct 2021 08:17:00 +0200 + +rust-proxmox-backup (2.0.12-1) bullseye; urgency=medium + + * proxmox-backup-proxy: clean up old tasks when their reference was rotated + out of the task-log index + + * api daemons: fix sending log-reopen command + + -- Proxmox Support Team Tue, 19 Oct 2021 10:48:28 +0200 + rust-proxmox-backup (2.0.11-1) bullseye; urgency=medium * drop aritifical limits for task-UPID length