[Parted-commits] GNU Parted Official Repository: Changes to 'master'

David Cantrell dcantrell-guest at alioth.debian.org
Wed May 2 18:25:49 UTC 2007


 NEWS         |    3 ++-
 configure.ac |    6 +++---
 parted.lsm   |    6 +++---
 3 files changed, 8 insertions(+), 7 deletions(-)

New commits:
commit dee2b694131a598f322dc16bf659490d7181a4b0
Author: David Cantrell <dcantrel at mortise.boston.redhat.com>
Date:   Wed May 2 14:22:28 2007 -0400

    On the edge branch, labeled the version as 1.9.0 so we can mark it more correctly as the development tree.

diff --git a/NEWS b/NEWS
index 5a4fb64..085e27c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
-1.8.3
+1.9.0
 =====
+
 libparted:
 
 parted:
diff --git a/configure.ac b/configure.ac
index 313a0f8..d2253f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl
 dnl This file may be modified and/or distributed without restriction.
 
 AC_PREREQ(2.61)
-AC_INIT([GNU parted],[1.8.3],[bug-parted at gnu.org])
+AC_INIT([GNU parted],[1.9.0],[bug-parted at gnu.org])
 
 AC_CONFIG_SRCDIR(include/parted/parted.h)
 
@@ -23,8 +23,8 @@ dnl if backwards compatibility has been broken (eg. functions removed,
 dnl function signatures changed),
 dnl set PED_BINARY_AGE _and_ PED_INTERFACE_AGE to 0.
 PED_MAJOR_VERSION=1
-PED_MINOR_VERSION=8
-PED_MICRO_VERSION=3
+PED_MINOR_VERSION=9
+PED_MICRO_VERSION=0
 PED_INTERFACE_AGE=0
 PED_BINARY_AGE=0
 PED_VERSION_SUFFIX=
diff --git a/parted.lsm b/parted.lsm
index 23ff2b3..ae4fbe2 100644
--- a/parted.lsm
+++ b/parted.lsm
@@ -1,6 +1,6 @@
 Begin4
 Title: parted 
-Version: 1.8.3
+Version: 1.9.0
 Entered-date: 
 Description: GNU Parted is a program for creating, destroying, resizing,
 checking and copying partitions, and the filesystems on them. This is useful for
@@ -10,8 +10,8 @@ Keywords: partition, partitioning, file system, format, hard disk, storage, disk
 Author: <clausen at gnu.org> (Andrew Clausen)
 Maintained-by: <parted-devel at lists.alioth.debian.org> (GNU Parted development team)
 Primary-site: ftp://ftp.gnu.org/gnu/parted
-1.1M parted-1.8.3.tar.bz2
-1.7M parted-1.8.3.tar.gz
+1.1M parted-1.9.0.tar.bz2
+1.7M parted-1.9.0.tar.gz
 Platforms: Linux, FreeBSD, BeOS; compiles with GCC and probably other C99 compilers.
 Copying-policy: GPL
 End



More information about the Parted-commits mailing list