Ryan C. Gordon 24 tahun lalu
induk
melakukan
3af87d3087
2 mengubah file dengan 3 tambahan dan 1 penghapusan
  1. 3 0
      CHANGELOG
  2. 0 1
      TODO

+ 3 - 0
CHANGELOG

@@ -2,6 +2,9 @@
  * CHANGELOG.
  * CHANGELOG.
  */
  */
 
 
+07102002 - Added a byteorder-friendly convenience API, so you can read/write
+           data and convert to the native byteorder without too much effort.
+           Upped version to 0.1.7.
 06292002 - Fixed incorrect error message when opening a file for read without
 06292002 - Fixed incorrect error message when opening a file for read without
            defining a search path. LOTS of win32 updates and fixes; lots of
            defining a search path. LOTS of win32 updates and fixes; lots of
            things that were broken work now, and we are slowly becoming
            things that were broken work now, and we are slowly becoming

+ 0 - 1
TODO

@@ -4,7 +4,6 @@ These are in no particular order. A 1.0 release is reliant on doing most of
  this stuff. Some might be dupes, some might be done already.
  this stuff. Some might be dupes, some might be done already.
 
 
 - Include the Visual Studio.NET project file in CVS directly.
 - Include the Visual Studio.NET project file in CVS directly.
-- A PHYSFS_readUint32(), _readSint32(), etc API.
 - Improve ZIP_seek() (archivers/zip.c)
 - Improve ZIP_seek() (archivers/zip.c)
 - Make the zipfile parse symlinks with relative paths. See the function
 - Make the zipfile parse symlinks with relative paths. See the function
   expand_symlink_path() in archivers/zip.c ...
   expand_symlink_path() in archivers/zip.c ...