File: CHANGES

package info (click to toggle)
shaperd 0.2.1-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 276 kB
  • ctags: 320
  • sloc: cpp: 3,489; sh: 105; makefile: 82; ansic: 35
file content (89 lines) | stat: -rw-r--r-- 2,243 bytes parent folder | download | duplicates (2)
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
03-03-2002 - 0.2.1
~~~~~~~~~~~~~~~~~~
- update for iptables 1.2.5
- sparc64 (alignment) fixes

01-09-2002 - 0.2
~~~~~~~~~~~~~~~~
- added lartc link

10-15-2001 - 0.2pre44
~~~~~~~~~~~~~~~~~~~~~
- long commands can now span multiple lines
- fix for long line behaviour in shaperd.conf

10-08-2001 - 0.2pre42
~~~~~~~~~~~~~~~~~~~~~
- documentation sync
- added netfilter-specific fwmark match
- config. parser: major cleanup (more to come)
- debian 2.2r3 test (x86, ppc)
- checks for pidfile before running
- prints a warning if /proc/sys/net/ipv4/ip_queue_maxlen is too small

08-23-2001 - 0.2pre35
~~~~~~~~~~~~~~~~~~~~~
- replaced fp arithmetic with integer-only code
- added i/o interface match
- fixed a bug that made the pgm crash when netlink reports an error
  - for example: if you shutdown an interface while shaperd is writing stuff
    towards it
- lots of microscopic updates :)

07-14-2001 - 0.2pre27
~~~~~~~~~~~~~~~~~~~~~
- fixed std:: namespace problem (gcc-3.0)
- made few more aesthetic cleanups

07-09-2001 - 0.2pre26
~~~~~~~~~~~~~~~~~~~~~
- fixed a bug in the manpage
- fixed a nasty bug while cleaning up
- improved packet queuing
- added pidfile generation
- misc. code cleanups

06-07-2001 - 0.2pre21
~~~~~~~~~~~~~~~~~~~~~
- fixed some firewall rules in the masq example 

06-02-2001 - 0.2pre20
~~~~~~~~~~~~~~~~~~~~~
- added support for 2.4 kernels
- added startup script for redhat 6.x
- added a masquerading+shaping example
- better config file scan & checks
- documentation fixes
- fixed zero bw bug
- (divert) fixed reinjection of outbound packets
- makefile fix

04-12-2001 - 0.1.3
~~~~~~~~~~~~~~~~~~
- documentation updates
- fix an udp services bug
- misc. cleanups
- added catch sighup option (for debugging)
- built & tested on debian 2.2r2 x86
- i've done several tests for memleaks and bad memory accesses - should go beta
  soon (still in alpha, though)

04-02-2001 - 0.1.2
~~~~~~~~~~~~~~~~~~
- added dns support
- improved logs
- still alpha-quality

03-18-2001 - 0.1.1
~~~~~~~~~~~~~~~~~~
- fixed idle bug
- fixed -v bug
- fixed a bug in diagnostics code
- other minor fixes
- added daemon option
- miscellaneous documentation fixes
- still alpha stuff

02-25-2001 - 0.1
~~~~~~~~~~~~~~~~
- initial alpha release