From eded676575e6ef6150235b71d34ec4612f1a7bfb Mon Sep 17 00:00:00 2001 From: Sam Scholten Date: Wed, 22 Oct 2025 14:12:20 +1000 Subject: Release v1.1.0: Critical multi-device fixes for small VPS instances - Fix memory swap configuration (allow 1G swap) - Add prune coordination (2-4 AM window with jitter) - Add lock retry settings for robustness - Increase rclone bandwidth to 2M - Memory limits increased to 512M --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CHANGELOG.md (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..899e95c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +drestic (1.1.0) stable; urgency=medium + + * Critical: Fixed memory swap configuration preventing swap usage + * Critical: Added prune coordination to prevent multi-device repository conflicts + * High: Added lock retry settings for robust multi-device operation + * Medium: Increased rclone bandwidth limit from 1M to 2M + - Prune operations now only run between 2-4 AM with random jitter + - Prune failures are warnings instead of errors + - Memory limits increased from 500M to 512M for better stability + + -- Sam Thu, 16 Jan 2025 10:00:00 -0000 + +drestic (1.0.0) stable; urgency=low + + * Initial release + * Basic multi-device backup functionality + * Support for MEGA.nz remote storage + + -- Sam Thu, 16 Jan 2025 09:00:00 -0000 \ No newline at end of file -- cgit v1.2.3