Author: ajaquith
Date: Thu Oct 8 01:16:29 2009
New Revision: 822990
URL: http://svn.apache.org/viewvc?rev=822990&view=rev
Log:
Version bump.
Modified:
incubator/jspwiki/trunk/ChangeLog
incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java
Modified: incubator/jspwiki/trunk/ChangeLog
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/ChangeLog?rev=822990&r1=822989&r2=822990&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Thu Oct 8 01:16:29 2009
@@ -1,3 +1,28 @@
+2009-10-07 Andrew Jaquith <ajaquith AT apache DOT org>
+
+ * 3.0.0-svn-161
+
+ * First checkin of new content-inspection package, designed to
+ refactor SpamFilter functions into a series of stacked Inspector
+ classes that can analyze and score content in multiple ways,
+ including for spam detection. See the package.html and Javadocs
+ for detailed descriptions on the API design. These features will
+ be used by ANY and ALL ActionBeans to allow for spam filtering
+ via the @SpamProtect annotation and SpamProtect JSP tag. Three
+ notable limitations of this checkin: 1) no CAPTCHA integration
+ yet; 2) Comment.jsp is temporarily broken; 3) User registration
+ not hooked into content inspection just yet. All will be addressed
+ soon.
+
+ * Plain editor and related bundle messages slightly refactored to
+ make the JSP markup more concise and logical. Certain JavaScript
+ hooks are broken; I'll need to work with Dirk to fix this.
+
+ * Bug fix: Ant schema-checking no longer requires a web connection
+ because we include all the needed schema in the local build. Yay!
+
+ * General Javadoc and minor test tweaks.
+
2009-09-27 Dirk Frederickx <[email protected]>
* 3.0.0-svn-160 - fixed illegal char in jspwiki-common.js.
Modified: incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java?rev=822990&r1=822989&r2=822990&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java (original)
+++ incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java Thu Oct 8
01:16:29 2009
@@ -77,7 +77,7 @@
* <p>
* If the build identifier is empty, it is not added.
*/
- public static final String BUILD = "160";
+ public static final String BUILD = "161";
/**
* This is the generic version string you should use