Update NEWS
authorDavid Zeuthen <davidz@redhat.com>
Tue, 8 Dec 2009 16:56:08 +0000 (11:56 -0500)
committerDavid Zeuthen <davidz@redhat.com>
Tue, 8 Dec 2009 16:56:08 +0000 (11:56 -0500)
We're not doing a release just yet (more ABI changes are planned - and
we need to do them before committing to ABI stability for the 1.0.x
series to avoid opening 1.1.x too early) but it might be nice to
incrementally add items to this file as we are reworking the ABI and
API.

NEWS

diff --git a/NEWS b/NEWS
index a76cb1c..48037c2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,55 @@
+------------
+udisks 1.0.0 <not yet released>
+------------
+
+udisks provides a daemon, D-Bus API and command line tools
+for managing disks and storage devices.
+
+All releases in the udisks 1.0 series will retain ABI compatibility at
+the D-Bus interface level. This means that any application built
+against udisks 1.0.x will work with udisks 1.0.y provided that y >=
+x. At this point we do not provide any ABI guarantees for the
+udisks(1) command-line tool (neither options nor the name). See the
+README file for more discussion of ABI guarantees.
+
+Major changes from DeviceKit-disks 009:
+
+ o  The project has been renamed from DeviceKit-disks to udisks
+
+ o  Host Adapters, Ports and Expanders are now exported as D-Bus objects
+
+ o  A program for bridging D-Bus over TCP/IP over SSH has been provided
+    (udisks-tcp-bridge). The udisks daemon is also announced via the
+    Avahi mDNS/DNS-SD framework.
+
+ o  An API for benchmarking drives has been added
+
+ABI incompatible changes from DeviceKit-disks 009:
+
+ o  The well-known system bus name has been changed from
+    org.freedesktop.DeviceKit.Disks to org.freedesktop.UDisks
+
+ o  The well-known object path /org/freedesktop/DeviceKit/Disks has
+    been changed to /org/freedesktop/UDisks.
+
+ o  The org.freedesktop.DeviceKit.Disks D-Bus interface name
+    has been changed to org.freedesktop.UDisks
+
+ o  The org.freedesktop.DeviceKit.Disks.Device D-Bus interface name
+    has been changed to org.freedesktop.UDisks.Device
+
+ o  The udev properties that udisks-daemon reads has been renamed
+    from DKD_* to UDISKS_*.
+
+Detailed changes from DeviceKit-disks 009:
+
+ <insert prettified output of 'git-log 009.. | git shortlog' here>
+
+Thanks to all our contributors.
+
+<insert your name>,
+<insert the date>
+
 -------------------
 DeviceKit-disks 009
 -------------------