summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-04-11 01:12:28 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-04-11 01:12:28 +0000
commit1eb87257dae084166f0a007a9bfa8052e1784108 (patch)
tree9456692004b7c74bceff69e5d2f75401e1dbf3d5 /Changelog
parent32ce63371a6b4d7ad8786ac5d2f95a1e6cdd1af4 (diff)
downloadqemu-0.1.6.tar.gz
updatev0.1.6
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@97 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog7
1 files changed, 5 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index a451cfa6dc..03158ccb5a 100644
--- a/Changelog
+++ b/Changelog
@@ -1,8 +1,11 @@
version 0.1.6:
+ - automatic library search system. QEMU can now work with unpatched
+ ELF dynamic loader and libc (Rusty Russell).
- ISO C warning fixes (Alistair Strachan)
- - first self-virtualizable version (works only as long as the icache
- is not flushed)
+ - first self-virtualizable version (works only as long as the
+ translation cache is not flushed)
+ - RH9 fixes
version 0.1.5: