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