Skip to content

Commit

Permalink
bump version to 24.5.0.602
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellukashov committed May 5, 2024
1 parent cb98a09 commit 479b848
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
19 changes: 19 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# for this file format description,
# see https://github.com/olivierlacan/keep-a-changelog

## [24.5.0.602] - 2024-05-05

### Changes
* gh-467 Update PuTTY to 0.81
* gh-461 Tell AppVeyour to keep build artifacts

### Fixes

Thanks to ssvine https://github.com/ssvine
* gh-469 Fix log time format
* gh-468 Fix MFC termination
* gh-466 Fix Charset encoding for filenames
* gh-465 Fix dialog message
* gh-463 Fix freeze on exit
* gh-462 Fix possible crashes on lost connections while modal dialog is shown
* gh-459 Fix ssh crash on reconnect
* gh-458 Fix broken terminal output
* gh-457 Fix properties implementation

## [24.4.1.601] - 2024-04-10

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions src/NetBox/NetBox.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1.601\0"
VALUE "FileVersion", "24.5.0.602\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.4.1.601\0"
VALUE "ProductVersion", "24.5.0.602\0"
VALUE "ReleaseType", "beta\0"
VALUE "WWW", "https://github.com/michaellukashov/Far-NetBox\0"
}
Expand Down
6 changes: 3 additions & 3 deletions src/NetBox/plugin_version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
#pragma once

#define NETBOX_VERSION_MAJOR 24
#define NETBOX_VERSION_MINOR 4
#define NETBOX_VERSION_PATCH 1
#define NETBOX_VERSION_BUILD 601
#define NETBOX_VERSION_MINOR 5
#define NETBOX_VERSION_PATCH 0
#define NETBOX_VERSION_BUILD 602

0 comments on commit 479b848

Please sign in to comment.