You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.2 KiB
51 lines
1.2 KiB
11 months ago
|
From cec533a00a2cd0b64a7a0f5debc26554f6025831 Mon Sep 17 00:00:00 2001
|
||
|
From: "Brian C. Lane" <bcl@redhat.com>
|
||
|
Date: Mon, 18 Apr 2022 15:10:06 -0400
|
||
|
Subject: [PATCH 1/5] 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 e917998..5a95802 100644
|
||
|
--- a/.prev-version
|
||
|
+++ b/.prev-version
|
||
|
@@ -1 +1 @@
|
||
|
-3.4.64.2
|
||
|
+3.5
|
||
|
diff --git a/NEWS b/NEWS
|
||
|
index 68a164a..2bd161f 100644
|
||
|
--- a/NEWS
|
||
|
+++ b/NEWS
|
||
|
@@ -1,5 +1,8 @@
|
||
|
GNU parted NEWS -*- outline -*-
|
||
|
|
||
|
+* Noteworthy changes in release ?.? (????-??-??) [?]
|
||
|
+
|
||
|
+
|
||
|
* Noteworthy changes in release 3.5 (2022-04-18) [stable]
|
||
|
|
||
|
** New Features
|
||
|
diff --git a/cfg.mk b/cfg.mk
|
||
|
index d5fdd80..11fa51b 100644
|
||
|
--- a/cfg.mk
|
||
|
+++ b/cfg.mk
|
||
|
@@ -45,7 +45,7 @@ local-checks-to-skip = \
|
||
|
export VERBOSE = yes
|
||
|
|
||
|
# Hash of lines 42-208 for release 3.2
|
||
|
-old_NEWS_hash = 64a8f4d9ec1a5c256f3cc792450dc257
|
||
|
+old_NEWS_hash = 81f624d1d62a34f24e1286bd3cf5c736
|
||
|
|
||
|
include $(srcdir)/dist-check.mk
|
||
|
|
||
|
--
|
||
|
2.35.3
|
||
|
|