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