pdf2djvu (0.4.11) unstable; urgency=low

  * Find text position more accurately (poppler ≥ 0.6 only).
    That should partially fix an issue with rotated text, too.
  * Work around an issue with subsampled image resolution.

 -- Jakub Wilk <ubanus@users.sf.net>  Fri, 20 Jun 2008 12:33:53 +0200

pdf2djvu (0.4.10) unstable; urgency=low

  * Ensure that each character height is ≥ 1 pixel.
    Thanks to John Goerzen for the bug report.
  * Handle rotated PDF pages properly.
    Thanks to John Goerzen for bug report.
  * Extract hyperlinks border colors (poppler ≥ 0.7 only).
  * Make page references in the form "#<page-id>", instead of "#<page-no>".
  * Fix a regression which disabled the --fg-colors option.

 -- Jakub Wilk <ubanus@users.sf.net>  Fri, 02 May 2008 18:36:02 +0200

pdf2djvu (0.4.9) unstable; urgency=low

  * Perform NFKC normalization on hidden text. 
  * Fix a bug which was (sometimes) breaking index files for multi-page
    indirect documents.
  * Fix version information. 

 -- Jakub Wilk <ubanus@users.sf.net>  Fri, 18 Apr 2008 20:04:17 +0200

pdf2djvu (0.4.8) unstable; urgency=low

  * From now on, --indirect argument means an index file name.
  * Add --pageid-prefix option.

 -- Jakub Wilk <ubanus@users.sf.net>  Sun, 13 Apr 2008 20:21:21 +0200

pdf2djvu (0.4.7) unstable; urgency=low

  * Add the --media-box option.
  * Disable vector anti-aliasing by default.

 -- Jakub Wilk <ubanus@users.sf.net>  Wed, 09 Apr 2008 16:46:37 +0200

pdf2djvu (0.4.6) unstable; urgency=low

  * Don't force red hyperlink border if it's unable to determine proper
    colour.
  * Enable compilation on Cygwin.
  * Add the --fg-colors option.

 -- Jakub Wilk <ubanus@users.sf.net>  Sun, 30 Mar 2008 21:06:03 +0200

pdf2djvu (0.4.5.1) unstable; urgency=low

  * Fix version information. 

 -- Jakub Wilk <ubanus@users.sf.net>  Mon, 03 Mar 2008 23:48:30 +0100

pdf2djvu (0.4.5) unstable; urgency=low

  * Fix a bug which was (sometimes) breaking index files for multi-page
    indirect documents.
    Thanks to Krzysztof Szafran for the bug report.
  * pdf2djvu version information is now recorded into metadata.
  * Add the --version option.
  * Add the --page-size option.

 -- Jakub Wilk <ubanus@users.sf.net>  Thu, 07 Feb 2008 20:43:54 +0100

pdf2djvu (0.4.4) unstable; urgency=low

  * Fix an undefined behaviour which led to rendering bugs.
    Thanks to Janusz S. Bień and Krzysztof Szafran for bug reports.

 -- Jakub Wilk <ubanus@users.sf.net>  Tue, 05 Feb 2008 23:13:23 +0100

pdf2djvu (0.4.3) unstable; urgency=low

  * Fix some linking issues.
  * Add the --hyperlinks option.
  * Display compression ratio, file sizes etc.

 -- Jakub Wilk <ubanus@users.sf.net>  Sat, 26 Jan 2008 13:00:32 +0100

pdf2djvu (0.4.2) unstable; urgency=low

  * Split code into several files.
  * Don't write binary garbage to a terminal. 
  * Don't hang if a djvulibre binary tools is not found.
    Thanks to Janusz S. Bień for the bug report.
  * Fix an off-by-one error which caused (sometimes) erroneous text
    conversion. 
    Thanks to Janusz S. Bień and Fadi Edward for bug reports.

 -- Jakub Wilk <ubanus@users.sf.net>  Thu, 17 Jan 2008 23:28:49 +0100

pdf2djvu (0.4.1) unstable; urgency=low

  * Add --bg-subsample option.
  * Work-around djvused bug which made impossible to incorporate document
    outline into indirect multi-page documents.
    Thanks to Janusz S. Bień for the bug report.
  * Tune color quantization a bit.

 -- Jakub Wilk <ubanus@users.sf.net>  Fri, 28 Dec 2007 22:25:51 +0100

pdf2djvu (0.4.0) unstable; urgency=low

  * Add support for indirect multi-page documents.
  * Don't crash on broken annotations.
  * Ensure that each character width is ≥ 1 pixel.
    Thanks to Victor Ivrii and Christian Ohm for bug reports.
  * Do process I/O with pstreams, rather than with system(3) calls.
  * More verbose error messages while option processing.
  * Include ")" and "\" in the text layer.

 -- Jakub Wilk <ubanus@users.sf.net>  Wed, 12 Dec 2007 20:40:02 +0100

pdf2djvu (0.3.6) unstable; urgency=low

  * Fix a bug which caused (sometimes) foreground colors to be discarded.
  * Proper support for non-white background.
  * Fix a file descriptior leak.
    Thanks to Victor Ivrii for the report.
  * Fix a regression with locating hyperlinks.
  * Fix hyperlinks extraction (poppler 0.6 only).
    Thanks to Victor Ivrii for the report.
  * Find text position more accurately (poppler 0.6 only).

 -- Jakub Wilk <ubanus@users.sf.net>  Fri, 07 Dec 2007 21:28:32 +0100

pdf2djvu (0.3.5) unstable; urgency=low

  * Fix a regression with rendering background layer (poppler 0.4 only). 
  * Better bitonal image recognition.
  * Coordinate space transformations are now done correctly.

 -- Jakub Wilk <ubanus@users.sf.net>  Wed, 28 Nov 2007 16:13:57 +0100

pdf2djvu (0.3.4) unstable; urgency=low

  * Turn bookmark errors into warnings.
  * Add --no-metadata, --no-outline, --no-hyperlinks options.
  * Fix erroneous color conversion (poppler 0.4 only).
  * Recognize more link actions.
  * Provide the manual page.

 -- Jakub Wilk <ubanus@users.sf.net>  Fri, 23 Nov 2007 13:23:18 +0100

pdf2djvu (0.3.3) unstable; urgency=low

  * Find text position more accurately.
  * Handle UTF-16-encoded strings properly.
  * Parse dates with respect to PDF Reference.
  * Add --words, --lines, --no-text options.
  * Add -v/--verbose, -q/--quiet options.
  * Don't synchronize C++ I/O streams with C stdio.

 -- Jakub Wilk <ubanus@users.sf.net>  Sat, 17 Nov 2007 11:56:25 +0100

pdf2djvu (0.3.2) unstable; urgency=low

  * Fix a regression which caused hyperlinks not be included into PDF
    documents.

 -- Jakub Wilk <ubanus@users.sf.net>  Sun, 11 Nov 2007 18:07:35 +0100

pdf2djvu (0.3.1) unstable; urgency=low

  * Legible file identifiers.

 -- Jakub Wilk <ubanus@users.sf.net>  Fri, 09 Nov 2007 21:59:50 +0100

pdf2djvu (0.3) unstable; urgency=low

  * Recognize bilevel images as foreground.
  * Recognize simple graphics as foreground.
  * Fix mishandling of color documents.
  * Fix mishandling of Type3 characters.
  * Fix some other minor bugs.

 -- Jakub Wilk <ubanus@users.sf.net>  Fri, 09 Nov 2007 21:59:42 +0100

pdf2djvu (0.2) unstable; urgency=low

  * Include hyperlinks to a particular page.
  * Include outline/bookmarks.
  * Add compatibility layer to allow link with poppler < 0.5.
  * Better exception handling.
  * Fix some other minor bugs.

 -- Jakub Wilk <ubanus@users.sf.net>  Tue, 30 Oct 2007 21:36:53 +0100

pdf2djvu (0.1) unstable; urgency=low

  * Initial release.

 -- Jakub Wilk <ubanus@users.sf.net>  Mon, 22 Oct 2007 19:25:12 +0200
