ExtraPuTTY Changelog

What's new in ExtraPuTTY 0.28 RC 1

Apr 3, 2014
  • FS#44 - Send commands with drag'n drop into the session window.
  • FS#96 - merge with putty 0.63
  • FS#101 - integrate tftp transfert protocol
  • FS#102 - integrate ftp transfert protocol
  • FS#103 - integrate puttySC
  • FS#104 - integrate xmodem
  • FS#105 - DragAndDrop
  • Change default settings value : ExtraPutty window : Disable, Window/color/boldedText : both
  • Add lua_send_login_password() API
  • FS#99 - integrate pscp in putty.exe
  • FS#100 - integrate psftp in putty.exe
  • FS#107 - serial link RTS/DTR default value
  • FS#108 - uninstall remove putty session from registry
  • FS#97 - putty crash - when text is highlighted with mouse
  • HyperLink : putty crashes when clicking on long url
  • Xmodem : does not support the xmodem with CRC16
  • XYmodem : bug in file selection (window is blocked)
  • FS#106 - Session--Change Settings crash putty
  • FS#109 - DLL : Unable to connect to device without prompt
  • FS#110 - Unable to launch session with space sequence

New in ExtraPuTTY 0.27 RC 1 (Apr 3, 2014)

  • FS#81 - Teststand steps are not installed for version 2010
  • FS#82 - Merge with PuTTY 0.62
  • FS#83 - Dynamically starting putty log from dll
  • FS#84 - Increase maximum scenarii and command form XML files
  • FS#85 - Update LUA interfaces
  • FS#86 - Serial Line Impossible to stop putty
  • FS#87 - lua_write_log function does not work
  • FS#88 - fix romanian U0218/219/21A/21B characters keyboard input
  • FS#89 - Ctrl+mousewheel zoom support
  • FS#90 - upgrade to lua 5.2
  • FS#91 - ymodem integration
  • FS#92 - add lua apis
  • FS#93 - possibility store automatically PuTTY SSH security alert
  • FS#94 - Control Session logging from menu or lua
  • FS#95 - Status bar on the PuTTY window

New in ExtraPuTTY 0.28 Snapshot (Sep 10, 2013)

  • Putty 0.63
  • status bar
  • ymodem transfer
  • Lua 52

New in ExtraPuTTY 0.26 RC1 (Aug 25, 2011)

  • This release candidate fixes bugs reported from the previous releases and also includes some updates.

New in ExtraPuTTY 0.24 Stable (Dec 22, 2009)

  • Adding ftploader utilities and associate teststand steps.
  • Run a scenario automatically on startup of putty session.
  • Use Command Line to run a scenario automatically on startup of putty session.
  • Adding automatic sequencing of commands with puttytel
  • Take into account of multi-connexions
  • Adding TimeStamp on Putty Terminal and log
  • Add the possibility to associate help on each command of extraputty window.
  • Give the possibility to personalize ExtraPuTTY installer.
  • Update windows installer to take into account TestStand V3.x and later.
  • Adding the possibility to not send the implicit CRLF after each command from DLL.
  • Adding the possibility to stored in automatic, PuTTY SSH security alert popup on new MAC address
  • Take into account the XML special characters (,&,",').
  • Adding the possibility from extraputty XML commands file to used commands defined in system menu or display messagebox, inputbox
  • Take into account unprintable characters from XML commands file.(value 0x00 to 0x20 and 0x7F).
  • Adding a function to wait one message on putty terminal.
  • Allow the possibility to change the colors,font ... of extraputty treeview.
  • The field "MaxSizeofData" of functions "SendRcvData_F" and "SendRcvData" is limited to 20 000 000 (maximum size of DataRcv 20 Mo).
  • Adding all errors code of DLL functions in user manual.
  • Adding the possibility to include other XML commands file.
  • Adding the possibility to locked the XML commands file.
  • Adding the possiblity to configure the port of the connexion from Connexion(_F) function.
  • Adding the possibility to configure the SendRcvData function only in reception way.
  • Allow the possibility to used the DLL in not a blocking state (Send - waiting reply).
  • Used a thread and a callback to report the data read in continous mode.

New in ExtraPuTTY 0.24 Ed17 (Jun 2, 2009)

  • Features:
  • Add Automatic sequencing of commands for PSFTP.
  • Bugs
  • the ExtraPuTTY trace is not properly create
  • the NewCRLF option is only take into account if extraputty HTML report is activate.
  • SendRcvData function behaves differently on some computers, all Windows XP. On some machines it requires a linefeed to execute commands, on other machines it does not.
  • The size of Putty window is not overloaded by the size defined in xml file.
  • Putty crash if one field of the xml file is missing. -No detection of empty field in xml file.
  • Wishlist -Allow the possibility to used the DLL in not a blocking state (Send - waiting reply). Used a thread and a callback to report the data read in continous mode.
  • anage Text report format for extraputty report. -Manage multiple connexions from one extraputty tool box. -Manage multiple brodcasting of commands on few targets .
  • Allow drag and drop inside the same branch of TreeView. -Allow the possibility to change the colors,font ... of extraputty treeview.
  • Allow to display the extraputty tool box with Win32TesStand using.
  • Manage invalid xml case.
  • Add all errors code of DLL functions in user manual.
  • Add the possibility to configure the SendRcvData function only in reception way. -Add the possibility to change the format of data (change CRLF) for SendRcvData function like SendRcvData_F.
  • Add the possiblity to configure the ExtraPuTTY HTML report (color,font ...).

New in ExtraPuTTY 0.23 (Apr 21, 2009)

  • Bugs fixed :
  • XML Commands file is not saved properly (unused tag )
  • ExtraPuTTY DLL does not work with Visual basic project (_stdcall compile needed)
  • ExtraPuTTY DLL is block if the size of data received exceed 10000 octets
  • if ExtraPuTTY DLL is crash or closed without used CloseConnexion function, extraputty is not ended
  • Putty is never stop (ressource view) if ExtraPuTTY trace is activate
  • When TestStand executes 'Initialize Telnet Connexion', the window putty take the focus also it is hiden.
  • TestStand Step CloseConnexion is not update by the installer
  • TestStand Step Send command appends all data in received buffer in loop condition
  • If the target is not ready when the initialisation command (login,password) is send, an ack is immediately replied before that the commands are send
  • On Win32Teststand using with same session it's impossible to connectdisconnect few times if one connexion becomes failed
  • These features were new in release 0.23
  • Give the possiblity to not send the CRLF at the end of command.
  • Allow the possiblity to change the ExtraPuTTY default setting with the installer.
  • No size Limitation of data exchange with extraputty and win32 application.
  • Disable all putty error box on Win32Teststand using.(used return of functions).
  • XML Commands file is not saved properly (unused tag ).
  • ExtraPuTTY DLL does not work with Visual basic project (_stdcall compile needed)
  • ExtraPuTTY DLL is block if the size of data received exceed 10000 octets.
  • if ExtraPuTTY DLL is crash or closed without used CloseConnexion function, extraputty is not ended.
  • Putty is never stop (ressource view) if ExtraPuTTY trace is activate.
  • When TestStand executes 'Initialize Telnet Connexion', the window putty take the focus also it is hiden.
  • TestStand Step CloseConnexion is not update by the installer.
  • TestStand Step Send command appends all data in received buffer in loop condition.
  • If the target is not ready when the initialisation command (login,password) is send, an ack is immediately replied before that the commands are send.
  • On Win32Teststand using with same session it's impossible to connectdisconnect few times if one connexion becomes failed.

New in ExtraPuTTY 0.22 (Mar 8, 2008)

  • The parameter "root" of connexion function is now optional.
  • Change the name of DLL, TesStand Ini file.
  • Make 2 groups of functions in DLL (functions with basic parameters and full parameters (TestStand design)).
  • Add SSH,Rlogin,Raw API for TestStandWin32 applications.
  • Permit to load putty session from TestStandwin32 applications for using personnal settings.
  • The Password command is not send after login with the initialisation function. For bypass this problem set to TRUE the parameter "ShowPutty" of step TestStand "Initialize Telnet Connexion" in order to send the password manualy.
  • In the extraputty report /DIV balise is missing after each step result.
  • The TestStand step "Send data" is blocked if no data is received
  • When the trace is activate with extraputty, all the command sending from putty impact the last command result (send with extraputty).
  • Allow to use ExtraPuTTY report only with PuTTY