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