mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 09:59:06 +01:00
Release 1.7-1 Debian package
This commit is contained in:
parent
a214a2cef5
commit
d9c5225aee
2 changed files with 32 additions and 0 deletions
16
debian/changelog
vendored
16
debian/changelog
vendored
|
@ -1,3 +1,19 @@
|
|||
ldapsaisie (1.7-1) unstable; urgency=medium
|
||||
|
||||
* LSattr_html :: date :
|
||||
+ Fix default form rule parameters
|
||||
+ Add showNowButton and showTodayButton parameters
|
||||
* LSformRule_date : add error if no date format specified
|
||||
* Add generateFunction and additionalAttrs parameters for
|
||||
extraDisplayedColumns
|
||||
* LSatt_html :: jsonCompositeAttributeFix : fix possible values ajax loading
|
||||
* generate_lang_file.php : handle LSattr_html::jsonCompositeAttribute config
|
||||
* LSattr_html :: ssh_key : fix regex
|
||||
* Add LSformRule :: ssh_pub_key
|
||||
* Replace all ereg() function call by preg_match()
|
||||
|
||||
-- Benjamin Renard <brenard@easter-eggs.com> Mon, 08 Jan 2018 20:27:15 +0100
|
||||
|
||||
ldapsaisie (1.6-1) unstable; urgency=medium
|
||||
|
||||
* LSrelation :
|
||||
|
|
16
debian/ldapsaisie.NEWS
vendored
Normal file
16
debian/ldapsaisie.NEWS
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
ldapsaisie (1.7-1) unstable; urgency=medium
|
||||
|
||||
This release introduce some modifications for PHP7 and Debian Strech
|
||||
compatibility, especialy :
|
||||
- The /var/tmp/ldapsaisie moved to /var/cache/ldapsaisie (to be
|
||||
compatible with PrivateTmp=True directive of Apache systemd unit file)
|
||||
- ereg() function calls are replaced by preg_match() function. All
|
||||
internal regex have been consequently modified but you should have to
|
||||
modify your own regex in your configuration files. This concerns the
|
||||
following components :
|
||||
+ LSattr_html :: maildir (remoteRootPathRegex parameter)
|
||||
+ LSaddon :: maildir (LS_MAILDIR_FTP_MAILDIR_PATH_REGEX parameter)
|
||||
+ helper function loadDir() ($regexpr parameter)
|
||||
|
||||
-- Benjamin Renard <brenard@easter-eggs.com> Mon, 08 Jan 2018 20:27:15 +0100
|
||||
|
Loading…
Reference in a new issue