[Pkg-haskell-commits] [pandoc] branch upstream updated (67c88c6 -> a11112d)
Jonas Smedegaard
dr at jones.dk
Sun Jun 21 01:08:24 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a change to branch upstream
in repository pandoc.
from 67c88c6 Imported Upstream version 1.14~dfsg
new ed43a90 Bump upper bound for aeson.
new a10cf0d Don't include generated man pages in extra-source-files.
new 3a9d5d8 make-reference-files: use proper path separators for Windows.
new 43371a9 Bump version to 1.14.0.1.
new 3b2ca81 Added filepath dependency to make-reference-files.
new 9b19ae5 Ensure that docx and odt are built in windows installer.
new ec0228c Updated changelog.
new 009bee6 Updated INSTALL on `embed_data_files`.
new f5087d8 More fixes to make-windows-installer for #2187.
new 4112fb8 Texinfo writer: Removed tabs from source.
new e54c861 Removed tab chars in Textile reader source.
new c1f6d5e ConTeXt writer: Add reference anchors to Div with ids.
new b241472 Better fix for #2187.
new 3df799a Updated changelog.
new e0aed52 Updated INSTALL.
new c327b28 Allow building with hslua 0.4.
new cb339c7 Bump to 1.14.0.2, updated changelog.
new 3534ad3 Custom writer: fixed some compiler warnings for ghc < 7.10.
new a75998b Allow compilation with syb 0.5.*.
new a367107 Bump version to 1.14.0.3; updated changelog.
new 1ebfa6b trypandoc: move Convert button, display raw command.
new 706589b Misc. fixes to trypandoc html.
new 6f79cf1 Added default commonmark template.
new bbd429a Version bump to 1.14.0.4, added commonmark template to data files.
new d8e37d8 Updated changelog.
new a11112d Imported Upstream version 1.14.0.4~dfsg
The 26 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.
Summary of changes:
INSTALL | 5 +-
Setup.hs | 15 +-
changelog | 37 +
data/make-reference-files.hs | 26 -
data/reference.docx | Bin 8881 -> 0 bytes
data/reference.odt | Bin 9643 -> 0 bytes
.../{default.markdown => default.commonmark} | 0
man/man1/pandoc.1 | 1900 ---------------
man/man5/pandoc_markdown.5 | 2502 --------------------
pandoc.cabal | 69 +-
src/Text/Pandoc/Readers/Textile.hs | 4 +-
src/Text/Pandoc/Writers/ConTeXt.hs | 8 +-
src/Text/Pandoc/Writers/Custom.hs | 49 +-
src/Text/Pandoc/Writers/Docx.hs | 47 +-
src/Text/Pandoc/Writers/ODT.hs | 25 +-
src/Text/Pandoc/Writers/Texinfo.hs | 6 +-
trypandoc/index.html | 24 +-
17 files changed, 189 insertions(+), 4528 deletions(-)
delete mode 100644 data/make-reference-files.hs
delete mode 100644 data/reference.docx
delete mode 100644 data/reference.odt
copy data/templates/{default.markdown => default.commonmark} (100%)
delete mode 100644 man/man1/pandoc.1
delete mode 100644 man/man5/pandoc_markdown.5
--
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