]> granicus.if.org Git - php/commitdiff
updated the NEWS with the latest fileinfo changes
authorAnatoliy Belsky <ab@php.net>
Wed, 4 Apr 2012 10:36:34 +0000 (12:36 +0200)
committerAnatoliy Belsky <ab@php.net>
Wed, 4 Apr 2012 10:36:34 +0000 (12:36 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 8d5afeb30d6d32c3b0bda190ef1c416fc2c2019c..6eff5c30e7a7dc831d6a06a956bae97ebc037004 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,12 @@ PHP                                                                        NEWS
     when another extension makes use of a library that links to the iconv
     library. See https://bugs.gentoo.org/show_bug.cgi?id=364139 for detail.
     (Moriyoshi)
+- Fileinfo
+  . Upgraded libmagic to 5.11 (Pierre, Anatoliy) 
+  . Fixed bug #61565 where php_stream_open_wrapper_ex tries to open a
+    directory descriptor under windows. (Anatoliy)
+  . Fixed bug #61566 failure caused by the posix lseek and read versions
+    under windows in cdf_read(). (Anatoliy)
 
 (merge after 5.3.11 release)