|
<<Back
Changes from v1.0.5 -> v1.0.5.1
- Fix bug where screen froze when file transfer or chat was open.
- Close the chat dialog before deleting TextChat object. Wait for thread to exit before returning from KillDialog()
- Fixed server crash in KillAllClients when chat window was open -Suppress duplicate messages about lost communications.
- Suppress "File transfer completed" message if there's an error so the error is seen in the history dropdown
- autoreconnect fix
- unzip32 zip32 now always look in installed folder Server
- Save option permission fix
- performance tweak for server-side scaling -Close the chat dialog before deleting TextChat object. Wait for thread to exit before returning from KillDialog()
- Fixed server crash in KillAllClients when chat window was open
- Suppress duplicate messages about lost communications.
- close textchat dialog if open before deleting textchat object to avoid crashing the server.
- Update java -unzip32/zip32 embedded -Drivers fixed clasic style (bad captionbar)
Changes from v1.0.4 RC 17 -> v1.0.5
- Driver+applications that change resolution (like pinpall in fullscreen)
- vnclog : In some cases the standard path wasn't writable, now path can be set
- FT crash when clipboard is used during transfer fix
- Admin properties and domain user fix
- Inputlock input fix
Changes from v1.0.4 RC 16 -> v1.0.4 RC 17
- Exceptions thrown with no message cause access violations when Report called.
- All message boxes are now properly parented to the viewer window so that they are modal. We ran into quite a few that ended up behind the main window, or behind the file transfer windows
- Socket timeouts are now used during file transfer so that connections lost while connected to a repeater are detected (We have a multistage repeater chain (server -> repeater -> repeater-> repeater -> viewer that doens't reliably tear down connections on network failure. Don't ask ;) )
- A small keepalive message is sent every 5 seconds after receiving a file chunk to keep the server or viewer from timing out during a read. This is necessary because there's no flow control in the FT protocol. I didn't notice a decrease in throughput. Keepalive support is negotiated between viewer and server. Should be fully backwards compatible, though I suppose if the viewer doens't want keepalives, the server should not use the socket timeouts.
- The prompt for exit is now respects the m_fExitCheck setting if the 'x' in the full screen titlebar is clicked
- Another big change to the file transfer module is that a temporary file is used to hold the file being transferred. When it is successfully completes, it is moved to the original file name -- resume still works too. This was because when a file transfer is interrupted, a user (ie, service tech) can't tell if the file is complete.
- The close button on the file transfer dialog is now enabled and disabled during file transfers. You can't close the window with the 'x' during a transfer, but you can otherwise
- Many variables are now properly initialized.
- The black layered window is now brought to the top every 20ms -- the start menu is still visible on the remote system so this change makes it go away faster. It's not a good fix but I couldn't find a better way with the time I had.
- You can now register the service with a custom name.
- Simplified Copy_to_temp and copy_to_secure_from_temp
- When the network connection is lost, a message is shown "Connection lost due to communication failure" instead of "writeexact: socket error while writing"
- socket read/write errors now break the while (connected) loop in vncclient.cpp
- Simplified file handle cleanup
- FT crash fix, lock screeen while transfer
- quickoption fix: Was not saved correct
Changes from v1.0.4 RC 15 -> v1.0.4 RC 16
- Handle leak service fix
- manifest update ( asinvoker)
- projects updated for VS2005/2008
- patches Jeff
- only allows the viewer that disabled remote input to reenable it
- FT crash bug when the source file could not be read on the server
- fullscreen: mode, make the tooltips for the toolbar visible
- fullscreen: multimon fix
- FT: no media in remote driver fix
- patches Pgmoney
- confirm exit option
Changes from v1.0.4 RC 12 -> v1.0.4 RC 13
- FIX plugin path FIX crash after wrong rfbversion message
Changes from v1.0.4 RC 8 -> v1.0.4 RC 7
- memory and resource leaks corrected
- server:
- + MS logon II and group/user settings, permission error corrected
- + added winvnc.exe -kill
- + added extra driver info
- viewer:
- + added option to set the autoreconnect number
- +Vista driver activation should be fixed
- +keyboard fix, for international keyboards. Only tested with french and belgium keyboard (dead keys)
- +commandline options added (same as in 102)
- *memory bounding error fixed
- *serveral possible security risks fixed.. ( added extra protection against buffer overwrites that could be invoked by modified server or viewers.)
- *32 / 64 drivers
- *32 / 64 exectables
- Driver mv2.dll changed !!!!!!!!!!! new server require new driver.
Changes from v1.0.4 RC 7 -> v1.0.4 RC 8
- added option to kick rdp (same as rc4) typo's corrected runasadmin, vista, application mode fix
Changes from v1.0.4 RC 3 -> v1.0.4 RC 4
- resouce leaks fixed
- less mem paging
- options/passwd protected by passwd for standard user
- faster on Vista
- sponsor logo removable
Changes from v1.0.4 RC 2 -> v1.0.4 RC 3
- Tray icon fix
- chat window fix
- blackscreen fix
- ultravnc.ini (AUC)
- added support for the pchelpware hook
Changes from v1.0.4 RC 1 -> v1.0.4 RC 2
- Wallpaper fix
- pollfullscreen back working
- Filetransfer OK
- Settings (ini file)
- administrator and standard user now use UAC to change vnc parameters.
- Standard users popup for admin user/passwd, admin user require UAC accept.
- MSLOGON II fix (manual setting registry is no longer needed)
<<Back
|