Author: jalkanen
Date: Mon Jun 9 13:02:35 2008
New Revision: 665866
URL: http://svn.apache.org/viewvc?rev=665866&view=rev
Log: (empty)
Modified:
incubator/jspwiki/trunk/.settings/org.eclipse.jdt.core.prefs
incubator/jspwiki/trunk/ChangeLog
incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java
Modified: incubator/jspwiki/trunk/.settings/org.eclipse.jdt.core.prefs
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/.settings/org.eclipse.jdt.core.prefs?rev=665866&r1=665865&r2=665866&view=diff
==============================================================================
--- incubator/jspwiki/trunk/.settings/org.eclipse.jdt.core.prefs (original)
+++ incubator/jspwiki/trunk/.settings/org.eclipse.jdt.core.prefs Mon Jun 9
13:02:35 2008
@@ -1,4 +1,4 @@
-#Sun Jun 08 12:28:21 EEST 2008
+#Mon Jun 09 22:36:43 EEST 2008
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
Modified: incubator/jspwiki/trunk/ChangeLog
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/ChangeLog?rev=665866&r1=665865&r2=665866&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Mon Jun 9 13:02:35 2008
@@ -1,3 +1,21 @@
+2008-06-09 Janne Jalkanen <[EMAIL PROTECTED]>
+
+ * 2.7.0-svn-36
+
+ * JSPWIKI-14: checkPermissions code in MetaWeblogHandler is now
+ functional.
+
+ * JSPWIKI-228: Added patch from Alexander Chow to fix a problem
+ where multiple headings with the same text were producing illegal
+ XML through duplicated ID attributes.
+
+ * JSPWIKI-274: Was fixed already in svn-31.
+
+ * JSPWIKI-286: Fixed a couple of typos in Finnish localization.
+
+ * JSPWIKI-285: Group.jsp had a wrong quote char in English,
+ Dutch and German translations.
+
2008-06-08 Janne Jalkanen <[EMAIL PROTECTED]>
* 2.7.0-svn-35
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=665866&r1=665865&r2=665866&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java (original)
+++ incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java Mon Jun 9
13:02:35 2008
@@ -77,7 +77,7 @@
* <p>
* If the build identifier is empty, it is not added.
*/
- public static final String BUILD = "35";
+ public static final String BUILD = "36";
/**
* This is the generic version string you should use