0b7af917e2
- Drop patches incorporated into upstream - Still adds the various DASD patches
51 lines
1.2 KiB
Diff
51 lines
1.2 KiB
Diff
From f6835518a7a8722b247079799a9145c3101f9a8a Mon Sep 17 00:00:00 2001
|
|
From: Jim Meyering <meyering@redhat.com>
|
|
Date: Fri, 2 Mar 2012 17:59:32 +0100
|
|
Subject: [PATCH 01/89] maint: post-release administrivia
|
|
|
|
* NEWS: Add header line for next release.
|
|
* .prev-version: Record previous version.
|
|
* cfg.mk (old_NEWS_hash): Auto-update.
|
|
---
|
|
.prev-version | 2 +-
|
|
NEWS | 3 +++
|
|
cfg.mk | 2 +-
|
|
3 files changed, 5 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/.prev-version b/.prev-version
|
|
index 9f55b2c..8c50098 100644
|
|
--- a/.prev-version
|
|
+++ b/.prev-version
|
|
@@ -1 +1 @@
|
|
-3.0
|
|
+3.1
|
|
diff --git a/NEWS b/NEWS
|
|
index fe0fcdd..3bef20e 100644
|
|
--- a/NEWS
|
|
+++ b/NEWS
|
|
@@ -1,5 +1,8 @@
|
|
GNU parted NEWS -*- outline -*-
|
|
|
|
+* Noteworthy changes in release ?.? (????-??-??) [?]
|
|
+
|
|
+
|
|
* Noteworthy changes in release 3.1 (2012-03-02) [stable]
|
|
|
|
** New features
|
|
diff --git a/cfg.mk b/cfg.mk
|
|
index ba8ba77..c6a00c8 100644
|
|
--- a/cfg.mk
|
|
+++ b/cfg.mk
|
|
@@ -42,7 +42,7 @@ local-checks-to-skip = \
|
|
# Now that we have better (check.mk) tests, make this the default.
|
|
export VERBOSE = yes
|
|
|
|
-old_NEWS_hash = 04810d10a532cf2e75d602ddda0d64b1
|
|
+old_NEWS_hash = bd453bcf049e292a9677c094d24a29dd
|
|
|
|
include $(srcdir)/dist-check.mk
|
|
|
|
--
|
|
1.8.5.3
|
|
|