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 e101b89614fdc1cd8c74a0edb5012526f0a3e73d Author: juanpablo <[email protected]> AuthorDate: Wed Dec 27 23:30:54 2017 +0100 2.10.3-git-46 --- ChangeLog | 10 ++++++++++ jspwiki-war/src/main/java/org/apache/wiki/Release.java | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index be6a719..03b6d86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2017-12-27 Juan Pablo Santos (juanpablo AT apache DOT org) + + * 2.10.3-git-46 + + * JSPWIKI-802 - Markdown support + * urls are not set on attribute provider derived classes, as this has some + unwanted side effects. Introduced JSPWikiLink, a wrapper around Flexmark's + links which retain the original wiki link. + * updated Flexmark to 0.28.24. + 2017-12-16 Juan Pablo Santos (juanpablo AT apache DOT org) * 2.10.3-git-45 diff --git a/jspwiki-war/src/main/java/org/apache/wiki/Release.java b/jspwiki-war/src/main/java/org/apache/wiki/Release.java index d6c6947..65df9c7 100644 --- a/jspwiki-war/src/main/java/org/apache/wiki/Release.java +++ b/jspwiki-war/src/main/java/org/apache/wiki/Release.java @@ -72,7 +72,7 @@ public final class Release { * <p> * If the build identifier is empty, it is not added. */ - public static final String BUILD = "45"; + public static final String BUILD = "46"; /** * This is the generic version string you should use when printing out the version. It is of -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
