Bump to 2.19.1, update changelog.

This commit is contained in:
John MacFarlane 2022-08-18 22:45:04 -07:00
parent d3aa51b1ee
commit 7d93aefbbd
2 changed files with 3 additions and 11 deletions

View file

@ -1,6 +1,6 @@
# Revision history for pandoc # Revision history for pandoc
## pandoc 2.19.1 (PROVISIONAL) ## pandoc 2.19.1 (2022-08-18)
* Add server capabilities. * Add server capabilities.
@ -64,10 +64,6 @@
* Update INSTALL.md installation from source instructions. * Update INSTALL.md installation from source instructions.
* pandoc.cabal: small update to description.
* Makefile: Add man target.
* Use base64 package instead of base64-bytestring. It is supposed to be * Use base64 package instead of base64-bytestring. It is supposed to be
faster and more standards-compliant. faster and more standards-compliant.
@ -80,12 +76,8 @@
+ Add permalink. Don't always reload page. + Add permalink. Don't always reload page.
+ Use vanilla JS and CSS + the new `pandoc-server.cgi`. + Use vanilla JS and CSS + the new `pandoc-server.cgi`.
* Use dev version of gridtables (Albert Krewinkel, #8216).
* Allow haddock-library-1.11.0. * Allow haddock-library-1.11.0.
* MANUAL.txt: Add section on pandoc-server.
* Convert `tool/extract-changes.hs` to a Lua filter. * Convert `tool/extract-changes.hs` to a Lua filter.

View file

@ -1,6 +1,6 @@
cabal-version: 2.4 cabal-version: 2.4
name: pandoc name: pandoc
version: 2.19 version: 2.19.1
build-type: Simple build-type: Simple
license: GPL-2.0-or-later license: GPL-2.0-or-later
license-file: COPYING.md license-file: COPYING.md