2.5.1:

* Updated for libsigc++ 2 API.

2.5.0:

* First release of gnome-vfsmm 2.5/2.6, which is
  parallel-installable with gnome-vfsmm 1.3/2.0,
  and uses glibmm 2.3.

1.3.5:

* Handle
  - Close in the destructor.
  - read(): don't throw an exception for a simple
    end-of file
* examples/simple/main.cc: Use a loop to read all
  the data, not just the first chunk.
  (Murray Cumming)
1.3.4:

* transfer_*(): Added string-based versions of
  the methods.
* Uri::to_string(): Added default argument value.
* Use C casts instead of static_casts<> for 
  broken old gcc 2.95.4 compilers. bug #120619.
  (Murray Cumming)
* Fixed documentation generation.
  (Alberto Paro)

1.3.3:

* Added FileInfo::is_symlink(). (Bryan Forbes)
* Added spec file. () (Gerald Henriksen)
* Added gnomemm-all pkg-config stuff. (Murray Cumming)

1.3.2:

* More enums wrapped.
* Wrapped MonitorHandle, DirectoryHandle.
* Wrapped MimeAction, MimeRegistry, MimeHandler
* Lots of documentation.
* New examples.
  (Bryan Forbes)
* Wrapped transfer methops, with example.
 (Murray Cumming, Brayn Forbes)
* Uri methods moved to Handle.
 (Murray Cumming)
  
1.3.1:

* Enums wrapped for C++
  (Bryan Forbes)
* Gnome::Vfs::FileInfo: Fixed some methods, and really throw exceptions.
  (Per Kristian Gjermshus)
* Fixed build and install problems
  (Bryan Forbes)
