[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
guile-debbugs-0.0.3 released [stable]
From: |
Ricardo Wurmus |
Subject: |
guile-debbugs-0.0.3 released [stable] |
Date: |
Fri, 28 Feb 2020 10:22:55 +0100 |
User-agent: |
mu4e 1.2.0; emacs 26.3 |
We are pleased to announce the release of Guile Debbugs 0.0.3. This
package provides a Guile library to communicate with a Debbugs bug
tracker's SOAP service.
Here are the compressed sources and a GPG detached signature[*]:
https://ftpmirror.gnu.org/guile-debbugs/guile-debbugs-0.0.3.tar.gz
https://ftpmirror.gnu.org/guile-debbugs/guile-debbugs-0.0.3.tar.gz.sig
Use a mirror for higher download bandwidth:
https://www.gnu.org/order/ftp.html
[*] Use a .sig file to verify that the corresponding file (without the
.sig suffix) is intact. First, be sure to download both the .sig file
and the corresponding tarball. Then, run a command like this:
gpg --verify guile-debbugs-0.0.3.tar.gz.sig
If that command fails because you don't have the required public key,
then run this command to import it:
gpg --keyserver keys.gnupg.net --recv-keys
BCA689B636553801C3C62150197A5888235FACAC
and rerun the 'gpg --verify' command.
This release was bootstrapped with the following tools:
Autoconf 2.69
Automake 1.16.1
Gnulib v0.1-3269-g03d7a6b1f
NEWS
* Changes in 0.0.3 (since 0.0.2)
The =search-est= operation now supports attribute filtering.
The operation =get-bug-message-numbers= has been added.
The procedure =fetch-mbox= has been added to =(debbugs operations)=.
The procedure =soap-invoke*= has been added, which calls =soap-invoke=
and caches the results.
The =(debbugs soap)= module overrides Guile’s default handler for
Content-Type headers to avoid errors when processing multipart
messages with boundary strings containing “=”.
The =soap-invoke= procedure now accepts a procedure returning the
usable Debbugs endpoint URLs in addition to a plain service URL string
as previously.
The =(debbugs)= module provides the =%debian= and =%gnu= variables for
the two major Debbugs instances out there. They can be used as the
first argument to =soap-invoke=. The module also re-exports all
public definitions of the =bug=, =operations=, and =soap= modules.
Use Arun Isaac’s guile-email instead of poorly parsing emails on our
own.
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- guile-debbugs-0.0.3 released [stable],
Ricardo Wurmus <=