[interchange] Update WHATSNEW for passwords, JSON query generation
Josh Lavin <[email protected]> Tue, 24 Nov 2015 21:42:27 +0000
| Newsgroups | gmane.comp.web.interchange.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit c8830672977e050786d7e7894eb55c098b5c3852 Author: Josh Lavin <[email protected]> Date: Tue Nov 24 13:42:03 2015 -0800 Update WHATSNEW for passwords, JSON query generation WHATSNEW-5.8 | 17 ++++++++++++++--- 1 files changed, 14 insertions(+), 3 deletions(-) --- diff --git a/WHATSNEW-5.8 b/WHATSNEW-5.8 index 6a59809..b483da6 100644 --- a/WHATSNEW-5.8 +++ b/WHATSNEW-5.8 @@ -9,10 +9,17 @@ Interchange 5.10.0 not yet released. +Admin UI +-------- + +* Admin passwords encrypted with Bcrypt by default. + + Strap Demo ---------- * New default demo catalog, based on Bootstrap Framework. See dist/strap/README for details. +* User passwords encrypted with Bcrypt by default. Standard Demo @@ -21,6 +28,13 @@ Standard Demo * The standard demo has been relegated to the annals of time. It can be obtained from previous Interchange versions. +External tool support +--------------------- + +* Add secure JSON query generation for interface with AJAX widgets. Allows generation of + queries vetted by login, with either public access or access gated by session. + + ------------------------------------------------------------------------------ @@ -280,7 +294,4 @@ External tool support * Added jEdit support for [PREFIX-calc] blocks, now syntax highlights contents as perl code. -* Add secure JSON query generation for interface with AJAX widgets. Allows generation of - queries vetted by login, with either public access or access gated by session. - (end)