diff options
| author | Glenn Morris | 2020-01-20 07:50:30 -0800 |
|---|---|---|
| committer | Glenn Morris | 2020-01-20 07:50:30 -0800 |
| commit | 215ceadcc8607a0118340181805d7951fa25c979 (patch) | |
| tree | 48e94744c44923dccd0a679021f669e704b8e0d6 /admin | |
| parent | 1a54e50efae22f2a6670d8e40b6940b0c3849cb4 (diff) | |
| parent | 154cd116be38fd9666484cca9d3f08827d25dd66 (diff) | |
| download | emacs-215ceadcc8607a0118340181805d7951fa25c979.tar.gz emacs-215ceadcc8607a0118340181805d7951fa25c979.zip | |
Merge from origin/emacs-27
154cd116be (origin/emacs-27) * admin/release-process: Adapt bug numbe...
fd19282134 Fix shell-tests failures
891f7de8ed * test/lisp/simple-tests.el: Full path to Emacs binary (bu...
92f30d62c0 * lisp/tab-line.el (tab-line-auto-hscroll): Fix for long t...
dde313151d * lisp/menu-bar.el (menu-bar-options-menu): Add desktop-sa...
3543b9fad9 ; Fix a test (Bug#39067)
83f9fe44fa ; * etc/NEWS: Fix typo.
2eb0b7835d Fix shell-command-dont-erase-buffer feature
c134978a76 Remove reference to Emacs 19 from FAQ
fabf0065c5 Doc fixes in package.el
# Conflicts:
# etc/NEWS
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/release-process | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/admin/release-process b/admin/release-process index 504b70270f8..b3dfad58729 100644 --- a/admin/release-process +++ b/admin/release-process | |||
| @@ -46,18 +46,22 @@ See admin/gitmerge.el. | |||
| 46 | Emacs uses the "blocking" feature of Debbugs for bugs that need to be | 46 | Emacs uses the "blocking" feature of Debbugs for bugs that need to be |
| 47 | addressed in the next release. | 47 | addressed in the next release. |
| 48 | 48 | ||
| 49 | Currently, bug#21966 is the tracking bug for release of 25.2 and | 49 | Currently, bug#39200 is the tracking bug for release of 27.1 and |
| 50 | bug#24655 is the tracking bug for release 26.1. Say bug#123 needs | 50 | bug#39202 is the tracking bug for release 28.1. Say bug#123 needs |
| 51 | to be fixed for Emacs 26.1. Send a message to control@debbugs.gnu.org | 51 | to be fixed for Emacs 27.1. Send a message to control@debbugs.gnu.org |
| 52 | that says: | 52 | that says: |
| 53 | 53 | ||
| 54 | block 24655 by 123 | 54 | block 39200 by 123 |
| 55 | 55 | ||
| 56 | Change "block" to "unblock" to remove a bug from the list. Closed | 56 | Change "block" to "unblock" to remove a bug from the list. Closed |
| 57 | bugs are not listed as blockers, so you do not need to explicitly | 57 | bugs are not listed as blockers, so you do not need to explicitly |
| 58 | unblock one that has been closed. You may need to force an update of | 58 | unblock one that has been closed. You may need to force an update of |
| 59 | the tracking bug with ctrl-f5/shift-reload to see the latest version. | 59 | the tracking bug with ctrl-f5/shift-reload to see the latest version. |
| 60 | 60 | ||
| 61 | If you use the debbugs package from GNU ELPA, you can apply the | ||
| 62 | following form to see all bugs which block a given release: | ||
| 63 | |||
| 64 | (debbugs-gnu-emacs-release-blocking-reports "27.1") | ||
| 61 | 65 | ||
| 62 | * TO BE DONE SHORTLY BEFORE RELEASE | 66 | * TO BE DONE SHORTLY BEFORE RELEASE |
| 63 | 67 | ||