branch: externals/debbugs
commit f41daeb5e957d98b39b32e6930529e6f43eef83a
Author: Michael Albinus <[email protected]>
Commit: Michael Albinus <[email protected]>
Release debbugs 0.26
* debbugs-gnu.el (debbugs-gnu-emacs-current-release)
(debbugs-gnu-emacs-blocking-reports): Adapt.
* debbugs.el: Increase Version to 0.26.
---
debbugs-gnu.el | 12 +++++++-----
debbugs.el | 2 +-
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index 9f7f809..485b977 100644
--- a/debbugs-gnu.el
+++ b/debbugs-gnu.el
@@ -405,22 +405,24 @@ a date, value is the cons cell \(BEFORE . AFTER\).")
The specification which bugs shall be suppressed is taken from
`debbugs-gnu-default-suppress-bugs'.")
-(defcustom debbugs-gnu-emacs-current-release "27.1"
+(defcustom debbugs-gnu-emacs-current-release "27.2"
"The current Emacs relase developped for."
:type '(choice (const "24.5")
(const "25.1") (const "25.2")
- (const "26.1") (const "26.2") (const "26.3")
- (const "27.1")
+ (const "26.1") (const "26.3")
+ (const "27.1") (const "27.2")
(const "28.1"))
- :version "27.1")
+ :version "27.2")
(defconst debbugs-gnu-emacs-blocking-reports
'(("24.5" . 19758)
("25.1" . 19759)
("25.2" . 21966)
("26.1" . 24655)
+ ("26.3" . 35968)
("27.1" . 39200)
- ("28.1" . 24655))
+ ("27.2" . 43018)
+ ("28.1" . 39202))
"The IDs of the Emacs report used to track blocking bug reports.
It is a list of cons cells, each one containing the Emacs
version (a string) and the bug report number (a number).")
diff --git a/debbugs.el b/debbugs.el
index a71a2fb..965f5dc 100644
--- a/debbugs.el
+++ b/debbugs.el
@@ -5,7 +5,7 @@
;; Author: Michael Albinus <[email protected]>
;; Keywords: comm, hypermedia
;; Package: debbugs
-;; Version: 0.25
+;; Version: 0.26
;; Package-Requires: ((emacs "25.1") (soap-client "3.1.5"))
;; This file is not part of GNU Emacs.