summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorkent <kent>2004-06-11 13:00:34 +0000
committerkent <kent>2004-06-11 13:00:34 +0000
commita834cde8a0a99b42db9e3dce233716a6da3a7d8e (patch)
tree5f0def97241d191311189c067beef69c250ec676 /doc
parent9e77ab76080ec24f75170bc4d0c3235434ff61fa (diff)
downloadpkgsrc-a834cde8a0a99b42db9e3dce233716a6da3a7d8e.tar.gz
Note update of emulators/peace.
- support statvfs change of NetBSD - implement SuspendThread() and ResumeThread() - introduce a simple debugger - IsProcessorFeaturePresent(): implement PF_XMMI64_INSTRUCTIONS_AVAILABLE and PF_FLOATING_POINT_PRECISION_ERRATA - Some HCURSOR-related functions are implemented. - improve Virtual*() functions support - SEH support for SIGFPE and SIGSEGV - debug messages are printed via stderr, not stdout - fix a problem of CreateDIBitmap() - implement GetPaletteEntries() - implement GetDIBColorTable() and SetDIBColorTable() - implement Heap*() functions - make kernel object handles indexes in the handle table instead of addresses of memory block. - improve Event/Mutex/Semaphore implementation
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index c3b6172a371..d0d04c81ae8 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6199 2004/06/10 20:09:47 agc Exp $
+$NetBSD: CHANGES,v 1.6200 2004/06/11 13:00:34 kent Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -2931,3 +2931,4 @@ Changes to the packages collection and infrastructure in 2004:
Added kde3-i18n-hr-3.2.3 [markd 2004-06-10]
Added kde3-i18n-hsb-3.2.3 [markd 2004-06-10]
Updated blender to 2.32nb2 [jmmv 2004-06-10]
+ Updated peace to 0.0.20040611 [kent 2004-06-11]