File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -46,18 +46,22 @@ See admin/gitmerge.el.
46
46
Emacs uses the "blocking" feature of Debbugs for bugs that need to be
47
47
addressed in the next release.
48
48
49
- Currently, bug#21966 is the tracking bug for release of 25.2 and
50
- bug#24655 is the tracking bug for release 26 .1. Say bug#123 needs
51
- to be fixed for Emacs
26 .1. Send a message to
[email protected]
49
+ Currently, bug#39200 is the tracking bug for release of 27.1 and
50
+ bug#39202 is the tracking bug for release 28 .1. Say bug#123 needs
51
+ to be fixed for Emacs
27 .1. Send a message to
[email protected]
52
52
that says:
53
53
54
- block 24655 by 123
54
+ block 39200 by 123
55
55
56
56
Change "block" to "unblock" to remove a bug from the list. Closed
57
57
bugs are not listed as blockers, so you do not need to explicitly
58
58
unblock one that has been closed. You may need to force an update of
59
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
66
* TO BE DONE SHORTLY BEFORE RELEASE
63
67
You can’t perform that action at this time.
0 commit comments