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