diff options
author | Julian Andres Klode <jak@debian.org> | 2009-10-11 12:16:05 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2009-10-11 12:16:05 +0200 |
commit | b1a6d48bb4a5644ad9b76718f66d8aa7e00af902 (patch) | |
tree | 523d8648a7813addc7359bbe78e9785ab279b7f6 /debian | |
parent | d183f850e7e3e467e8665d116ffbb238fdcc4ea9 (diff) | |
parent | 334459abb1f5fa7f8a6be694cf9ecb05d692f01e (diff) |
Merge configuration format simplification from jak branch
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 9da06b054..34a35b2f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,14 @@ apt (0.7.25) UNRELEASED; urgency=low - fix overly aggressive immediate config propergation (thanks to David Kalnischkies) + [ Julian Andres Klode ] + * 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 "/-:._+". + - Deprecate #include, we have apt.conf.d nowadays which should be + sufficient. + -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 29 Sep 2009 15:51:34 +0200 apt (0.7.24) unstable; urgency=low |