summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJonathon Jongsma <jonathon@quotidian.org>2009-07-13 09:35:55 -0500
committerJonathon Jongsma <jonathon@quotidian.org>2009-07-13 09:35:55 -0500
commitf7b207c790cbfca4a34b8353313ea0a1e9d862e3 (patch)
tree3c749c698db5fd41474493e3c6bd34699fc8946b /NEWS
parentc93b028dcdf8d51357ac22607bea08ae72619fd0 (diff)
downloadglibmm-f7b207c790cbfca4a34b8353313ea0a1e9d862e3.tar.gz
Bumped version / NEWS for release 2.21.2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS24
1 files changed, 24 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 88308671..65a7e2f3 100644
--- a/NEWS
+++ b/NEWS
@@ -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: