This is an automated email from the ASF dual-hosted git repository. snoopdave pushed a change to branch session-mgmt-simple in repository https://gitbox.apache.org/repos/asf/roller.git
from c31fb71ba Use default methods rather than adapter, also add test for session manager (a wip). new e62cc6f05 Test fixes. new 030db0681 SVG favicon and a couple of alternative ones. new 0d14694af Preparing for 6.1.5 release. The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: app/pom.xml | 4 +-- app/src/main/webapp/favicon-feed.svg | 18 ++++++++++++ app/src/main/webapp/favicon-red.svg | 16 +++++++++++ app/src/main/webapp/favicon-rw.svg | 23 +++++++++++++++ app/src/main/webapp/favicon.ico | Bin 894 -> 0 bytes app/src/main/webapp/favicon.svg | 16 +++++++++++ .../weblogger/ui/core/RollerSessionTest.java | 32 ++++++++++++--------- assembly-release/pom.xml | 2 +- assembly-release/sign-release.sh | 2 +- db-utils/pom.xml | 4 +-- it-selenium/pom.xml | 4 +-- pom.xml | 4 +-- 12 files changed, 102 insertions(+), 23 deletions(-) create mode 100644 app/src/main/webapp/favicon-feed.svg create mode 100644 app/src/main/webapp/favicon-red.svg create mode 100644 app/src/main/webapp/favicon-rw.svg delete mode 100644 app/src/main/webapp/favicon.ico create mode 100644 app/src/main/webapp/favicon.svg