Ryan C. Gordon 24 년 전
부모
커밋
f2bb78075f
2개의 변경된 파일8개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 1
      CHANGELOG
  2. 3 1
      CREDITS

+ 5 - 1
CHANGELOG

@@ -51,7 +51,11 @@
            of "()" chars. Updated TODO. make install now deletes previous
            of "()" chars. Updated TODO. make install now deletes previous
            revisions of the library. Changed version to 0.1.4.
            revisions of the library. Changed version to 0.1.4.
 09252001 - Changed API: PHYSFS_setSaneConfig() takes an organization name, and
 09252001 - Changed API: PHYSFS_setSaneConfig() takes an organization name, and
-           sets up less directories. Be warned.
+           sets up less directories. Be warned. Fixes from David Hedbor:
+           make setSaneConfig() set write directory correctly if it had to
+           create the directory, and make sure that the writing functions
+           get used in dir.c when a file is opened for writing/appending.
+           Updated CREDITS.
 
 
 --ryan. (icculus@clutteredmind.org)
 --ryan. (icculus@clutteredmind.org)
 
 

+ 3 - 1
CREDITS

@@ -9,7 +9,9 @@ ZIP driver:
 Tons of win32 help:
 Tons of win32 help:
     Adam Gates
     Adam Gates
 
 
-Fixes for missing current working directories:
+Fixes for missing current working directories,
+PHYSFS_setSaneConfig() improvements,
+other bugfixes,
     David Hedbor
     David Hedbor
 
 
 Other stuff:
 Other stuff: