175 lines
4.5 KiB
Plaintext
175 lines
4.5 KiB
Plaintext
rust-proxmox-backup (0.7.0-1) unstable; urgency=medium
|
|
|
|
* implement clone for RemoteChunkReader
|
|
|
|
* improve docs
|
|
|
|
* client: add --encryption boolen parameter
|
|
|
|
* client: use default encryption key if it is available
|
|
|
|
* d/rules: do not compress .pdf files
|
|
|
|
* ui: various fixes
|
|
|
|
* add beta text with link to bugtracker
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Tue, 07 Jul 2020 07:40:05 +0200
|
|
|
|
rust-proxmox-backup (0.6.0-1) unstable; urgency=medium
|
|
|
|
* make ReadChunk not require mutable self.
|
|
|
|
* ui: increase timeout for snapshot listing
|
|
|
|
* ui: consistently spell Datastore without space between words
|
|
|
|
* ui: disk create: sync and improve 'add-datastore' checkbox label
|
|
|
|
* proxmox-backup-client: add benchmark command
|
|
|
|
* pxar: fixup 'vanished-file' logic a bit
|
|
|
|
* ui: add verify button
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 03 Jul 2020 09:45:52 +0200
|
|
|
|
rust-proxmox-backup (0.5.0-1) unstable; urgency=medium
|
|
|
|
* partially revert commit 1f82f9b7b5d231da22a541432d5617cb303c0000
|
|
|
|
* ui: allow to Forget (delete) backup snapshots
|
|
|
|
* pxar: deal with files changing size during archiving
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Mon, 29 Jun 2020 13:00:54 +0200
|
|
|
|
rust-proxmox-backup (0.4.0-1) unstable; urgency=medium
|
|
|
|
* change api for incremental backups mode
|
|
|
|
* zfs disk management gui
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 26 Jun 2020 10:43:27 +0200
|
|
|
|
rust-proxmox-backup (0.3.0-1) unstable; urgency=medium
|
|
|
|
* support incremental backups mode
|
|
|
|
* new disk management
|
|
|
|
* single file restore for container backups
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 24 Jun 2020 10:12:57 +0200
|
|
|
|
rust-proxmox-backup (0.2.3-1) unstable; urgency=medium
|
|
|
|
* tools/systemd/time: fix compute_next_event for weekdays
|
|
|
|
* improve display of 'next run' for sync jobs
|
|
|
|
* fix csum calculation for images which do not have a 'chunk_size' aligned
|
|
size
|
|
|
|
* add parser for zpool list output
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 04 Jun 2020 10:39:06 +0200
|
|
|
|
rust-proxmox-backup (0.2.2-1) unstable; urgency=medium
|
|
|
|
* proxmox-backup-client.rs: implement quiet flag
|
|
|
|
* client restore: don't add server file ending if already specified
|
|
|
|
* src/client/pull.rs: also download client.log.blob
|
|
|
|
* src/client/pull.rs: more verbose logging
|
|
|
|
* gui improvements
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 03 Jun 2020 10:37:12 +0200
|
|
|
|
rust-proxmox-backup (0.2.1-1) unstable; urgency=medium
|
|
|
|
* ui: move server RRD statistics to 'Server Status' panel
|
|
|
|
* ui/api: add more server statistics
|
|
|
|
* ui/api: add per-datastore usage and performance statistics over time
|
|
|
|
* ui: add initial remote config management panel
|
|
|
|
* remotes: save passwords as base64
|
|
|
|
* gather zpool io stats
|
|
|
|
* various fixes/improvements
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 28 May 2020 17:39:33 +0200
|
|
|
|
rust-proxmox-backup (0.2.0-1) unstable; urgency=medium
|
|
|
|
* see git changelog (too many changes)
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Mon, 25 May 2020 19:17:03 +0200
|
|
|
|
rust-proxmox-backup (0.1.3-1) unstable; urgency=medium
|
|
|
|
* use SectionConfig from proxmox 0.1.18-1
|
|
|
|
* docs/administration-guide.rst: add small section to explain output-format
|
|
|
|
* depend on proxmox 0.1.18
|
|
|
|
* improve cli output format
|
|
|
|
* catalog shell improvements
|
|
|
|
* Add zsh completion scripts
|
|
|
|
* call OPENSSL_thread_stop to avoid race with openssl cleanup handlers
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Tue, 03 Mar 2020 07:25:23 +0100
|
|
|
|
rust-proxmox-backup (0.1.2-1) unstable; urgency=medium
|
|
|
|
* switch to debcargo to generate build-dependencies
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Mon, 13 Jan 2020 13:04:46 +0100
|
|
|
|
proxmox-backup (0.1.2) unstable; urgency=medium
|
|
|
|
* proxmox-backup-api: create cert here
|
|
|
|
* start_h2_connection: correctly return error during upgrade
|
|
|
|
* proxy/api: await running workers before shutdown
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Mon, 30 Dec 2019 11:00:52 +0100
|
|
|
|
proxmox-backup (0.1.1) unstable; urgency=medium
|
|
|
|
* proxmox-backup-proxy: create self signed cert at startup
|
|
|
|
* proxmox-backup-manager.rs: impl. cert update/info
|
|
|
|
* minor GUI updates
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 27 Dec 2019 11:28:25 +0100
|
|
|
|
proxmox-backup (0.1.0) unstable; urgency=medium
|
|
|
|
* proper packaging of build-dependencies
|
|
|
|
* cleanup packaging
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 20 Dec 2019 09:30:06 +0100
|
|
|
|
proxmox-backup (0.1-1) unstable; urgency=medium
|
|
|
|
[ Proxmox Support Team ]
|
|
* first try
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 30 Nov 2018 13:03:28 +0100
|
|
|