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