emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/debbugs f41daeb 300/311: Release debbugs 0.26


From: Stefan Monnier
Subject: [elpa] externals/debbugs f41daeb 300/311: Release debbugs 0.26
Date: Sun, 29 Nov 2020 18:42:34 -0500 (EST)

branch: externals/debbugs
commit f41daeb5e957d98b39b32e6930529e6f43eef83a
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    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 <michael.albinus@gmx.de>
 ;; 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]