diff options
-rw-r--r-- | debian/changelog | 17 | ||||
-rw-r--r-- | doc/examples/configure-index | 6 |
2 files changed, 15 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog index aeeec05a3..4fe39aa1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,14 +18,21 @@ apt (0.5.5) unstable; urgency=low is to work. Closes: #133943 * Typos, Doc Stuff. Closes: #132772, #129970, #123642, #114892, #113786, #109591, #105920, #103678, #139752, #138186, #138054, #138050, - #139994 + #139994, #142955 * Fix possibility for tag file parsing to fail in some unlikely situations. Closes: #139328 * Use std C++ names for some header files. Closes: #128741 * Do not check for free space if --no-download. Closes: #117856 * Actually implement or group handling for 'upgrade'. Closes: #133950 - - -- Randolph Chung <tausq@debian.org> Tue, 4 Dec 2001 23:26:42 -0800 + * "Internal Error, Couldn't configure pre-depend" is not actually an + internal error, it is a packaging error and now it says so, and + pinpoints the problem dependency. + * Allows failure to write to a pipe for post-invoke stuff. Closes: #89830 + * Use usr/share/doc for dhelp. Closes: #115701 + * --print-uris works with 'update'. Closes: #57070 + * Options MaxArgs,MaxBytes to allow a much longer dpkg command line. + + -- apt (0.5.4) unstable; urgency=low @@ -718,7 +725,3 @@ apt (0.0.1) unstable; urgency=low -- Scott K. Ellis <scott@debian.org> Tue, 31 Mar 1998 12:49:28 -0500 -Local variables: -mode: debian-changelog -add-log-mailing-address: "che@debian.org" -End: diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 57c035369..7b3c48183 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -1,4 +1,4 @@ -// $Id: configure-index,v 1.6 2002/03/26 07:38:22 jgg Exp $ +// $Id: configure-index,v 1.7 2002/04/24 05:48:46 jgg Exp $ /* This file is an index of all APT configuration directives. It should NOT actually be used as a real config file, though it is a completely valid file. Most of the options have sane default values, unless @@ -197,6 +197,10 @@ DPkg // Flush the contents of stdin before forking dpkg. FlushSTDIN "true"; + + // Control the size of the command line passed to dpkg. + MaxBytes 1024; + MaxArgs 350; } /* Options you can set to see some debugging text They correspond to names |