2010-01-20 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / corlib / System.Collections.Concurrent / ChangeLog
1 2009-08-19  Jérémie Laval  <jeremie.laval@gmail.com>
2
3         * Partitioner.cs: Fix infinite recursion when calling Create
4         with a IList.
5         * Partitionners/ListPartitioner.cs: Fix bad splitting for the
6         last partition.
7
8 2009-08-11  Jérémie Laval  <jeremie.laval@gmail.com>
9
10         * ConcurrentQueue.cs:
11         * IProducerConsumerCollection.cs: Add BOOTSTRAP_NET_4_0.
12
13 2009-08-11  Jérémie Laval  <jeremie.laval@gmail.com>
14
15         * BlockingCollection.cs: Moved type.
16
17
18 2009-08-04 Jérémie Laval  <jeremie.laval@gmail.com>
19
20         * ConcurrentDictionary: Fix compilation issue
21         with IDictionary methods.
22
23 2009-07-31  Jérémie Laval  <jeremie.laval@gmail.com>
24
25         * ConcurrentBag.cs:
26         * ConcurrentQueue.cs:
27         * ConcurrentStack.cs:
28         * ConcurrentSkipList.cs:
29         * ConcurrentDictionary.cs:
30         * IProducerConsumerCollection.cs: Make the namespace comply to 4.0b1
31
32 2009-07-31 Jérémie Laval  <jeremie.laval@gmail.com>
33
34         * ConcurrentDictionary.cs:
35         * ConcurrentQueue.cs:
36         * ConcurrentStack.cs: Make the classes comply with B1 API
37
38 2009-07-27  Jérémie Laval  <jeremie.laval@gmail.com>
39
40         * BlockingCollection.cs:
41         * ConcurrentBag.cs:
42         * ConcurrentDictionary.cs:
43         * ConcurrentQueue.cs:
44         * ConcurrentSkipList.cs:
45         * ConcurrentStack.cs:
46         * IProducerConsumerCollection.cs:
47         * OrderablePartitioner.cs:
48         * Partitioner.cs: Added ParallelFx files for System.Collections.Concurrent namespace
49