[pandoc] annotated tag upstream/1.17.0.3_dfsg created (now 90cf913)
Jonas Smedegaard
dr at jones.dk
Wed Jun 1 10:48:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a change to annotated tag upstream/1.17.0.3_dfsg
in repository pandoc.
at 90cf913 (tag)
tagging 29583a109043c7b2128b37f13135a326add16996 (commit)
replaces upstream/1.16.0.2_dfsg
tagged by Jonas Smedegaard
on Thu Apr 21 11:29:58 2016 +0200
- Log -----------------------------------------------------------------
Upstream version 1.17.0.3~dfsg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJXGJ2WAAoJECx8MUbBoAEhcbAP/jUkQuvXq9ejlAS0wnTIQ5wt
dJFe0WEFCCX9Av2We20/ZWidyTBHHwUnp9hXBhaV4sNn25UUEmKGo1juK69Uwidb
1UHalRQdMtg40gxPF5TQsC7kA8pODAYGCg8AakNtSmcR1+usNCYSzeL0a54m1AAM
NPBywypwe59c+AezFPOQpAHtEslhfwMsCU5gPo3c5GHSsJZvIJDu9/05b6bzLZMg
1C2yBZGGXuLM0bPbEElg6MVpnrTdZvx1BxXkrkgVbo6dpgu229qPlnwGZQGEM+cF
4mOQwIeRIDF8+nbZp6nkq7U+TEgSPYM59vAMXh2LeF/R5CoXzy92mehgrF6tG8K+
Upl9ITYBGV+nDxcoZCZ7bgiQJAsyNhRrFlVomInZfE1WtOw8CKSEvqkbvLGocm8V
mmLgEelAycbjqn+8XMxNmigDQNS36MKrgfZShNz864CN2yEXAhpl0d8sfNwOUCVC
zBRmD9Zl0u5JVj6TKtEhL272dWsIQPthouoMD+FqWp2QEyrRur23VfQixgiS4We7
r4IrITo/nSj0FG/gzbO4ETRdIdF06nJMQF4E3sYPTR5lxjwkKePcR393cd1Zfyey
IzNRu2FURZcrr79JmvOAlL/jYPiAu5/l/QhCTywECAhigLb1ZCTOSH8PNX8w0Pvk
dEoo0+O+SesL2TG6uJbQ
=x9LU
-----END PGP SIGNATURE-----
Albert Krewinkel (2):
Prefix even empty figure names with "fig:"
Org reader: Refactor link-target processing
Andrew Dunning (1):
Remove stray line from stack.full.yaml
Henrik Tramberend (2):
LaTeX writer: Allow more flexible table alignment
Markdown writer: Use hyphens for yaml metadata block bottom line
Jesse Rosenthal (17):
Docx reader: Add a "Link" modifier to Reducible
Docx reader: Add tests for adjacent hyperlinks.
LaTeX writer: treat memoir template with `article` opt as article
LaTeX writer: clean up options parser.
Update README to reflect 4112b32.
Docx Reader: Get rid of Modifiable typeclass.
Docx reader: update feature checklist.
Docx Reader: Add state to the parser, for warnings
Add readDocxWithWarnings
Add a general ByteStringReader with warnings.
Introduce file-scope parsing (parse-before-combine)
README: Add description of `--file-scope` option.
pandoc.hs: Also use filescope for json files.
Docx reader: Don't make numbered heads into lists.
Docx reader: Add test for enumerated headers.
Docx reader: Handle alternate content
Fix stdin handling for file-scope
John MacFarlane (103):
Org writer - pass through RawInline with format "org".
make_osx_package.sh: Use env variable for developer id certs.
HTML writer: harmless code simplification.
Added some entity tests in Markdown reader tests.
Merge pull request #2665 from monofon/fix/table-alignment
Adjusted longtable in tests.
Merge pull request #2638 from c-forster/teiwriter
Added default.tei TEI template
Added TEI to description and default.tei to data files.
Added old-style tests for TEI writer (tests/tables.tei, tests/writer.tei).
Changed type of Shared.uniqueIdent argument from [String] to Set String.
Bump version to 1.17.
stack.yaml - use cmark 0.5.1.
Make language extensions trigger highlighting.
Textile reader: Support `>`, `<`, `=`, `<>` text alignment attributes.
Merge pull request #2681 from pra85/patch-1
Properly handle LaTeX "math" environment as inline math.
HTML reader: handle multiple meta tags with same name.
LaTeX reader: `inlineCommand` now gobbles an empty `{}` after any command.
HTML writer: don't include alignment attribute for default table columns.
Markdown reader: Fixed bug with smart quotes around tex math.
Custom writer: Pass attributes parameter to CaptionedImage.
Merge pull request #2699 from MathieuDuponchelle/patch-1
Added info on Stack to CONTRIBUTING.md.
Merge pull request #2703 from rski/stack_link_fix
Allow aeson 0.11.
Updated to lts-5.2 resolver, aeson 0.11 in stack.yaml.
Changed aeson version in stack.yaml to 0.11.0.0.
Removed aeson extra-dep from stack.yaml.
Removed `tex_math_single_backslash` from `markdown_github` options.
stack.yaml: Added commented-out commands to compile against aeson 0.11.
HTML reader: properly handle an empty cell in a simple table.
Try new travis stack+cabal script.
Fixed stack.yaml.
Travis fixes.
Travis: don't build with lts-3.
Don't build with lts-2 or lts-3.
Merge pull request #2725 from adunning/patch-1
Merge pull request #2732 from pra85/patch-2
HTML reader: rewrote htmlInBalanced.
Merge pull request #2691 from tarleb/org-image-file-links
Merge pull request #2668 from monofon/fix/yaml-metadata-block-bottom-line
Merge pull request #2646 from tarleb/org-figure-with-no-name
Fixed some linter warnings.
Markdown reader: use htmlInBalanced for rawVerbatimBlock.
Raise tagsoup lower bound to 0.13.7.
Make protocol-relative URIs work again.
Allow zip-archive 0.3.
Merge pull request #2739 from mb21/patch-2
LaTeX reader: handle interior `$` characters in math.
Merge pull request #2760 from ickc/master
Stack-based appveyor setup.
DokuWiki writer: use $$ for display math.
Markdown reader: don't cross line boundary parsing pipe table row.
Markdown reader: allow `+` separators in pipe table cells.
Markdown reader: Clean up pipe table parsing.
Markdown reader: Improved pipe table parsing.
Merge pull request #2771 from mb21/docx-alt-text
Fixed behavior of base tag.
README: document that --toc works with docx.
LaTeX writer: Avoid double toprule in headerless table with caption.
ConTeXt writer: fix whitespace at line beginning in line blocks.
Updated changelog.
Rebuilt man page.
Added `institute` variable in LaTeX and Beamer templates.
Merge pull request #2637 from mb21/latex-figure-label
Updated changelog.
Updated man page.
Use lts-5.8 resolver.
Depend on most recent aeson, highlighting-kate.
Build binary packages with with latest texmath.
Build pandoc-citeproc 0.9.1 for binary pkgs.
Build vs pandoc-citeproc 0.9.1.1.
texmath-0.8.5 in extra-deps in stack.full.yaml.
Fixed typo in deb, osx stack.yaml.
make_osx_package.sh: Add quotes around env variable.
Fixed version in osx/distribution.xml.
Don't hardcode pandoc version in osx/distribution.xml.
Removed strip commands from make-windows-installer.bat.
Fixed Chris Forster's name.
Fixed changelog formatting.
Fixed changelog.
Clarify and shorten description of file-scope in changelog.
Changelog formatting.
Fixed link to TEI in README.
Improved documentation of templates.
Version to 1.17.0.1.
Updated changelog.
Updated man page.
Fixed bug in Markdown raw HTML parsing.
Version bump to 1.17.0.2.
Updated changelog.
Updated man page.
Fixed copyright dates.
Updated copyright dates to include 2016.
Merge pull request #2812 from mb21/patch-2
Bump version to 1.17.0.3.
Updated changelog.
Updated man page.
Travis: run tests when compiling from tarball.
LaTeX writer: Fixed position of label in figures.
LaTeX writer: better positioning for hypertarget in figures.
Updated changelog.
Jonas Smedegaard (1):
Imported Upstream version 1.17.0.3~dfsg
Mathieu Duponchelle (1):
CONTRIBUTING.md : update test enabling documentation
Mauro Bieg (2):
Add relocatable stack build
include .tei files in pandoc.cabal
Prayag Verma (2):
Update license year range to 2016
Fix typos in Readme
csforste (1):
Add TEI Writer.
ickc (2):
Update pandoc.1
Update README
mb21 (2):
LaTeX writer: figure label
Docx Writer: handle image alt text
rski (1):
Fix stack link in INSTALL
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 1fde920 LaTeX writer: figure label
new fabbd1a Prefix even empty figure names with "fig:"
new f45a8e1 Org writer - pass through RawInline with format "org".
new 20c55ab make_osx_package.sh: Use env variable for developer id certs.
new f2c0974 HTML writer: harmless code simplification.
new 25a9ca6 Add TEI Writer.
new 4d74a96 Added some entity tests in Markdown reader tests.
new 7a18879 LaTeX writer: Allow more flexible table alignment
new 3875df7 Merge pull request #2665 from monofon/fix/table-alignment
new 7ea4d17 Adjusted longtable in tests.
new 556d0c1 Markdown writer: Use hyphens for yaml metadata block bottom line
new 3b39b16 Merge pull request #2638 from c-forster/teiwriter
new cbc2434 Added default.tei TEI template
new 5b31790 Added TEI to description and default.tei to data files.
new 2a2e3d9 Added old-style tests for TEI writer (tests/tables.tei, tests/writer.tei).
new 20170c3 Changed type of Shared.uniqueIdent argument from [String] to Set String.
new f35fa88 Bump version to 1.17.
new d015284 stack.yaml - use cmark 0.5.1.
new 11c5831 Make language extensions trigger highlighting.
new a1021bd Textile reader: Support `>`, `<`, `=`, `<>` text alignment attributes.
new fdc9f0e Update license year range to 2016
new 373aaa8 Merge pull request #2681 from pra85/patch-1
new 76983c3 Properly handle LaTeX "math" environment as inline math.
new a02c26d HTML reader: handle multiple meta tags with same name.
new 1874558 LaTeX reader: `inlineCommand` now gobbles an empty `{}` after any command.
new 92e6ae4 Org reader: Refactor link-target processing
new 2ee7752 Docx reader: Add a "Link" modifier to Reducible
new 7a10507 Docx reader: Add tests for adjacent hyperlinks.
new 93a05df HTML writer: don't include alignment attribute for default table columns.
new 6cb4991 Markdown reader: Fixed bug with smart quotes around tex math.
new a326600 CONTRIBUTING.md : update test enabling documentation
new a692bd2 Custom writer: Pass attributes parameter to CaptionedImage.
new 7358b47 Merge pull request #2699 from MathieuDuponchelle/patch-1
new c0515e0 Added info on Stack to CONTRIBUTING.md.
new c428231 Fix stack link in INSTALL
new 7034366 Merge pull request #2703 from rski/stack_link_fix
new e552a14 Allow aeson 0.11.
new 522f8f3 Updated to lts-5.2 resolver, aeson 0.11 in stack.yaml.
new 1aaf4b8 Changed aeson version in stack.yaml to 0.11.0.0.
new 52794d8 Removed aeson extra-dep from stack.yaml.
new bbc67de Removed `tex_math_single_backslash` from `markdown_github` options.
new 09bc31a stack.yaml: Added commented-out commands to compile against aeson 0.11.
new b8dadc6 HTML reader: properly handle an empty cell in a simple table.
new 1a87794 Try new travis stack+cabal script.
new 134a5e5 Fixed stack.yaml.
new dda7c27 Travis fixes.
new 9e3f739 Travis: don't build with lts-3.
new 44bcc88 Don't build with lts-2 or lts-3.
new 4dfe373 Remove stray line from stack.full.yaml
new 5848416 Merge pull request #2725 from adunning/patch-1
new 4112b32 LaTeX writer: treat memoir template with `article` opt as article
new 4438ff1 LaTeX writer: clean up options parser.
new 8a114e9 Fix typos in Readme
new d45fcf9 Merge pull request #2732 from pra85/patch-2
new 1534052 HTML reader: rewrote htmlInBalanced.
new e369e60 Merge pull request #2691 from tarleb/org-image-file-links
new 649cfb6 Merge pull request #2668 from monofon/fix/yaml-metadata-block-bottom-line
new 29706ee Merge pull request #2646 from tarleb/org-figure-with-no-name
new 9693de7 Fixed some linter warnings.
new f1c59b2 Update README to reflect 4112b32.
new 04d1e40 Markdown reader: use htmlInBalanced for rawVerbatimBlock.
new 0180807 Raise tagsoup lower bound to 0.13.7.
new f2bd6fd Make protocol-relative URIs work again.
new 38bd416 Allow zip-archive 0.3.
new a7a0b45 Docx Reader: Get rid of Modifiable typeclass.
new 752be50 Add relocatable stack build
new ea70495 Merge pull request #2739 from mb21/patch-2
new 7c6a3c0 LaTeX reader: handle interior `$` characters in math.
new b411e0f Update pandoc.1
new 846fa87 Update README
new 0510396 Merge pull request #2760 from ickc/master
new 928a050 Stack-based appveyor setup.
new 0b9c54d Docx reader: update feature checklist.
new 6bfaa5a DokuWiki writer: use $$ for display math.
new 4ed6483 Markdown reader: don't cross line boundary parsing pipe table row.
new 6e950a8 Markdown reader: allow `+` separators in pipe table cells.
new 54a6861 Markdown reader: Clean up pipe table parsing.
new 2b55b76 Markdown reader: Improved pipe table parsing.
new 139fa54 Docx Writer: handle image alt text
new 06a57b2 Merge pull request #2771 from mb21/docx-alt-text
new a485c42 Fixed behavior of base tag.
new 102ba9e Docx Reader: Add state to the parser, for warnings
new ee03e95 Add readDocxWithWarnings
new 68fd333 Add a general ByteStringReader with warnings.
new 5c055b4 Introduce file-scope parsing (parse-before-combine)
new c7c4ee4 README: Add description of `--file-scope` option.
new 09b4f29 pandoc.hs: Also use filescope for json files.
new 855c8b4 Docx reader: Don't make numbered heads into lists.
new 7f4a404 Docx reader: Add test for enumerated headers.
new 28c7617 Docx reader: Handle alternate content
new 8d1c018 README: document that --toc works with docx.
new e821b05 LaTeX writer: Avoid double toprule in headerless table with caption.
new 976e7e2 ConTeXt writer: fix whitespace at line beginning in line blocks.
new 9d66901 Updated changelog.
new 9a2326c Rebuilt man page.
new 3aa7bd1 Added `institute` variable in LaTeX and Beamer templates.
new 3af753d Merge pull request #2637 from mb21/latex-figure-label
new 8aef957 Updated changelog.
new 3336783 Updated man page.
new 3dadc1b Use lts-5.8 resolver.
new 33bad8d Depend on most recent aeson, highlighting-kate.
new 6a4c176 Build binary packages with with latest texmath.
new a2706ee Build pandoc-citeproc 0.9.1 for binary pkgs.
new f939c21 Build vs pandoc-citeproc 0.9.1.1.
new ad3a7bf texmath-0.8.5 in extra-deps in stack.full.yaml.
new 2e2298a Fixed typo in deb, osx stack.yaml.
new 1f5c1b9 make_osx_package.sh: Add quotes around env variable.
new 06bfac1 Fixed version in osx/distribution.xml.
new 128409f Don't hardcode pandoc version in osx/distribution.xml.
new c7df80e Removed strip commands from make-windows-installer.bat.
new 7e6c70e Fixed Chris Forster's name.
new b53036b Fixed changelog formatting.
new b0dc933 Fixed changelog.
new 5f91f06 Clarify and shorten description of file-scope in changelog.
new 44428ca Changelog formatting.
new 08c625c Fixed link to TEI in README.
new a8a2d4f Fix stdin handling for file-scope
new 2649a0d Improved documentation of templates.
new edcb8b6 Version to 1.17.0.1.
new 650c12d Updated changelog.
new db20790 Updated man page.
new b1ffdf3 Fixed bug in Markdown raw HTML parsing.
new e36e692 Version bump to 1.17.0.2.
new ab3e78f Updated changelog.
new 3e50a0e Updated man page.
new 3660e55 Fixed copyright dates.
new 499985c Updated copyright dates to include 2016.
new 30ceb23 include .tei files in pandoc.cabal
new 8090051 Merge pull request #2812 from mb21/patch-2
new 1de993c Bump version to 1.17.0.3.
new f7a209b Updated changelog.
new 3bfb8ea Updated man page.
new be2693b Travis: run tests when compiling from tarball.
new bb6897a LaTeX writer: Fixed position of label in figures.
new f47b369 LaTeX writer: better positioning for hypertarget in figures.
new 90abe32 Updated changelog.
new 29583a1 Imported Upstream version 1.17.0.3~dfsg
The 137 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-haskell/pandoc.git
More information about the Pkg-haskell-commits
mailing list