- Moved minium autoconf support to 2.52+

- Add large file support for 2+ GB hard disk images
This commit is contained in:
gbeauche 2002-09-16 13:32:33 +00:00
parent 453c6de0e2
commit b60198fc17

View File

@ -1,6 +1,8 @@
V1.0 (snapshot) - <date>
- fixed the problem with Ticks getting incremented on every interrupt, not
just 60Hz (e.g. moving the mouse made the caret blink faster)
- Unix: moved minimum autoconf support to 2.52+
- Unix: add large file support for 2+ GB hard disk images
- Unix: cleaned up pthread attributes [Brian Johnson]
- Unix: fixed floppy problems under Linux
- Unix: implement "ignoresegv" feature on Linux/x86, Linux/ppc, Darwin/ppc