========================================
 NEWS: gtkmm-2.11.8
========================================

2.11.8:

* Gdk::Cairo::set_source_color(), set_source_pixbuf(), set_source_pixmap():
  Deprecated the existing versions of these methods and added overloads that 
  take a const RefPtr& instead. 
  (Jonathan Jongsma)
* Deprecated Gdk::Cairo::rectangle(), replacing it with add_rectangle_to_path().
  and deprecated Gdk::Cairo::region(), replacing it with add_region_to_path(), 
  because these names are clearer.
  (Jonathan Jongsma)
* Documentation: Tutorial: DrawingArea: Corrected a mention of 
  PixBuf to Pixbuf. Bug #465961 (Jonathan Jongsma)