This commit is contained in:
Ryan C. Gordon 2002-07-10 07:22:48 +00:00
parent c2824f149e
commit 3af87d3087
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,9 @@
* 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
defining a search path. LOTS of win32 updates and fixes; lots of
things that were broken work now, and we are slowly becoming

1
TODO
View File

@ -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.
- Include the Visual Studio.NET project file in CVS directly.
- A PHYSFS_readUint32(), _readSint32(), etc API.
- Improve ZIP_seek() (archivers/zip.c)
- Make the zipfile parse symlinks with relative paths. See the function
expand_symlink_path() in archivers/zip.c ...