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