File tree 3 files changed +15
-8
lines changed
3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 1
1
# for this file format description,
2
2
# see https://github.com/olivierlacan/keep-a-changelog
3
3
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
+
8
15
9
16
## [24.4.0.600] - 2024-04-03
10
17
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ FILETYPE 0x2
12
12
{
13
13
VALUE "CompanyName", "Mikhail Lukashov\0"
14
14
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"
16
16
VALUE "InternalName", "FarNetBox\0"
17
17
VALUE "LegalCopyright", "(c) 2011, 2024 Mikhail Lukashov\0"
18
18
VALUE "LegalTrademarks", "\0"
19
19
VALUE "OriginalFilename", "NetBox.dll\0"
20
20
VALUE "ProductName", "NetBox\0"
21
- VALUE "ProductVersion", "24.4.0.600 \0"
21
+ VALUE "ProductVersion", "24.4.1.601 \0"
22
22
VALUE "ReleaseType", "beta\0"
23
23
VALUE "WWW", "https://github.com/michaellukashov/Far-NetBox\0"
24
24
}
Original file line number Diff line number Diff line change 6
6
7
7
#define NETBOX_VERSION_MAJOR 24
8
8
#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
You can’t perform that action at this time.
0 commit comments