diff options
author | Jonathon Jongsma <jonathon@quotidian.org> | 2009-07-13 09:35:55 -0500 |
---|---|---|
committer | Jonathon Jongsma <jonathon@quotidian.org> | 2009-07-13 09:35:55 -0500 |
commit | f7b207c790cbfca4a34b8353313ea0a1e9d862e3 (patch) | |
tree | 3c749c698db5fd41474493e3c6bd34699fc8946b /NEWS | |
parent | c93b028dcdf8d51357ac22607bea08ae72619fd0 (diff) | |
download | glibmm-f7b207c790cbfca4a34b8353313ea0a1e9d862e3.tar.gz |
Bumped version / NEWS for release 2.21.2
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +2.21.2 (unstable): + +Glib: + Daniel Elstner (1): + Treat empty Glib::spawn*() working dir as unset + + Jonathon Jongsma (1): + Add OptionGroup::add_entry(.., double&) + +Gio: + Daniel Elstner (1): + Remove stray semicolons + + Jonathon Jongsma (9): + Fix build with glib from master + wrap a couple added GDrive methods + Wrap g_drive_eject_with_operation() and related functions + implement GDrive::stop-button signal + implement Gio::InetAddress::get_native_size() + Implement Gio::Mount::mount/eject_with_operation() + implement Gio::Volume::eject_with_operation() + fix accidental bug in Gio::Drive::eject() that the compiler warned me about + implement Gio::VolumeMonitor::drive-stop-button + 2.21.1 (unstable): Glib: |