Tagging the 0.74.4.8 release of the KiTTY project.
This commit is contained in:
@@ -1209,7 +1209,9 @@ static void sessionsaver_handler(union control *ctrl, dlgparam *dlg,
|
||||
memset( buffer, 0, strlen(buffer) ) ;
|
||||
}
|
||||
if( GetDblClickFlag()==1 ) {
|
||||
#if (!defined FLJ) && (defined MOD_STARTBUTTON)
|
||||
sessionsaver_handler( ssd->startbutton, dlg, data, EVENT_ACTION ) ;
|
||||
#endif
|
||||
sessionsaver_handler( ssd->clearbutton, dlg, data, EVENT_ACTION ) ;
|
||||
sessionsaver_handler( ctrlSessionList, dlg, data, EVENT_REFRESH ) ;
|
||||
} else
|
||||
|
||||
@@ -264,7 +264,7 @@ static void ssh2_userauth_process_queue(PacketProtocolLayer *ppl)
|
||||
PktIn *pktin;
|
||||
|
||||
#ifdef MOD_RECONNECT
|
||||
SetSSHConnected(0);
|
||||
//SetSSHConnected(0);
|
||||
#endif
|
||||
|
||||
ssh2_userauth_filter_queue(s); /* no matter why we were called */
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#define RELEASE 0.74
|
||||
#define TEXTVER "Release 0.74"
|
||||
#define SSHVER "-Release-0.74"
|
||||
#define BINARY_VERSION 0,74,4,7
|
||||
#define BINARY_VERSION 0,74,4,8
|
||||
#define SOURCE_COMMIT "unavailable"
|
||||
|
||||
@@ -1 +1 @@
|
||||
7
|
||||
8
|
||||
|
||||
@@ -776,7 +776,10 @@ static void close_session(void *ignored_context)
|
||||
|
||||
#ifdef MOD_RECONNECT
|
||||
void RestartSession( void ) {
|
||||
if( backend ) { SetSSHConnected(0) ; queue_toplevel_callback(close_session, NULL) ; backend = NULL ; }
|
||||
if( backend ) {
|
||||
SetSSHConnected(0) ;
|
||||
queue_toplevel_callback(close_session, NULL) ; backend = NULL ;
|
||||
}
|
||||
if( GetAutoreconnectFlag() ) {
|
||||
lp_eventlog(default_logpolicy, "User request session restart..." ) ;
|
||||
} else {
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
0.74.4.7
|
||||
0.74.4.8
|
||||
@@ -385,6 +385,7 @@ extern char puttystr[1024] ;
|
||||
|
||||
// Handle sur la fenetre principale
|
||||
HWND MainHwnd ;
|
||||
HWND GetMainHwnd(void) { return MainHwnd ; }
|
||||
|
||||
// Decompte du nombre de fenetres en cours de KiTTY
|
||||
static int NbWindows = 0 ;
|
||||
|
||||
Reference in New Issue
Block a user