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