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 e1d8de17709bb3015fdeb17e1ca9486f8e274290 Author: juanpablo <[email protected]> AuthorDate: Sat Feb 3 20:43:08 2018 +0100 2.10.3-git-48 --- ChangeLog | 19 +++++++++++++++---- .../src/main/java/org/apache/wiki/Release.java | 2 +- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 16b2e2d..3847ca3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2018-02-03 Juan Pablo Santos (juanpablo AT apache DOT org) + + * 2.10.3-git-48 + + * JSPWIKI-835 - better mobile experience: move sidebar to bottom on + extra-small devices (< 768px, only on haddock template) + + * Some internal refactors to org.apache.wiki.WatchDog + + * Flexmark updated to 0.28.38. + 2018-01-27 Juan Pablo Santos (juanpablo AT apache DOT org) * 2.10.3-git-47 @@ -5,13 +16,13 @@ * Another fix on JSPWIKI-1064 - Link to non-existing page doesn't change if linked page is created, as the page render cache must also take into account if the plugins should be rendered or not. - + * JSPWiki portable: Update bundled Apache Tomcat to latest version on 7.x branch and launch4j to 3.11. - - * JSPWiki portable: As appbundler is not longer accesible through java.net, use + + * JSPWiki portable: As appbundler is not longer accesible through java.net, use fork at https://github.com/teras/appbundler instead. - + * Updated maven plugins' versions to latest + use latest ASF parent pom. 2018-01-21 Juan Pablo Santos (juanpablo AT apache DOT org) 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 268a9b5..3ad568b 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 = "47"; + public static final String BUILD = "48"; /** * 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].
