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