From f6a88a114e10d4589fbfd5901fe4b391ceced25d Mon Sep 17 00:00:00 2001 From: "Roderick W. Smith" Date: Mon, 14 Oct 2013 13:20:41 -0400 Subject: [PATCH] Version 0.8.8 release. --- NEWS | 4 ++-- cgdisk.8 | 4 ++-- current.spec | 8 ++++---- fixparts.8 | 4 ++-- gdisk.8 | 4 ++-- sgdisk.8 | 4 ++-- support.h | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/NEWS b/NEWS index 3bb26de..b50f28d 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -0.8.8 (?/??/2013): ------------------- +0.8.8 (10/14/2013): +------------_------ - Fixed bug that could cause segfault when passing an invalid partition number to sgdisk's -i/--info command. diff --git a/cgdisk.8 b/cgdisk.8 index a00bd40..05ef400 100644 --- a/cgdisk.8 +++ b/cgdisk.8 @@ -1,6 +1,6 @@ .\" Copyright 2011-2013 Roderick W. Smith (rodsmith@rodsbooks.com) .\" May be distributed under the GNU General Public License -.TH "CGDISK" "8" "0.8.7" "Roderick W. Smith" "GPT fdisk Manual" +.TH "CGDISK" "8" "0.8.8" "Roderick W. Smith" "GPT fdisk Manual" .SH "NAME" cgdisk \- Curses-based GUID partition table (GPT) manipulator .SH "SYNOPSIS" @@ -276,7 +276,7 @@ Write data. Use this command to save your changes. .SH "BUGS" -As of July 2013 (version 0.8.7), \fBcgdisk\fR should be considered +As of October 2013 (version 0.8.8), \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 933e193..39fe6e1 100644 --- a/current.spec +++ b/current.spec @@ -1,11 +1,11 @@ Summary: GPT partitioning and MBR repair software Name: gptfdisk -Version: 0.8.7 +Version: 0.8.8 Release: 1%{?dist} License: GPLv2 URL: http://www.rodsbooks.com/gdisk Group: Applications/System -Source: http://www.rodsbooks.com/gdisk/gptfdisk-0.8.7.tar.gz +Source: http://www.rodsbooks.com/gdisk/gptfdisk-0.8.8.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) %description @@ -80,5 +80,5 @@ provides a few additional partition manipulation features. %changelog -* Mon Jul 8 2013 R Smith - 0.8.7 -- Created spec file for 0.8.7 release +* Mon Oct 14 2013 R Smith - 0.8.8 +- Created spec file for 0.8.8 release diff --git a/fixparts.8 b/fixparts.8 index bfac9f8..934be3c 100644 --- a/fixparts.8 +++ b/fixparts.8 @@ -1,6 +1,6 @@ .\" Copyright 2011-2013 Roderick W. Smith (rodsmith@rodsbooks.com) .\" May be distributed under the GNU General Public License -.TH "FIXPARTS" "8" "0.8.7" "Roderick W. Smith" "FixParts Manual" +.TH "FIXPARTS" "8" "0.8.8" "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 July 2013 (version 0.8.7), \fBfixparts\fR +As of October 2013 (version 0.8.8), \fBfixparts\fR should be considered beta software. Known bugs and limitations include: .TP diff --git a/gdisk.8 b/gdisk.8 index a8684be..a2c64bf 100644 --- a/gdisk.8 +++ b/gdisk.8 @@ -1,6 +1,6 @@ .\" Copyright 2011-2013 Roderick W. Smith (rodsmith@rodsbooks.com) .\" May be distributed under the GNU General Public License -.TH "GDISK" "8" "0.8.7" "Roderick W. Smith" "GPT fdisk Manual" +.TH "GDISK" "8" "0.8.8" "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 July 2013 (version 0.8.7), \fBgdisk\fR +As of October 2013 (version 0.8.8), \fBgdisk\fR should be considered beta software. Known bugs and limitations include: .TP diff --git a/sgdisk.8 b/sgdisk.8 index 244b95c..964fecc 100644 --- a/sgdisk.8 +++ b/sgdisk.8 @@ -1,6 +1,6 @@ .\" Copyright 2011-2013 Roderick W. Smith (rodsmith@rodsbooks.com) .\" May be distributed under the GNU General Public License -.TH "SGDISK" "8" "0.8.7" "Roderick W. Smith" "GPT fdisk Manual" +.TH "SGDISK" "8" "0.8.8" "Roderick W. Smith" "GPT fdisk Manual" .SH "NAME" sgdisk \- Command\-line GUID partition table (GPT) manipulator for Linux and Unix .SH "SYNOPSIS" @@ -490,7 +490,7 @@ sgdisk, but may with gdisk) Disk replication operation (-R) failed .SH "BUGS" -As of July 2013 (version 0.8.7), \fBsgdisk\fR +As of October 2013 (version 0.8.8), \fBsgdisk\fR should be considered beta software. Known bugs and limitations include: .TP diff --git a/support.h b/support.h index 8f6ba44..27d6e63 100644 --- a/support.h +++ b/support.h @@ -8,7 +8,7 @@ #ifndef __GPTSUPPORT #define __GPTSUPPORT -#define GPTFDISK_VERSION "0.8.7.4" +#define GPTFDISK_VERSION "0.8.8" #if defined (__FreeBSD__) || defined (__FreeBSD_kernel__) || defined (__APPLE__) // Darwin (Mac OS) & FreeBSD: disk IOCTLs are different, and there is no lseek64