diff options
author | Ondřej Surý <ondrej@sury.org> | 2014-08-14 15:04:36 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2014-08-14 15:04:36 +0200 |
commit | 6c6bc4c38773bdfe8f11b83551079ec83a4d6baf (patch) | |
tree | 7165cf1f53484bf98f08707b2bba01d2aa6a0f67 | |
parent | 6d6aa39166a8f2bdf2b049509b5697989d0e13e6 (diff) | |
download | php-6c6bc4c38773bdfe8f11b83551079ec83a4d6baf.tar.gz |
php5 5.6.0~rc3+dfsg-2
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 549ef3cbf..af5154532 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,12 @@ php5 (5.6.0~rc3+dfsg-2) unstable; urgency=medium * Clean session files sorted into subdirectories (Closes: #719982) * Make sessionclean script also respect session.save_path and session.save_handler (Closes: #720381) + * Limit the session cleanup only to sess_* files to prevent accidental + deletion of other files + * Use \0 as a new line delimiter when reading the session directory list + (Thanks Goswin Brederlow for review and tips) - -- Ondřej Surý <ondrej@debian.org> Thu, 14 Aug 2014 10:24:03 +0200 + -- Ondřej Surý <ondrej@debian.org> Thu, 14 Aug 2014 15:04:08 +0200 php5 (5.6.0~rc3+dfsg-1) unstable; urgency=medium |