- Updating package for p5 module GD.pm from 2.43 to 2.44
- Adjusting license according to main module POD
Upstream changes:
2.44 GD::Group now installed properly.
Quenched compiler warning caused by Newxs() calls.
Based on patch provided by Uwe Klaus in PR 41617.
2009-05-08 Antonio Diaz <ant_diaz@teleline.es>
* Version 0.18 released.
* Added a layout analyser able to process arbitrary pages.
* Added new option `--quiet'.
* The `--layout' option no more accepts an argument.
* The `--crop' option now accepts negative coordinates.
* New recognized letter; 'a' with ring above.
* Fixed recognition on files with a single big character.
* Fixed bug that didn't write maxval when saving pgm or ppm.
* Fixed some includes that prevented compilation with GCC 4.3.0.
* "make install-info" should now work on Debian and OS X.
* Makefile.in: Man page is now installed by default.
* New file testsuite/check.sh.
* Arg_parser updated to 1.2.
* Verbosity control of messages has been modified.
2007-06-29 Antonio Diaz <ant_diaz@teleline.es>
* Version 0.17 released.
* License updated to GPL version 3 or later.
* `--scale' no more suppresses ORF output.
* Improved removal of thick frames.
* Changed `Textline' to accept more than one big initial.
* Class `Block' renamed to `Blob'.
* `configure' and `Makefile.in' have been modified to be more
GNU-standards compliant.
2006-10-20 Antonio Diaz <ant_diaz@teleline.es>
* Version 0.16 released.
* Added new option `--filter'.
* Better algorithm for vertical space detection (blank lines).
* Some fixes made to `configure' script.
* Added two new debug levels.
* Improvements in character recognition.
2006-04-03 Antonio Diaz <ant_diaz@teleline.es>
* Version 0.15 released.
* Added new argument parser that replaces `getopt_long'.
* Fixed a bug that prevented compilation with GCC 4.1.
2006-02-15 Antonio Diaz <ant_diaz@teleline.es>
* Version 0.14 released.
* Ocrad is now able to read ppm files.
* Added new class `Page_image' (256-level greymap).
* Added automatic and adaptive binarization by Otsu's method.
* Added new option `--crop'.
* Added two new chapters `Image Format Conversion' and
`Algorithm' to the texinfo file.
* Target `check' added to Makefile.
* Changed `ocrad.png' icon to color, one line.
- Updating package for p5 module GD from 2.41 to 2.43
- Adding license (artistic)
Upstream changes:
2.43 Added "transparent" color to GD::Simple.
Fixed Makefile so that GD/Image.pm depends both on GD/Image.pm.PLS
and .config.cache
2.42 Fixed magic number detection to autodetect certain missed jpeg
files (thanks to Mike Walker)
Setting license to ${PERl5_LICENSE}
Upstream changes:
0.25 (04/25/2009)
(ms) Applied patch by Christian Dengler, adding the 'hrule' graph
parameter and increasing the sleep time in 002Pod.t to two
secs to prevent system clock inacurracies from causing
test failures.
0.24 (04/02/2009)
(ms) Added support for capturing PRINT output as suggested by
Peter Mistich. print_output() now returns a ref to an array
with the output of the last graph() command's PRINT output.
0.23 (02/05/2009)
(ms) update() now accepts DateTime objects as well (suggested by
Jay Buffington)
(ms) [rt.cpan.org #43011] Fixed rounding error on 64-bit systems
reported by Todd E. Rinaldo
Changes:
RMagick 2.10.0
o ImageMagick releases earlier than 6.3.5-10 and Ruby releases earlier
than 1.8.5 no longer supported.
o (Experimental) Support the use of Ruby managed memory for all memory
allocations (available in ImageMagick 6.5.3-10)
o Add Image#selective_blur_channel (available in ImageMagick 6.5.0-3)
o Add new AlphaBackgroundChannel enum value (available in ImageMagick
6.5.2-5)
o Add new DistortCompositeOp enum value (available in ImageMagick 6.5.3-7)
This is a security update.
changes:
-fix some unsecure tmpfile writing (CVE-2009-1962)
-more bugfixes
-symbol library extensions
-changed default browser to firefox and default pdf viewer to xpdf
-HTML MAP export (fig2dev) produces reference to .png file instead
of .gif now
-minor UI improvements