From d9c5225aee454e176511c30115c019b1e611f61d Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Mon, 8 Jan 2018 20:28:19 +0100 Subject: [PATCH] Release 1.7-1 Debian package --- debian/changelog | 16 ++++++++++++++++ debian/ldapsaisie.NEWS | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 debian/ldapsaisie.NEWS diff --git a/debian/changelog b/debian/changelog index 7fd2dd98..82ac5d7a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 08 Jan 2018 20:27:15 +0100 + ldapsaisie (1.6-1) unstable; urgency=medium * LSrelation : diff --git a/debian/ldapsaisie.NEWS b/debian/ldapsaisie.NEWS new file mode 100644 index 00000000..4d7a5d7c --- /dev/null +++ b/debian/ldapsaisie.NEWS @@ -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 Mon, 08 Jan 2018 20:27:15 +0100 +