Author: jalkanen
Date: Sat Apr 12 08:25:58 2008
New Revision: 647460
URL: http://svn.apache.org/viewvc?rev=647460&view=rev
Log: (empty)
Modified:
incubator/jspwiki/trunk/ChangeLog
incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java
Modified: incubator/jspwiki/trunk/ChangeLog
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/ChangeLog?rev=647460&r1=647459&r2=647460&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Sat Apr 12 08:25:58 2008
@@ -1,3 +1,14 @@
+2008-04-12 Janne Jalkanen <[EMAIL PROTECTED]>
+
+ * 2.7.0-svn-11
+
+ * Improved restart time at the expense of more disk being
+ used and the first startup taking a bit longer.
+
+ * Acl implementation, permissions and our Principals now
+ implement Serializable. It could be used to improve startup
+ time even further, but it will be useful for the future.
+
2007-04-10 Dirk Frederickx <[EMAIL PROTECTED]>
* 2.7.0-svn-10 - Javascript fixes for IE
Modified: incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java?rev=647460&r1=647459&r2=647460&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java (original)
+++ incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java Sat Apr 12
08:25:58 2008
@@ -77,7 +77,7 @@
* <p>
* If the build identifier is empty, it is not added.
*/
- public static final String BUILD = "10";
+ public static final String BUILD = "11";
/**
* This is the generic version string you should use