summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsrs5694 <srs5694@users.sourceforge.net>2012-01-22 15:03:42 -0500
committersrs5694 <srs5694@users.sourceforge.net>2012-01-22 15:03:42 -0500
commitdcebe57ed8b396775b3cdc1b8cf6fdc71342c8f8 (patch)
treec1a804ee94a600f287ba14b108f37b2b62895795
parent706e51217a531c46afc743b556e10fd5c0585fcf (diff)
downloadsgdisk-dcebe57ed8b396775b3cdc1b8cf6fdc71342c8f8.tar.gz
Version 0.8.2 final release.
-rw-r--r--NEWS4
-rw-r--r--cgdisk.86
-rw-r--r--current.spec8
-rw-r--r--fixparts.86
-rw-r--r--gdisk.86
-rw-r--r--sgdisk.86
-rw-r--r--support.h2
7 files changed, 19 insertions, 19 deletions
diff --git a/NEWS b/NEWS
index e3343fb..c829152 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-0.8.2 (??/??/2011):
--------------------
+0.8.2 (1/22/2011):
+------------------
- Adjusted the code to support a number of partitions that's not a multiple
of the number of partition table entries that fits in a sector (normally
diff --git a/cgdisk.8 b/cgdisk.8
index 0b696df..7aae559 100644
--- a/cgdisk.8
+++ b/cgdisk.8
@@ -1,6 +1,6 @@
-.\" Copyright 2011 Roderick W. Smith (rodsmith@rodsbooks.com)
+.\" Copyright 2011, 2012 Roderick W. Smith (rodsmith@rodsbooks.com)
.\" May be distributed under the GNU General Public License
-.TH "CGDISK" "8" "0.8.1" "Roderick W. Smith" "GPT fdisk Manual"
+.TH "CGDISK" "8" "0.8.2" "Roderick W. Smith" "GPT fdisk Manual"
.SH "NAME"
cgdisk \- Curses-based GUID partition table (GPT) manipulator
.SH "SYNOPSIS"
@@ -268,7 +268,7 @@ Write data. Use this command to save your changes.
.SH "BUGS"
-As of September 2011 (version 0.8.1), \fBcgdisk\fR should be considered
+As of January 2012 (version 0.8.2), \fBcgdisk\fR should be considered
beta software. Although the underlying partition manipulation code is much
older, the \fBcgdisk\fR ncurses user interface is brand new with GPT fdisk
version 0.8.0. Known bugs and limitations include:
diff --git a/current.spec b/current.spec
index 71d8220..5d9ed33 100644
--- a/current.spec
+++ b/current.spec
@@ -1,11 +1,11 @@
Summary: GPT partitioning and MBR repair software
Name: gptfdisk
-Version: 0.8.1
+Version: 0.8.2
Release: 1%{?dist}
License: GPLv2
URL: http://www.rodsbooks.com/gdisk
Group: Applications/System
-Source: http://www.rodsbooks.com/gdisk/gptfdisk-0.8.1.tar.gz
+Source: http://www.rodsbooks.com/gdisk/gptfdisk-0.8.2.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
%description
@@ -80,5 +80,5 @@ provides a few additional partition manipulation features.
%changelog
-* Sat Oct 1 2011 R Smith <rodsmith@rodsbooks.com> - 0.8.1
-- Created spec file for 0.8.1 release
+* Sun Jan 22 2012 R Smith <rodsmith@rodsbooks.com> - 0.8.2
+- Created spec file for 0.8.2 release
diff --git a/fixparts.8 b/fixparts.8
index f754825..a059b41 100644
--- a/fixparts.8
+++ b/fixparts.8
@@ -1,6 +1,6 @@
-.\" Copyright 2011 Roderick W. Smith (rodsmith@rodsbooks.com)
+.\" Copyright 2011, 2012 Roderick W. Smith (rodsmith@rodsbooks.com)
.\" May be distributed under the GNU General Public License
-.TH "FIXPARTS" "8" "0.8.1" "Roderick W. Smith" "FixParts Manual"
+.TH "FIXPARTS" "8" "0.8.2" "Roderick W. Smith" "FixParts Manual"
.SH "NAME"
fixparts \- MBR partition table repair utility
.SH "SYNOPSIS"
@@ -202,7 +202,7 @@ see a summary of available options.
.PP
.SH "BUGS"
-As of September 2011 (version 0.8.1), \fBfixparts\fR
+As of September 2012 (version 0.8.2), \fBfixparts\fR
should be considered beta software. Known bugs and limitations include:
.TP
diff --git a/gdisk.8 b/gdisk.8
index c77bf3b..dcaa6a7 100644
--- a/gdisk.8
+++ b/gdisk.8
@@ -1,6 +1,6 @@
-.\" Copyright 2011 Roderick W. Smith (rodsmith@rodsbooks.com)
+.\" Copyright 2011, 2012 Roderick W. Smith (rodsmith@rodsbooks.com)
.\" May be distributed under the GNU General Public License
-.TH "GDISK" "8" "0.8.1" "Roderick W. Smith" "GPT fdisk Manual"
+.TH "GDISK" "8" "0.8.2" "Roderick W. Smith" "GPT fdisk Manual"
.SH "NAME"
gdisk \- Interactive GUID partition table (GPT) manipulator
.SH "SYNOPSIS"
@@ -561,7 +561,7 @@ entering data. When only one option is possible, \fBgdisk\fR
usually bypasses the prompt entirely.
.SH "BUGS"
-As of September 2011 (version 0.8.1), \fBgdisk\fR
+As of January 2012 (version 0.8.2), \fBgdisk\fR
should be considered beta software. Known bugs and limitations include:
.TP
diff --git a/sgdisk.8 b/sgdisk.8
index 37a34b8..d061921 100644
--- a/sgdisk.8
+++ b/sgdisk.8
@@ -1,6 +1,6 @@
-.\" Copyright 2011 Roderick W. Smith (rodsmith@rodsbooks.com)
+.\" Copyright 2011, 2012 Roderick W. Smith (rodsmith@rodsbooks.com)
.\" May be distributed under the GNU General Public License
-.TH "SGDISK" "8" "0.8.1" "Roderick W. Smith" "GPT fdisk Manual"
+.TH "SGDISK" "8" "0.8.2" "Roderick W. Smith" "GPT fdisk Manual"
.SH "NAME"
sgdisk \- Command\-line GUID partition table (GPT) manipulator for Linux and Unix
.SH "SYNOPSIS"
@@ -485,7 +485,7 @@ An error prevented saving changes
Disk replication operation (-R) failed
.SH "BUGS"
-As of October 2011 (version 0.8.1), \fBsgdisk\fR
+As of January 2012 (version 0.8.2), \fBsgdisk\fR
should be considered beta software. Known bugs and limitations include:
.TP
diff --git a/support.h b/support.h
index bc3e27d..1ad0a18 100644
--- a/support.h
+++ b/support.h
@@ -8,7 +8,7 @@
#ifndef __GPTSUPPORT
#define __GPTSUPPORT
-#define GPTFDISK_VERSION "0.8.1.4"
+#define GPTFDISK_VERSION "0.8.2"
#if defined (__FreeBSD__) || defined (__FreeBSD_kernel__) || defined (__APPLE__)
// Darwin (Mac OS) & FreeBSD: disk IOCTLs are different, and there is no lseek64