Skip to content

Commit 727aacb

Browse files
committed
new release
1 parent fc2ea16 commit 727aacb

File tree

3 files changed

+37
-7
lines changed

3 files changed

+37
-7
lines changed

HASHES

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
== 2020-10-10 ==
2+
* mirc_fish_10-setup-2019-10-10.exe
3+
MD5: 00D9AAA8312B4F91F84FDBD6886992AB
4+
SHA-1: 87EC33CD073DEAA098E7BE128E62259FCA30AB10
5+
SHA3-224: 29C93A7606FD50EFB83184C56BC98FE6F0A1435AF94E450694194CC6
6+
* mirc_fish_10-with-ssl-2019-10-10.zip
7+
MD5: 63DD6924A088A74401039412FD1BAD90
8+
SHA-1: CF8A21BBAF21A020015431EA15DFA76C5395806F
9+
SHA3-224: 2D3D352EEABD33D57C905DE30DACF2F1A1E2E781E00AAE8DAD7D3629
10+
* fish_10.dll
11+
MD5: 37E81523088F22AE096F38072C6262BE
12+
SHA-1: 9928A7A6F409A557F54C03EAF7422B5FD74972B7
13+
SHA3-224: 5C8BBB687B22350BDE83554A8884C3B7075BBD7217E7CAF23178352E
14+
* fish_inject.dll
15+
MD5: AA4A0CDEB6A930785CE16431F76B012A
16+
SHA-1: 03B17CC6A2C7F18680ECC25A50911B9E5DA177A2
17+
SHA3-224: 84F78D86E18B473D1DE80EAFD0A9BDC7406D29360E14DF043CDAE7BE
18+
* libssl-1_1.dll
19+
MD5: 2AC52A943CBB33B68F6AF7D1C9875DA5
20+
SHA-1: 568D40A51B3C19766183C20732402E4527D31AE4
21+
SHA3-224: 831C84AFFC5BA3A06B2569BDFA7C4006C1B51B13E7716A6A9F087EDC
22+
* libcrypto-1_1.dll
23+
MD5: 0AC7DE82F38FED8BB330FF75437E24F2
24+
SHA-1: C48C1A7A7FAF4CEAE38883C7B188F9ACA4F79275
25+
SHA3-224: F868F891CDEAA57910B818888FC9ABB5EDB0BE9176BBF6113B7A8DD6
26+
127
== 2019-10-06 ==
228
* mirc_fish_10-setup-2019-10-06.exe
329
MD5: 2807E56613DFC3DD67A07F6A2C301449

NEWS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
== 2020-10-10 ==
2+
* Happy New Year
3+
* OpenSSL updated to 1.1.1h - issue #66
4+
* Fixed missing encryption of outgoing messages when IRCv3 is used - issue #67
5+
* Fixed missing encryption of outgoing messages when CPRIVMSG/CONTICE is used - issue #65
6+
* Avoid delays during DH1080 key exchange - issue #61
7+
* Minor bugfixes for DH1080 key exchange - issue #58
8+
* Updated minhook library
9+
* Compiled with Visual Studio 2019
10+
111
== 2019-10-06 ==
212
* Compatible with mIRC 7.56 and above. No longer compatible with 7.55 and below.
313
* OpenSSL updated to 1.1.1d - issue 57

installer/fish10-setup.iss

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ AppVersion={#SetupBuildDateMachine}
1313
AppPublisher=flakes
1414
AppCopyright=© flakes 2010-{#SetupBuildDateYear}
1515
VersionInfoVersion={#SetupBuildDateMachine}
16-
MinVersion=0,5.1
16+
MinVersion=6.1sp1
1717
OutputDir={#ReleaseDir}
1818
OutputBaseFilename=mirc_fish_10-setup-{#SetupBuildDate}
1919
DisableWelcomePage=yes
@@ -126,12 +126,6 @@ begin
126126
exit;
127127
end;
128128
129-
if (CompareVersion(VersStr, '7.0') < 0) then
130-
begin
131-
MsgBox('mIRC version ' + VersStr + ' is too old - not supported!', mbError, MB_OK);
132-
exit;
133-
end;
134-
135129
if (CompareVersion(VersStr, '7.56') < 0) then
136130
begin
137131
MsgBox('mIRC version ' + VersStr + ' is not supported, please upgrade to at least version 7.56.', mbError, MB_OK);

0 commit comments

Comments
 (0)