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
This commit is contained in:
parent
d43b7dcb7d
commit
5532a0c73a
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.20 2007/06/08 11:37:37 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.21 2008/04/23 21:12:57 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Image-Info-1.25
|
||||
DISTNAME= Image-Info-1.28
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
SVR4_PKGNAME= p5iin
|
||||
CATEGORIES= graphics perl5
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.10 2007/06/08 11:37:38 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.11 2008/04/23 21:12:57 wiz Exp $
|
||||
|
||||
SHA1 (Image-Info-1.25.tar.gz) = be8a429a00466c6ac966194fee9aa66a0dd5288d
|
||||
RMD160 (Image-Info-1.25.tar.gz) = 03b427018735ae43fc7704579ba0ebe59dca5d24
|
||||
Size (Image-Info-1.25.tar.gz) = 213904 bytes
|
||||
SHA1 (Image-Info-1.28.tar.gz) = ab6df2806c87f25ea492921782ec92c4487479c5
|
||||
RMD160 (Image-Info-1.28.tar.gz) = 5c93a06d5b1ac70c2151cf70a51b64cac2e3c79a
|
||||
Size (Image-Info-1.28.tar.gz) = 215349 bytes
|
||||
|
|
Loading…
Reference in a new issue