Skip to content

Commit 186a8c6

Browse files
bump version to 24.4.1.601
1 parent ec4a6ff commit 186a8c6

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

ChangeLog

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# for this file format description,
22
# see https://github.com/olivierlacan/keep-a-changelog
33

4-
<!-- next-header -->
5-
## [Unreleased] - ReleaseDate
6-
* <Description>
7-
**Full Changelog**:
4+
## [24.4.1.601] - 2024-04-10
5+
6+
### Fixes
7+
8+
Thanks to ssvine https://github.com/ssvine
9+
* gh-455 Fix webdav prefix
10+
* gh-454 Fix WebDAV preserve time
11+
* gh-453 Fix hotkey problems
12+
* gh-452 Fix editor not taking transfer settings into account
13+
* gh-451 Fix openssl compilation flags to prevent DLL pinning
14+
815

916
## [24.4.0.600] - 2024-04-03
1017

src/NetBox/NetBox.rc

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ FILETYPE 0x2
1212
{
1313
VALUE "CompanyName", "Mikhail Lukashov\0"
1414
VALUE "FileDescription", "NetBox: SFTP/FTP/FTPS/SCP/WebDAV/S3 client for Far Manager 3.0\0"
15-
VALUE "FileVersion", "24.4.0.600\0"
15+
VALUE "FileVersion", "24.4.1.601\0"
1616
VALUE "InternalName", "FarNetBox\0"
1717
VALUE "LegalCopyright", "(c) 2011, 2024 Mikhail Lukashov\0"
1818
VALUE "LegalTrademarks", "\0"
1919
VALUE "OriginalFilename", "NetBox.dll\0"
2020
VALUE "ProductName", "NetBox\0"
21-
VALUE "ProductVersion", "24.4.0.600\0"
21+
VALUE "ProductVersion", "24.4.1.601\0"
2222
VALUE "ReleaseType", "beta\0"
2323
VALUE "WWW", "https://github.com/michaellukashov/Far-NetBox\0"
2424
}

src/NetBox/plugin_version.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
#define NETBOX_VERSION_MAJOR 24
88
#define NETBOX_VERSION_MINOR 4
9-
#define NETBOX_VERSION_PATCH 0
10-
#define NETBOX_VERSION_BUILD 600
9+
#define NETBOX_VERSION_PATCH 1
10+
#define NETBOX_VERSION_BUILD 601

0 commit comments

Comments
 (0)