+Improved performance - 1GHz CPU: read 1.5MB/s, write 500KB/s, 20MB of RAM
[captive.git] / NEWS
1 $Id$
2
3
4 NEWS for captive-1.0.2
5 ----------------------
6
7 * Fixed sandbox chroot(2) mode for SUSE9.0 (debugging by Christian Kristukat)
8 * Fixed serious sandbox-server spawn memory leak for big files copying to NTFS
9 * Improved performance - 1GHz CPU: read 1.5MB/s, write 500KB/s, 20MB of RAM
10
11
12 NEWS for captive-1.0.1 (2003-10-28)
13 ----------------------
14
15 * Fixed (harmless) crash/hang of lufsd during post-unmount cleanup
16 * Fixed captive-install-acquire Gnome UI responsiveness during network outage
17 * Support for LUFS options such as uid/gid/fmask/dmask (reqd by Javier Urien)
18 * New captive-cmdline(1) 'get'/'put' options -b|--buffer-size
19 * Improved performance
20
21
22 NEWS for captive-1.0 (2003-10-20)
23 --------------------
24
25 * First public release
26
27
28 NEWS for captive-0.9.7 (2003-10-15)
29 ----------------------
30
31 * Fixed NTFS crash on journalling file (?) extension (bugreport by Martin Drab)
32
33
34 NEWS for captive-0.9.6 (2003-10-13)
35 ----------------------
36
37 * Fixed /etc/fstab updating by 'install' package
38
39
40 NEWS for captive-0.9.5 (2003-10-11)
41 ----------------------
42
43 * Retained ntfs.sys mounting back again (bugreport by Martin Drab)
44 * Avoid /tmp to solve crossdeviced /tmp and /var/... (bugreport by Martin Drab)
45
46
47 NEWS for captive-0.9.4 (2003-10-10)
48 ----------------------
49
50 * Fixed FAT32 bootability after any file written (bugreport by Pavouk)
51 * Fixed mc(1) file copy to destination Captive filesystem (bugreport by Pavouk)
52
53
54 NEWS for captive-0.9.3 (2003-10-06)
55 ----------------------
56
57 * Fixed deployment issues
58 * Fixed crash of parent on crash of slave during its shutdown
59 * Fixed Cache Manager flush-related crash affecting FAT32 by fastfat.sys
60 * Fixed memory consumption by non-journalled filesystems (fastfat.sys)
61
62
63 NEWS for captive-0.9.2 (2003-10-03)
64 ----------------------
65
66 * Fixed read-only media mounting
67
68
69 NEWS for captive-0.9.1 (2003-09-29)
70 ----------------------
71
72 * Package deployment nuances fixed; 'ntfs' disks are no longer auto-mounted
73 * Fixed ORBit chroot(2)ing permissions failure
74
75
76 NEWS for captive-0.9 (2003-09-23)
77 --------------------
78
79 * Multifilesystem capability by new CaptiveVfsObject
80 * Finished and deployed CORBA sandbox separation
81 * Implemented filesystem unmount to successfuly remount ntfs volume
82 * Generates --bug-pathname resources file for sandbox crash bugreport
83 * Implemented TraceFS W32 Cache Manager debug tracer
84 * Rewritten Cache Manager to better match its W32 original behaviour
85 * LUFS (Linux Userland File System) module to be Linux kernel filesystem
86 * Written fstab & W32 modules installer as package 'install'
87
88
89 NEWS for captive-0.8 (2003-05-02)
90 --------------------
91
92 * ntfs.sys working incl. readwrite mode (0.9 update: very buggy access)
93
94
95 NEWS for captive-0.2 (2003-04-17)
96 --------------------
97
98 * Implemented cdecl/stdcall/fastcall function calling types
99 * Implemented Gnome-VFS-2.0 module interface
100 * cdfs.sys working
101 * Implemented readwrite mode
102 * fastfat.sys working incl. readwrite mode
103 * W32 binary ntoskrnl.exe is now a mandatory requirement
104 * ext2fsd.sys working incl. readwrite mode
105 * Implemented real cmdline client
106 * Implemented non-fatal W32 Structured Exception Handlers (SEH)
107
108
109 NEWS for captive-0.1 (2002-10-31)
110 --------------------
111
112 * Project build framework done
113 * W32 binary module loading success