From: David Zeuthen Date: Fri, 26 Aug 2011 17:09:41 +0000 (-0400) Subject: Revert "Post-release version bump to 1.0.3" X-Git-Tag: upstream/2.1.2~508 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=188ad6360da09d274621aa5d07f3420ca52b45a7;p=platform%2Fupstream%2Fudisks2.git Revert "Post-release version bump to 1.0.3" This reverts commit 46da5bcaeecfb0d088a57061a293b43e0d13e45a. --- diff --git a/NEWS b/NEWS index d7866f7..1bd9f44 100644 --- a/NEWS +++ b/NEWS @@ -1,28 +1,4 @@ ------------ -udisks 1.0.3 ------------- - -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.2: - - , - - - ------------- udisks 1.0.2 ------------ diff --git a/configure.ac b/configure.ac index afe95c5..77ebf7d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59c) -AC_INIT(udisks, 1.0.3, http://bugs.freedesktop.org/enter_bug.cgi?product=udisks) -AM_INIT_AUTOMAKE(udisks, 1.0.3) +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