Apr. 18, 2008 - Version 7.25 (production release)
- API Changes: - Fixed CanCreate so it returns false for non-writable TIFF-based files - Fixed bug introduced in 7.18 which caused "Error parsing XMP" warning when deleting all XMP and writing new XMP tags in the same step - Fixed bug where IFD0 could be deleted when writing JPEG with a bad IFD1 - Fixed problem extracting some writable directories as a block - Fixed bug which could cause "Not an ARRAY" error when reading PDF files
This commit is contained in:
parent
36b26c2a21
commit
c42c04cab5
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.13 2008/03/13 00:30:39 gdt Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2008/05/07 19:52:54 gdt Exp $
|
||||
|
||||
DISTNAME= Image-ExifTool-${VERSION}
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
|
@ -12,7 +12,7 @@ HOMEPAGE= http://owl.phy.queensu.ca/~phil/exiftool/
|
|||
COMMENT= Perl module and program to read EXIF information
|
||||
|
||||
# Author requests that we package only "production" versions.
|
||||
VERSION= 7.21
|
||||
VERSION= 7.25
|
||||
|
||||
PERL5_PACKLIST= auto/Image/ExifTool/.packlist
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.13 2008/03/13 00:30:39 gdt Exp $
|
||||
$NetBSD: distinfo,v 1.14 2008/05/07 19:52:54 gdt Exp $
|
||||
|
||||
SHA1 (Image-ExifTool-7.21.tar.gz) = 11a747020c26aba18e5c52db5d0782d23eeef67b
|
||||
RMD160 (Image-ExifTool-7.21.tar.gz) = cdb71c5d0676930becd7b02c52a7a19566ffb8bb
|
||||
Size (Image-ExifTool-7.21.tar.gz) = 1585931 bytes
|
||||
SHA1 (Image-ExifTool-7.25.tar.gz) = cc55a8c972815972ebed5f5fda472b832b0badb2
|
||||
RMD160 (Image-ExifTool-7.25.tar.gz) = 91956c87403fc51e28e69d2c04acefe15f311d83
|
||||
Size (Image-ExifTool-7.25.tar.gz) = 1611838 bytes
|
||||
|
|
Loading…
Reference in a new issue