浏览代码

Initial commit.

Ben Alex 20 年之前
父节点
当前提交
7c9bd78e16
共有 1 个文件被更改,包括 21 次插入0 次删除
  1. 21 0
      doc/xdocs/upgrade/upgrade-080-100.html

+ 21 - 0
doc/xdocs/upgrade/upgrade-080-100.html

@@ -0,0 +1,21 @@
+<html>
+<head>
+<title>Acegi Security - Upgrading from version 0.8.0 to 1.0.0</title>
+</head>
+<body>
+<h1>Upgrading from 0.8.0 to 1.0.0</h1>
+
+<p>
+The following should help most casual users of the project update their
+applications:
+
+    <ul>
+
+    <li>AbstractProcessingFilter has changed its getter/setter approach used for customised
+    authentication exception directions. See the <a href="../multiproject/acegi-security/xref/net/sf/acegisecurity/ui/AbstractProcessingFilter.html">
+    AbstractProcessingFilter JavaDocs</a> to learn more.<br><br></li>
+    
+    </ul>
+
+</body>
+</html>