provide access to the general purpose bit flag field of a zip entry and fail when a STORED entry requires a data descriptor.  COMPRESS-100

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/compress/trunk@922309 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9d68e83..535cf12 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,6 +23,12 @@
   </properties>
   <body>
     <release version="1.1" date="as in SVN" description="Release 1.1">
+      <action type="fix" date="2010-03-12" issue="COMPRESS-100">
+        ZipArchiveInputStream will throw an exception if it detects an
+        entry that uses a data descriptor for a STORED entry since it
+        cannot reliably find the end of data for this "compression"
+        method.
+      </action>
       <action type="fix" date="2010-03-12" issue="COMPRESS-101">
         ZipArchiveInputStream should now properly read archives that
         use data descriptors but without the "unofficial" signature.