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