Since 1.0beta2

  - easy association from FANs/LEDs to Sensors 
    (e.g. fan.1.sensor.1  and  fan.1.sensor.2)
  - easier FAN-config
    (see fan.1.mode  and  fan.1.mode_raw)
  - additional sub-command: "short"
    displays "relevant" information only
    (vgl.  ./aeinfo short)
  - Temps are being output as comma-values
  - named values (e.g. if timer.1.off.switchtime == 255, then "always on" will
    be displayed)
  - hex-dump-output (e.g. for expansion.rw, aquabus.buffer)

Since 1.0beta3

  - colored output
  - little in-code documentation

Since 1.0

  - made 'aquaero_rev4.cpp' and 'comm.h' work stand-alone
  - a small example
  - more colorful and improved output
  - 'fan.X.setPower' now appears as percentage-values
  - changed 'string ValueParser<T>::unparse(T)' to 'void ValueParser<T>::unparse(ostream&,T)'
  - more or less compileable under win32 with msvc98 - but not working with libusb-win32 :-(
  - BoxedArray<T,int>-changes
  - code cleaned
  - "-nc" option
  - sensor.X.offset/.factor fixed...

Since 1.1

  - compiles cleanly with MSVC6
  - works under win32 (only read-support), but without colors
  - compiles but does not link under cygwin

Since 2.0-beta
  - daemon finished
  - webserver (quick and dirty) with rudimentary scripting-capabilities finished
  - client-server-model finished
  - many minor fixes (e.g. definePropMap.h)

Since 2.1
  - thanks to "schnetzer": display.htm, ValueParser::~ValueParser(), example did not compile
  - thanks to "Syn74x": error in Makefile
  - many many small fixes
  - greatly improved responsiveness
  - colored bar-graphs
  - improved html-output
  - better mime-type-handling

Since 2.2
  - fixed some webserver-problems and improved the performance
  - included source for aeinfo-samurize

Since 2.3
  - accuracy adjustments
  - new field: aquastream.X.rawFrequency
  - new command-line-switch: --no-webserver
  - Fixed USB-Problems under linux-2.6
  - webserver improvements
  - multithreaded webserver
