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