From 4b5cab44e42cc06c94bd05c047afbd401459afbe Mon Sep 17 00:00:00 2001 From: Mikhail Lukashov Date: Mon, 25 Nov 2024 01:03:09 +0300 Subject: [PATCH] bump version to 24.11.1.605 --- ChangeLog | 15 +++++++++++++++ src/NetBox/NetBox.rc | 4 ++-- src/NetBox/plugin_version.hpp | 6 +++--- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4c5e54fbf..78c18b74d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,21 @@ # for this file format description, # see https://github.com/olivierlacan/keep-a-changelog +## [24.11.1.605] - 2024-11-25 + +### Fixes + +Thanks to ssvine https://github.com/ssvine + * gh-498 Fix RTTI class IDs +https://github.com/michaellukashov/Far-NetBox/pull/498 + * gh-496 Fix SCP terminal command execution +https://github.com/michaellukashov/Far-NetBox/pull/496 + * gh-495 Remove SSH-1 remainings from the Session dialog +https://github.com/michaellukashov/Far-NetBox/pull/495 + * gh-494 Don't treat netbox file as archive when searching in archives +https://github.com/michaellukashov/Far-NetBox/pull/494 + + ## [24.9.0.604] - 2024-09-07 ### Changes diff --git a/src/NetBox/NetBox.rc b/src/NetBox/NetBox.rc index ac5eb4bbd..824969a77 100644 --- a/src/NetBox/NetBox.rc +++ b/src/NetBox/NetBox.rc @@ -12,13 +12,13 @@ FILETYPE 0x2 { VALUE "CompanyName", "Mikhail Lukashov\0" VALUE "FileDescription", "NetBox: SFTP/FTP/FTPS/SCP/WebDAV/S3 client for Far Manager 3.0\0" - VALUE "FileVersion", "24.9.0.604\0" + VALUE "FileVersion", "24.11.1.605\0" VALUE "InternalName", "FarNetBox\0" VALUE "LegalCopyright", "(c) 2011, 2024 Mikhail Lukashov\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "NetBox.dll\0" VALUE "ProductName", "NetBox\0" - VALUE "ProductVersion", "24.9.0.604\0" + VALUE "ProductVersion", "24.11.1.605\0" VALUE "ReleaseType", "beta\0" VALUE "WWW", "https://github.com/michaellukashov/Far-NetBox\0" } diff --git a/src/NetBox/plugin_version.hpp b/src/NetBox/plugin_version.hpp index 838a0fe32..419c18a5f 100644 --- a/src/NetBox/plugin_version.hpp +++ b/src/NetBox/plugin_version.hpp @@ -5,6 +5,6 @@ #pragma once #define NETBOX_VERSION_MAJOR 24 -#define NETBOX_VERSION_MINOR 9 -#define NETBOX_VERSION_PATCH 0 -#define NETBOX_VERSION_BUILD 604 +#define NETBOX_VERSION_MINOR 11 +#define NETBOX_VERSION_PATCH 1 +#define NETBOX_VERSION_BUILD 605