aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authornox <nox@FreeBSD.org>2009-12-07 03:53:45 +0800
committernox <nox@FreeBSD.org>2009-12-07 03:53:45 +0800
commitc5da44833290594cf0f364a365e9a87927a6fb95 (patch)
tree42d4cf27c18cd85d2e2f9e38f004338ba5066a2b /UPDATING
parent81d5b1279d27dba7db28874cd8c938d950c53ed1 (diff)
downloadfreebsd-ports-gnome-c5da44833290594cf0f364a365e9a87927a6fb95.tar.gz
freebsd-ports-gnome-c5da44833290594cf0f364a365e9a87927a6fb95.tar.zst
freebsd-ports-gnome-c5da44833290594cf0f364a365e9a87927a6fb95.zip
Add note about the new qemu port no longer enabling kqemu by default.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 21e0dc19eaf2..6b8e47b66c10 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,18 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20091206:
+ AFFECTS: users of emulators/qemu
+ AUTHOR: nox@FreeBSD.org
+
+ The port has been updated to 0.11.1, which no longer enables kqemu
+ by default (if built with the kqemu knob on), now you have to also
+ pass -enable-kqemu (or -kernel-kqemu as with the previous versions)
+ if you want to use it. Also note the 0.11 stable branch is the last
+ qemu branch that still supports kqemu, so if you depend on reasonable
+ fast emulation on FreeBSD you should start looking for alternatives
+ some time soon. (virtualbox?)
+
20091120:
AFFECTS: users of mail/postfixadmin
AUTHOR: Terry Sposato (tabmow@freenode.net)