blob: 394b3e38e18fc20c482e95e11ff794e1f095ff09 [file] [log] [blame]
bellard3c519612003-04-29 21:34:02 +00001version 0.2:
2
3 - PowerPC disassembly and ELF symbols output (Rusty Russel)
4 - flock support (Rusty Russel)
5 - ugetrlimit support (Rusty Russel)
6 - fstat64 fix (Rusty Russel)
7 - initial Alpha port (Falk Hueffner)
8 - initial IA64 port (Matt Wilson)
9 - initial Sparc and Sparc64 port (David S. Miller)
bellard86840ae2003-05-08 15:30:27 +000010 - better exception support for dosemu
11 - added HLT instruction
12 - added GPF generation for I/Os
bellard3c519612003-04-29 21:34:02 +000013
bellard66cd5842003-04-10 00:02:58 +000014version 0.1.6:
15
bellard1eb87252003-04-11 01:12:28 +000016 - automatic library search system. QEMU can now work with unpatched
17 ELF dynamic loader and libc (Rusty Russell).
bellard66cd5842003-04-10 00:02:58 +000018 - ISO C warning fixes (Alistair Strachan)
bellard1eb87252003-04-11 01:12:28 +000019 - first self-virtualizable version (works only as long as the
20 translation cache is not flushed)
21 - RH9 fixes
bellard66cd5842003-04-10 00:02:58 +000022
bellard27c75a92003-04-07 21:35:21 +000023version 0.1.5:
24
25 - ppc64 support + personality() patch (Rusty Russell)
26 - first Alpha CPU patches (Falk Hueffner)
27 - removed bfd.h dependancy
28 - fixed shrd, shld, idivl and divl on PowerPC.
29 - fixed buggy glibc PowerPC rint() function (test-i386 passes now on PowerPC).
30
bellardbc8a22c2003-03-30 21:02:40 +000031version 0.1.4:
32
33 - more accurate VM86 emulation (can launch small DOS 16 bit
34 executables in wine).
35 - fixed push/pop fs/gs
36 - added iret instruction.
bellard27c75a92003-04-07 21:35:21 +000037 - added times() syscall and SIOCATMARK ioctl.
bellardbc8a22c2003-03-30 21:02:40 +000038
39version 0.1.3:
40
41 - S390 support (Ulrich Weigand)
42 - glibc 2.3.x compile fix (Ulrich Weigand)
43 - socketcall endian fix (Ulrich Weigand)
44 - struct sockaddr endian fix (Ulrich Weigand)
45 - sendmsg/recvmsg endian fix (Ulrich Weigand)
46 - execve endian fix (Ulrich Weigand)
47 - fdset endian fix (Ulrich Weigand)
48 - partial setsockopt syscall support (Ulrich Weigand)
49 - more accurate pushf/popf emulation
50 - first partial vm86() syscall support (can be used with runcom example).
51 - added bound, cmpxchg8b, cpuid instructions
52 - added 16 bit addressing support/override for string operations
53 - poll() fix
54
55version 0.1.2:
56
57 - compile fixes
58 - xlat instruction
59 - xchg instruction memory lock
60 - added simple vm86 example (not working with QEMU yet). The 54 byte
61 DOS executable 'pi_10.com' program was released by Bertram
62 Felgenhauer (more information at http://www.boo.net/~jasonp/pipage.html).
63
bellardd691f662003-03-24 21:58:34 +000064version 0.1.1:
65
66 - glibc 2.2 compilation fixes
67 - added -s and -L options
68 - binary distribution of x86 glibc and wine
bellardbc8a22c2003-03-30 21:02:40 +000069 - big endian fixes in ELF loader and getdents.
bellardd691f662003-03-24 21:58:34 +000070
bellard3ef693a2003-03-23 20:17:16 +000071version 0.1:
72
73 - initial public release.