From 3af87d308716c8195c8cb68781dab5fd26351857 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 10 Jul 2002 07:22:48 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 3 +++ TODO | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 5d3b2298..13a44011 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/TODO b/TODO index 4c62f1ab..2bf2b184 100644 --- a/TODO +++ b/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 ...