From: Kai K. <hur...@us...> - 2005-05-27 07:07:31
|
Update of /cvsroot/routingtools/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5377 Modified Files: ChangeLog Log Message: - update changelog Index: ChangeLog =================================================================== RCS file: /cvsroot/routingtools/tools/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ChangeLog 13 Feb 2004 18:03:17 -0000 1.5 --- ChangeLog 27 May 2005 07:07:16 -0000 1.6 *************** *** 1,2 **** --- 1,43 ---- + 2005-05-26 22:56 hurikhan + + Changed: + rc.d/shaper (1.28), "Exp", lines: +14 -7 + sysconfig/shaper (1.7), "Exp", lines: +21 -16 + + - fixed the packet markers to classify all tcp packets correctly that are + needed for the 3-way tcp connection handshake + - this leads to highly improved p2p filesharing performance + - tuned the default bandwidth settings a little bit + + 2004-06-18 21:37 hurikhan + + Changed: + rc.d/firewall (1.31), "Exp", lines: +10 -2 + + * Only load ipt_unclean in kernel 2.4, skip otherwise (detected by uname) + + 2004-06-18 19:49 hurikhan + + Changed: + rc.d/firewall (1.30), "Exp", lines: +9 -1 + rc.d/shaper (1.27), "Exp", lines: +9 -1 + + * include new SuSE init script semantics + + 2004-06-08 15:11 hurikhan + + Changed: + rc.d/firewall (1.29), "Exp", lines: +8 -2 + rc.d/shaper (1.26), "Exp", lines: +12 -6 + + - improve RedHat detection (fresh installs of newer SuSE version was incorrectly detected) + + 2004-02-13 19:03 hurikhan + + Changed: + ChangeLog (1.5), "Exp", lines: +41 -0 + + - updated ChangeLog + 2004-02-13 18:51 hurikhan |