This is an automated email from the ASF dual-hosted git repository. juanpablo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jspwiki.git
commit 1042544144954d9895ae8d2d2c49c0ca52ed47e7 Author: juanpablo <[email protected]> AuthorDate: Wed Oct 14 19:53:42 2020 +0200 2.11.0-M8-git-02 --- ChangeLog.md | 10 +++++++++- jspwiki-api/src/main/java/org/apache/wiki/api/Release.java | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 6f844ac..aebc593 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -17,7 +17,15 @@ specific language governing permissions and limitations under the License. --> -**2020-09-30 Juan Pablo Santos (juanpablo AT apache DOT org)** +**2020-10-14 Juan Pablo Santos (juanpablo AT apache DOT org)** + +* _2.11.0-M8-git-02_ + +* [JSPWIKI-1114](https://issues.apache.org/jira/browse/JSPWIKI-1131): Show only part of Weblog entry on the overview page. + * Preview parameter cutting now only at newlines, patch suggested by Ulf Dittmer - thanks! + +* LuceneSearchProvider using now NIOFSDirectory instead of (deprecated) SimpleFSDirectory. Also, all Lucene's index + writes are synchronized, whereas reads are not. This should help with issues noted at [JSPWIKI-1131](https://issues.apache.org/jira/browse/JSPWIKI-1131). * _2.11.0-M8-git-01_ diff --git a/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java b/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java index 07c986c..7bf8e73 100644 --- a/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java +++ b/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java @@ -69,7 +69,7 @@ public final class Release { * <p> * If the build identifier is empty, it is not added. */ - public static final String BUILD = "git-01"; + public static final String BUILD = "git-02"; /** * This is the generic version string you should use when printing out the version. It is of
