From 847e214f99f26fa386ccb153cec607c8df83ad7b Mon Sep 17 00:00:00 2001 From: dana Date: Sun, 1 May 2022 04:39:58 -0500 Subject: unposted: Mention #zsh topic in creating-a-release Per off-list suggestion --- ChangeLog | 4 ++++ Etc/creating-a-release.txt | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b1f7f643d..542b1af85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2022-05-01 dana + + * unposted: Etc/creating-a-release.txt: Mention #zsh topic + 2022-04-30 Bart Schaefer * unposted: Etc/BUGS: remove debian #924736, fixed since 5.8 by diff --git a/Etc/creating-a-release.txt b/Etc/creating-a-release.txt index 640d19d39..80fe2b301 100644 --- a/Etc/creating-a-release.txt +++ b/Etc/creating-a-release.txt @@ -153,7 +153,8 @@ To create a zsh release: You may need assistance from another dev if you don't have access to do this. -- Post to -workers@ +- Post to -workers@. You may also wish to (ask someone to) update the #zsh + channel topic on IRC. - After a day or so post to: -- cgit 1.4.1 From 32100208ecc26f8b70a0dbef6298bfd2b823d8d0 Mon Sep 17 00:00:00 2001 From: dana Date: Sun, 1 May 2022 04:58:54 -0500 Subject: unposted: Test release: 5.8.1.3-test --- ChangeLog | 2 ++ Config/version.mk | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 542b1af85..7de1a877a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2022-05-01 dana + * unposted: Config/version.mk: Update for 5.8.1.3-test (5.9) + * unposted: Etc/creating-a-release.txt: Mention #zsh topic 2022-04-30 Bart Schaefer diff --git a/Config/version.mk b/Config/version.mk index bf14a2eb2..ee6058b0d 100644 --- a/Config/version.mk +++ b/Config/version.mk @@ -27,5 +27,5 @@ # This must also serve as a shell script, so do not add spaces around the # `=' signs. -VERSION=5.8.1.2-test -VERSION_DATE='April 9, 2022' +VERSION=5.8.1.3-test +VERSION_DATE='May 1, 2022' -- cgit 1.4.1