Tagging the 0.76.0.2 release of the KiTTY project.

This commit is contained in:
cyd01
2021-11-17 10:37:32 +01:00
parent bf495102c3
commit 4d15c4e032
12 changed files with 43 additions and 16 deletions
+3 -1
View File
@@ -534,8 +534,10 @@ void *findrelpos234(tree234 * t, void *e, cmpfn234 cmp,
void *toret;
/* Only LT / GT relations are permitted with a null query element. */
#ifndef MOD_PERSO
assert(!(equal_permitted && !e));
#endif
if (cmp == NULL)
cmp = t->cmp;
+1 -1
View File
@@ -1,5 +1,5 @@
#define RELEASE 0.76
#define TEXTVER "Release 0.76"
#define SSHVER "-Release-0.76"
#define BINARY_VERSION 0,76,0,1
#define BINARY_VERSION 0,76,0,2
#define SOURCE_COMMIT "unavailable"
+1 -1
View File
@@ -1 +1 @@
1
2
+4 -1
View File
@@ -72,6 +72,9 @@ int console_verify_ssh_host_key(
ssh2_pick_default_fingerprint(fingerprints);
fprintf(stderr, common_fmt, keytype, fingerprints[fptype_default]);
#ifdef MOD_PERSO
if( !GetAutoStoreSSHKeyFlag() )
#endif
if (console_batch_mode) {
fputs(console_abandoned_msg, stderr);
return 0;
@@ -84,7 +87,7 @@ int console_verify_ssh_host_key(
line[0] = '\0'; /* fail safe if ReadFile returns no data */
#ifdef MOD_PERSO
#ifdef MOD_PERSO
if( GetAutoStoreSSHKeyFlag() ) {
fprintf( stderr, "\nAutostore key is on\n" );
strcpy(line,"y\r\n");
+2
View File
@@ -1034,7 +1034,9 @@ void load_key_file(HWND hwnd, struct MainDlgState *state,
ret = -2;
break;
}
#ifndef MOD_PERSO
assert(passphrase != NULL);
#endif
} else
passphrase = dupstr("");
if (type == SSH_KEYTYPE_SSH1) {
+26 -8
View File
@@ -3,14 +3,32 @@
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script><script type="text/javascript" src="https://blockchain.info/Resources/js/pay-now-button.js"></script>
</head>
<body>
<center>
<div style="font-size:16px;margin:0 auto;width:300px" class="blockchain-btn" data-address="1KUrsJJidB3GrWFcSgX8tHbYbBn8svtnPb" data-shared="false"> <div class="blockchain stage-begin"> <img src="https://blockchain.info/Resources/buttons/donate_64.png"/> </div> <div class="blockchain stage-loading" style="text-align:center"> <img src="https://blockchain.info/Resources/loading-large.gif"/> </div> <div class="blockchain stage-ready"> <p align="center">Please Donate To Bitcoin Address: <b>[[address]]</b></p> <p align="center" class="qr-code"></p> </div> <div class="blockchain stage-paid"> Donation of <b>[[value]] BTC</b> Received. Thank You. </div> <div class="blockchain stage-error"> <font color="red">[[error]]</font> </div></div>
<center>
<div style="font-size:16px;margin:0 auto;width:300px" class="blockchain-btn" data-address="3ArLJcH48sS2AWsXwkSosgNNuh7V9ySpKc" data-shared="false">
<div class="blockchain stage-begin">
<img src="bitcoin_donate.png"/>
</div>
<!--
<div class="blockchain stage-loading" style="text-align:center">
<img src="https://blockchain.info/Resources/loading-large.gif"/>
</div>
<div class="blockchain stage-ready">
<p align="center">Please Donate To Bitcoin Address: <b>[[address]]</b></p>
<p align="center" class="qr-code"></p>
</div>
<div class="blockchain stage-paid">
Donation of <b>[[value]] BTC</b> Received. Thank You.
</div>
<div class="blockchain stage-error">
<font color="red">[[error]]</font>
</div>
-->
</div>
<br/>
<br/>
Bitcoin address:<br/> <br/><b>1KUrsJJidB3GrWFcSgX8tHbYbBn8svtnPb<b><br/> <br/>
<img src="bitcoin.png">
</center>
<br/>
<br/>
Bitcoin address:<br/> <br/><b>3ArLJcH48sS2AWsXwkSosgNNuh7V9ySpKc<b><br/> <br/>
<img src="bitcoin.png">
</center>
</body>
</html>
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 415 B

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

+2
View File
@@ -8,6 +8,8 @@ Almost one year between 0.75 PuTTY version and the previous one. It means many l
Here are the patches that are not available anymore in KiTTY
* [TuTTY](http://putty.dwalin.ru/) color patch (underlined text in terminal is displayed with different colour)
* [ADB](https://github.com/sztupy/adbputty) patch
* Github Actions automatic build (I know it is note related)
Don't hesitate to contact me if you discover something else weird.
+1 -1
View File
@@ -1 +1 @@
0.76.0.1
0.76.0.2
+2 -2
View File
@@ -1301,7 +1301,7 @@ void CreateDefaultIniFile_old( void ) {
writeINI( KittyIniFile, INIT_SECTION, "#antiidledelay", "60" ) ;
writeINI( KittyIniFile, INIT_SECTION, "#autostoresshkey", "no" ) ;
#if (defined MOD_BACKGROUNDIMAGE) && (!defined FLJ)
writeINI( KittyIniFile, INIT_SECTION, "backgroundimage", "no" ) ;
writeINI( KittyIniFile, INIT_SECTION, "bgimage", "no" ) ;
#endif
writeINI( KittyIniFile, INIT_SECTION, "#bcdelay", "0" ) ;
writeINI( KittyIniFile, INIT_SECTION, "capslock", "no" ) ;
@@ -5223,7 +5223,7 @@ void LoadParameters( void ) {
if( ReadParameter( INIT_SECTION, "autostoresshkey", buffer ) ) { if( !stricmp( buffer, "YES" ) ) SetAutoStoreSSHKeyFlag( 1 ) ; }
#if (defined MOD_BACKGROUNDIMAGE) && (!defined FLJ)
//if( debug_flag )
if( ReadParameter( INIT_SECTION, "backgroundimage", buffer ) ) {
if( ReadParameter( INIT_SECTION, "bgimage", buffer ) ) {
if( !stricmp( buffer, "NO" ) ) SetBackgroundImageFlag( 0 ) ;
if( !stricmp( buffer, "YES" ) ) SetBackgroundImageFlag( 1 ) ; // Broken en 0.71 ==> on desactive
}
+1 -1
View File
@@ -67,7 +67,7 @@ autoreconnect=yes
;autostoresshkey=no
; backgroundimage: enable/disable the background image feature
backgroundimage=no
bgimage=no
; bcdelay: time delay between each character in automatic features (autocommand, login script, user function ...)
;bcdelay=0