bellard | 27c75a9 | 2003-04-07 21:35:21 +0000 | [diff] [blame^] | 1 | version 0.1.5: |
| 2 | |
| 3 | - ppc64 support + personality() patch (Rusty Russell) |
| 4 | - first Alpha CPU patches (Falk Hueffner) |
| 5 | - removed bfd.h dependancy |
| 6 | - fixed shrd, shld, idivl and divl on PowerPC. |
| 7 | - fixed buggy glibc PowerPC rint() function (test-i386 passes now on PowerPC). |
| 8 | |
bellard | bc8a22c | 2003-03-30 21:02:40 +0000 | [diff] [blame] | 9 | version 0.1.4: |
| 10 | |
| 11 | - more accurate VM86 emulation (can launch small DOS 16 bit |
| 12 | executables in wine). |
| 13 | - fixed push/pop fs/gs |
| 14 | - added iret instruction. |
bellard | 27c75a9 | 2003-04-07 21:35:21 +0000 | [diff] [blame^] | 15 | - added times() syscall and SIOCATMARK ioctl. |
bellard | bc8a22c | 2003-03-30 21:02:40 +0000 | [diff] [blame] | 16 | |
| 17 | version 0.1.3: |
| 18 | |
| 19 | - S390 support (Ulrich Weigand) |
| 20 | - glibc 2.3.x compile fix (Ulrich Weigand) |
| 21 | - socketcall endian fix (Ulrich Weigand) |
| 22 | - struct sockaddr endian fix (Ulrich Weigand) |
| 23 | - sendmsg/recvmsg endian fix (Ulrich Weigand) |
| 24 | - execve endian fix (Ulrich Weigand) |
| 25 | - fdset endian fix (Ulrich Weigand) |
| 26 | - partial setsockopt syscall support (Ulrich Weigand) |
| 27 | - more accurate pushf/popf emulation |
| 28 | - first partial vm86() syscall support (can be used with runcom example). |
| 29 | - added bound, cmpxchg8b, cpuid instructions |
| 30 | - added 16 bit addressing support/override for string operations |
| 31 | - poll() fix |
| 32 | |
| 33 | version 0.1.2: |
| 34 | |
| 35 | - compile fixes |
| 36 | - xlat instruction |
| 37 | - xchg instruction memory lock |
| 38 | - added simple vm86 example (not working with QEMU yet). The 54 byte |
| 39 | DOS executable 'pi_10.com' program was released by Bertram |
| 40 | Felgenhauer (more information at http://www.boo.net/~jasonp/pipage.html). |
| 41 | |
bellard | d691f66 | 2003-03-24 21:58:34 +0000 | [diff] [blame] | 42 | version 0.1.1: |
| 43 | |
| 44 | - glibc 2.2 compilation fixes |
| 45 | - added -s and -L options |
| 46 | - binary distribution of x86 glibc and wine |
bellard | bc8a22c | 2003-03-30 21:02:40 +0000 | [diff] [blame] | 47 | - big endian fixes in ELF loader and getdents. |
bellard | d691f66 | 2003-03-24 21:58:34 +0000 | [diff] [blame] | 48 | |
bellard | 3ef693a | 2003-03-23 20:17:16 +0000 | [diff] [blame] | 49 | version 0.1: |
| 50 | |
| 51 | - initial public release. |