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