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