2.0.7:

* Now builds with the following compilers, in addition to 
the existing GNU g++, SUN Forte CC 5.5, MSVC++ .Net 2003, 
and Intel compilers: 
- IBM AIX xlC v7
- Tru64 C++ V6.5-042
- IRIX MIPSpro 7.4.2m
  (Older versions of all these compilers might also work.)
  (Murray Cumming, www.thewrittenword.com)
* MSVC++ .Net 2003 build improvements.
  (Cedric Gustin, Timothy M. Shead)
* Replace C-style casts with reinterpret_cast<> and 
  static_cast<>. (e97_far at e.kth.se).
* Documentation: Added manual, based on the manual in 
  libsigc++ 1.2, but updated for the new API.
  (Murray Cumming)