2005-02-02 Dan Siemon * Version 0.8.0 * Make some relatively small API changes that were required for the C# bindings. Mostly things like removing _get_ from some function names because it confused the bindings generator. * Make "mark" be a proper property of the FWMark classifier. * Documentation for the TCIndex methods. 2005-01-12 Dan Siemon * Version 0.7.0 * Add some new test programs to the tests directory. * Fixed a bunch of small bugs that were found with the new test programs. * Change the return type from some of the _new() functions from GObject to the proper object type. * Update docs to match new API. * Add some background comments to the documentation. * Add support for the DSMark QDisc and corresponding documentation. * Add --with-kernel-headers option to configure so alternate kernel include directories can be specified. * Add support for the Netem QDisc (everything but distribution tables). This means you now need the headers from a kernel with Netem support in order to compile LQL. * Add support for the TCIndex classifier. * Put some more time into the classifiers. Still not complete. 2004-12-30 Dan Siemon * Version 0.6.0 * Add statistics support to all qdiscs and classes. See the get_stats.c example. * Add print() method to LQLQDisc and LQLClass so that it's easy to see their settings. * Add printStats() method to LQLQDisc and LQLClass to output all statistics information. * Lots of small bug fixes. * Clean up and add new documentation. 2004-08-30 Dan Siemon * Lots and lots of work. Tons of doc work and many API changes. * First public release as 0.5.0. 2004-08-16 Dan Siemon * add_classifier_u32 now implements the massive filtering example from LARTC. * I should really update this file more often ;) 2004-08-11 Dan Siemon * Finally get all of the functionality that was in lql-con into the various classes where it should have been in the first place. Wow, that took a lot longer than I thought it would. 2004-08-09 Dan Siemon * API change. Move the adding/modifying/deletion of QDiscs to the LQLQDisc object. Resulted in lots of file changes. Need to do classes and classifiers next. 2004-08-05 Dan Siemon * Change all the API to have LQL as the prefix instead of QOS. * Modify the build system to do gtk-doc. 2004-08-04 Dan Siemon * Move all the code into the subversion repository.