UltraVNC

UltraVNC 1.2.2.4

UltraVNC Team
開源軟體

UltraVNC 1.0.5.3

更新時間:2008-12-28
更新細節:

- Added settings editor (as separate application)
- Added option to preset prim/sec/both desktops as default
- Terminal service dependency removed


版本下載:UltraVNC 1.0.5.3

UltraVNC 1.0.5.1

更新時間:2008-10-07
更新細節:

Viewer -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)


版本下載:UltraVNC 1.0.5.1

UltraVNC 1.0.5

更新時間:2008-08-31
更新細節:

** v1.0.5 Release
(v1.0.4 was never released. We switched directly to v1.0.5)

* Update 23 aug

- Driver+applications that change resolution (like pinpall in fullscreen)
- vnclog : In some cases the standard path wasn't writable, now path can be set

* Update 13 aug

- FT crash when clipboard is used during transfer fix
- Admin properties and domain user fix
- Inputlock input fix

* Update 3 aug

- 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.
- Socket timeouts are now used during file transfer so that connections lost
while connected to a repeater are detected
- 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.
- 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.
- 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


* Update 10July

- Repeater: found bug that required server to be connected first.
Now you can connect server or viewer first
- Viewer: option are now correct loaded.
The problem was the the presets didn't have "manual set", this cause the presets
always to be loaded on top of manual settings.
- Server now take as commandline
- Autoreconnect -id:???
- Single repeater connection server had a possible error ( reconnect couldn't
happen if shutdown by service is requested)


* Update 26 june 2008

- View Only, comment text: Alt+Ctrl+F3
- Ctrl+Shift+Esc open Task Manager on winvnc application and service
- Ctrl+Alt+F4 send Ctrl+Shift+Esc if winvnc run as application
- Dead keys ' ^`"´ and € + winkey shortcuts (Windows Logo Key)
- Scroll Lock ON, winkey + shortcuts sent to remote
- Scroll Lock OFF, winkey + shortcuts are local (default)
- 8bit (switching codec+colors) vncviewer crash, fixed.
- Auto scaling remote screen improved to fit to local screen
- winvnc with mirror driver 1.22 active only when viewer connected, fixed
- ExitCheck (default=false vncviewer config file)(pgmoney)


* Update 16 june 2008
- vncviewer, View Only (check box) and title bar
- vncviewer, command line encoding, added zrle and zywrle
- vncviewer auto scaling big screen of remote server to small video screen
local viewer.
- vista, uvnc_service already installed as service (winvnc)
- Start service (need to be previously installed) (Jeff for w2k fix)


版本下載:UltraVNC 1.0.5

UltraVNC 1.0.4 RC17

更新時間:2008-08-04
更新細節:

**Update 3 aug
- 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


版本下載:UltraVNC 1.0.4 RC17

UltraVNC 1.0.4 RC16

更新時間:2008-05-13
更新細節:

104RC16
-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


版本下載:UltraVNC 1.0.4 RC16

UltraVNC 1.0.4 RC14

更新時間:2008-02-25
更新細節:

** v1.0.4 RC14 Version RC13 was buggy RC14 now use VS2005. Run stable when no multiple connections are made.


版本下載:UltraVNC 1.0.4 RC14

UltraVNC 1.0.4 RC13

更新時間:2008-02-18
更新細節:

** v1.0.4 RC13 FIX plugin path FIX crash after wrong rfbversion message
** v1.0.4 RC12BISII FIX W2K and service
** v1.0.4 RC12BIS FIX video driver popup


版本下載:UltraVNC 1.0.4 RC13

UltraVNC 1.0.4 RC12

更新時間:2008-02-10
更新細節:

*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.


版本下載:UltraVNC 1.0.4 RC12

UltraVNC 1.0.4 RC8

更新時間:2008-01-09
更新細節:

Added option to kick rdp (same as rc4) typo's corrected runasadmin, vista, application mode fix


版本下載:UltraVNC 1.0.4 RC8

UltraVNC 1.0.4 RC7

更新時間:2008-01-04
更新細節:沒有資料
版本下載:UltraVNC 1.0.4 RC7

UltraVNC 1.0.4 RC6

更新時間:2007-12-10
更新細節:

Installer fixes DSM encryption plugin
added Invisible query window fix
Several java bug fixes by triessner in the FileTransfer
GUI beep fixed
win2003 install via rdp session fix


版本下載:UltraVNC 1.0.4 RC6

UltraVNC 1.0.4 RC5

更新時間:2007-11-09
更新細節:

Integration of service and separate help exe in winvnc.exe Mouse fix Dsm plugin fixes


版本下載:UltraVNC 1.0.4 RC5

UltraVNC 1.0.4 RC4

更新時間:2007-10-01
更新細節:

resouce leaks fixed
less mem paging
options/passwd protected by passwd for standard user
faster on Vista
sponsor logo removable


版本下載:UltraVNC 1.0.4 RC4

UltraVNC 1.0.4 RC3

更新時間:2007-09-18
更新細節:

+Tray icon fix
+chat window fix
+blackscreen fix
+ultravnc.ini (AUC)
+added support for the pchelpware hook


版本下載:UltraVNC 1.0.4 RC3

UltraVNC 1.0.4 RC2

更新時間:2007-09-11
更新細節:

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)


版本下載:UltraVNC 1.0.4 RC2