2009-12-10 Miguel de Icaza <miguel@novell.com>
[mono.git] / mcs / class / System.Core / System.IO.MemoryMappedFiles / ChangeLog
1 2009-12-10  Miguel de Icaza  <miguel@novell.com>
2
3         * MemoryMappedFile.cs: Updated to the new Beta API, fill in some
4         blanks, map some new flags, obey some settings, throw some
5         exceptions. 
6
7 2009-09-05  Zoltan Varga  <vargaz@gmail.com>
8
9         * MemoryMappedViewAccessor.cs: New net 4.0 class.
10
11         * MemoryMappedViewStream.cs: Move the mmap code to MemoryMappedFile.cs,
12         so it can be used by ViewAccessor as well.
13
14 2009-08-30  Zoltan Varga  <vargaz@gmail.com>
15
16         * MemoryMappedViewStream.cs: Implement this for unix.
17
18 2009-08-29  Zoltan Varga  <vargaz@gmail.com>
19
20         * MemoryMapped*.cs: New files, stubs for the new MemoryMappedFile
21         apis in net 4.0.
22