Skip to content

Commit

Permalink
Prep for 1.0-pre31 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
garlick committed May 24, 2011
1 parent 07db31c commit 3c5e2c5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions META
@@ -1,4 +1,4 @@
Name: diod
Version: 1.0
Release: pre30
Date: 2011-05-19
Release: pre31
Date: 2011-05-24
8 changes: 8 additions & 0 deletions NEWS
@@ -1,3 +1,11 @@
1.0-pre31:
Remove 'threadmode' option and make threadmode=aname the default.
Fix ignored open flags in create case (issue 43).
Fix fsync returning EBADF on directory (issue 42).
Override squashuser when euid != 0 (issue 41).
Add --squashuser command line option.
Improve test coverage.

1.0-pre30:
Implement per-aname thread pools --threadmode=aname (issue 26).
Provide diodcat defaults for host, aname, and file.
Expand Down
2 changes: 1 addition & 1 deletion diod.spec
@@ -1,6 +1,6 @@
Name: diod
Version: 1.0
Release: pre30
Release: pre31

Summary: I/O forwarding server for 9P.
License: GPL
Expand Down
2 changes: 1 addition & 1 deletion tests/kern/Makefile.in
Expand Up @@ -336,7 +336,7 @@ SUBDIRS = fstest $(am__append_1)
TESTS_ENVIRONMENT = env "PATH_DIOD=$(top_builddir)/diod/diod" \
"PATH_DIODMOUNT=$(top_builddir)/utils/diodmount" "./runtest"
TESTS = t05 t06 t07 t13 t14 t15 t16 t17 t18 t19 t22 \
t23 t24 t25 t26 t27 t28 t29 t30 t31 t32 t33
t23 t24 t25 t26 t27 t28 t29 t30 t31 t32 t33 t34


#XFAIL_TESTS =
Expand Down

0 comments on commit 3c5e2c5

Please sign in to comment.