-MS-Windows 2000 bootable device => BSOD "inaccessible boot device"
[captive.git] / NEWS
1 $Id$
2
3
4 NEWS for captive-1.1.3
5 ----------------------
6
7 * Fixed directory listings of files with invalid timestamps (Graeme/Unit3)
8 * Fixed refusal of filesystem ops related to NTFS security (Tonda Nebuzelsky)
9 * Prevent "mv dir dir/subdir" (Ulrich Mueller)
10
11
12 NEWS for captive-1.1.2 (2003-12-01)
13 ----------------------
14
15 * Fixed false identification of MS-Windows XP driver cabinets as drivers
16 * Extended the set of MS-Windows XP drivers identified as Captive compatible
17
18
19 NEWS for captive-1.1.1.2 (2003-11-30)
20 ------------------------
21
22 * Mounted NTFS partitions are now public readable: rwx------ is now rwxr-xr-x
23 * Fixed refusal (crash) to mount some kind of NTFS disk drives (Nir Misgav)
24 * Fixed refusal to write >64MB files on some NTFS disk drives (Charles Duffy)
25 * Fixed crash (=>no disk changes) during unmount of some NTFSes (Nir Misgav)
26 * Extended the set of MS-Windows XP drivers identified as Captive compatible
27 * Compatibility with SMP MS-Windows XP kernel binaries
28
29
30 (captive-1.1.1.1 was never released)
31 (captive-1.1.1 was never released)
32
33
34 NEWS for captive-1.1 (2003-11-27)
35 --------------------
36
37 * Distributed as 'captive-static' fully independent single package
38 * Allow concurrent file access by multiple handles - fixes scp(1) copying
39 * Installer now features MS-Windows drivers download retries from microsoft.com
40 * Installer compatibility and UI lockup fixes
41 * Fixed SUSE-9.0 package installation compatibility (Christian Kristukat)
42
43
44 NEWS for captive-1.0.2 (2003-11-06)
45 ----------------------
46
47 * Fixed sandbox chroot(2) compatibility bug (debugging by Christian Kristukat)
48 * Fixed serious sandbox-server spawn memory leak for big files copying to NTFS
49 * Improved performance - 1GHz CPU: read 1.5MB/s, write 500KB/s, 20MB of RAM
50 * Various GNU/Linux distributions compatibility fixes
51
52
53 NEWS for captive-1.0.1 (2003-10-28)
54 ----------------------
55
56 * Fixed (harmless) crash/hang of lufsd during post-unmount cleanup
57 * Fixed captive-install-acquire Gnome UI responsiveness during network outage
58 * Support for LUFS options such as uid/gid/fmask/dmask (reqd by Javier Urien)
59 * New captive-cmdline(1) 'get'/'put' options -b|--buffer-size
60 * Improved performance
61
62
63 NEWS for captive-1.0 (2003-10-20)
64 --------------------
65
66 * First public release
67
68
69 NEWS for captive-0.9.7 (2003-10-15)
70 ----------------------
71
72 * Fixed NTFS crash on journalling file (?) extension (bugreport by Martin Drab)
73
74
75 NEWS for captive-0.9.6 (2003-10-13)
76 ----------------------
77
78 * Fixed /etc/fstab updating by 'install' package
79
80
81 NEWS for captive-0.9.5 (2003-10-11)
82 ----------------------
83
84 * Retained ntfs.sys mounting back again (bugreport by Martin Drab)
85 * Avoid /tmp to solve crossdeviced /tmp and /var/... (bugreport by Martin Drab)
86
87
88 NEWS for captive-0.9.4 (2003-10-10)
89 ----------------------
90
91 * Fixed FAT32 bootability after any file written (bugreport by Pavouk)
92 * Fixed mc(1) file copy to destination Captive filesystem (bugreport by Pavouk)
93
94
95 NEWS for captive-0.9.3 (2003-10-06)
96 ----------------------
97
98 * Fixed deployment issues
99 * Fixed crash of parent on crash of slave during its shutdown
100 * Fixed Cache Manager flush-related crash affecting FAT32 by fastfat.sys
101 * Fixed memory consumption by non-journalled filesystems (fastfat.sys)
102
103
104 NEWS for captive-0.9.2 (2003-10-03)
105 ----------------------
106
107 * Fixed read-only media mounting
108
109
110 NEWS for captive-0.9.1 (2003-09-29)
111 ----------------------
112
113 * Package deployment nuances fixed; 'ntfs' disks are no longer auto-mounted
114 * Fixed ORBit chroot(2)ing permissions failure
115
116
117 NEWS for captive-0.9 (2003-09-23)
118 --------------------
119
120 * Multifilesystem capability by new CaptiveVfsObject
121 * Finished and deployed CORBA sandbox separation
122 * Implemented filesystem unmount to successfuly remount ntfs volume
123 * Generates --bug-pathname resources file for sandbox crash bugreport
124 * Implemented TraceFS W32 Cache Manager debug tracer
125 * Rewritten Cache Manager to better match its W32 original behaviour
126 * LUFS (Linux Userland File System) module to be Linux kernel filesystem
127 * Written fstab & W32 modules installer as package 'install'
128
129
130 NEWS for captive-0.8 (2003-05-02)
131 --------------------
132
133 * ntfs.sys working incl. readwrite mode (0.9 update: very buggy access)
134
135
136 NEWS for captive-0.2 (2003-04-17)
137 --------------------
138
139 * Implemented cdecl/stdcall/fastcall function calling types
140 * Implemented Gnome-VFS-2.0 module interface
141 * cdfs.sys working
142 * Implemented readwrite mode
143 * fastfat.sys working incl. readwrite mode
144 * W32 binary ntoskrnl.exe is now a mandatory requirement
145 * ext2fsd.sys working incl. readwrite mode
146 * Implemented real cmdline client
147 * Implemented non-fatal W32 Structured Exception Handlers (SEH)
148
149
150 NEWS for captive-0.1 (2002-10-31)
151 --------------------
152
153 * Project build framework done
154 * W32 binary module loading success