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