[runtime] Overwrite stacktrace for exception on re-throw. Fixes #1856.
[mono.git] / mono / tests / cas / assembly / ChangeLog
1 2007-08-01  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * all.net_1_1.txt, min.net_1_1.txt, none.net_1_1.txt, opt.net_1_1.txt,
4         ref.net_1_1.txt: Update expected results for the newer version of 
5         permview
6
7 2006-06-27  Wade Berrier <wberrier@novell.com>
8
9         * Makefile.am: Use mcs and permview from the mcs tree instead of
10         what's in the path.  Rename targets so tests are not compiled at
11         build time.
12
13 2006-06-26  Sebastien Pouliot  <sebastien@ximian.com>
14
15         * Makefile.am: Use mono-wrapper (and not the installed mono).
16
17 2006-06-22  Sebastien Pouliot  <sebastien@ximian.com>
18
19         * Makefile.am: Include the reference templates in the tarball.
20
21 2006-06-22  Sebastien Pouliot  <sebastien@ximian.com>
22
23         * Makefile.am: Updated Makefile to add the CAS tests to the tarball
24         and enable them to be more broadly tested;
25         * Makefile: Removed and replaced by Makefile.am
26
27 2005-02-08  Sebastien Pouliot  <sebastien@ximian.com>
28
29         * all.cs: New. Test file with attributes for RequestMinimum, 
30         RequestOptional and RequestRefuse.
31         * all.net_1_1.txt: New. Expected output when "make test" is used in
32         the NET_1_1 profile.
33         * Makefile: New. Makefile to build and execute tests.
34         * min.cs: New. Test file with attribute for RequestMinimum (only).
35         * min.net_1_1.txt: New. Expected output when "make test" is used in
36         the NET_1_1 profile.
37         * none.cs: New. Test file with no security declarative attribute on
38         assembly.
39         * none.net_1_1.txt: New. Expected output when "make test" is used in
40         the NET_1_1 profile.
41         * opt.cs: New. Test file with attribute for RequestOptional (only).
42         * opt.net_1_1.txt: New. Expected output when "make test" is used in
43         the NET_1_1 profile.
44         * README: Instruction and details about the tests.
45         * ref.cs: New. Test file with attribute for RequestRefuse (only).
46         * ref.net_1_1.txt: New. Expected output when "make test" is used in
47         the NET_1_1 profile.