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