======================================== NEWS: gconfmm-2.28.2 ======================================== 2.28.2: * Fix the broken pkg-config file, broken in 2.28.1. 2.28.1: * Build: Use mm-common, like the other *mm modules. * Documentation: Add a main page. (Murray Cumming) ======================================== NEWS: glibmm-2.25.1 ======================================== 2.25.1: (unstable): Glib: * Removed the --enable-api-exceptions, --enable-api-properties, --enable-api-vfuncs and --enable-api-default-signal-handlers options because nobody needs them any more. The defines are now always defined, for backwards compatiblity. * Keyfile: - Added get_int64, get_uint64, set_int64, set_uint64(). - Added load_from_dirs(). (José Alburquerque) * OptionGroup: Added set_translate_func(). (José Alburquerque) * RegEx: Added get_compile_flags(), get_match_flags(). (José Alburquerque) * TimeVal: Avoid compiler warning in TimeVal::as_double() (Daniel Elstner) Bug #617463 (Alexander Shaduri) * Added Glib::listenv(). (Alex Vallée) Bug #578355. Gio: * DesktopAppInfo: Added get_filename(). (José Alburquerque) * Added Settings, wrapping GSettings. (Jonathon Jongsmam, José Alburquerque) ======================================== NEWS: libsigc++-2.2.8 ======================================== 2.2.8: Nothing interesting. Just a small change for library.gnome.org. ======================================== NEWS: pyatspi-0.3.3 ======================================== What's new in pyatspi2 0.3.3: * Hyperlink fixes. * When an object's parent is set to null, remove it from the parent in the cache. * Fix an issue where a state-changed handler can be called before the cache received the signal and updated the state. * Only range check for __getitem__, not getChildAtIndex. This is pyatspi-corba's behavior and should improve performance in some cases. * Fix tracebacks when checking some event properties. * Fix a traceback when simulating a defunct state for an object that has gone away. * Fix traceback when calling queryDocument.getAttributes(), queryText().getCharacterExtents(), and queryValue().setCurrentValue(). * Fix handling of some ChildrenChanged signals sent by Firefox.