[pandoc] annotated tag upstream/1.15.0.6_dfsg created (now c87f28b)
Jonas Smedegaard
dr at jones.dk
Mon Aug 17 11:59:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a change to annotated tag upstream/1.15.0.6_dfsg
in repository pandoc.
at c87f28b (tag)
tagging 31631af9f0bbc1ab2fc490019184262cd84b5257 (commit)
replaces upstream/1.14.0.4_dfsg
tagged by Jonas Smedegaard
on Sun Aug 16 10:29:04 2015 +0200
- Log -----------------------------------------------------------------
Upstream version 1.15.0.6~dfsg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJV0EnQAAoJECx8MUbBoAEhXxEP/0Z7AqDMxTcV2Kyhsea/C7fp
hLIQdExlEXgUaFVUDFHXQI0gYJoZd1reGQq2NfWXWdC4SL7vPjfuLEQ67G8IsytS
QDtV9ElGuAefyx27wmEAiHz0g42ZRXhaz0Kj4FFlTblp+b46UsDcZrD9qmMMef8y
DzszIicMrDfpNWlat4u3z3MJ+B932uGcp+/zPsK4WHFGtbqss+6i9vuKMxhvEssn
VvYzD/yb6+lSrIZ+rG7Lbx3Ze4OUaRm/mYdJ88CNVFf9cDOv4TMnbsdhOGTHIXxX
l7LbJXS/IUT8G+BUOvElNGWNQ5XBhIsWz6rMXjypH9mX7JVmTargBVGm8hQAskAR
CrasOds1vS2f7sU6VNetHueGx9m/ZAURXK6PLgvzWxfpD2FgqC5RM/Z5KchP3Aga
A+vE6sSpjhGQvWGGpWVHgwIF42rIvn0KPYjbMcn0QfLYEoR04mEzvm/R+zO0/6CZ
bR2ms33XOEEMRG9+tAZXTu8bgBwkiPZ9Ya84pU74G3iQSPuBe2TCDOJ+rPBhtDla
MD430teyadZAEHC8MByDC2HRZviYa5uBp4HR1iUOHcmgdETFRmTaLPSOIgzUeY7k
9/QU6ZzQiD1626qYhsoVznLgS8WUx6MkLv49VpTi7ZPvrTRsSdVPHd3KKEP5tNbk
A2a3kQizz1yW6Lx8MVw+
=LxyH
-----END PGP SIGNATURE-----
Andrew Dunning (1):
Correct superscript/subscript.
John MacFarlane (105):
Windows msi changes (nkalvi):
HTML reader: allow `<body>` to close `<head>`.
DokuWiki writer: Use proper `<code>` tags for code blocks.
Bump cmark version to >= 0.3.4.
Removed relann1.6.
Merge pull request #2215 from DigitalPublishingToolkit/icml-crashfix
Use https: for mathjax/katex/google-charts CDNs.
Amends last commit: don't use https for google charts.
Merge pull request #2217 from ousia/master
Fixed tests/docx/links.docx for new url.
Updated pandoc.wxs (from @nvalki).
epub templates: use 'author.role', not 'author.type'.
Added CJKmainfont to latex template (Xavier Olive).
Document CJKmainfont.
Merge pull request #2241 from mb21/docbook-reader-figures
Updated LaTeX template: `CJKoptions` variable, allow dvipsnames for colors.
Updated latex writer tests for last template change.
Options: Export `plainExtensions`.
Plain writer: don't use symbols for super/subscript.
Textile writer: escape `+` and `-` as entities.
Removed unused import.
New pandoc.wxs.
Fixed regression in CSS parsing with `--self-contained`.
Version bump to 1.14.1.
New method for producing man pages.
Minor fixes to previous commit.
Let reference.docx/odt behave as if they are virtual data files.
pandoc.wxs: removed line breaks in RegistryValue.
Make sure we use dist version of reference.docx for some things.
Added a needed import in Shared.
Removed unneeded import.
Windows installer: use AppData\Local\Pandoc by default.
LaTeX reader: don't parse `_`,`^` as super/sub outside math mode.
LaTeX reader: Allow `_` and `^` as regular inline text.
Merge pull request #2250 from PromyLOPh/rsttarget
Added download_stats target to Makefile.
make_osx_package.sh: Create man pages using pandoc.
make_deb.sh: Use pandoc to create man pages.
README: Added Lars-Dominik Braun as contributor
Updated changelog.
Fixed man page building in make_osx_package.sh.
New method for building man pages.
ConTeXt writer: Added a % at end for `\reference` to avoid spurious space.
Merge pull request #2255 from mchladek/odt_linebreak
Ignore sandbox on 'make quick'
ConTeXt: use `\goto` for internal links.
Updated changelog.
Updated make_deb.sh for new man page method.
Updated make_osx_package.sh for new man page method.
Always rebuild man page in making deb and osx package.
Don't use MANDIR in make_deb and make_osx_package.
Generate man page in cabal build process and include in data/.
Install man pages as part of cabal 'copy' phase.
Bump version to 1.15.0.1, update changelog.
Added man page source files to extra-source-files.
Version bump to 1.15.0.2, updated changelog.
Setup.hs: ensure target directory is created when installing man page.
Bump version to 1.15.0.3, updated changelog.
Better error messages for filters:
Make copying of man pages respect --destdir.
WiX: Set InstallPrivileges to limited.
Bump version to 1.15.0.4.
Bump date on README
Added pandoc.1 to repository. Don't build as part of cabal build.
Updated changelog.
Travis: build in a directory created by sdist.
Fixed travis.
Try to fix travis build for ghc 7.4.2.
Setup.hs: Don't require hsb2hs unless embed_data_files flag specified.
Clarified that templates go in templates subdirectory of user data dir.
Makefile: prettier 'download_stats'.
Travis: install hsb2hs.
Travis: reorder hsb2hs install.
Travis: only do sdist with cabal != 1.16.
Make cabal require hsb2hs >= 0.3.1.
Changes in WiX installer.
Setup.hs: better version detection in older hsb2hs.
ConTeXt template: activate hanging indent for definition lists.
Updated context writer test.
Fixed email javascript obfuscation with mailto: URLs.
Merge pull request #2282 from adunning/patch-1
PDF: Make sure `--latex-engine-opt` goes before the filename...
Merge pull request #2266 from PromyLOPh/fieldinline
Updated pandoc.wxs.
Added to Contributors list.
Version bump to 1.15.0.5 and updated changelog.
Avoid parsing partial URLs as HTML tags.
Removed tabs from source.
Updated changelog.
Updated man page.
Changed hierarchicalize so it treats references div as top-level header.
Merge pull request #2295 from dev-zero/master
Improved documentation of options to print system default files.
Updated dzslides template.
HTML writer: support speaker notes in dzslides.
Allow vector 0.11.
Improved bare autolink detection.
Markdown reader: don't allow bare URI links or autolinks in link label.
Updated to use cmark >= 0.4.
`--self-contained`: Fixed overaggressive CSS minimization.
Version bump to 1.15.0.6.
Updated changelog.
Updated date on README.
Fix typo in RELEASE_CHECKLIST
Updated man page.
Jonas Smedegaard (1):
Imported Upstream version 1.15.0.6~dfsg
Lars-Dominik Braun (5):
Fix RST reference names with special characters
Readers.RST: Parse field list name
Readers.RST: Factor out inline markup string parsing
Tests.Readers.RST: Group field list tests
Tests.Readers.RST: Test metadata with inline markup too
Michael Chladek (1):
Do not add a carriage return after a hard line break in OpenDocument writer and reflect change in tests.
Pablo Rodríguez (1):
replace old url with pandoc.org
Tiziano Müller (1):
DokuWiki: write $..$ instead of <math>..</math>
gohai (1):
Fix InDesign crash with URLs containing more than one colon character
mb21 (1):
DocBook reader mediaobjects and figures, closes #2184
-----------------------------------------------------------------------
No new revisions were added by this update.
--
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