summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRod Smith <rodsmith@rodsbooks.com>2021-01-13 10:08:01 -0500
committerRod Smith <rodsmith@rodsbooks.com>2021-01-13 10:08:01 -0500
commitee3abf6f6d109c9ad37193bd710de7c774e37714 (patch)
treed87d8c37e926451ca3ba9100ba436bc1e1f17729
parent8fbc65a048a71c6930ef66cb7ae35f326e12cdf5 (diff)
downloadsgdisk-ee3abf6f6d109c9ad37193bd710de7c774e37714.tar.gz
Update version number and dates prior to 1.0.6 release.
-rw-r--r--NEWS8
-rw-r--r--cgdisk.84
-rw-r--r--current.spec8
-rw-r--r--fixparts.84
-rw-r--r--gdisk.84
-rw-r--r--sgdisk.84
-rw-r--r--support.h2
7 files changed, 20 insertions, 14 deletions
diff --git a/NEWS b/NEWS
index a9ae6be..3773db7 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,13 @@
- Fixed bug that could cause segfault if GPT header claimed partition
entries are oversized.
-- Rename the partition type "Freedesktop $BOOT" to "XBOOTLDR partition".
+- Renamed the partition type "Freedesktop $BOOT" to "XBOOTLDR partition".
+
+- Added several more Freedesktop partition table type codes (0x8312 through
+ 0x831C).
+
+- Fixed type code definition in diskio-unix.cc that prevented 32-bit builds
+ from correctly handling disks over 4 GiB in size.
1.0.5 (2/17/2020):
------------------
diff --git a/cgdisk.8 b/cgdisk.8
index 052fbb2..6b31295 100644
--- a/cgdisk.8
+++ b/cgdisk.8
@@ -1,6 +1,6 @@
-.\" Copyright 2011-2020 Roderick W. Smith (rodsmith@rodsbooks.com)
+.\" Copyright 2011-2021 Roderick W. Smith (rodsmith@rodsbooks.com)
.\" May be distributed under the GNU General Public License
-.TH "CGDISK" "8" "1.0.5" "Roderick W. Smith" "GPT fdisk Manual"
+.TH "CGDISK" "8" "1.0.6" "Roderick W. Smith" "GPT fdisk Manual"
.SH "NAME"
cgdisk \- Curses-based GUID partition table (GPT) manipulator
.SH "SYNOPSIS"
diff --git a/current.spec b/current.spec
index b473a38..bcbaa7f 100644
--- a/current.spec
+++ b/current.spec
@@ -1,12 +1,12 @@
Summary: GPT partitioning and MBR repair software
Name: gptfdisk
-Version: 1.0.5
+Version: 1.0.6
Release: 1%{?dist}
License: GPLv2
URL: http://www.rodsbooks.com/gdisk
Group: Applications/System
-Source: http://www.rodsbooks.com/gdisk/gptfdisk-1.0.5.tar.gz
+Source: http://www.rodsbooks.com/gdisk/gptfdisk-1.0.6.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
%description
@@ -81,5 +81,5 @@ provides a few additional partition manipulation features.
%changelog
-* Mon Feb 17 2020 R Smith <rodsmith@rodsbooks.com> - 1.0.5
-- Created spec file for 1.0.5 release
+* Wed Jan 13 2021 R Smith <rodsmith@rodsbooks.com> - 1.0.6
+- Created spec file for 1.0.6 release
diff --git a/fixparts.8 b/fixparts.8
index cb23a6c..7522455 100644
--- a/fixparts.8
+++ b/fixparts.8
@@ -1,6 +1,6 @@
-.\" Copyright 2011-2020 Roderick W. Smith (rodsmith@rodsbooks.com)
+.\" Copyright 2011-2021 Roderick W. Smith (rodsmith@rodsbooks.com)
.\" May be distributed under the GNU General Public License
-.TH "FIXPARTS" "8" "1.0.5" "Roderick W. Smith" "FixParts Manual"
+.TH "FIXPARTS" "8" "1.0.6" "Roderick W. Smith" "FixParts Manual"
.SH "NAME"
fixparts \- MBR partition table repair utility
.SH "SYNOPSIS"
diff --git a/gdisk.8 b/gdisk.8
index cd64c31..c3a088e 100644
--- a/gdisk.8
+++ b/gdisk.8
@@ -1,6 +1,6 @@
-.\" Copyright 2011-2020 Roderick W. Smith (rodsmith@rodsbooks.com)
+.\" Copyright 2011-2021 Roderick W. Smith (rodsmith@rodsbooks.com)
.\" May be distributed under the GNU General Public License
-.TH "GDISK" "8" "1.0.5" "Roderick W. Smith" "GPT fdisk Manual"
+.TH "GDISK" "8" "1.0.6" "Roderick W. Smith" "GPT fdisk Manual"
.SH "NAME"
gdisk \- Interactive GUID partition table (GPT) manipulator
.SH "SYNOPSIS"
diff --git a/sgdisk.8 b/sgdisk.8
index cf50009..6cfc17e 100644
--- a/sgdisk.8
+++ b/sgdisk.8
@@ -1,6 +1,6 @@
-.\" Copyright 2011-2020 Roderick W. Smith (rodsmith@rodsbooks.com)
+.\" Copyright 2011-2021 Roderick W. Smith (rodsmith@rodsbooks.com)
.\" May be distributed under the GNU General Public License
-.TH "SGDISK" "8" "1.0.5" "Roderick W. Smith" "GPT fdisk Manual"
+.TH "SGDISK" "8" "1.0.6" "Roderick W. Smith" "GPT fdisk Manual"
.SH "NAME"
sgdisk \- Command\-line GUID partition table (GPT) manipulator for Linux and Unix
.SH "SYNOPSIS"
diff --git a/support.h b/support.h
index 978bfe1..25e660a 100644
--- a/support.h
+++ b/support.h
@@ -8,7 +8,7 @@
#ifndef __GPTSUPPORT
#define __GPTSUPPORT
-#define GPTFDISK_VERSION "1.0.5.1"
+#define GPTFDISK_VERSION "1.0.6"
#if defined (__FreeBSD__) || defined (__FreeBSD_kernel__) || defined (__APPLE__)
// Darwin (Mac OS) & FreeBSD: disk IOCTLs are different, and there is no lseek64