2015-07-22 Murray Cumming 2.45.40 I named the previous version 2.45.31 instead of 2.45.3.1, so we have to use a number bigger than 31. Let's say that 40 is like 4 and we'll use 50 for the next one instead of 5. Sorry. 2015-07-22 Murray Cumming 2.45.4 2015-07-19 Murray Cumming Gio::Application: Add the shutdown signal. For some reason, gmmproc didn't warn about this unwrapped signal. Bug #752600 (Ben) 2015-07-19 Murray Cumming C++11: Replace throw() with noexcept. 2015-07-19 Murray Cumming Glib::RefPtr: Move assignment operator: Unref the previous object. 2015-07-18 Murray Cumming RefPtr: Add move constructor and move assignment operator. 2015-07-18 Murray Cumming RefPtr<>: Don't mention RefPtr when just RefPtr is allowed. This seems to be correct and allowed. It makes the code clearer. 2015-07-18 Murray Cumming C++11: Use = delete instead of private to make classes noncopyable. 2015-07-17 Murray Cumming Glib::List_Iterator (and similar): Deprecate via ifdef. I don't think these have been used since before gtkmm 3.0. They were already hidden from the documentation. 2015-07-17 Murray Cumming IOChannel: Documentation: Mark vfuncs as deprecated. Though we cannot hide them via GIOMM_DISABLE_DEPRECATED. 2015-07-17 Murray Cumming C++11: Use of the override keyword. 2015-07-16 Murray Cumming C++11: Use nullptr. 2015-07-15 Murray Cumming 2.45.31