1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
libsvn-hooks-perl (1.34-1) unstable; urgency=medium
From the 1.34 Changes:
[Changes]
The SVN::Hooks::CheckJira plugin now uses the JIRA::REST module instead
of the JIRA::Client module to talk to JIRA. The JIRA::Client module uses
the SOAP API which was deprecated in JIRA 6 and isn't supported anymore
by JIRA 7. Note that this may break hooks that use one of the check-*
options to the CHECK_JIRA directive, because they now pass a JIRA::REST
object to the user functions instead of a JIRA::Client object.
-- Salvatore Bonaccorso <carnil@debian.org> Thu, 10 Nov 2016 19:40:17 +0100
|