Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
flakes committed Oct 10, 2020
1 parent fc2ea16 commit 727aacb
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 7 deletions.
26 changes: 26 additions & 0 deletions HASHES
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
== 2020-10-10 ==
* mirc_fish_10-setup-2019-10-10.exe
MD5: 00D9AAA8312B4F91F84FDBD6886992AB
SHA-1: 87EC33CD073DEAA098E7BE128E62259FCA30AB10
SHA3-224: 29C93A7606FD50EFB83184C56BC98FE6F0A1435AF94E450694194CC6
* mirc_fish_10-with-ssl-2019-10-10.zip
MD5: 63DD6924A088A74401039412FD1BAD90
SHA-1: CF8A21BBAF21A020015431EA15DFA76C5395806F
SHA3-224: 2D3D352EEABD33D57C905DE30DACF2F1A1E2E781E00AAE8DAD7D3629
* fish_10.dll
MD5: 37E81523088F22AE096F38072C6262BE
SHA-1: 9928A7A6F409A557F54C03EAF7422B5FD74972B7
SHA3-224: 5C8BBB687B22350BDE83554A8884C3B7075BBD7217E7CAF23178352E
* fish_inject.dll
MD5: AA4A0CDEB6A930785CE16431F76B012A
SHA-1: 03B17CC6A2C7F18680ECC25A50911B9E5DA177A2
SHA3-224: 84F78D86E18B473D1DE80EAFD0A9BDC7406D29360E14DF043CDAE7BE
* libssl-1_1.dll
MD5: 2AC52A943CBB33B68F6AF7D1C9875DA5
SHA-1: 568D40A51B3C19766183C20732402E4527D31AE4
SHA3-224: 831C84AFFC5BA3A06B2569BDFA7C4006C1B51B13E7716A6A9F087EDC
* libcrypto-1_1.dll
MD5: 0AC7DE82F38FED8BB330FF75437E24F2
SHA-1: C48C1A7A7FAF4CEAE38883C7B188F9ACA4F79275
SHA3-224: F868F891CDEAA57910B818888FC9ABB5EDB0BE9176BBF6113B7A8DD6

== 2019-10-06 ==
* mirc_fish_10-setup-2019-10-06.exe
MD5: 2807E56613DFC3DD67A07F6A2C301449
Expand Down
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
== 2020-10-10 ==
* Happy New Year
* OpenSSL updated to 1.1.1h - issue #66
* Fixed missing encryption of outgoing messages when IRCv3 is used - issue #67
* Fixed missing encryption of outgoing messages when CPRIVMSG/CONTICE is used - issue #65
* Avoid delays during DH1080 key exchange - issue #61
* Minor bugfixes for DH1080 key exchange - issue #58
* Updated minhook library
* Compiled with Visual Studio 2019

== 2019-10-06 ==
* Compatible with mIRC 7.56 and above. No longer compatible with 7.55 and below.
* OpenSSL updated to 1.1.1d - issue 57
Expand Down
8 changes: 1 addition & 7 deletions installer/fish10-setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ AppVersion={#SetupBuildDateMachine}
AppPublisher=flakes
AppCopyright=© flakes 2010-{#SetupBuildDateYear}
VersionInfoVersion={#SetupBuildDateMachine}
MinVersion=0,5.1
MinVersion=6.1sp1
OutputDir={#ReleaseDir}
OutputBaseFilename=mirc_fish_10-setup-{#SetupBuildDate}
DisableWelcomePage=yes
Expand Down Expand Up @@ -126,12 +126,6 @@ begin
exit;
end;
if (CompareVersion(VersStr, '7.0') < 0) then
begin
MsgBox('mIRC version ' + VersStr + ' is too old - not supported!', mbError, MB_OK);
exit;
end;
if (CompareVersion(VersStr, '7.56') < 0) then
begin
MsgBox('mIRC version ' + VersStr + ' is not supported, please upgrade to at least version 7.56.', mbError, MB_OK);
Expand Down

0 comments on commit 727aacb

Please sign in to comment.