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

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

[elpa] master e657c0c: Release debbugs 0.26


From: Michael Albinus
Subject: [elpa] master e657c0c: Release debbugs 0.26
Date: Mon, 24 Aug 2020 12:09:45 -0400 (EDT)

branch: master
commit e657c0c07fe8fb3169a5f143526a1901f10e4a3b
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.
---
 packages/debbugs/debbugs-gnu.el | 12 +++++++-----
 packages/debbugs/debbugs.el     |  2 +-
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/packages/debbugs/debbugs-gnu.el b/packages/debbugs/debbugs-gnu.el
index 9f7f809..485b977 100644
--- a/packages/debbugs/debbugs-gnu.el
+++ b/packages/debbugs/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/packages/debbugs/debbugs.el b/packages/debbugs/debbugs.el
index a71a2fb..965f5dc 100644
--- a/packages/debbugs/debbugs.el
+++ b/packages/debbugs/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]