======================================== NEWS: glibmm-2.16.1 ======================================== 2.16.1 (stable): * Reference-counting bugfix in Gio::File::create() and Gio::File::replace() (Murray Cumming) * Include Gio::Error header in headers that have API that can throw this exception (Murray Cumming) * Improve documentation (Murray Cumming) * Build fixes for giomm on win32 (Jonathon Jongsma) * fix warning with g++ 4.3 (Tim Retout) ======================================== NEWS: gtkmm-2.12.7 ======================================== 2.12.7: * UIManager: add_ui_from_string(): Fix a problem with use of non-ASCII text in UI markup. (Murray Cumming) * TreeModel::Path (TreePath): TreePath(In pbegin, In pend) constructor: Initialize gobject_ to avoid a crash. (Svetlozar Argirov) Bug #50043. 2.12.6: * Container: Avoid a useless warning about remove() with custom containers. (Murray Cumming) Bug #518002 (Jonathon Jongsma). * Build: Fixed a warning from g++ 4.3. (Tim Retout) Bug #524874. * Documentation: Correct the debian/Ubuntu package name. (Deng Xiyue)