July 3rd, 2009

Update: SecureCRT 6.2.2

A new SecureCRT maintenance update has been released: 6.2.2.

SECURECRT 6.2.2 FINAL DOWNLOADS
SECURECRT 6.2.2 CHANGELOG
- Added support for administratively prohibiting checking for updates from within SecureCRT.
- SecureCRT could crash if a session showing elapsed time was connected and the Windows system date or time was set to a value in the past.
- If a session that required a password was cloned, the password had to be entered again.
- When the session option “Use Windows copy and paste hotkeys” was set, the hotkeys for Find and Select All did not work.
- If the path in the “Select File to Send as ASCII” dialog was changed, it was not remembered the next time that dialog was displayed. It is now remembered until SecureCRT exits.
- The installer did not honor LICENSE_FILE or CONFIG_FOLDER_PATH entries that were specified in an ANSWERFILE.
- Silent installs did not add the program to the Start menu or the list of installed programs in the Windows Control Panel.
- Telnet: If a logon script that did not send an initial carriage return was specified for a session, a carriage return (OxOD) was sent in a separate packet during authentication, which caused authentication to fail if the server used line mode.
- SSH2: Previously, the default GEX preferred key size was changed from 2046 to 2048. However, the GSSAPI GEX maximum key size was still 2046, which caused the server to report an error and disconnect the session when GSSAPI GEX was used.
July 2nd, 2009

Update: Recuva 1.28.424 – native 64-bit support and exFAT

Recuva running on Windows 7 Beta Build 7000

Recuva running on Windows 7 Beta Build 7000

Recuva 1.28.424 is now out and includes exFAT support and Windows 7/98 improvements.

PLUS it now runs natively on 64-bit systems!

RECUVA 1.28.424 DOWNLOADS
Get it now: Download Recuva 1.28.424
EXE installer, slim build, 1.44MB, MD5 sum: 02AD3857A0EC43C7888BC3B39049635A

Portable version: Download Recuva 1.28.424 Portable
EXE installer, 1.71MB, MD5 sum: FA94D03F951447B545A7D084A519940E

RECUVA 1.28.424 CHANGELOG
- Added native 64-bit support.
- Added support for exFAT drives.
- Improved Windows 7 support.
- Fixed browse issue with the Wizard in Win98.
- Fixed a few other Win98 issues.
- Minor UI tweaks.
July 2nd, 2009

Update: VirtualBox 3.0.0 – SMP, OpenGL and Direct3D support

xVM VirtualBox reaches a new milestone: version 3.0.0!

Highlights include: guest SMP support (very useful if you have a multi-core host), experimental Direct 3D support for Windows guests and OpenGL for Windows, Linux and Solaris guests.

DOWNLOAD SUN VXM VIRTUALBOX 3.0.0
Get it now: Download VirtualBox 3.0.0 (for both 32-bit and 64-bit hosts)
exe installer, 67.4MB, MD5 sum: 04F279808BE47CA98D40FF0B5C2E6D7E

Other stuff: VirtualBox for Linux, Mac, Solaris + SDKs and older versions

WHAT’S NEW IN SUN XVM VIRTUALBOX 3.0.0
Guest SMP with up to 32 virtual CPUs (VT-x and AMD-V only; see chapter 3.7.2.2 of the user manual)
Windows guests: ability to use Direct3D 8/9 applications / games
Support for OpenGL 2.0 for Windows, Linux and Solaris guests

Solaris hosts: allow suspend/resume on the host when a VM is running (bug #3826)
Solaris hosts: loosen the restriction for contiguous physical memory under certain conditions
Mac OS X hosts: fixed guest PAE
Linux hosts: kernel module compile fixes for 2.6.31 (bug #4264)
VMM: fixed occasional guru meditation when loading a saved state (VT-x only)
VMM: eliminated IO-APIC overhead with 32 bits guests (VT-x only, some Intel CPUs don’t support this feature (most do); bug #638)
VMM: fixed 64 bits CentOS guest hangs during early boot (AMD-V only; bug #3927)
VMM: performance improvements for certain PAE guests (e.g. Linux 2.6.29+ kernels)
VMM: some Windows guests detected a completely wrong CPU frequency (bug #2227)
VMM: fixed hanging and unkillable VM processes (bug #4040)
VMM: fixed random infrequent guest crashes due to XMM state corruption (Win64 hosts only)
VMM: performance improvements for network I/O (VT-x/AMD-V only)
GUI: added mini toolbar for fullscreen and seamless mode (Thanks to Huihong Luo)
GUI: redesigned settings dialogs
GUI: allow to create/remove more than one host-only network adapters (non Windows hosts)
GUI: display estimated time for long running operations (e.g. OVF import/export)
GUI: fixed rare hangs when open the OVF import/export wizards (bug #4157)
3D support: fixed VM crashes for client applications using incorrect OpenGL states
3D support: fixed memory corruption when querying for supported texture compression formats
3D support: fixed incorrect rendering of glDrawRangeElements
3D support: fixed memory leak when using VBOs
3D support: fixed glew library detection
3D support: fixed random textures corruption
VRDP: support Windows 7 RDP client
Networking: fixed another problem with TX checksum offloading with Linux kernels up to version 2.6.18
NAT: fixed “open ports on virtual router 10.0.2.2 – 513, 514” (forum)
NAT: allow to configure socket and internal parameters
NAT: allow to bind sockets to specific interface
PXE boot: significant performance increase (VT-x/AMD-V only)
VHD: properly write empty sectors when cloning of VHD images (bug #4080)
VHD: fixed crash when discarding snapshots of a VHD image
VHD: fixed access beyond the block bitmap which could lead to arbitrary crashes
VBoxManage: fixed incorrect partition table processing when creating VMDK files giving raw partition access (bug #3510)
VBoxManage: support cloning to existing image file
OVF: several OVF 1.0 compatibility fixes
OVF: fixed exporting of disk images when multiple virtual machines are exported at once
Virtual mouse device: eliminated micro-movements of the virtual mouse which were confusing some applications (bug #3782)
Shared Folders: sometimes a file was created using the wrong permissions (2.2.0 regression; bug #3785)
Shared Folders: allow to change file attributes from Linux guests and use the correct file mode when creating files
Shared Folders: some content was incorrectly written under certain conditions (bug #1187)
Shared Folders: fixed incorrect file timestamps, when using Windows guest on a Linux host (bug #3404)
X11 clipboard: fix duplicate end of lines (bug #4270)
X11 guests: a number of shared clipboard fixes
Linux guests: Guest Additions support for SUSE Linux Enterprise Desktop 11
Linux guests: new daemon vboxadd-service to handle time synchronization and guest property lookup
Linux guests: implemented guest properties (OS info, logged in users, basic network information)
Windows host installer: VirtualBox Python API can now be installed automatically (requires Python and Win32 Extensions installed)
USB: Support for high-speed isochronous endpoints has been added. In addition, read-ahead buffering is performed for input endpoints (currently Linux hosts only). This should allow additional devices to work, notably webcams (bug #242).
USB: fixed error handling for some USB dongles
Web service: fixed inability to handle NULL pointers for object arguments, which are valid values for a lot of APIs, in both the raw and the object-oriented web service.
Web service: object-oriented bindings for JAX-WS did not exhibit interface inheritance correctly, fixed
Web service: added support for IDisplay and IGuest interfaces, which were previously unavailable
Registration dialog uses Sun Online accounts now

July 1st, 2009

Update: ZOC 6.12

ZOC running on Windows 7 Beta

ZOC running on Windows 7 Beta

ZOC has been updated to 6.12. This is (again) mainly a maintenance release.

DOWNLOAD ZOC 6.12
Get it now: Download ZOC 6.12 (Windows)
exe installer, 3.90MB, MD5 sum: 58CFD8AF9083437CDA6DB7995056BF30

Mac OS X version: Download ZOC 6.12 for Mac

Other platforms, resources: ZOC download page

WHAT’S NEW IN ZOC 6.12
- QNX emulation now allows to output with non-IBM/DOS codepages
- redrawing quirk in local typing bar with colorful tabs
- Linux and Xterm did not accept Meta key combination Alt+?
- editing of multiple host directory entries was broken
- sometimes showed internal error about fBitmapContext (OS X Snow Leopard only)
- spurious SSH error mesage (shutdown failed)
- eating system resources when running in Windows locked desktop (Windows only)
- some memory lost when changing number of max lines in scrollback
- crash when scolling past the bottom with Find dialog open
- better error message for telnet socket creation errors
- screen contents sometimes lost when vt swtiches between 80 and 132 columns
- last entry for the recent script files in REXX menu was ignored
- change to terminal-features-query (ESC-Z) for VT100
- problem remapping Enter, Return, Ctrl+Enter, Tab, Ctrl+Tab (Windows only)
- keep-alive for telnet (global telnet options)
- entry ‘move to’ was sometimes missing from popup menu in host directory
- key ’5′ on numeric keypad did not work (OS X only)
- fingerprints for SSH2 connections (you may get prompted for host keys again)
- could not do SSH login from host dir if device was “(same as session profile)”
- new host directory entries were not created in the current folder
- graphical quirk in the local typing bar with colorful tabs (Windows only)
July 1st, 2009

Update: WinRAR 3.90 Beta 4

WinRAR 3.90 Beta 4 is here to fix several bugs introduces in the previous betas. There are a couple of improvements too, such as the ability to disable the “turn off PC when done” option.

WINRAR 3.90 BETA 4 DOWNLOADS
Get it now: Download WinRAR 3.90 Beta 4 (32-bit)
EXE installer, 1.31MB, MD5 sum: 41708D4E67AE5C91411496B40448F614

x64 version: Download WinRAR 3.90 Beta 4 (64-bit)
EXE installer, 1.45MB, MD5 sum: F96C5046916D651CD2A1310FCA5E8F19

Portable version: Download WinRAR Unplugged 3.8.0.1
ZIP, 2.13MB, MD5 sum: 97799E0541DE996041A476BCA7B362AB

WHAT’S NEW IN WINRAR 3.90 BETA 4
- New ‘Shutdown’ variable in ‘Software\WinRAR\Policy’ registry key allows to disable “Turn PC off when done” option for security reasons. Read “Configuration settings/Registry variables” for more details.

- Program Compatibility Assistant in Windows 7 will not display an erroneous “This program might not have installed correctly” message after closing RAR SFX archives created by this beta.

- Improved compatibility with high DPI Windows display mode.

- Bugs fixed:
a) beta 3 did not display archiving commands in context menu if user selected several archives;
b) beta 3 did not handle ‘LongLink’ records in TAR archives correctly;
c) recovery record based repair did not work correctly in previous beta versions;
d) beta 3 could display a folder icon for archived files without a file extension.

June 27th, 2009

Update: CCleaner 2.21.940 – U3 Installer and Improved Windows 7 Support

CCleaner just got updated to 2.21.940.

Starting with this version a special installer is available for U3 pendrive users.

There are a few additions to the supported applications for cleaning (see changelog for list) as well as various fixes and improvements (Windows 7, Windows 98, registry cleaning on 64-bit, and so on).

CCLEANER 2.21.940 DOWNLOADS
Get it now: Download CCleaner 2.21.940
EXE installer, no toolbar, 984KB, MD5 sum: A93E0F01A787FEBA75FE62188D71929C

Portable version (ZIP, extract to USB stick): Download CCleaner 2.21.940 Portable
ZIP, 983KB, MD5 sum: AC2DF31B6A3614CFBB50D4A44ADEBCB9

Portable version (U3): Download CCleaner 2.21.940 Portable (U3)
U3 exe installer, 1.3MB, MD5 sum: 8B8C2184ADDDA500A2E3C6ABE3764369

WHAT’S NEW IN CCLEANER 2.21.940
- Added U3 smart drive support. (Separate installer)
- Added support for: Adobe Reader 9.0, Adobe Photoshop CS3, Adobe Photoshop CS4, Adobe llustrator CS4, Nero Burning ROM 9, OpenOffice 3.1, AVG AntiVirus 8.0, AntiVir Desktop and Vuze.
- Added Installed date and size to Uninstall Tool.
- Added support for multiple item selection on Start up tool.
- Added support for cleaning Windows 2008 IIS log files.
- Improved Windows 7 support.
- Improved 64-bit Registry cleaning accuracy.
- Improved loading of System Restore Tool.
- Improved various routines in the uninstaller code.
- Fixed Windows 7 Task Scheduler bug.
- Fixed “No Disk” bug when using Wipe Free Space.
- Fixed Win98 support.
- Minor text and translation improvements.
- Minor bug fixes.
June 27th, 2009

Update: TreeSize Free 2.3.2

TreeSize Free 2.3.2 is now out.

TREESIZE 2.3.2 DOWNLOADS
Get it now: Download TreeSize Free 2.3.2
exe installer, 1.55MB, MD5 sum: 443B89127C02F16042FD6CC63A48C1F3

Portable (U3): Download TreeSize Free 2.3.2 for U3
U3 exe installer, 1.71MB, MD5 sum: FF66FC03AEB77E082F20CC4F7B03D2BE

WHAT’S NEW IN TREESIZE FREE 2.3.2
Bugfix: In some cases the root folder in TreeSize was not expandable.

Stats by WP SlimStat