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