From b7bd0bb33e072055a96f1afed819da179f1eb0a2 Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Mon, 28 Aug 2023 11:15:11 +0200 Subject: [PATCH] Prepare for release v2.2.1 --- CHANGELOG | 13 ++++++++++++- npbackup/__main__.py | 4 ++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ab04e60..3057a51 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,16 @@ -## 2.2.0 - rtm - 03/06/2023 +## Current master + ! Add --read-concurrency for better backup parallelism on NVME drives + ! Configure default backend connections to more than defaults (5 for remote, 2 for local) + ! Set restic cpu usage (GOMAXPROCS env variable to n-1 core ?) + +## 2.2.1 - 28/08/2023 + - Added snapshot deletion option in GUI + - Updated internal restic binary to 0.16.0 compiled with go1.20.6 + - Compiled with newer Nuitka 1.7.10 that allows use of Python 3.11 + - Updated python to version 3.11 for Windows x64 targets + +## 2.2.0 - rtm - 03/06/2023 - Fix potential deadlock in evaluate variables - Fix additionnal parameters should only apply for backup operations - Fix unnecessary exclude statements when no exclusions are given diff --git a/npbackup/__main__.py b/npbackup/__main__.py index 54790b9..9e34f60 100644 --- a/npbackup/__main__.py +++ b/npbackup/__main__.py @@ -9,8 +9,8 @@ __site__ = "https://www.netperfect.fr/npbackup" __description__ = "NetPerfect Backup Client" __copyright__ = "Copyright (C) 2022-2023 NetInvent" __license__ = "GPL-3.0-only" -__build__ = "2023060301" -__version__ = "2.2.0" +__build__ = "2023082801" +__version__ = "2.2.1" import os