[libhtml-scrubber-perl] annotated tag release/0.17 created (now d713c40)

Florian Schlichting fsfs at moszumanska.debian.org
Sat Nov 11 13:46:23 UTC 2017


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

fsfs pushed a change to annotated tag release/0.17
in repository libhtml-scrubber-perl.

        at  d713c40   (tag)
   tagging  d4d92e4a96fd3a216c2932a508aa2f8240b11382 (commit)
  replaces  release/0.16
 tagged by  Nigel Metheringham
        on  Tue Jun 27 14:04:12 2017 +0100

- Log -----------------------------------------------------------------
0.17

Nigel Metheringham (1):
      v0.17

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

This annotated tag includes the following new commits:

       new  b4987f1   Imported from HTML-Scrubber-0.02.tar.gz.
       new  ee48eb2   Imported from HTML-Scrubber-0.03.tar.gz.
       new  2f8e2ee   Imported from HTML-Scrubber-0.04.tar.gz.
       new  cb2a689   Imported from HTML-Scrubber-0.05.tar.gz.
       new  6fe3115   Imported from HTML-Scrubber-0.06.tar.gz.
       new  7e3616a   Imported from HTML-Scrubber-0.07.tar.gz.
       new  1b778bc   Imported from HTML-Scrubber-0.08.tar.gz.
       new  c425d7e   Fixed windows line endings
       new  5fd38f0   Basic conversion to Dist::Zilla
       new  3e00369   Stripped spare spaces on end-of-lines + tabs
       new  e5c3323   Remove use of naked filehandle
       new  2975485   Move to Dist::Zilla managed versioning
       new  d420f9c   Documentation tweaks and spelling list
       new  4fc658d   Removed predictable tmp file vulnerability in tests
       new  365b222   Stripped trailing # in examples
       new  0182c55   Moved the common _scrub code to one place
       new  0622d65   Changes and github README updates
       new  671ec54   v0.09
       new  03cf0d9   Removed obsolete "vars" pragma
       new  fc1a695   Merge pull request #2 from sergeyromanov/master
       new  2de3c64   UTF8 tests to attempt to reproduce RF72659 report
       new  3adb8ed   Tweaked module for newer dist packaging style
       new  e281c77   RT3008 Changed examples to be XSS free
       new  d716636   Replace basic load test with neater version
       new  e2a61e6   Updated tests for new RT issues
       new  4532022   fix handling of self closing tags, like <hr/>
       new  6160ba3   treat * attr rule in the same way as any other
       new  4ef3e19   make it possible to process attributes with callabacks
       new  3931cd1   fixup
       new  ea74045   Update authors/contributors/copyright.  Fix spelling.
       new  53b037e   v0.10
       new  9419a71   v0.11
       new  3fb1b6b   check for definedness before calling ->parse
       new  2e0e332   Removed the link to HTML::Sanitizer
       new  4737705   Removed circular reference
       new  ae11884   added travis CI
       new  b782e4f   Added a link to travis CI build
       new  8a7ccf9   Added manual inclusion of Test::CPAN::Meta
       new  494f4b3   Added Test::EOL and Test::NoTabs to dist
       new  05856f2   Moved Test::CPAN::Meta to the dist.ini as a prereq
       new  6bd2113   Modified the dist.ini to correctly label prereqs and change deprecated plugins
       new  e743f20   Added Test::EOL and Test::NoTabs
       new  54e4443   NIGELM plugin update renders plugins unnecessary
       new  dd982c1   added Test::EOL and Test::NoTabs dependencies
       new  ee0dfff   Updated prereqs section
       new  c43af3b   corrected errors with prereqs
       new  78d43c2   Merge pull request #6 from mrcaron/master
       new  01d4abb   Changelog updates
       new  57474cc   Added a contributing section to the readme
       new  0ec4cdf   Merge in fix from leejo re https://github.com/nigelm/html-scrubber/pull/3
       new  62683c0   Fix up embedded tabs (perltidy)
       new  c97d2af   Merge branch 'master' of https://github.com/avereha/html-scrubber into avereha-master
       new  e93b3ac   Merge branch 'README-modificaiton' of https://github.com/mrcaron/html-scrubber into mrcaron-README-modificaiton
       new  94e3543   Merge in fixes from  avereha for issues #4 & #5
       new  5578b54   Merge branch 'mrcaron-README-modificaiton' into devel
       new  07db3e1   Applied my standard tidy/ignore settings
       new  7a0ae2a   Apply tidy settings to whole repository
       new  6c0f521   Updated contribution section re tidy
       new  afe12d2   Merge branch 'devel'
       new  b9270e4   v0.12
       new  3ff05bc   v0.13
       new  e979e54   Added requirement for perl 5.8
       new  8e43fd8   v0.14
       new  2e6f767   Minor spellcheck fixes
       new  e1978cc   Test and fix for JVN53973084
       new  5e7f8bd   v0.15
       new  da2a946   Added travis link into main documentation
       new  6316f8a   Extend list of Perls in Travis config
       new  3db37d4   Add missing testing prereqs
       new  74e9eef   Avoid pod-spell test failure from ABSTRACT text
       new  4fc5580   Add C<> formatting to code-like text elements
       new  899b756   Improve punctuation and text flow slightly
       new  0f590f9   Fix spelling of "repository" in docs
       new  1801f06   Purge trailing whitespace in Travis config
       new  45663e3   Add strict and warnings pragmas to test files
       new  49aa1af   Use three-argument form of open()
       new  af37c6b   Replace bareword filehandles with lexicals
       new  9919aa8   Fix link to PBP errata
       new  266b074   Fix link to scrubber patch
       new  cd2a225   Remove invalid end tags
       new  39b1159   Update test expectation when scrubbing xhtml
       new  6335cf5   Merge PR#9 - Add missing testing prereqs
       new  d5944b8   Merge PR#11 - Avoid pod-spell test failure from ABSTRACT text
       new  7fedbbe   Merge PR#10 - Extend list of Perls in Travis config
       new  659cd00   Merge PR#12 - Minor documentation fixes
       new  1b693f3   Ensured other module references are marked as L<>
       new  f381ccb   Merge branch 'pr/purge-trailing-whitespace' of https://github.com/paultcochrane/html-scrubber into integration_branch
       new  2c1672e   Merge PR#14 - Fix perlcritic issues
       new  1e7af87   Merge PR#15 - Fix stale URLs
       new  bb12d88   Merge PR#16 - Remove invalid end tags for empty elements (RT120384)
       new  f0a2f8b   Updated Changes, Readme
       new  2724bd5   Document new (mainly to satisfy pod coverage test)
       new  6e68c57   Switch to current favoured Dist::Zilla config
       new  9cb778c   Update travis config to current standard
       new  b1b549b   Fix dependancies and other dzil/travis tweaks
       new  4961cf0   v0.16
       new  d4d92e4   v0.17

The 97 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/libhtml-scrubber-perl.git



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