2005-06-20 V0.9

-Added the new reordering commands
-A number of minor bug-fixes

2005-05-19 V0.8

-Added the ability to create multiple IP matching rules per interface, allowing for more specialised setups. 

2005-03-04 V0.7

-Added an IP address matching feature so you can limit netem to a specific source and destination ip address or address block.
-Added the ability to view the commands that will be run when you click te 'apply settings' button instead of just running them in the background.  This will allow you to copy and modify the commands for possible use on other machines.
-Added a button to stop and start all running netem rules.  The commands get stored in a text file so that you can always stop and start the last set of rules that were used.

2005-02-17 V0.6

-Changed the bandwidth command from tbf to htb to allow more accuracy with the bandwidth rate.
-Fixed the status page so it only shows one instance of data for each running rule.

2005-02-09  V0.5

-Split functions into separate files to make editing easier and to make the main page load more quickly.
-Added the ability to cange the netem packet limit.
-Added a config file where you can globally set linux command locations and the kernel version in use.
-Slightly changed the way commands are formed.
-Got rid of all the javascript alert boxes and replaced them with a box on the top of the page to prevent mouse interaction being required.

2005-01-27  V0.4
-Made the bandwidth setting actually allow the correct bandwidth flow.
-Put all the documents in a 'docs' directory.

2005-01-25 V0.3
- Added packet reordering to the interface.
- Changed the way bridges are found, now you don't need bridge-utils.
- Got rid of all unnecessary shell calls to 'ls' and 'ifconfig'. The program now gets the required information from the /sys/class/net/ directory.
- Made the code a lot smaller.

2005-01-20 V0.2
- Fixed a bug where changing the bandwidth value on it's own and applying settings didn't work.
- Fixed a bug where the current bandwidth wasn't being displayed properly.

2005-01-19 V0.1
- Initial release

