[libhttp-oai-perl] annotated tag debian/4.05-1 created (now 988616c)

gregor herrmann gregoa at debian.org
Sat Jul 15 13:59:43 UTC 2017


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/4.05-1
in repository libhttp-oai-perl.

        at  988616c   (tag)
   tagging  f23863a4a9c65e0748a78920a4b3552cbfe0e642 (commit)
  replaces  debian/4.04-2
 tagged by  gregor herrmann
        on  Sat Jul 15 15:59:18 2017 +0200

- Log -----------------------------------------------------------------
tagging package libhttp-oai-perl version debian/4.05-1
-----BEGIN PGP SIGNATURE-----

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAllqH7ZfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgaxbQ//RaGpkPWFCyO8Xq8+g25QdoXKXTsnWnCa5gQWkDLD9YfxsDWJhDjBF8OA
U0LYLHhirY7g4xeyAosYSi2dekZDTg1Yj2oCf2m1vXeq9kNJGnXBgI515qZCnmoP
vdZHricr/lpZTDJncPL7h97XCkokofvdPFfzgMyltiDklKkPFD+IOa8YubwR9wMj
EoNu00+H1pRz0l+2wfbkkq/1Miy6PtI8+YtixDZ+elHPxBmoJEu8mtdnUkkBpYng
8pNw3CP19CwxAl1U/5DVkv29WWa8U71NCAYvoYAmvWnOMGaRZepLIz7z886zN60N
2u8CTSHjF7Tz8IqiyTiyy6Ul2KAZWwVlcu/Eq7xU+E2lK65RFy4vhmKC66/LT4CM
42SKquKYu1E1Pu3wbj85mlRodYIBgSaeiZmBg501WmB6T5LVifWKe6ChZ63bZM+C
yHhPFBj+SYXL5/5QJlXYAE0DGmkp3JMfzZf/qO8nnBAEHK6Df0Q8MWDNli8slvfA
ih+v6oFrXVvxr90SKOo0jXkbrhLKtx/RYIvbWVfVQrRGLWgfGaY61sKuSfQ6ml9z
kp0d0xQybJmwGz5hy/3kchS90YIuybpgClydAs2jGyPsNw9SS1yFUd5wupB4P0jX
Fx7hGB8P3Yr+Zx6rL5AnG0fMExlVAeXQL5ndhHCQ3YKFol6j5/g=
=Xcqb
-----END PGP SIGNATURE-----

Jakob Voss (1):
      don't die if onRecord is undef

Mohammad S Anwar (1):
      Add missing prereq XML::NamespaceSupport

Patrick Hochstenbach (14):
      Fixing MANIFEST file for buildin to CPAN
      Fixed test t/getrecord.t bug #9
      Moving to Dist::Milla fixing Test t/getrecord.t fails #9
      Adding travis
      Adding Build.PL to the repository
      Adding travis badge
      4.04
      Merge pull request #1 from manwar/add-missing-prereq
      Merge branch 'pkg-perl-tools-pkg-perl-1500070600'
      Moving the command line tools to the script directory
      Update changes
      Adding more travis tests
      Fixing POD
      4.05

Sebastien Francois (1):
      Update ResumptionToken.pm

Tim Brody (16):
      * Added note about github source repository
      * Fixed <description> elements that contain multiple children breaking parsing
      * Large reworking to support static repository incremental parsing
      * Changes to pass all t/ tests
      * Fixed <resumptionToken/> causing the harvest to continue
      Allow ->Identify->granularity to be called on bad responses (fixes bug in celestial).
      Added oai_pmh.pl CLI tool
      Fixed Attributes missing in end_element
      4.01
      Strip whitespace around leaf nodes
      Removed stale reference to Headers
      Install oai_pmh.pl
      Merge pull request #1 from sebastfr/master
      Merge pull request #2 from phochste/master
      Merge pull request #4 from nichtich/master
      Merge pull request #10 from phochste/master

Timothy Brody (2):
      4.02
      4.03

gregor herrmann (9):
      'use encoding' is gone in perl 5.26
      New upstream version 4.05
      Updated version 4.05 from 'upstream/4.05'
      Update debian/changelog
      Drop use-encoding.patch, merged upstream.
      fix-pod-errors.patch: remove a hunk which was applied upstream.
      Remove workaround to rename directory for commandline scripts.
      Explicitly (build) depend on libxml-namespacesupport-perl
      releasing package libhttp-oai-perl version 4.05-1

tdb01r (29):
      * Better naming
      * Missing mets test file
      * Still missed test file from manifest
      - use strict UTF-8 (suggested by Dennis Vierkant)
      * Increased XML::LibXML requirement to 1.60
      - added test case for bad characters
      - added debug class HTTP::OAI::Debug
      * Missing files
      - use XML::SAX::Parser rather than ParserFactory
      - Changed license to BSD
      * Fixed CPAN bugs #60760 and #60856
      * 3.24
      * Metadata::OAI_DC now parses dc when passed as a DOM to ->metadata
      * Added unit test for OAI_DC metadata() parsing
      * 3.25
      * Updated CHANGELOG
      * Added 'delay' option
      * s/CODEREF/CODE/g
      * Supply a last-request-completed time to delay() - allows adaptive delays
      * Stop parsing static files when we've completed the Identify/ListMetadataFormats
      * Don't attempt to finish LWP callback-parsing if the response wasn't successful
      * Fixed undef warning in MetadataFormat
      * Show the record identifier missing a datestamp
      * 3.28
      * Added skip-identify option to oai_browser
      3.26
      * 3.27 because I uploaded 3.26 too soon
      * Set the request on the response object
      * Capture errors generated in lwp_endparse as HTTP responses

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  bf6c548   Updated version 4.05 from 'upstream/4.05'
       new  97daab9   Update debian/changelog
       new  646133f   Drop use-encoding.patch, merged upstream.
       new  78f418d   fix-pod-errors.patch: remove a hunk which was applied upstream.
       new  3d6b927   Remove workaround to rename directory for commandline scripts.
       new  00054d7   Explicitly (build) depend on libxml-namespacesupport-perl
       new  f23863a   releasing package libhttp-oai-perl version 4.05-1

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhttp-oai-perl.git



More information about the Pkg-perl-cvs-commits mailing list