summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorjvoisin2024-09-06 14:34:42 +0200
committerjvoisin2024-09-06 14:34:42 +0200
commit0ba0c07bc7c9cba401e061ae86ee4adcf9655be9 (patch)
treebe3238e43025c71d68942035d1260f35ea22d3db /debian/changelog
parent47e88e18d4639185532503452c7f61799fe2fd70 (diff)
Bump the changelogv0.11.0
Diffstat (limited to '')
-rw-r--r--debian/changelog21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d766386..f5b67c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,24 @@
1snuffleupagus (0.11.0) UNRELEASED; urgency=low
2 [ jvoisin ]
3 * Compatibility with PHP8.4
4 * Fixed compilation on FreeBSD
5 * Update the internal deprecation checks
6
7 [ cgzones ]
8 * Print key and value on INI violations
9 * Improve `scripts/generate_rules.php` with regard to functions from global space prefixed with `\`
10 * Add option to specify the allowed "php" wrapper types
11 * Make 'phar' filenames work in `sp.disabled_functions`
12 * Improve the documentation
13 * Improve the default set of rules, especially with regard to portability
14 * Improve the Debian packaging
15 * Improve behaviour when dealing with broken configuration file
16 * Don't whitelist files if the function name is actually a method of a class in `scripts/generate_rules.php`
17 * Ignore function definition in `scripts/generate_rules.php`
18 * Improve configuration dumping
19
20 -- jvoisin <julien.voisin+snuffleupagus@dustri.org> Fri, 06 Sep 2024 14:30:00 +0200
21
1snuffleupagus (0.10.0) UNRELEASED; urgency=low 22snuffleupagus (0.10.0) UNRELEASED; urgency=low
2 [ jvoisin ] 23 [ jvoisin ]
3 * Compatibility with PHP8.3 24 * Compatibility with PHP8.3