2009-09-06

Pidgin 2.6.2

Pidgin 2.6.2Pidgin is a chat program which lets you log in to accounts on multiple chat networks simultaneously. This means that you can be chatting with friends on MSN, talking to a friend on Google Talk, and sitting in a Yahoo chat room all at the same time.
Pidgin runs on Windows, Linux, and other UNIX operating systems.

Pidgin is compatible with the following chat networks out of the box: AIM, ICQ, Google Talk, Jabber/XMPP, MSN Messenger, Yahoo!, Bonjour, Gadu-Gadu, IRC, Novell GroupWise Messenger, QQ, Lotus Sametime, SILC, SIMPLE, MySpaceIM, and Zephyr. It can support many more with plugins.

Pidgin supports many features of these chat networks, such as file transfers, away messages, buddy icons, custom smilies, and typing notifications. Numerous plugins also extend Pidgin's functionality above and beyond the standard features.

Pidgin integrates with the system tray on Windows.

Title: Pidgin 2.6.2
Filename: pidgin-2.6.2.exe
File size: 13.79MB (14,464,254 bytes)
Requirements: Windows (All Versions)
License: Open Source
Date added: September 6, 2009
Author: Gaim
www.pidgin.im


Change Log:

* libpurple
o Fix --disable-avahi to actually disable it in configure, as opposed to just making the warning non-fatal.
o Fix using GNOME proxy settings properly. (Erik van Pienbroek)

* IRC
o Fix parsing of invalid TOPIC messages. (CVE-2009-2703)

* MSN
o Sending custom smileys in chats is now supported.
o Ink messages are now saved when using the HTML logger.
o Fix a crash when receiving some handwritten messages.
o Fix a crash when receiving certain SLP invite messages.
o Chats with multiple people should no longer spontaneously disconnect.

* XMPP
o Prompt the user before cancelling a presence subscription.
o Escape status messages that have HTML entities in the Get Info dialog.
o Fix connecting to XMPP domains with no SRV records from Pidgin on Windows.
o Fix typing notifications with Pidgin 2.5.9 or earlier.
o Fix connecting using BOSH and legacy authentication (XEP-0078).
o Adding buddies of the form "romeo@…/Resource" are handled properly. In addition, it is no longer possible to add buddies of the form "room@…/User", where room@… is a MUC.
o Don't crash when receiving "smileyfied" XHTML-IM from clients that don't support bits of binary (ie. when getting an empty in return)
o Fix bug where SSL/TLS was not required even though the "require SSL/TLS" preference checked when connecting to servers that use the older iq-based authentication. (CVE-2009-3026)

* Yahoo!/Yahoo! JAPAN
o Accounts now have "Use account proxy for SSL connections" option. This option force-overrides the account specific proxy settings for SSL connections only and instead uses the global proxy configuration.

* Finch
o Properly detect libpanel on OpenBSD. (Brad Smith)
o Remove IO watches in gnt_quit. (Tomasz Mon)

* Pidgin
o Fix the auto-personize functionality in the Buddy List.
o Set the window icon for the media window to an icon corresponding to the type of call (headphone or webcam).
o Customized sound files are no longer reset whenever opening the Preferences dialog.
o The buddy list should now immediately refresh upon changing the icon theme.

2009-09-05

SeaMonkey 1.1.18

SeaMonkey 1.1.18SeaMonkey is a web-browser, advanced e-mail and newsgroup client, IRC chat client, and HTML editing made simple -- all your Internet needs in one application.
* Tabbed browsing gives you a better way to surf the net. You no longer have to open one page at a time. With tabbed browsing, open several pages at once with one click. Plus, your homepage can be multiple pages, in tabs.
* Popup blocker lets you surf the web without interruption from annoying ads.
* Image Manager lets you block images to remove offensive images or speed up the rendering of web sites.
* Find as you type gives you another way to navigate a page. Just start typing to jump from link to link or to find a word or phrase within a page.
* Plus all the features a modern browser should have including: Advanced security settings; Password, Download, and Cookie managers; Themes; multi-language and multi-platform support; and, the latest in Web Standards.

Title: SeaMonkey 1.1.18
Filename: seamonkey-1.1.18.en-US.win32.installer.exe
File size: 12.65MB (13,266,944 bytes)
Requirements: Windows (All Versions)
License: Freeware
Date added: September 4, 2009
Author: Mozilla Organization
www.mozilla.org
Homepage: www.mozilla.org/projects/seamonkey


Change Log:

# New Feature
the same library for secure connections as as in Firefox 3 is used, which does stricter checking for wildcard certificates. A wildcard can only match one domain level now, e.g. a *.mozilla.org certififcate does match addons.mozilla.org but not en-US.addons.mozilla.org now.
This is not a bug, SeaMonkey is actually following the specification correctly now and was not doing it correctly before.

# Bug Fixes -
-Heap overflow in certificate regexp parsing
-MFSA 2009-42 Compromise of SSL-protected communication

2009-09-04

MySQL 5.1.38

MySQL 5.1.38MySQL Community Edition is a freely downloadable version of the world's most popular open source database that is supported by an active community of open source developers and enthusiasts.
MySQL delivers enterprise features, including:

* Partitioning to improve performance and management of very large database environments
* Row-based/Hybrid Replication for improved replication security
* Event Scheduler to create and schedule jobs that perform various database tasks
* XPath Support
* Dynamic General/Slow Query Log
* Performance/Load Testing Utility (mysqlslap)
* Improved! Full Text Search (faster, new dev templates)
* Improved! Archive engine (better compression, more features)
* Improved! User session and problem SQL identification
* Improved! MySQL embedded library (libmysqld)
* Additional INFORMATION_SCHEMA objects
* Faster data import operations (parallel file load)
* ACID Transactions to build reliable and secure business critical applications
* Stored Procedures to improve developer productivity
* Triggers to enforce complex business rules at the database level
* Views to ensure sensitive information is not compromised
* Information Schema to provide easy access to metadata
* Pluggable Storage Engine Architecture for maximum flexibility
* Archive Storage Engine for historical and audit data

Title: MySQL 5.1.38
Filename: mysql-essential-5.1.38-win32.msi
File size: 38.33MB (40,197,120 bytes)
Requirements: Windows 9x/2000/XP/2003/Vista
License: Open Source
Date added: September 4, 2009
Author: MySQL AB
www.mysql.com


Change Log:

#Functionality added or changed:

* The InnoDB Plugin is included in MySQL releases, in addition to the built-in version of InnoDB that has been included in previous releases. This version of the InnoDB Plugin is 1.0.4 and is considered of Beta quality.

* Replication: With statement-based logging (SBL), repeatedly calling statements that are unsafe for SBL caused a warning message to be written to the error log for each statement, and there was no way to disable this behavior. Now the server logs messages about statements that are unsafe for statement-based logging only if the log_warnings variable is greater than 0. (Bug#46265)

* The undocumented TRANSACTIONAL and PAGE_CHECKSUM keywords were removed from the grammar. (Bug#45829)

* Previously, SELECT ... INTO OUTFILE dumped column values without character set conversion, which could produce data files that cannot be imported without error if different columns used different character sets. A consequence of this is that mysqldump ignored the --default-character-set option if the --tab option was given (which causes SELECT ... INTO OUTFILE to be used to dump data.)

INTO OUTFILE now can be followed by a CHARACTER SET clause indicating the character set to which dumped values should be converted. Also, mysqldump adds a CHARACTER SET clause to the SELECT ... INTO OUTFILE statement used to dump data, so that --default-character-set is no longer ignored if --tab is given.

Other changes are that SELECT ... INTO OUTFILE enforces that ENCLOSED BY and ESCAPED BY arguments must be a single character, and SELECT ... INTO OUTFILE and LOAD DATA INFILE produce warnings if non-ASCII field or line separators are specified. (Bug#30946)

* The MySQL euckr character set now can store extended codes [81...FE][41..5A,61..7A,81..FE], which makes euckr compatible with the Microsoft cp949 character set.

#Bugs fixed:

* Partitioning: Attempting to create a table using an invalid or inconsistent subpartition definition caused the server to crash. An example of such a statement is shown here:

CREATE TABLE t2 (s1 INT, s2 INT)
PARTITION BY LIST (s1) SUBPARTITION BY HASH (s2) SUBPARTITIONS 1
(
PARTITION p1 VALUES IN (1),
PARTITION p2 VALUES IN (2) (SUBPARTITION p3)
);
(Bug#46354)

* Partitioning: When using a debug build of MySQL, if a query against a partitioned table having an index on one or more DOUBLE columns used that index, the server failed with an assertion. (Bug#45816)

* Partitioning: A failed RENAME TABLE operation on a table with user-defined partitioning left the table in an unusable state, due to only some of the table files having been renamed. (Bug#30102)

* Replication: When a statement that changes a non-transactional table failed, the transactional cache was flushed, causing a mismatch between the execution and logging histories. Now we avoid flushing the transactional cache unless a COMMIT or ROLLBACK is issued. (Bug#46129)

* Replication: The internal function get_master_version_and_clock() (defined in sql/slave.cc) ignored errors and passed directly when queries failed, or when queries succeeded but the result retrieved was empty. Now this function tries to reconnect the master if a query fails due to transient network problems, and to fail otherwise. The I/O thread now prints a warning if the some system variables do not exist on master (in the event the master is a very old version of MySQQL, compared to the slave.) (Bug#45214)

* Replication: When using the MIXED logging format, after creating a temporary table and performing an update that switched the logging format to ROW, the format switch persisted following the update. This prevented any subsequent DDL statements on temporary tables from being written to the binary log until the temporary table was dropped. (Bug#43046) See also Bug#40013.
This regression was introduced by Bug#20499.

* Replication: If the --log-bin-trust-function-creators option is not enabled, CREATE FUNCTION requires one of the modifiers DETERMINISTIC, NO SQL, or READS SQL DATA. When using statement-based mode, the execution of a stored function should follow the same rules; however, only functions defined with DETERMINSTIC could actually be executed. In addition, the wrong error was generated (ER_BINLOG_ROW_RBR_TO_SBR instead of ER_BINLOG_UNSAFE_ROUTINE).

Now execution of stored functions is compatible with creation in this regard; when a stored function without one of the modifiers above is executed in STATEMENT mode, the correct error is raised, and functions defined using NO SQL, READS SQL DATA, or both (that is, without using DETERMINSTIC) can be excuted. (Bug#41166)

* The test suite was missing from RPM packages. (Bug#46834)

* Incorrect index optimization could lead to incorrect results or server crashes. (Bug#46454)

* The server printed warnings at startup about adjusting the value of the max_join_size system variable. (These were harmless, but might be seen by users as significant.) (Bug#46385)

* After an error such as a table-full condition, INSERT IGNORE could cause an assertion failure for debug builds. (Bug#46075)

* An optimization that moved an item from a subquery to an outer query could cause a server crash. (Bug#46051)

* Several Valgrind warnings were corrected. (Bug#46003, Bug#46034, Bug#46042)

* CREATE TABLE ... SELECT could cause a server crash if no default database was selected. (Bug#45998)

* For problems reading SSL files during SSL initialization, the server wrote error messages to stderr rather than to the error log. (Bug#45770)

* The vendor name change from MySQL AB to Sun Microsystems, Inc. in RPM packages was not handled gracefully when upgrading MySQL using an RPM package. (Bug#45534)

* A Windows Installation using the GUI installer would fail with:
MySQL Server 5.1 Setup Wizard ended prematurely
The wizard was interrupted before MySQL Server 5.1. could be completely installed. Your system has not been modified. To complete installation at another time, please run setup again. Click Finish to exit the wizard. This was due to an step in the MSI installer that could fail to execute correctly on some environments. (Bug#45418)

* Invalid memory reads could occur using the compressed client/server protocol. (Bug#45031)

* The mysql_real_connect() C API function only attempted to connect to the first IP address returned for a hostname. This could be a problem if a hostname mapped to multiple IP address and the server was not bound to the first one returned. Now mysql_real_connect() attempts to connect to all IPv4/6 addresses that a domain name maps to. (Bug#45017)

* Invalid input could cause invalid memory reads by the parser. (Bug#45010)

* Some files in an AIX tar file distribution unpacked with incorrect permissions. (Bug#44647)

* For debug builds, executing a stored procedure as a prepared statement could sometimes cause an assertion failure. (Bug#44521)

* Using mysql_stmt_execute() to call a stored procedure could cause a server crash. (Bug#44495)

* Creating a new instance after previously removing an instance would fail to complete the installation properly because the security settings could not be applied correctly. (Bug#44428)

* mysqlslap ignored the --csv option if it was given without an argument. (Bug#44412)

* Enabling the event scheduler from within the file specified by --init-file caused a server crash. (Bug#43587)

* The server did not always check the return value of calls to the hash_init() function. (Bug#43572)

* The table cache lock (LOCK_open) is now an adaptive mutex, which should improve performance in workloads where this lock is heavily contended. (Bug#43435)

* mysqladmin --count=X --sleep=Y incorrectly delayed Y seconds after the last iteration before exiting. (Bug#42639)

* A test for stack growth failed on some platforms, leading to server crashes. (Bug#42213)

* mysqladmin did not have enough space allocated for tracking all variables when using --vertical or --relative with extended-status. (Bug#40395)

* Partitioning a log table caused a server crash. (Bug#40281)

* When using quick access methods to search for rows in UPDATE and DELETE statements, there was no check whether a fatal error had already been sent to the client while evaluating the quick condition. Consequently, a false OK (following the error) was sent to the client, causing the error to be incorrectly transformed into a warning. (Bug#40113)

* SHOW PROCESSLIST could access freed memory of a stored procedure run in a concurrent session. (Bug#38816)

* During installation on Windows, the MySQL Instance Configuration Wizard window could be opened at a size too small to be usable. (Bug#38723)

* make_binary_distribution did not always generate correct distribution names. (Bug#37808)

* The server crashed when executing a prepared statement containing a duplicated MATCH() function call in the select list and ORDER BY clause; for example, SELECT MATCH(a) AGAINST('test') FROM t1 ORDER BY MATCH(a) AGAINST('test'). (Bug#37740)

* The output of mysqldump --tab for views included a DROP TABLE statement without the IF EXISTS qualifier. (Bug#37377)

* mysql_upgrade silently ignored the --basedir and --datadir options, which it accepts for backward compatibility. Now it prints a warning. (Bug#36558)

* mysqlimport was not always compiled correctly to enable thread support, which is required for the --use-threads option. (Bug#32991)

* mysqlcheck failed to fix table names when the --fix-table-names and --all-in-1 options were both specified. (Bug#31821)

* If the MySQL server was killed without the PID file being removed, attempts to stop the server with mysql.server stop waited 900 seconds before giving up. (Bug#31785)

* When performing an installation on Windows using the GUI installer, the installer would fail to wait long enough during installation for the MySQL service to be installed, which would cause the installation to fail and may cause security settings, such as the root password to not be applied correctly. (Bug#30525)

* mysql included extra spaces at the end of some result set lines. (Bug#29622)

* The mysql client inconsistently handled NUL bytes in column data in various output formats. (Bug#28203)

* mysqlimport did not correctly quote and escape table identifiers and file names. (Bug#28071)

* When installing the Windows service, using quotes around command-line configuration parameters could cause the quotes to incorrectly placed around the entire command-line option, and not just the value. (Bug#27535)

* If the mysql client was built with the readline library and the .inputrc file mapped Space to the magic-space function, it became impossible to enter spaces. (Bug#27439)

* If InnoDB reached its limit on the number of concurrent transactions (1023), it wrote a descriptive message to the error log but returned a misleading error message to the client, or an assertion failure occurred. (Bug#18828)

Vista Codec Package 5.4.1

Vista Codec Package 5.4.1All the codecs you need for Vista to play AVIs, DVDs and more!
It does not contain a media player and it doesn't associates filetypes. With this package installed you will be able to use any media player, limited only by the players' capabilities, to play DVD's, movies and video clips of almost any filetype. Streaming video is supported in all popular web browsers. By default you won't need to make any adjustments to enjoy a variety of media content immediately. Users have the ability to choose what is installed using the public redistributable or after an unattended install, you can select to remove specific portions without removing the entire package. Future releases will recognize previous releases and are capable of performing upgrade installations.

The Vista Codec Package is also compatible with all versions of Windows XP.

Title: Vista Codec Package 5.4.1
Filename: VistaCodecs_v541.exe
File size: 20.22MB (21,197,816 bytes)
Requirements: Windows XP/Vista/XP64/Vista64
License: Freeware
Date added: September 4, 2009
Author: Shark007
shark007.net
Homepage: shark007.net/vistacodecpackage.html


Change Log:

- update Gabests filters
- add tray icons choice on/off
- add Enqueue to WMP association

K-Lite Mega Codec Pack 5.10

K-Lite Mega Codec Pack 5.10The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files.
With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats.

The K-Lite Codec Pack has a couple of major advantages compared to other codec packs:

* It is updated frequently. So it is always up-to-date with the newest and/or best components.
* All components have been carefully selected for specific purposes. It is not just a random bunch of stuff thrown together.
* It is very user-friendly and easy to use.
* The installation is fully customizable, meaning that you are able to install just those components that you really want.
* The customization abilities even go beyond the component level. Some components are able to handle multiple formats. You can specify exactly which components should handle which formats. The pack can thus be fully tweaked to your own specific needs and preferences.
* Uninstallation removes everything that was installed by the pack. Including all registry keys.
* It is extremely easy to make a fully customized unattended installation with the integrated wizard.
* It does not contain any bad, buggy or unstable codecs.

Title: K-Lite Mega Codec Pack 5.10
Filename: K-LiteCodecPack510Mega.exe
File size: 20.07MB (21,042,474 bytes)
Requirements: Windows 2000/XP/2003/Vista/XP64/Vista64
License: Freeware
Date added: September 4, 2009


Change Log:

* Updated ffdshow to revision 3065
* Updated Cyberlink MPEG-2 decoder to version 8.4.0.615
* Updated AC3Filter to version 1.63b
* Updated RealMedia splitter to version 1.3.1268.0
* Updated Codec tweak Tool to version 3.1.0
* New set of file type icons for Media Player Classic
* Fixed file properties Explorer tab of Haali shell extension
* Minor changes

Skype 4.1.0.166

Skype 4.1.0.166Skype is software for calling other people on their computers or phones. Download Skype and start calling for free all over the world.
The calls have excellent sound quality and are highly secure with end-to-end encryption. You don't even need to configure your firewall or router or any other networking gear.

Additionally it doesn't just work on Windows. Skype is also for Mac OS X, Linux and PDAs using Pocket PC, with a native look and feel for each platform. Talking, sending instant messages or even file transfers work between different platforms like a charm.

* Skype calling - Skype has all the features of an ordinary phone so it's even easier to manage your calls.
* Video calling - see who you are talking to at the same time as speaking to them.
* Add Skype and SkypeOut contacts - Add contacts who use Skype and those who use ordinary phones so you can call more people.
* Organising groups - group contacts under certain names and share them with your contacts so they can talk to them too.
* Basic chat and emoticons - when it's not convenient to call, chat or Instant Message (IM) your contacts.
* Group chat - for when it's easier to chat or Instant Message (IM) all your friends at once.
* Profile settings - change how you appear to the world and let people know a bit about you.
* Conference calling - talk to more than one friend at a time.
* Import contacts - search your address book to find friends and family that already have a Skype name and start calling them for free.
* View Outlook contacts - view and call your Microsoft Outlook® contacts quickly and directly from your Skype contact list.
* Quickfilter and Speed-Dial - find Skype contacts, recent chats and SkypeOut contacts quickly and easily, then enter their Skype name to call them back quickly.

Title: Skype 4.1.0.166
Filename: SkypeSetupFull.exe
File size: 21.20MB (22,227,752 bytes)
Requirements: Windows 2000/XP/2003/Vista/XP64/Vista64
License: Freeware
Date added: September 4, 2009
Author: Skype Technologies
www.skype.com
Homepage: www.skype.com/getconnected/


Change Log:

#Instant Messaging
-Text moved on screen when something was added to conversation while user was scrolling it.
-Users were unable to copy and paste text from instant messaging (IM) text field into another application

#Audio / Video
-Some webcams were not detected by Skype
-Video froze with some webcams
-A long delay occurred when a user opted to start video during a call
-Skype occasionally froze when selecting video options.

#Accessibility
-Skype crashed when focusing, with alt+tab, communicator message in compact view
-Some controls were inaccessible via keyboard navigation

#Miscellaneous
-An incorrect informative message appeared when selecting the option “Make a test call” from the Welcome Screen
-An incorrect informative message was displayed when creating a Skype account starting with a numeric symbol
-Users were not able to enter a password which contained the same characters used in their Skype name
-The Link “Learn more about SMS” was pointing to an incorrect help page.
-Users were advised incorrectly of the Password length.
-Skype froze when selecting the option Ctrl+Alt+Delete followed by Task Manager.
-When editing a phone number on an existing landline or mobile contact, the entry was deleted and replaced with the new number
-Skype crashed on startup on CPU's which did not support SSE technology

#Authorization Requests
-URL Links are no longer clickable within authorization requests

#Toolbars
-The Firefox Add-On would slow down page rendering even when highlighting was switched off
-The games Mafia Wars http://www.myspace.com/zyngamafiawars was not available when Skype plug-in was installed
-Account Names which contained two characters or less were not recognised.

#Localization
-All localization files associated with the abovementioned fixes have been updated

SuperAntiSpyware 4.28.1008

SuperAntiSpyware 4.28.1008SUPERAntiSpyware Professional features our highly advanced Real-Time Protection to ensure protection from installation or re-installation of potential threats as you surf the Internet. Used in conjunction with our First Chance Prevention and Registry Protection, your computer is protected from thousands of threats that attempt to infect and infiltrate your system at startup or while shutting down your system.
Advanced Detection and Removal

* Detect and Remove Spyware, Adware, Malware, Trojans, Dialers, Worms, KeyLoggers, HiJackers, Parasites, Rootkits, Rogue Security Products and many other types of threats.
* Light on System Resources and won't slow down your computer like many other anti-spyware products. Won't conflict with your existing anti-spyware or anti-virus solution!

Real-Time Protection

* Real-Time Blocking of threats! Prevent potentially harmful software from installing or re-installing!
* First Chance Prevention examines over 50 critical points of your system each time your system starts up and shuts down to eliminate threats before they have a chance to infect and infiltrate your system.
* Schedule either Quick, Complete or Custom Scans Daily or Weekly to ensure your computer is free from harmful software.

Title: SuperAntiSpyware 4.28.1008
Filename: SUPERAntiSpyware.exe
File size: 6.79MB (7,120,416 bytes)
Requirements: Windows (All Versions)
License: Freeware
Date added: September 4, 2009
Author: SUPERAntiSpyware
www.superantispyware.com


Change Log:

* Drastically improved startup speed
* Faster definition updating speed
* All new 32-bit technology core (64-bit preparations in this release)
* Enhanced rootkit detection and remediation

2009-09-03

Foxit Reader 3.1.1.0901

Foxit Reader 3.1.1.0901Foxit Reader is a free PDF document viewer, with incredible small size, breezing-fast launch speed and rich feature set. Its core function is compatible with PDF Standard 1.7.
* Incredibly small: The download size of Foxit Reader is just a fraction of Acrobat Reader 20 M size.
* Breezing-fast: When you run Foxit Reader, it launches instantly without any delay. You are not forced to view an annoying splash window displaying company logo, author names, etc.
* Annotation tool: Have you ever wished to annotate (or comment on) a PDF document when you are reading it? Foxit Reader allows you to draw graphics, highlight text, type text and make notes on a PDF document and then print out or save the annotated document.
* Text converter: You may convert the whole PDF document into a simple text file.
* High security and privacy: Foxit Reader highly respects the security and privacy of users and will never connect to the Internet without users' permission. While other PDF readers often silently connect to the Internet in the background. Foxit PDF Reader does not contain any spyware.

Title: Foxit Reader 3.1.1.0901
Filename: FoxitReader31_enu_Setup.exe
File size: 5.06MB (5,303,552 bytes)
Requirements: Windows 2000/XP/2003/Vista/XP64/Vista64
License: Freeware
Date added: September 3, 2009
Author: Foxit Software
www.foxitsoftware.com
Homepage: www.foxitsoftware.com/pdf/rd_intro.php


Change Log:

1.The reported issue of Foxit Reader 3.1.0.0824 crashing when users are viewing certain PDF files has been updated and is no longer a problem.
2. Fixed an issue where Foxit Reader may not be launched in the system without installing Microsoft Visual C++ 2005 Redistributable.

CCleaner 2.23.999

CCleaner 2.23.999CCleaner is a freeware system optimization, privacy and cleaning tool. It removes unused files from your system - allowing Windows to run faster and freeing up valuable hard disk space. It also cleans traces of your online activities such as your Internet history. Additionally it contains a fully featured registry cleaner. But the best part is that it's fast (normally taking less than a second to run) and contains NO Spyware or Adware! :)
Cleans the following:

* Internet Explorer
* Firefox
* Google Chrome
* Opera
* Safari
* Windows - Recycle Bin, Recent Documents, Temporary files and Log files.
* Registry cleaner
* Third-party applications
* 100% Spyware FREE

Title: CCleaner 2.23.999
Filename: ccsetup223.exe
File size: 3.14MB (3,293,992 bytes)
Requirements: Windows (All Versions)
License: Freeware
Date added: September 3, 2009
Author: Piriform
www.piriform.com
Homepage: www.ccleaner.com


Change Log:

v2.23.999
- Improved Opera 10 support for final release.
- Fixed the "No Disk" exception error.
- Fixed %ProgramFiles% bug in 64-bit Registry scanning.

dBpowerAMP Music Converter 13.3

dBpowerAMP Music Converter 13.3Audio conversion perfected, effortlessly convert between formats. dBpoweramp Music Converter™ has become 'the standard' tool for audio conversions, over 20 million users worldwide rely on dBpoweramp:
* Convert audio files with elegant simplicity. mp3, mp4, m4a (iTunes / iPod), Windows Media Audio (WMA), Ogg Vorbis, AAC, Monkeys Audio, FLAC, Apple Lossless (ALAC) to name a few!
* Multi CPU Encoding Support,
* Rip digitally record audio CDs (with CD Ripper),
* Batch Convert large numbers of files with 1 click,
* Windows Integration popup info tips, audio properties, columns, edit ID-Tags,
* DSP Effects such as Volume Normalize, or Graphic EQ [Power Pack Option],
* Command Line Encoding: invoke the encoder from the command line

Please note that there is an option to install an mp3 encoder with this application. This encoder is not free but has a 30-day trial period.

This download reverts to dBpoweramp Free after 21 days.

Title: dBpowerAMP Music Converter 13.3
Filename: dMC-R13.3-Ref-Trial.exe
File size: 5.38MB (5,640,880 bytes)
Requirements: Windows (All Versions)
License: Freeware
Date added: September 3, 2009
Author: Illustrate
www.dbpoweramp.com
Homepage: www.dbpoweramp.com/dmc.htm


Change Log:

Secure ripper - fixed issue which could lead to 18KB files from an unsecure rip with c2 pointers
MusicBrainz performance improved
New option: CD Ripping >> Options >> Secure Settings >> 8KB Transfers (c2 Pointers over USB / Firewire)
All programs - menu selection improved (grey bar removed, uses light blue with a tick mark on end)
mp3 decoder - switched and now supports network streaming (for Renaissance) ****** FREEFORMAT SUPPORT YET TO BE ADDED ******
FLAC decoder able to stream from network (for Renaissance)
wave decoder able to stream from network (for Renaissance)
Core Converter when writing ID Tags after conversion, retries for 3 seconds (in-case another program has the file open)
CD Ripper - allowed to remove disc 1/1 number manually
CD Ripper - perfect meta review page - always show even if no meta matches
CD Ripper - after ripping encoder is reloaded (as might be to audio cd where showing % used)
CD Ripper - improvement in isrc surviving perfectmeta get (if ISRC or UPC are read from disc).
CD Ripper - meta >> retrieve from >> ISRC after will not clear existing metadata in view
CD Ripper - able to detect drive names of cd/dvd/br drives with poor firmwares
CD Ripper - replace the artist with artist, the - did not work in cd ripper with featured artists, also changed to ', the'
CD Ripper - column default widths, if large fonts then made

Bug Fix: - in previous version was possible to reboot the PC without asking on install (upgrade)
Bug Fix: CD Ripper - Perfect Meta review - when unchecking (or checking) the compilation checkbox, this change was not brought to the main window

Orbit Downloader 2.8.16

Orbit Downloader 2.8.16Orbit Downloader, is a download manager specifically designed for the new generation Web (Web 2.0). You can use Orbit to download video/music/files from Myspace, YouTube, Imeem, Pandora, and Rapidshare, or on any site to make general downloading easier and faster.
Main Orbit Downloader Features:

* Download social music, social video and streaming media
* Extreme download acceleration.
* Super Light: micro-sized and resource-friendly
* Supports RapidShare download.
* Supports IE, Firefox, Maxthon, and Opera.
* Supports Metalink download.
* Supports HTTP, HTTPS, FTP, MMS, RTSP and RTMP protocols.
* Supports Proxy server configuration.
* Supports download, pause and resume.
* Provides general download management.

Title: Orbit Downloader 2.8.16
Filename: OrbitDownloaderSetup.exe
File size: 2.20MB (2,309,376 bytes)
Requirements: Windows 2000/XP/2003/Vista/XP64/Vista64
License: Freeware
Date added: September 2, 2009
Author: Innoshock
www.innoshock.com
Homepage: www.orbitdownloader.com


change Log:

* Add: 'Getit' support Firefox

Recuva 1.30.435

Recuva 1.30.435Recuva (pronounced "recover") is a freeware Windows utility to restore files that have been accidentally deleted from your computer. This includes files emptied from the Recycle bin as well as images and other files that have been deleted by user error from digital camera memory cards or MP3 players. It will even bring back files that have been deleted from your iPod, or by bugs, crashes and viruses!
* Simple to use interface - just click 'Scan' and choose the files you want to recover
* Easy to use filter for results based on file name/type
* Simple Windows like interface with List and Tree view
* Can be run from a USB thumb drive
* Restores all types of files, office documents, images, video, music, email, anything.
* Supports FAT12, FAT16, FAT32, exFAT, NTFS, NTFS5 , NTFS + EFS file systems
* Restores files from removable media (SmartMedia, Secure Digital, MemoryStick, Digital cameras, Floppy disks, Jaz Disks, Sony Memory Sticks, Compact Flash cards, Smart Media Cards, Secure Digital Cards, etc.)
* Restores files from external ZIP drives , Firewire and USB Hard drives
* It's fast, tiny and takes seconds to run!

Title: Recuva 1.30.435
Filename: rcsetup130.exe
File size: 3.64MB (3,816,080 bytes)
Requirements: Windows (All Versions)
License: Freeware
Date added: September 3, 2009
Author: Piriform
www.piriform.com
Homepage: www.piriform.com


Change Log:

v1.30.435
- Added recovery of emails from Outlook Express.
- Added recover of emails from Windows Mail.
- Added 'Email' filter.
- Fixed bug that could cause secure delete to fail in list view.
- Various bug fixes.

2009-09-01

Opera 10.0

Opera 10.0A full-featured Internet browser, Opera includes pop-up blocking, tabbed browsing, integrated searches, and advanced functions like Opera's groundbreaking E-mail program, RSS Newsfeeds and IRC chat. And because we know that our users have different needs, you can customize the look and content of your Opera browser with a few clicks of the mouse.
* Speed Dial: Your favorite sites are just one click away at all times.
* Search Shortcuts: Faster search – type your queries directly into the address bar.
* Trash Can: Instantly reopen recently closed tabs.
* Speed Dial: Get your favorite Web page with just one click.
* Mouse Gestures: With Opera you can navigate the Web with your mouse.
* Opera Link: Synchronize data of your choice online, or among different computers and devices.
* Quick Find: Opera remembers not only the titles and addresses, but also the actual content of the Web pages you visit.
* Feed Preview: Preview a Feed by clicking on the feed icon, and you will see it in clean and efficient multiple-column layout.
* Quick and customizable Web search: Get quick access to Google, eBay, Amazon and more with the search field in the upper right corner.

Title: Opera 10.0
Filename: Opera_1000_int_Setup.exe
File size: 8.67MB (9,089,880 bytes)
Requirements: Windows 2000/XP/2003/Vista/XP64/Vista64
License: Freeware
Date added: September 1, 2009
Author: Opera Software
www.opera.com


Change Log:

Changelog since Opera 10 beta 3


User Interface

Added
* New Opera product icon

Improved
* Opera Turbo dialog box margins and whitespace
* Tab states and positioning of the Standard Skin
* Visual tabs appearance
* Minor alterations to the opera:x, Error and Fraud pages appearance
* Increased Auto update check interval

Fixed
* Opening the Address bar dropdown
* Navigating back and forth to a form with an open input suggester
* Disabling links on the Navigation bar
* Toolbar updates
* Gmail Contact manager issue
* Collapsed Address Bar not showing domain name until page finishes loading
* Problem while navigating History
* BitTorrent problem
* Not being able to remove the Menu button
* Issue when saving a picture that has not been fully downloaded
* Problem with "Sychronize Opera" button in Opera Speed Dial
* Deletion of speed dials not being synchronized


Display and Scripting

Fixed
* ECMAScript allocator/garbage collector issue
* Web font with a local src not working
* Spotify link conversion issue
* History entry incorrectly created when IFRAME added using JavaScript (Yandex)
* XMLHttpRequest buffer overflow


Mail, News, Chat

Fixed
* Message body missing when marking a message as read before the body is downloaded
* Unchecking "import messages" in the import dialog still processes messages
* E-mail addresses are not fetched from a header using iso-8859-15 encoding
* The customized HTML font dropdown in the Appearance dialog
* Resetting HTML compose toolbar making the font list unusable
* Words in Opera Mail and Feeds being cut off by the vertical scrollbar
* Problem when opening image attachments


Security

Fixed
* Sometimes unable to complete a secure transaction


Windows

Fixed
* Printer not being accessible when printing a selection
* Pressing Alt+Shift focuses the menu bar instead of switching languages
* Removal of all private data in an upgraded profile
* Showing list of closed tabs requires multiple clicks
* Programs using the http protocol to open websites in Opera rendered blank pages in Windows Vista® and Windows 7®

Alt-Tab Thingy 4.0.4

Alt-Tab Thingy 4.0.4If you are not familiar with the Alt-Tab task switcher in Windows, it's a keyboard short-cut (hot-key) to enable fast switching between applications/windows.Alt-Tab Thingy is a replacement to add brand new features to help you switch tasks faster and more efficiently than ever before!
Features:

* Use the cursor keys to make your selection
* Use the mouse as well as the keyboard
* System tray icon
* Drag and Resize windows by clicking anywhere on the window
* Window preview
* Can be disabled (handy for games players)
* Settings window for enabling/disabling features
* Informative tooltips
* Ghost windows!
* Auto Off feature (user controlled variable timer)
* Allows minimizing of windows to the system tray
* Monitors windows for change of caption/z-order/deadtray icons etc...
* Display resolution selector
* Icon/List view
* Variable preview size
* Mouse wheel support
* Automatically minimizes or closes Explorer windows
* Blacklist feature removes apps from the task preview (right-click on them to enable)
* Access ATT with an alternate "Alt+Key" combination, without altering the standard Windows Alt-Tab function (use both at the same time!)
* Taskbar Previews - When you hover the mouse over a taskbar, you will see previews for open windows above the taskbar.

Title: Alt-Tab Thingy 4.0.4
Filename: ATTv4.0.4.exe
File size: 405KB (414,480 bytes)
Requirements: Windows XP/2003/Vista/XP64/Vista64
License: Freeware
Date added: September 1, 2009
Author: Nymithium Technologies
www.nymtec.com
Homepage: www.nymtec.com/alt-tab-thingy

SmartFTP 4.0.1047.0

SmartFTP 4.0.1047.0SmartFTP is an FTP (File Transfer Protocol) client which allows you to transfer files between your local computer and a server on the Internet. With its many basic and advanced features SmartFTP also offers secure, reliable and efficient transfers that make it a powerful tool.
SmartFTP can be used for:

* Web site publishing and maintenance
* Upload and download of images, documents, movie and music files
* Share your files with your friends and coworkers
* Backups of local or remote files

SmartFTP offers these features:

* Quickly rename multiple files.
* Search your hard drive in the Local Browser (Windows Vista and higher)

Title: SmartFTP 4.0.1047.0
Filename: SFTPMSI.exe
File size: 10.81MB (11,336,272 bytes)
Requirements: Windows 2000/XP/2003/Vista/XP64/Vista64
License: Commercial Trial
Date added: September 1, 2009
Author: SmartFTP
www.smartftp.com


Change Log:

Major Changes

* Windows 7 enhancements

Minor Changes

* Remote Browser: Added support for drag&drop from virtual zip folders
* Favorites: Added import of PuTTY sites
* Browsers: Added shared MRU (Most Recent Used) for search
* Language addons are automatically offered when available
* Local Browser: Windows 7: Support for Favorites folder

Bug Fixes

* Many other fixes and improvements. Please see the detailed log.