Post-release version bump to 1.0.2
authorDavid Zeuthen <davidz@redhat.com>
Fri, 9 Apr 2010 15:56:27 +0000 (11:56 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Fri, 9 Apr 2010 15:56:27 +0000 (11:56 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 2c9b20e..b50957a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,27 @@
 ------------
+udisks 1.0.2 <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.
+
+Changes from udisks 1.0.1:
+
+ <insert prettified output of 'git log 1.0.1.. |git shortlog' here>
+
+Thanks to all our contributors.
+
+<insert your name>,
+<insert the date>
+
+------------
 udisks 1.0.1
 ------------
 
index e7a3d63..469be5f 100644 (file)
@@ -1,8 +1,8 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59c)
-AC_INIT(udisks, 1.0.1, http://bugs.freedesktop.org/enter_bug.cgi?product=udisks)
-AM_INIT_AUTOMAKE(udisks, 1.0.1)
+AC_INIT(udisks, 1.0.2, http://bugs.freedesktop.org/enter_bug.cgi?product=udisks)
+AM_INIT_AUTOMAKE(udisks, 1.0.2)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE