File: ChangeLog

package info (click to toggle)
wrr 20021019-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 308 kB
  • ctags: 2
  • sloc: sh: 234; perl: 85; makefile: 5
file content (114 lines) | stat: -rw-r--r-- 4,409 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
19. October 2002
  * In 2.4 kernels the license for the wrr module is now set to GPL
    (thanks to Rasmus Bg Hansen <moffe@amagerkollegiet.dk> for repporting
     that this should be done)
  * A problem which made it impossible to list priority
    information in newer 2.4 kernels is fixed.
    (thanks to Rasmus Bg Hansen and to Steen Suder <steen@suder.dk> for 
    assiting in finding this problem)
  * Some other very minor changes
  * (Thanks to Rasmus Bg Hansen and Tomasz Wrona <tw@eter.tym.pl> for assisting
    in debugging this release before the release point).

1. April 2002
  * My email address changed. 
  * A quick and dirty FAQ is now included.
	
2. January 2002
  * Corrected a bug which could make the kernel hang with a
    division error when using weight mode 3.
  * Corrected a simple error in the manual-update-speed example
    script which was itroduced in last version of wrr.
  * Adjusted example scripts for the latest version of HTB.
  
4. December 2001
  * Updated documentation in wrr.txt which was slightly outdated.
  * Example scripts can now use the htb instead of the cbq qdisc for
    more accurate shaping.
  * Example scripts no longer puts interface in to promiscuous mode
    (remember to upgrade wipl too).

9. September 2001
  * Improved and more flexible penalty setup.
  * Made using the maximal priority value working.
  * Example of setup of the mrtg program included.

3. September 2001
  * Now possible to specify a maximal and not only a minimal priority
    value. This is usefull to give speciel machines more bandwidth than
    other.
  * Changes to example scripts.

30. May 2001
  * Support for new version of proxyremap.
  * Support for new makefile stucture of newer 2.4 kernels.
  * Documentation changes reflecting that the homepage of wrr has moved.
  * Example homepage making statictics browseable are now included.

02. March 2001
  * Support for 2.4 kernels except that mac classifing does not
    work (someone please tell me how to implement it)
  * Other minor changes.  

14. Februray 2001
  * Bug fix in proxyremap part.

13. February 2001
  * Build-in support for version 010213 of the proxyremap package.
  * Now distributed as diffs for easier installation.
  
11a. January 2001
  * More oops, when using masqgrading the last version filled up the sockets
    with unclosed connections.

11. January 2001
  * Oops, the last version filled up the syslog with debug messages.

10. January 2001
  * Corrected critical bug that could make the machine hang. Thanks to 
    Adrian, aferrer@dit.upm.es, for the debugging that led to the discovery of 
    this bug.
  * Now supports shaping in both directions on masqgrading firewalls via the
    new "masq" option.
  * Example setup is now much more generel, usefull and less complicated.
    It supports masqgrading firewalls as well as bridges out of the box.
    Some of the more complicated features in the old scripts are removed.
  * Documentation updates.
  * Added todo list.

21. August 2000
  * Minor updates to sch_wrr.c and a compile-time option added
  * Example scripts now supports to map by IP address.
  * IP packets having and invalid header checksum are now dropped.
    This is especially useful when in IP addressing mode.

11. August 2000
  * Now supports coorporation with the Squid proxy server. Look at the
    WRR home page for further information.
  * Corrected some non-critical problems in the example scripts.    

29. June 2000
  * Corrected bug in example setup which caused the outgoing traffic
    not to be shaped :-(
  * Very minor documentation updates.

23. June 2000
  Third not so incomplete release.
  
  * Minor but insignificant changes to the code.
    (i.e.: Don't upgrade just because of these - they are really insignificant)
  * Better and more complete documentation is now included
  * The example configuration is not as messy as before, is improved, and is
    setup using a configuration file.
  * Corrected a bug in the example setup which made wipl show speeds a
    bit too low. In fact the bug was exactly the same problem which I had 
    warned about in the wiplcExec manual page :-(
  * The example setup is based on the latest stable kernel and the latest
    version of wipl.

29. August 1999
  Second incomplete release with minor documentation updates.
  No changes in the code.

28. August 1999
  First incomplete release.