Skip to content

Commit

Permalink
Update changelog and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
maksis committed Nov 17, 2019
1 parent fefa9fe commit 42ddf14
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
8 changes: 4 additions & 4 deletions AirDC.rc
Original file line number Diff line number Diff line change
Expand Up @@ -1667,8 +1667,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,5,6,0
PRODUCTVERSION 3,5,6,0
FILEVERSION 3,6,0,0
PRODUCTVERSION 3,6,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -1686,12 +1686,12 @@ BEGIN
VALUE "Comments", "http://www.airdcpp.net"
VALUE "CompanyName", "AirDC++ Team"
VALUE "FileDescription", "AirDC++"
VALUE "FileVersion", "3.56.0.0"
VALUE "FileVersion", "3.60.0.0"
VALUE "InternalName", "AirDC++"
VALUE "LegalCopyright", "Copyright 2007-2019 Night and maksis"
VALUE "OriginalFilename", "AirDC.exe"
VALUE "ProductName", "AirDC++"
VALUE "ProductVersion", "3.56"
VALUE "ProductVersion", "3.60"
END
END
BLOCK "VarFileInfo"
Expand Down
18 changes: 18 additions & 0 deletions Changelog_AirDC.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
3.60

Added:

- Add option for disabled auto search in RSS filter
- Display calculated priority and recent item status for auto search items

Changed:

- Updated Web UI and Web API (https://airdcpp-web.github.io/2019/11/16/version-2.7.0.html)
- Override download skiplist for private magnet downloads
- TLS 1.3: prefer TLS_AES_128_GCM_SHA256 over TLS_AES_256_GCM_SHA384

Fixed:

- Fix possible connection failures when connecting to ADCS hubs/HTTPS servers


3.55

Changed:
Expand Down

0 comments on commit 42ddf14

Please sign in to comment.