[pandoc] branch master updated (8ff75b9 -> 6e89847)

Jonas Smedegaard dr at jones.dk
Wed Jul 26 17:20:21 UTC 2017


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

js pushed a change to branch master
in repository pandoc.

      from  8ff75b9   Prepare for release: Update changelog, control file and copyright hints.
       new  4b3c492   New upstream version 1.19.2.1~dfsg+really1.19.1
       new  6f42e14   Updated version 1.19.2.1~dfsg+really1.19.1 from 'upstream/1.19.2.1_dfsg+really1.19.1'
       new  e07075f   Revert "drop patch 2003: GHC upper bounds for directory relaxed upstream now."
       new  2a5cd34   Revert "Update copyright info: Extend coverage for main authors."
       new  c95c97f   Revert "Update package relations: Add GHC for skylighting (replacing highlighting-kate). Relax GHC upper bounds for aeson blaze-html blaze-markup vector."
       new  e242beb   Unfuzz patches, and advertise DEP3 format.
       new  584a098   Prepare for release: Update changelog and copyright hints.
       new  6e89847   Prepare for release: Update changelog, control file and copyright hints.

The 8 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:
 CONTRIBUTING.md                                    |  44 ++---
 COPYRIGHT                                          |   2 +-
 INSTALL.md                                         |  36 +---
 MANUAL.txt                                         |  39 ++---
 README.md                                          |  16 +-
 changelog                                          | 127 --------------
 data/sample.lua                                    |   4 -
 data/templates/default.beamer                      |  15 +-
 data/templates/default.docbook5                    |   7 +-
 data/templates/default.latex                       |  17 +-
 debian/changelog                                   |   6 +
 debian/control                                     |  16 +-
 debian/control.in                                  |   2 +-
 debian/copyright                                   |   4 +-
 debian/copyright_hints                             |  10 +-
 .../patches/1001_online_latexmathml_default.patch  |   8 +-
 debian/patches/2003_bump_directory_bounds.patch    |  33 ++++
 debian/patches/series                              |   1 +
 debian/rules                                       |  10 +-
 man/pandoc.1                                       |  43 ++---
 pandoc.cabal                                       |  28 +--
 pandoc.hs                                          |  14 +-
 src/Text/Pandoc/Highlighting.hs                    | 193 ++++++++-------------
 src/Text/Pandoc/Readers/Docx.hs                    |  20 +--
 src/Text/Pandoc/Readers/Markdown.hs                |   5 +-
 src/Text/Pandoc/Readers/MediaWiki.hs               |  14 +-
 src/Text/Pandoc/Readers/Org/Blocks.hs              |  16 +-
 src/Text/Pandoc/Readers/Org/Inlines.hs             |  34 ++--
 src/Text/Pandoc/Readers/Org/Meta.hs                |   9 +-
 src/Text/Pandoc/Writers/Docbook.hs                 |   5 +-
 src/Text/Pandoc/Writers/Docx.hs                    |   6 +-
 src/Text/Pandoc/Writers/HTML.hs                    |  11 +-
 src/Text/Pandoc/Writers/LaTeX.hs                   |   5 +-
 src/Text/Pandoc/Writers/Markdown.hs                |  22 +--
 src/Text/Pandoc/Writers/OpenDocument.hs            | 106 ++++-------
 src/Text/Pandoc/Writers/Org.hs                     |   4 +-
 stack.yaml                                         |   3 +-
 tests/Tests/Readers/Markdown.hs                    |   3 +-
 tests/Tests/Readers/Odt.hs                         |   2 -
 tests/Tests/Readers/Org.hs                         |  28 ---
 tests/docx/table_one_row.native                    |   4 +-
 tests/docx/tables.native                           |   6 +-
 tests/lhs-test.latex                               |  69 ++++----
 tests/lhs-test.latex+lhs                           |   3 +-
 tests/odt/native/tableWithContents.native          |   1 -
 tests/odt/native/textMixedStyles.native            |   5 -
 tests/odt/odt/tableWithContents.odt                | Bin 8817 -> 0 bytes
 tests/odt/odt/textMixedStyles.odt                  | Bin 10571 -> 0 bytes
 tests/writer.docbook5                              |  66 ++++---
 tests/writer.latex                                 |   5 +-
 tests/writer.opendocument                          | 152 +++++++++++-----
 tests/writer.org                                   |  38 ++--
 tests/writers-lang-and-dir.latex                   |   3 +-
 trypandoc/trypandoc.hs                             |   4 +-
 54 files changed, 524 insertions(+), 800 deletions(-)
 create mode 100644 debian/patches/2003_bump_directory_bounds.patch
 delete mode 100644 tests/odt/native/tableWithContents.native
 delete mode 100644 tests/odt/native/textMixedStyles.native
 delete mode 100644 tests/odt/odt/tableWithContents.odt
 delete mode 100644 tests/odt/odt/textMixedStyles.odt

-- 
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