[runtime] Overwrite stacktrace for exception on re-throw. Fixes #1856.
[mono.git] / mono / tests / cas / appdomain / ChangeLog
1 2005-06-08  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * Makefile: Added quota. Removed XML files generation.
4         * quota.cs: New. Test if the restricted appdomain allows the # Kb of 
5         IsolatedStorage.
6         * README: Updated informations (quota and default policies).
7         * sandbox.cs: Updated to support the "default" named permissions set
8         (now) included with Mono. Support for loading XML policy files is 
9         still available (but somewhat buggy at the moment).
10
11 2005-05-17  Sebastien Pouliot  <sebastien@ximian.com>
12
13         * Makefile: Fixed (and more useful).
14
15 2005-05-16  Sebastien Pouliot  <sebastien@ximian.com>
16
17         * ChangeLog: New. Track changes.
18         * Makefile: New. Build sandboxes and tests.
19         * makepol.cs: New.
20         * README: New. Instruction about the sandboxes and tests.
21         * sandbox.cs: New. Creates a policy (XML) restricted sandbox to 
22         execute assemblies.
23         * whoami.cs: New. Sample to run under a sandbox.