didjvu (0.2.7) unstable; urgency=low

  * Improve the manual page, as per man-pages(7) recommendations:
    - Remove the “AUTHOR” sections.
  * Make “setup.py clean -a” remove compiled manual page (unless it was built
    by “setup.py sdist”).
  * Check Python version at runtime, not only in setup.py.
  * Add support for the Brink and Pendock's minimum-cross entropy method.
  * Fix the ‘bundle’ command when used without the -o/--output option.

 -- Jakub Wilk <jwilk@jwilk.net>  Wed, 13 Mar 2013 23:09:52 +0100

didjvu (0.2.6) unstable; urgency=low

  * Fix compatibility with PIL ≥ 1.2.
  * Fix a copy&paste error in the manual page. Thanks to Janusz S. Bień for
    the bug report.
  * Fix the ‘separate’ subcommand. Thanks to Janusz S. Bień for the bug
    report.

 -- Jakub Wilk <jwilk@jwilk.net>  Tue, 15 May 2012 11:57:24 +0200

didjvu (0.2.5) unstable; urgency=low

  * Use RFC 3339 date format in the manual page. Don't call external programs
    to build it.

 -- Jakub Wilk <jwilk@jwilk.net>  Thu, 12 Apr 2012 12:24:50 +0200

didjvu (0.2.4) unstable; urgency=low

  * Make ‘didjvu <command> --help’ print defaults.
  * Improve XMP support:
    + Store more information about conversion options (loss-level, C44
      encoding options).
    + Rename ‘ncc’ to ‘n-connected-components’ for clarity.
    + Don't convert timestamps to UTC, as recommended by the XMP specification.
    + Use pyexiv2 as XMP backend if python-xmp-toolkit is not available.
    + Add XMP support to the ‘bundle’ command.

 -- Jakub Wilk <jwilk@jwilk.net>  Tue, 13 Mar 2012 21:12:22 +0100

didjvu (0.2.3) unstable; urgency=low

  * Produce more helpful error message when an external command is not found
    or a third-party module cannot be imported.
  * Add experimental support for XMP metadata.

 -- Jakub Wilk <jwilk@jwilk.net>  Wed, 01 Feb 2012 20:16:18 +0100

didjvu (0.2.2) unstable; urgency=low

  * Make ‘didjvu --help’ print also Gamera version number.
  * Try loading images with Gamera, and only fall back to Python Imaging
    Library. This should be both faster and allow to load wider variety of
    TIFF images.
  * Check Python version in setup.py.
  * Let the setup.py script build the manual page.
  * Disable the Gatos et. al thresholding algorithm for the time being, as it
    didn't work anyway.
  * Optimize Gamera → PIL conversions.
  * Prevent Numpy from being imported by Gamera (loading it takes noticeable
    amount of time, even though it's never needed).
  * Remove LANGUAGE variable from environment when calling external processes.
  * Correct error message about writing binary data to a terminal.
  * Add support for the “shading subtraction” algorithm.
  * Allow (and prefer) hyphens instead of underscores in method names.

 -- Jakub Wilk <jwilk@jwilk.net>  Mon, 23 Jan 2012 00:10:37 +0100

didjvu (0.2.1) unstable; urgency=low

  * Add the manual page.
  * Allow basic functionality of didjvu even with Python 2.5.
  * Implement a work-around for memory leak in the Gamera library.
  * Add support for reading palette-based images. Thanks to Janusz S. Bień for
    the bug report.
  * Make -m/--method work again.
  * Fix -p/--pages-per-dict.

 -- Jakub Wilk <jwilk@jwilk.net>  Fri, 29 Oct 2010 01:05:03 +0200

didjvu (0.2) unstable; urgency=low

  * Python ≥ 2.6 in now required.
  * Implement a new command-line interface. Three subcommands are available:
    + separate — generate masks for images;
    + encode — convert images to single-page DjVu documents;
    + bundle — convert images to bundled multi-page DjVu document.

 -- Jakub Wilk <jwilk@jwilk.net>  Wed, 08 Sep 2010 00:10:17 +0200

didjvu (0.1) unstable; urgency=low

  * Initial release.

 -- Jakub Wilk <jwilk@jwilk.net>  Fri, 18 Dec 2009 22:25:14 +0100
