+captive_shared_cache_map_memory_range_set_dirty(): Set dirty by buffer address.
[captive.git] / NEWS
1 $Id$
2
3
4 NEWS for captive-1.1.1.2
5 ------------------------
6
7 * Mounted NTFS partitions are now public readable: rwx------ is now rwxr-xr-x
8 * Fixed refusal (crash) to mount some kind of NTFS disk drives (Nir Misgav)
9 * Fixed crash (=>no disk changes) during unmount of some NTFSes (Nir Misgav)
10 * Extended the set of MS-Windows XP drivers identified as Captive compatible
11 * Compatibility with SMP MS-Windows XP kernel binaries
12
13
14 (captive-1.1.1.1 was never released)
15 (captive-1.1.1 was never released)
16
17
18 NEWS for captive-1.1 (2003-11-27)
19 --------------------
20
21 * Distributed as 'captive-static' fully independent single package
22 * Allow concurrent file access by multiple handles - fixes scp(1) copying
23 * Installer now features MS-Windows drivers download retries from microsoft.com
24 * Installer compatibility and UI lockup fixes
25 * Fixed SUSE-9.0 package installation compatibility (Christian Kristukat)
26
27
28 NEWS for captive-1.0.2 (2003-11-06)
29 ----------------------
30
31 * Fixed sandbox chroot(2) compatibility bug (debugging by Christian Kristukat)
32 * Fixed serious sandbox-server spawn memory leak for big files copying to NTFS
33 * Improved performance - 1GHz CPU: read 1.5MB/s, write 500KB/s, 20MB of RAM
34 * Various GNU/Linux distributions compatibility fixes
35
36
37 NEWS for captive-1.0.1 (2003-10-28)
38 ----------------------
39
40 * Fixed (harmless) crash/hang of lufsd during post-unmount cleanup
41 * Fixed captive-install-acquire Gnome UI responsiveness during network outage
42 * Support for LUFS options such as uid/gid/fmask/dmask (reqd by Javier Urien)
43 * New captive-cmdline(1) 'get'/'put' options -b|--buffer-size
44 * Improved performance
45
46
47 NEWS for captive-1.0 (2003-10-20)
48 --------------------
49
50 * First public release
51
52
53 NEWS for captive-0.9.7 (2003-10-15)
54 ----------------------
55
56 * Fixed NTFS crash on journalling file (?) extension (bugreport by Martin Drab)
57
58
59 NEWS for captive-0.9.6 (2003-10-13)
60 ----------------------
61
62 * Fixed /etc/fstab updating by 'install' package
63
64
65 NEWS for captive-0.9.5 (2003-10-11)
66 ----------------------
67
68 * Retained ntfs.sys mounting back again (bugreport by Martin Drab)
69 * Avoid /tmp to solve crossdeviced /tmp and /var/... (bugreport by Martin Drab)
70
71
72 NEWS for captive-0.9.4 (2003-10-10)
73 ----------------------
74
75 * Fixed FAT32 bootability after any file written (bugreport by Pavouk)
76 * Fixed mc(1) file copy to destination Captive filesystem (bugreport by Pavouk)
77
78
79 NEWS for captive-0.9.3 (2003-10-06)
80 ----------------------
81
82 * Fixed deployment issues
83 * Fixed crash of parent on crash of slave during its shutdown
84 * Fixed Cache Manager flush-related crash affecting FAT32 by fastfat.sys
85 * Fixed memory consumption by non-journalled filesystems (fastfat.sys)
86
87
88 NEWS for captive-0.9.2 (2003-10-03)
89 ----------------------
90
91 * Fixed read-only media mounting
92
93
94 NEWS for captive-0.9.1 (2003-09-29)
95 ----------------------
96
97 * Package deployment nuances fixed; 'ntfs' disks are no longer auto-mounted
98 * Fixed ORBit chroot(2)ing permissions failure
99
100
101 NEWS for captive-0.9 (2003-09-23)
102 --------------------
103
104 * Multifilesystem capability by new CaptiveVfsObject
105 * Finished and deployed CORBA sandbox separation
106 * Implemented filesystem unmount to successfuly remount ntfs volume
107 * Generates --bug-pathname resources file for sandbox crash bugreport
108 * Implemented TraceFS W32 Cache Manager debug tracer
109 * Rewritten Cache Manager to better match its W32 original behaviour
110 * LUFS (Linux Userland File System) module to be Linux kernel filesystem
111 * Written fstab & W32 modules installer as package 'install'
112
113
114 NEWS for captive-0.8 (2003-05-02)
115 --------------------
116
117 * ntfs.sys working incl. readwrite mode (0.9 update: very buggy access)
118
119
120 NEWS for captive-0.2 (2003-04-17)
121 --------------------
122
123 * Implemented cdecl/stdcall/fastcall function calling types
124 * Implemented Gnome-VFS-2.0 module interface
125 * cdfs.sys working
126 * Implemented readwrite mode
127 * fastfat.sys working incl. readwrite mode
128 * W32 binary ntoskrnl.exe is now a mandatory requirement
129 * ext2fsd.sys working incl. readwrite mode
130 * Implemented real cmdline client
131 * Implemented non-fatal W32 Structured Exception Handlers (SEH)
132
133
134 NEWS for captive-0.1 (2002-10-31)
135 --------------------
136
137 * Project build framework done
138 * W32 binary module loading success