]> granicus.if.org Git - php/commitdiff
NEWS + UPGRADING for recent EXIF additions
authorKalle Sommer Nielsen <kalle@php.net>
Sat, 6 Aug 2016 10:39:05 +0000 (12:39 +0200)
committerKalle Sommer Nielsen <kalle@php.net>
Sat, 6 Aug 2016 10:39:05 +0000 (12:39 +0200)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index c979e645129297345f7222528afaa79be67e06e7..5a63c37bff5f38d70aff16f11d249326d9e9c911 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,8 +6,8 @@ PHP                                                                        NEWS
   . Fixed bug #54535 (WSA cleanup executes before MSHUTDOWN). (Kalle)
 
 - EXIF:
-  . Added support for vendor specific tags for the following formats: Sony, 
-    Samsung, DJI & Panasonic. (Kalle)
+  . Added support for vendor specific tags for the following formats: 
+    Samsung, DJI, Panasonic, Sony, Pentax, Minolta & Sigma/Foveon. (Kalle)
   . Fixed bug #72682 (exif_read_data() fails to read all data for some 
     images). (Kalle)
   . Fixed bug #68547 (Exif Header component value check error). 
index a729f267dca91c6819be2db6ad460ae0643e1976..c7cdb02fb1f908fb6787ec2033567564f0288e25 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -204,8 +204,8 @@ PHP 7.1 UPGRADE NOTES
     an instance of Error instead of resulting in a fatal error.
 
 - EXIF:
-   . Added extended exif tag support for the following formats: Sony, 
-     Samsung, DJI & Panasonic.
+   . Added extended exif tag support for the following formats: 
+     Samsung, DJI, Panasonic, Sony, Pentax, Minolta & Sigma/Foveon.
 
 - GD:
   . Changed the default of the ini setting gd.jpeg_ignore_warning to 1.