diff options
| author | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:44 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:44 +0200 |
| commit | 5b7605790328c6c0f473296df444d0f4a79ac779 (patch) | |
| tree | 48b545ac0295c69fb02247d4ad780be311642462 | |
| parent | d3982ec72b255876db00825605d1d5aae0bc313e (diff) | |
tagging ychat-0.7.6ychat-0.7.6
143 files changed, 8478 insertions, 8938 deletions
@@ -1,14 +1,3 @@ -Changes from 0.7.6-RELEASE to 0.7.7-RELEASE -- Major code cleanup -- Bugfix in /col -- Bugfix in gcol #1 (destroy session also if no database is used) -- Bugfix in gcol #2 (now runs each hour not once a day) -- Renew the style.css and stream.html - -Changes from 0.7.5-RELEASE to 0.7.6-RELEASE -- Removed the old hash maps and included the SGI C++ STL extenstion - hash_map. - Changes from 0.7.4.1-RELEASE to 0.7.5-RELEASE - Garbage collector will now run once a hour rather than each ten minutes. - Dynamic thread pool improvements. diff --git a/CVS/Entries b/CVS/Entries index dc0de3d..9131cd2 100644 --- a/CVS/Entries +++ b/CVS/Entries @@ -1,10 +1,10 @@ -/CHANGES/1.21/Mon Feb 21 02:02:48 2005// +/CHANGES/1.17/Mon Feb 14 20:09:50 2005// /COPYING/1.6/Sun Jun 27 06:32:26 2004// /INSTALL/1.7/Fri Jul 9 22:33:20 2004// /Makefile/1.31/Sun Feb 13 07:56:58 2005// -/NEWS/1.35/Mon Feb 21 02:02:48 2005// -/README/1.104/Mon Feb 21 02:02:48 2005// +/NEWS/1.34/Thu Feb 17 18:09:41 2005// +/README/1.101/Thu Feb 17 18:09:42 2005// /RELEASES/1.2/Thu Feb 17 18:09:42 2005// -/TODO/1.69/Fri Feb 18 14:40:56 2005// +/TODO/1.68/Mon Feb 14 17:33:09 2005// /configure/1.31/Wed Feb 9 22:42:58 2005// D @@ -1,4 +1,3 @@ -::(21.02.05)::Released yChat 0.7.7. A major code cleanup has been made and the ANSI code formating is now being used. Bugfixes in the timer thread have been made and the standard demo HTML style has been renewed. ::(17.02.05)::Released yChat 0.7.6. This release now uses the hash_map class from the SGI STL extension which is more stable then the old Hash Map used by yChat. ::(14.02.05)::Released yChat 0.7.5. The garbage collector will now run once a hou |
