Release: 0.9.3 -> 0.9.4cvs
[captive.git] / NEWS
1 $Id$
2
3
4 NEWS for captive-0.9.3 (2003-10-06)
5 ----------------------
6
7 * Fixed deployment issues
8 * Fixed crash of parent on crash of slave during its shutdown
9 * Fixed Cache Manager flush-related crash affecting FAT32 by fastfat.sys
10 * Fixed memory consumption by non-journalled filesystems (fastfat.sys)
11
12
13 NEWS for captive-0.9.2 (2003-10-03)
14 ----------------------
15
16 * Fixed read-only media mounting
17
18
19 NEWS for captive-0.9.1 (2003-09-29)
20 ----------------------
21
22 * Package deployment nuances fixed; 'ntfs' disks are no longer auto-mounted
23 * Fixed ORBit chroot(2)ing permissions failure
24
25
26 NEWS for captive-0.9 (2003-09-23)
27 --------------------
28
29 * Multifilesystem capability by new CaptiveVfsObject
30 * Finished and deployed CORBA sandbox separation
31 * Implemented filesystem unmount to successfuly remount ntfs volume
32 * Generates --bug-pathname resources file for sandbox crash bugreport
33 * Implemented TraceFS W32 Cache Manager debug tracer
34 * Rewritten Cache Manager to better match its W32 original behaviour
35 * LUFS (Linux Userland File System) module to be Linux kernel filesystem
36 * Written fstab & W32 modules installer as package 'install'
37
38
39 NEWS for captive-0.8 (2003-05-02)
40 --------------------
41
42 * ntfs.sys working incl. readwrite mode (0.9 update: very buggy access)
43
44
45 NEWS for captive-0.2 (2003-04-17)
46 --------------------
47
48 * Implemented cdecl/stdcall/fastcall function calling types
49 * Implemented Gnome-VFS-2.0 module interface
50 * cdfs.sys working
51 * Implemented readwrite mode
52 * fastfat.sys working incl. readwrite mode
53 * W32 binary ntoskrnl.exe is now a mandatory requirement
54 * ext2fsd.sys working incl. readwrite mode
55 * Implemented real cmdline client
56 * Implemented non-fatal W32 Structured Exception Handlers (SEH)
57
58
59 NEWS for captive-0.1 (2002-10-31)
60 --------------------
61
62 * Project build framework done
63 * W32 binary module loading success