The Beta plugins have been updated. The plugins based on OpenSSL don't require a seperate libeay32.dll any more.
Unless I get feedback to the contrary I'm thinking that the ARC4 and AESV2 plugins might make "production" status soon.
Sean
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
BETA Plugins updated
None of your new plugins, beta or non-beta, are unzippable with the included unzipper in Windows XP. I don't want to download WinZip, though it'll probably work there.
"File skipped unknown compression method"
Just wanted to give you a heads up. Hopefully you can revert back to the way you did it in the past to make it easier for us
Thanx for the great plugins btw!
"File skipped unknown compression method"
Just wanted to give you a heads up. Hopefully you can revert back to the way you did it in the past to make it easier for us
Thanx for the great plugins btw!
Ok,
Confirmed and corrected. I uploaded new zip files. For those who care, the difference was this:
7z a -tzip src.zip * -mx=9 -mpass=4 -mfb=64 -mm=Deflate64
7z a -tzip src.zip * -mx=9 -mpass=4 -mfb=64
Guess XP doesn't like Deflate64. Didn't make much of a difference anyway.
I like the fact that 7Zip is free, GPL, and has a command-line version I can use for scripting. I had been using RAR for scripting situations in the past but nobody uses RAR files. Everybody know ZIP.
FYI,
I recently (last week) wrote a series of scripts to automate the version number and creating the release builds and zip files. Once I'm satisfied with the code I can execute a script for each plugin that builds the DSM, UPX compresses it, copies it to a release directory, then create the release and source zips. Then it copies it to my WebSite directory. All I have to do then it FTP the file to my website.
Sean
Confirmed and corrected. I uploaded new zip files. For those who care, the difference was this:
7z a -tzip src.zip * -mx=9 -mpass=4 -mfb=64 -mm=Deflate64
7z a -tzip src.zip * -mx=9 -mpass=4 -mfb=64
Guess XP doesn't like Deflate64. Didn't make much of a difference anyway.
I like the fact that 7Zip is free, GPL, and has a command-line version I can use for scripting. I had been using RAR for scripting situations in the past but nobody uses RAR files. Everybody know ZIP.
FYI,
I recently (last week) wrote a series of scripts to automate the version number and creating the release builds and zip files. Once I'm satisfied with the code I can execute a script for each plugin that builds the DSM, UPX compresses it, copies it to a release directory, then create the release and source zips. Then it copies it to my WebSite directory. All I have to do then it FTP the file to my website.
Sean