2.6.1:

* VolumeMonitor: create() is now static. This class could not be
  used before this, so this ABI change should be non-breaking.
  (Bryan Forbes)

2.6.0:

Increased version.

2.5.4:

* Async::FileInfoResult and Async::FindDirectoryResult can now be copied by
  value.
* Async::Handle::file_control(): Remove the useless DestroyNotify parameter.
* MimeAppliction: Make several get() methods const. Rename one get_value()
  method to get_value_bool(), because we can not overload by return type.
* MimeMonitor: Added get() function to get the singleton.
  (Murray Cumming)

2.5.3:

* Added utility functions, such as escaping/unescaping of strings.
  (Murray Cumming)

* Added Glib::Value specializations for enums.
  (Bryan Forbes)

2.5.2:

* Added asynchronous versions of the API,
  with sigc::slot callbacks.
  (Bryan Forbes)
* Added new gnome-vfs API: Drive, Volume,
  VolumeMonitor.
  (Bryan Forbes)

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)
