diff options
author | Julian Andres Klode <jak@debian.org> | 2009-09-26 16:14:54 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2009-09-26 16:14:54 +0200 |
commit | 31f113db16fc6854be90ca7ec3f7321fd65e99f3 (patch) | |
tree | e59386e2d17921149a8d3ecacdbc4022c4ec68bc /debian | |
parent | 52f2e1dadd74b6cce8fd72f1a693fb774bfe5cdf (diff) |
doc/apt.conf.5.xml: Restrict option names to alphanumerical characters and "/-:._+".
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4f8b72a31..018b072d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ apt (0.7.25) UNRELEASED; urgency=low * doc/apt.conf.5.xml: - Deprecate unquoted values, string concatenation and explain what should not be written inside a value (quotes,backslash). + - Restrict option names to alphanumerical characters and "/-:._+". -- Julian Andres Klode <jak@debian.org> Sat, 26 Sep 2009 15:00:28 +0200 |