Next | Query returned 65 messages, browsing 41 to 50 | Previous

History of commit frequency

CVS Commit History:


   2008-04-23 23:12:57 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.28:

2008-03-30 v1.28 Tels 128 tests
  * raise minimum required Perl version to v5.6.2
    (it doesn't work on 5.005 anyway, open() with three arguments
     is not supported there and I don't have time to rewrite the code
     for outdated Perl versions. If you need it to run on 5.005, write
     a patch and file a bug report please.)
  * fix bug #15167: Incorrect width and height for JPG files
    (the fix now keeps the highest value for width/height, instead of
     creating an array ref with all the values)
  * remove Build.PL (bundle Module::Install 0.71)

2007-12-15 v1.27 Tels 128 tests
  * add both main authors to META.yml (does not work yet due to bug
    in Module::Install)
  * fix bug #30890: [PATCH] Transposed lines in documentation
  * fix bug #31165: Add attribute for parsing TIFF images (Thanx Adam Witney!)

2007-09-09 v1.26 Tels 128 tests
  * clarify the license by adding "v5.8.8" (otherwise it is quite unclear
    which Perl version, release or product the license text refers to)
  * fix bug #29088 - Another hanging image
  * fix bug #29243 - Exiftext fields (like UserComment) not parsed correctly
   2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980)
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
   2007-06-08 13:37:38 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.25:

2007-05-25 v1.25 Tels 127 tests
  * fix bug #26130 - hang in parsing JPG/TIFF images with repeating
    block numbers
   2007-02-26 00:51:14 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.24:

2007-02-24 v1.24 Tels 122 tests
  * fix bug #22507: add missing compression modes for TIFF
  * fix bug #25032: fix TIFF ASCII text field handling (Thanx BJWHEELER!)
    (This enables, among other things the ImageDescription tag for TIFF
     files)
   2007-02-18 04:23:48 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.23:

2006-09-30 v1.23 Tels 122 tests
  * regenerate the stale META.yml file
  * fix svg.t failing if no XML::Simple was installed (bug #21166)
  * fix _process_ifds call (missing underscore) (Thanx to Dermot Paikkos!)
   2006-08-06 20:12:52 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.22:

2006-07-16 v1.22 Tels 123 tests
  * fix bug #19071: byteorder for TIFF on 64-bit systems broken
  * better error message in case SOI is missing in a JPEG
    (still no fix for #20183)
  * SVG:
    + use the correct MIME type "image/svg+xml"
    + version extraction was broken
    + comments had too much whitespace at front/end (these should be
      ignored and not extracted anyway)
  * add svg.t
  * resize test.jpg and test.png to make dist smaller
  * add interlace.png and beef up t/png.t
   2006-07-20 00:40:27 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
Update to 1.21:

2006-05-01 v1.21 Tels 96 tests
  * move the code to build Info.pm to dev/build.pl
  * include a pre-generated Info.pm into MANIFEST
    (fixes the indexing issue with CPAN)
  * dont use Symbol(), it is required before its usage anyway
  * allow exporting of determine_file_type and image_type
  * remove a needless diag message in string.t (Thanx jpo!)
  * add two test TIFFs (little/big endian) and a test file (Thanx jpo!)
  * create a new, much smaller test.rle file
  * more tests in t/bmp.t

2006-03-13 v1.20 Tels 74 tests
  * a few additions to Panasonic MakerNote in EXIF parsing
  * use Module::Install 0.60 to fix breakage from 0.58
  * fix bug #8193: Adds direct access to the determine_file_format logic
    With the following changes:
    + read only 11 bytes to determine file format (tiny.pgm is 11 bytes long)
    + fix provided patch to really work
  * fix bug #18147:
    + new TIFF code failed if the system endianness didn't match the TIFF
       image endianness - thanx jpo!
  * replace the link to the TIFF spec with a public link - thanx jpo!

2006-03-05 v1.19 Tels 74 tests
  * finally fix bug #6558: (Thanx jpo!)
    + fix typos: Image::X(B|P)M must be Image::X(p|b)m (Thanx jpo!)
    + fix missing semicolon in Image/Info/XPM.pm
    + Image::Info::XPM and Image::Info::XBM: add -width and -height to new()
  * add POD for process_file() into SVG, Xbm and Xpm
  * a few additions to Panasonic MakerNote in EXIF parsing
  * add doc about EXIF being wholly incomplete and using Image::ExifTool
  * apply patch, tests and add test.tif from Ben Wheeler, Thanx!:
    + fix bug #7442 Infinite loop of errors in Image::Info::TIFF
    + fix bug #3698 Broken BitsPerSample handling in TIFFs

2006-03-03 v1.18 Tels 61 tests
  * fix bug #6558: Image::Info 1.16 -> fails two tests (Thanx jpo!)
    + make string.t use strict, Test::More and simplify it
    + let string.t skip tests if Image::Xpm, Image::Xbm or XML::Simple
      are not installed (these would formerly silently fail)
    + Image::Info::XPM and Image::Info::XBM now handle in-memory files better
    + fix also pod_cov.t warnings (was "Image::Info.pm" vs \ 
"Image::Info")
  * reduce img/test.gif in size, it did eat up 1/3 of the entire dist size
  * reducing test.jpg with GIMP reveals a bug in EXIF parsing (not yet fixed)
  * MakerNote parsing:
    + add support for Panasonic cameras
    + for the following manufacturers we do not check the camera model, this
      gets all cameras, even yet unreleased ones to work:
      + Canon
      + Panasonic
      + Casio
      + Olympus
      + Fujifilm
    + UNDEFINED/ASCII strings from MakeNotes might have wrong length due to
      trailing \x00 chars, so we remove them and set the correct length
  * update one more URL for EXIF specs
  * imgdump uses Data::Dumper (not Data::Dump)
  * Install/build:
    + use Module::Install and bundle it, clean Makefile.PL up
    + add a compat Build.PL file
  * add a CREDITS file
  * PPM.pm: add VERSION, and POD
  * various POD fixes and additions
  * various small code cleanups
   2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257)
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to \ 
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
   2006-01-29 18:41:52 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
Update to 1.17:

2006-01-28 v1.17 Tels 48 tests
  * new maintainer: TELS
  * signed with my key
  * convert tests to Test::More
  * add pod.t and pod_cover.t
  * fix all POD errors
  * use strict in Makefile.PL and generate custom META.yml
  * don't include lib/Image/Info.pm - it is autogenerated anyway
  * html_dim() returns lowercase and properly quoted, for SVG/XHTML etc.,
    e.g. you get now 'width="900" height="800"'
  * fix bug #8136: update URL for EXIF standard
  * fix bug #8522 - dies at JPEGInterchangeFormatLngth (Thanx srezic@cpan.org)
  * fix also: EXIF says it is "JPEGInterchangeFormatLength", and not \ 
"...Lngth"
  * fix bug #5165: (duplicate of #8522)
  * fix bug #6018: FocalPlaneResolutionUnit decoded wrongly
  * fix bug #6083: add support for MakerNote for Nikon D70/D100
  * fix bug #16161: netpbm images may have more than 8bit/channel
   2005-08-06 08:19:41 by Johnny C. Lam | Files touched by this commit (634) | Package updated
Log message:
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.

Next | Query returned 65 messages, browsing 41 to 50 | Previous