[jetrix-cvs] SF.net SVN: jetrix:[730] jetrix/trunk
Brought to you by:
smanux
From: <sm...@us...> - 2008-08-22 06:40:00
|
Revision: 730 http://jetrix.svn.sourceforge.net/jetrix/?rev=730&view=rev Author: smanux Date: 2008-08-22 06:39:58 +0000 (Fri, 22 Aug 2008) Log Message: ----------- Updated the changelog Modified Paths: -------------- jetrix/trunk/doc/changelog.txt jetrix/trunk/src/site/changelog.php Modified: jetrix/trunk/doc/changelog.txt =================================================================== --- jetrix/trunk/doc/changelog.txt 2008-08-18 16:35:43 UTC (rev 729) +++ jetrix/trunk/doc/changelog.txt 2008-08-22 06:39:58 UTC (rev 730) @@ -1,7 +1,7 @@ Jetrix Changelog ================ -Changes in version 0.3 (2005-??-??) +Changes in version 0.3 (20??-??-??) ----------------------------------- Player visible changes @@ -24,10 +24,25 @@ - removed the dependency on JDIC +Changes in version 0.2.2 (2005-04-07) +------------------------------------- + +- Fixed a bug preventing the clients from connecting to a server with a default charset different from ISO-8859-1 +- The configuration is no longer broken by a "&" char in the description of a channel + Changes in version 0.2.1 (2005-02-18) ------------------------------------- - Fixed the Shutdown button on the server administration page +- Fixed a bug preventing the configuration files from being saved if the server was installed in a path containing + a space character +- Running Jetrix with jetrix.exe no longer saturate the CPU +- Fixed a bug preventing the execution of several query commands with the same connection + +Changes in version 0.2.1 (2005-02-18) +------------------------------------- + +- Fixed the Shutdown button on the server administration page - Fixed a bug preventing the configuration files from being saved if the server was installed in a path containing a space character - Running Jetrix with jetrix.exe no longer saturate the CPU - Fixed a bug preventing the execution of several query commands with the same connection Modified: jetrix/trunk/src/site/changelog.php =================================================================== --- jetrix/trunk/src/site/changelog.php 2008-08-18 16:35:43 UTC (rev 729) +++ jetrix/trunk/src/site/changelog.php 2008-08-22 06:39:58 UTC (rev 730) @@ -3,6 +3,21 @@ <h1>Changelog</h1> <pre> +Changes in version 0.2.2 (2005-04-07) +------------------------------------- + +- Fixed a bug preventing the clients from connecting to a server with a default charset different from ISO-8859-1 +- The configuration is no longer broken by a "&" char in the description of a channel + +Changes in version 0.2.1 (2005-02-18) +------------------------------------- + +- Fixed the Shutdown button on the server administration page +- Fixed a bug preventing the configuration files from being saved if the server was installed in a path containing + a space character +- Running Jetrix with jetrix.exe no longer saturate the CPU +- Fixed a bug preventing the execution of several query commands with the same connection + Changes in version 0.2 (2005-01-18) ----------------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |