From cdb00a9e7a32b374c20ba75414d578a215affc52 Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Fri, 13 Jun 2014 22:02:13 +0200 Subject: [PATCH] Update README.md. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8868a52b..ee2757a1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,10 @@ Current patches include: * Support for GetVolumePathName * Implement an Arial replacement font (http://bugs.winehq.org/show_bug.cgi?id=32323) * Workaround for TransactNamedPipe not being supported (http://bugs.winehq.org/show_bug.cgi?id=17273) +* Avoid unloading modules while hook is still active (http://bugs.winehq.org/show_bug.cgi?id=22091) * XEMBED support for embedding Wine windows inside Linux applications * Reduced SetTimer minimum value from 15 ms to 5 ms (improves Silverlight framerates) +* Lockfree algorithm for filedescriptor cache (improves file access speed) * Workaround for shlwapi URLs with relative paths * Support for PulseAudio backend for audio +* Other Pipelight specific enhancements