2.10.0:

gconfmm 2.10 is API/ABI-compatible with gconfmm 2.8.x and gconfmm 2.6.x.

Changes compared to gconfmm 2.8:
* Client: Added set_*_list() methods. 
  (Bryan Forbes, Murray Cumming)


2.9.2:

* Client: Rename set(list) methods to set_*_list() methods,
  to resolve ambiguity.
  However, the int, float, and bool ones don't work yet.
  (Bryan Forbes, Murray Cumming)

2.9.1:

* Client: added set() methods for lists.
  (Bryan Forbes)

2.8.1:

* Remove extra ;s for g++ 3.4.

2.8.0:

* Increased version for GNOME 2.8 release version.

2.6.1:

* Client::signal_value_changed(): Corrected refcount problem
  that caused a crash. (Daniel Elstner)

2.6.0:

* API/ABI-Stable release.

2.5.1:

* Updated for the latest libsigc++2 API.

2.5.0:
 
This is the new unstable branch of the parallel-installable gconfmm 2.6,
for use with gtkmm 2.4.

2.0.1:

* Prevent double-destruction segfault in Entry (Oe Laursen)

2.0.0:

* Client: Added get_entry() overload, using default locale.
  (Andreas Holzmann)
* Client, ChangeSet, Schema: get_*() methods are now const.
  (Andreas Holzmann)
* Schema, Entry: Removed obsolete constructors.
  (Bassoukos Anastasios)
