Ryan C. Gordon 24 лет назад
Родитель
Сommit
79800373fa
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      CHANGELOG

+ 6 - 0
CHANGELOG

@@ -2,6 +2,12 @@
  * CHANGELOG.
  * CHANGELOG.
  */
  */
 
 
+06082002 - Fixes to __PHYSFS_platformEnumerateFiles() in win32.c: cleaned up
+           memory leak, handles paths more robustly, and prevents possible
+           skipped file entries. Removed AC_C_CONST and AC_TYPE_SIZE_T checks
+           from configure.in (not needed, and they broke BeOS build). Clean
+           out the docs/ directory when doing a "make dist". Fixed crashbug
+           when calling PHYSFS_deinit() more than once in a row.
 06072002 - Manpages! Finally installed Doxygen and scratched together a
 06072002 - Manpages! Finally installed Doxygen and scratched together a
            Doxyfile. After some revision to physfs.h, we've got a rather
            Doxyfile. After some revision to physfs.h, we've got a rather
            nice API reference.
            nice API reference.