[libtext-markup-perl] annotated tag upstream/0.23 created (now b05dfe1)

Axel Beckert abe at deuxchevaux.org
Fri Jul 10 22:44:16 UTC 2015


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

abe pushed a change to annotated tag upstream/0.23
in repository libtext-markup-perl.

        at  b05dfe1   (tag)
   tagging  66c093c391411a16b69d979b20fdc64ef5d74602 (commit)
 tagged by  Axel Beckert
        on  Sat Jul 11 00:35:30 2015 +0200

- Log -----------------------------------------------------------------
Upstream version 0.23
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJVoEiyAAoJEGvmY8daNcl1YYoQAIqr3TQFsNhZ0z536zpwHPch
JJGgQGeE7IB9Q40icS09DiPEnc52BsIYohDvdU1VmIfiIIE8obE/hwwTOrQGke/W
+7ANmWw3GXSXj6jJErbEznInxn52NF91gj5ZNM02C0uY6X4X2o0UQ4cHQTd+ovAp
XWhytE6Kg5g4JDDOZ64IRi+nVrJ5TXDrvm0HFYw5K8ybEAEx9vC41bf0XgpjpQOB
3Ggt2OBgrrUUJ65oQtg3Gc8Gq/2OTMTGoVTtP44xXH2OBnHazjSWRMEnbXiq9SMl
2dUqd9HCuEB5B0+t2BuzwCrRFq1KrkmCgAsen+IwTpjzpGuvK2pNZ4MuArTsI9B7
N8eMDSyS7pBffwYKUtNiXhqr5LLGpij/E1GJqXkHgeCf+vMRb3BI6WDvWkGib0Yi
ZfQbLhXCRMk0bfRZJVV/HJGAKiF6b55crhOBLAAz496T4oR4s9po+oPnwGTv6Vbg
YKGNoJKxIVCFUWAM1u0IUNSH58zV4X/0H4SbKdLW7sH1vR7F2dugDpyHL44KXiT5
TMadqvJFmVwkUaMo1jT+gXKaRqWgCQOxnvzd6zqokR97bFFBboexl7ic9Drf0s0K
brlotGi8teQwp6gEt1H3jM1hTk8ibce3kWn4W7N6/ek/o2dmplSQpu5L2hfO0tx+
Q/M97g+DDZ/CyWlgsRyl
=mFUz
-----END PGP SIGNATURE-----

Axel Beckert (1):
      Imported Upstream version 0.23

Daniele Varrazzo (11):
      Add reStructuredText parser stub.
      Register the reST parser with extensions .rest and .rst.
      Implemented reST parser.
      Added test for reST parser.
      Added bits of documentation for the reST parser.
      reST parser refactoring
      Added --test-patch version to verify if the script is working
      Added options to customize known directives output
      Better rendering of Sphinx directives
      Fixed code-block directive with Docutils >= 0.9
      Fixed reST with Docutils 0.7

David E. Wheeler (111):
      Skeleton for new module: Text::Markup.
      Base implementation with default parser.
      Add Markdown parser.
      Avoid early death.
      Don't write to a file, but return the HTML.
      Load core parsers on demand.
      Remove explicit list of core parsers from t/base.t.
      Formatting.
      Document adding a new parser.
      Return results encoded, not decoded.
      Document all public methods.
      Document Text::Markup::None.
      Fully document `register` and `formats`.
      Make `_parser_for` private.
      Document the None and Markdown parsers.
      Add test for Pod coverage.
      Add HTML "parser".
      Look for a BOM when opening files.
      Encoding note in for the HTML parser.
      Fall back on UTF-8.
      Require Text::Markdown.
      Add encoding parameter.
      Proper param string to HTML parser.
      Add Pod parser.
      Hadn't meant to delete that line.
      Leave UTF-8 in Pod-generated HTML.
      Encode the minimum unsafe characters in the "None" parser.
      Add Trac wiki syntax parser.
      Add Textile parser.
      Make sure Trac does not encode UTF-8 characters.
      Make sure Markdown does not encode UTF-8 characters.
      Add MediaWiki parser.
      Doc polishing.
      Timestamp for 0.10.
      Increment version to 0.10.
      List supported markups in README.
      Rename README to README.md.
      Update required modules in README.md.
      Fix test failures on Perl < 5.12.
      Fix test failures due to the renaming of README.
      Timestamp for 0.41 release.
      Increment version to 0.12.
      Remove redundant line in README.
      Document that `file` is required.
      Add MultiMarkdown support.
      Make sure t/formats.t always runsat least one test.
      Timestamp v0.12.
      Increment to v0.13.
      Fix broken regex.
      Timestamp v0.13.
      Merge pull request #3 from mrallen1/master
      Merge branch 'master' of github.com:theory/text-markup
      Spelling.
      Credit Mark Allen.
      Timestamp v0.14.
      Increment to v0.15.
      Return `undef` when no markup found.
      Merge pull request #4 from dvarrazzo/master
      Make ReSt support more robust.
      Spelling.
      Timestamp v0.15.
      Increment to v0.16.
      Suppress unknown diretive errors from the reST parser.
      README tweak.
      Update copyright date.
      Improve reST handling of specialized docs.
      Make sure we die if `--test-patch` fails.
      Props to @dvarrazzo.
      Return UTF-8 encoded HTML from Rest.
      Find Python, use it to execute rst2html, make sure we have docutils.
      Use $encoding to specify reST intput encoding.
      Note encoding fixes.
      Update comment.
      Use HTML output for Sphinx math stuff.
      Always return UTF-8.
      Timestamp v0.16.
      Increment to v0.17.
      Add Asciidoc support.
      Timestamp v0.17.
      Increment to v0.18.
      Require HTML::Tagset for Text::MediawikiFormat.
      Exclude all Pod tests from the distribution.
      Merge pull request #7 from dvarrazzo/docutils-0.9
      Give credit where credit is due.
      Timestamp v0.18.
      Don't strip first line of verbatim block.
      Remove --safe from Asciidoc.
      Update copyright year.
      Add .travis.yml.
      Timestamp v0.19.
      Increment to v0.19 and timestamp.
      Increment to v0.20.
      Work around format change in CGI 4.11.
      Upgrade Travis Perl.
      Timestamp v0.20.
      Increment to 0.21.
      Add Asciidoc to the README.
      Pass content directly to BB parser.
      Merge branch 'bbcode' by @lucaskanashiro.
      Credit @lucaskanashiro.
      Use sudo -H.
      Timestamp v0.21.
      Increment to v0.22.
      Credit Lucas Kanashiro for Creole.
      Merge branch 'creole' from @lucaskanashiro.
      Timestamp v0.22.
      Note change.
      Increment to v0.23.
      Stop working around CGI change after 4.14.
      Strip the shortest verbatim indentation.
      Timestamp v0.23.

David Steinbrunner (1):
      repository metadata fix

Lucas Kanashiro (15):
      Fixed spelling test
      Added BBcode regex in Markup.pm
      Created Bbcode class
      Fixed POD spelling test
      Created test for bbcode format
      Updated README with BBcode information
      Added Parse::BBCode as dependency in Build.PL
      Added .bb extension in BBcode parse
      Added Creole regex in Markup.pm
      Created Creole class
      Created test for creole format
      Added Text::WikiCreole as dependency in Build.PL
      Updated README with Creole information
      Added BBcode and Creole in Markup.pm description
      Import original source of Text-Markup 0.22

Mark Allen (2):
      Add option processing to the Pod parser.
      Clean up undefined Pod parser option handling.

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

No new revisions were added by this update.

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



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