This is an automated email from the ASF dual-hosted git repository.

snoopdave pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/roller.git


    from cd5139a69 Enhanced Session Management in Apache Roller (#148)
     add 170937d54 Roller session improvements.
     add dfd7e1b6d Add a test and fixes for problems revealed.
     add 8d09507c8 Restore listener methods.
     add 26fc09f03 Session manager only manages logged-in user sessions.
     add c31fb71ba Use default methods rather than adapter, also add test for 
session manager (a wip).
     add e62cc6f05 Test fixes.
     add 030db0681 SVG favicon and a couple of alternative ones.
     add 0d14694af Preparing for 6.1.5 release.
     new f1a262f07 Merge branch 'session-mgmt-simple'

The 1 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

Reply via email to