From 47e347d64bbcec13ded4639c434d3169bfdac475 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Fri, 26 Aug 2011 13:09:40 -0400 Subject: [PATCH] Revert "Post-release version bump to 1.0.5" This reverts commit 3cc1015e12c83165d838ca9e5d3ecb22ffb09b74. --- NEWS | 23 ----------------------- configure.ac | 4 ++-- 2 files changed, 2 insertions(+), 25 deletions(-) diff --git a/NEWS b/NEWS index f468e66..dffcaf9 100644 --- a/NEWS +++ b/NEWS @@ -1,27 +1,4 @@ ------------ -udisks 1.0.5 ------------- - -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.4: - - , - - ------------- udisks 1.0.4 ------------ diff --git a/configure.ac b/configure.ac index 3922baf..50c0fe2 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.5, http://bugs.freedesktop.org/enter_bug.cgi?product=udisks) -AM_INIT_AUTOMAKE(udisks, 1.0.5) +AC_INIT(udisks, 1.0.4, http://bugs.freedesktop.org/enter_bug.cgi?product=udisks) +AM_INIT_AUTOMAKE(udisks, 1.0.4) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE -- 2.7.4