Update next release changelog and news

This commit is contained in:
Benjamin Renard 2020-06-23 16:11:42 +02:00
parent 4a72388c60
commit 173ef8603d
2 changed files with 7 additions and 2 deletions

6
debian/changelog vendored
View file

@ -53,7 +53,11 @@ ldapsaisie (3.0.0-1) UNRELEASED; urgency=medium
- mail: add autocomplete feature
- select_object: Allow multiple type of objects selection
- wysiwyg: adjust width
* LSform: Avoid page scrolling on tab change
- password: add confirmChange feature
* LSform:
- Avoid page scrolling on tab change
- Add possibility to set callback to confirm/cancel event
- Add CSS class on submitting form to permit visual adaptation
* LSformRule:
- imagesize: fix parameters handling problem
- filesize: improve by avoiding to create a temporary file

View file

@ -38,7 +38,8 @@ ldapsaisie (3.0.0-1) unstable; urgency=medium
- A CLI tool is now provided with the application : its currently permit
to search/list, show, create, modify and delete LSobject as its possible in web
interface. You also could run procedure implemented in LdapSaisie (useful to run
it as cron for instance).
it as cron for instance). BASH autocompletion is provided but support need to be
extended to all provided commands.
Furthermore, the generate_lang_file.php and generate_ldapsaisie.pot.sh scripts
are replaced by LScli commands generate_lang_file and generate_ldapsaisie_pot.
- LSlog, the logging manager, have also gain flexibility: it's now possible to