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