diff options
author | manu <manu@pkgsrc.org> | 2011-11-17 15:27:22 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2011-11-17 15:27:22 +0000 |
commit | 24b2bc7eda0e976790d40d34763fe272d864e230 (patch) | |
tree | 27813ef8f1fcd6698668c1581e64170311e9c534 /doc | |
parent | 8b3c1aaacc47cee92c22f6ac743068ecb93bc1ab (diff) | |
download | pkgsrc-24b2bc7eda0e976790d40d34763fe272d864e230.tar.gz |
Perfused update:
- fix lookup cache that was not really used
- fix advlock for read-only files
- return EBADF on directory read/write instead of passing to the filesystem
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES-2011 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2011 b/doc/CHANGES-2011 index 2fddcb52edb..c3f4c4f94a5 100644 --- a/doc/CHANGES-2011 +++ b/doc/CHANGES-2011 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2011,v 1.2952 2011/11/17 14:16:10 hiramatsu Exp $ +$NetBSD: CHANGES-2011,v 1.2953 2011/11/17 15:27:22 manu Exp $ Changes to the packages collection and infrastructure in 2011: @@ -4670,3 +4670,4 @@ Changes to the packages collection and infrastructure in 2011: Updated security/p5-Crypt-OpenPGP to 1.06 [hiramatsu 2011-11-17] Updated www/p5-Plack-Middleware-File-Sass to 0.03 [hiramatsu 2011-11-17] Updated www/p5-HTML-Selector-XPath to 0.11 [hiramatsu 2011-11-17] + Updated filesystems/perfuse to 20111117 [manu 2011-11-17] |