* Add an additional patch that fixes the unpaper's usage for the
libav/ffmpeg API. [1]
* Remove the DOCS option as nearly all files are now in Markdown format and
the relevant info has been transferred into the unpaper(1) manpage.
* Take maintainership
Notable changes since 0.3:
* Use libav for both input and output of files, rather than custom code.
This adds support for many different input file formats outside of
PPM/PBM/PGM, as long as libav can redconduct them to a pixel format that
is implemented.
* Implementation of mathematically accurate interpolation, using cubic
algorithm by default.
* Options are now documented in the unpaper(1) man page, rather than in the
code.
https://github.com/Flameeyes/unpaper/blob/unpaper-6.1/NEWS
Obtained from: Debian [1]