From 8b4b3e6b0d69449b1e374aac8abc8a49177b1640 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sun, 7 Jun 2020 15:39:39 +0200 Subject: NEWS: add missing API modifications to 3.6.14 entry Reported by Andreas Metzler in: https://lists.gnupg.org/pipermail/gnutls-help/2020-June/004650.html Signed-off-by: Daiki Ueno --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 4624e200f7..175eb785ff 100644 --- a/NEWS +++ b/NEWS @@ -51,6 +51,8 @@ gnutls_x509_trust_list_set_getissuer_function: Added GNUTLS_CIPHER_AES_128_SIV: Added GNUTLS_CIPHER_AES_256_SIV: Added GNUTLS_CIPHER_AES_192_GCM: Added +GNUTLS_NO_AUTO_SEND_TICKET: Added +gnutls_ext_get_name2: Added gnutls_pkcs7_print_signature_info: Added * Version 3.6.13 (released 2020-03-31) -- cgit v1.2.1 From fdc63c217284897927f9daea31ef376616492d22 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sun, 7 Jun 2020 15:41:59 +0200 Subject: RELEASES.md: fix typo in scp command line Signed-off-by: Daiki Ueno --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 5922814900..d0261aae77 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -32,7 +32,7 @@ cases change the API. now on. 5. git push && git push --tags 6. make dist && gpg --sign --detach gnutls-$(VERSION).tar.xz - 7. scp gnutls-$(VERSION).tar.xz* trithemius.gnupg.org:/home/ftp/gcrypt/v3.6/ + 7. scp gnutls-$(VERSION).tar.xz* ftp.gnupg.org:/home/ftp/gcrypt/gnutls/v3.6/ 8. Create and send announcement email based on previously sent email to the list and [NEWS](NEWS) file. 9. Create a NEWS entry at [web-pages repository](https://gitlab.com/gnutls/web-pages/-/tree/master/news-entries), -- cgit v1.2.1 From d285844ffd7c134048e58a34f5199add841f072b Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sun, 7 Jun 2020 15:45:13 +0200 Subject: RELEASES.md: mention 3.7.x releases Signed-off-by: Daiki Ueno --- RELEASES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index d0261aae77..f6aca843fe 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -14,8 +14,8 @@ cases change the API. |Branch|Version|Release interval| |:----:|:-----:|:--------------:| -|stable|3.6.x |bi-monthly | -|next |- | | +|stable|3.6.x |as needed | +|next |3.7.x |bi-monthly | # Release process -- cgit v1.2.1 From 7b75424f28bd1ed1e4cca613e182d09b7eab4009 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sun, 7 Jun 2020 15:46:51 +0200 Subject: RELEASES.md: move the release steps to devel/ [ci skip] As the information is only useful to developers, having it under devel/ rather than in the tarball is more releavant. Signed-off-by: Daiki Ueno --- RELEASES.md | 26 -------------------------- devel/release-steps.md | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 26 deletions(-) create mode 100644 devel/release-steps.md diff --git a/RELEASES.md b/RELEASES.md index f6aca843fe..53360df3d6 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -16,29 +16,3 @@ cases change the API. |:----:|:-----:|:--------------:| |stable|3.6.x |as needed | |next |3.7.x |bi-monthly | - - -# Release process - - 0. Create a new 'milestone' for the next release and move all issues present in the - current release milestone. - 1. Verification of release notes: ensure that release notes ([NEWS](NEWS)) exist - for this release, and include all significant changes since last release. - 2. Update of release date in [NEWS](NEWS), and bump of version number in - [configure.ac](configure.ac) as well as soname numbers in [m4/hooks.m4](m4/hooks.m4). - 3. make distcheck - 4. git tag -s $(VERSION). The 3.6.12 was including both the 3.6.12 and - gnutls_3_6_12 tags, but it may make sense to only use the version from - now on. - 5. git push && git push --tags - 6. make dist && gpg --sign --detach gnutls-$(VERSION).tar.xz - 7. scp gnutls-$(VERSION).tar.xz* ftp.gnupg.org:/home/ftp/gcrypt/gnutls/v3.6/ - 8. Create and send announcement email based on previously sent email to the list and - [NEWS](NEWS) file. - 9. Create a NEWS entry at [web-pages repository](https://gitlab.com/gnutls/web-pages/-/tree/master/news-entries), - and/or [a security advisory entry](https://gitlab.com/gnutls/web-pages/-/tree/master/security-entries) - if necessary. The NEWS entry is usually pointing to the announcement email. - A commit auto-generates the [gnutls web site](https://gnutls.gitlab.io/web-pages/) - which is mirrored twice a day by www.gnutls.org. -10. Use the @GnuTLS twitter account to announce the release. -11. Close the current release milestone. diff --git a/devel/release-steps.md b/devel/release-steps.md new file mode 100644 index 0000000000..04e7b2dfa5 --- /dev/null +++ b/devel/release-steps.md @@ -0,0 +1,24 @@ +# Release process + + 0. Create a new 'milestone' for the next release and move all issues present in the + current release milestone. + 1. Verification of release notes: ensure that release notes ([NEWS](NEWS)) exist + for this release, and include all significant changes since last release. + 2. Update of release date in [NEWS](NEWS), and bump of version number in + [configure.ac](configure.ac) as well as soname numbers in [m4/hooks.m4](m4/hooks.m4). + 3. make distcheck + 4. git tag -s $(VERSION). The 3.6.12 was including both the 3.6.12 and + gnutls_3_6_12 tags, but it may make sense to only use the version from + now on. + 5. git push && git push --tags + 6. make dist && gpg --sign --detach gnutls-$(VERSION).tar.xz + 7. scp gnutls-$(VERSION).tar.xz* ftp.gnupg.org:/home/ftp/gcrypt/gnutls/v3.6/ + 8. Create and send announcement email based on previously sent email to the list and + [NEWS](NEWS) file. + 9. Create a NEWS entry at [web-pages repository](https://gitlab.com/gnutls/web-pages/-/tree/master/news-entries), + and/or [a security advisory entry](https://gitlab.com/gnutls/web-pages/-/tree/master/security-entries) + if necessary. The NEWS entry is usually pointing to the announcement email. + A commit auto-generates the [gnutls web site](https://gnutls.gitlab.io/web-pages/) + which is mirrored twice a day by www.gnutls.org. +10. Use the @GnuTLS twitter account to announce the release. +11. Close the current release milestone. -- cgit v1.2.1