Updated.
This commit is contained in:
parent
c2824f149e
commit
3af87d3087
|
@ -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
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.
|
||||
|
||||
- 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 ...
|
||||
|
|
Loading…
Reference in New Issue