aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
blob: fc6dcdb2540dfbb4cfcb1f42b3f5142351b33ad3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Version 0.8 -- under development

-

Version 0.7 -- March 19, 2007

- Fix lack of releasedir FUSE reply

Version 0.6 -- December 7, 2006

- Red Hat should have been listed in copyrights
- Fix a memory corruption bug, preventing useful use of the fs
- read operation is less expensive
- updated to FUSE 2.6.0

Version 0.5 -- November 8, 2006

- Implement all ops except for create.  Now feature complete.
- Use Berkeley DB transactions for all-or-none semantics.
- Some things work, some things don't.  read/write questionable.
- Special case handling of all-zero blocks.
- Add GPL copyright headers to source code.
- New (stub, for now) dbdebugfs program.
- Added syslog support (hardcoded to local4.*)

Version 0.4 -- August 5, 2006

- Still completely untested.  Probably doesn't work.
- Add SCHEMA doc, describing database layout.
- add hardlink support
- add extended attribute support
- add new FS check program 'dbfsck'
- add support for access(2), open(2), read(2)
- bug fixes, cleanups

Version 0.1 -- April 27, 2006

- Nothing works yet.  Just a skeleton.