diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-02-28 00:05:02 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-02-28 00:05:02 +0100 |
commit | f984b22af6d8cae36c3470b99d9eca4a8c73a469 (patch) | |
tree | a17e4e0f604ca513496904c7ab179644a0a47abb /NEWS | |
parent | 02e2bf98e627b299700d8f442ece7e192e945039 (diff) |
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 26 |
1 files changed, 25 insertions, 1 deletions
@@ -2,12 +2,36 @@ #+TITLE: Guile Debbugs NEWS – history of user-visible changes #+STARTUP: content hidestars -Copyright © 2018 Ricardo Wurmus <rekado@elephly.net> +Copyright © 2018, 2019 Ricardo Wurmus <rekado@elephly.net> Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. +* 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 guile-email instead of poorly parsing emails on our own. + * First release as part of GNU: 0.0.2 On January 15, 2018 Guile Debbugs joined the GNU Project. |