X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/68e07cd093da75f42a240343c6f707da185fb33b..0dd19915f44df0048d594d527797c62ab6195cc6:/debian/changelog diff --git a/debian/changelog b/debian/changelog index efd089764..2c78c5a54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,528 @@ +apt (1.3~pre3+cmake2) experimental; urgency=medium + + * Build-depend on pkg-config + + -- Julian Andres Klode Sat, 06 Aug 2016 23:18:37 +0200 + +apt (1.3~pre3+cmake1) experimental; urgency=medium + + [ Julian Andres Klode ] + * configure.ac: Re-enable pthread support for thread-local _error + * CMake: Add basic CMake build system + * CMake: Add support for building and installing .mo files + * CMake: Add initial support for documentation building + * CMake: Switch integration tests and travis over + * CMake: debian: Switch packaging over to CMake and dh 9 + + [ Jason Travis ] + * doc: update path to periodic options script + + -- Julian Andres Klode Sat, 06 Aug 2016 22:37:30 +0200 + +apt (1.3~pre3) unstable; urgency=medium + + [ Julian Andres Klode ] + * ExecGPGV: Fork in all cases + * ExecGPGV: Pass current config state to apt-key via temp file (LP: #1607283) + + [ David Kalnischkies ] + * tests: activate dpkg multi-arch even if test is single arch + * ensure Cnf::FindFile doesn't return files below /dev/null + * don't hardcode /var/lib/dpkg/status as dir::state::status + * allow arch=all to override No-Support-for-Architecture-all + * support "install ./foo.changes" + * clean up default-stanzas from extended_states on write + * report warnings&errors consistently in edit-sources + * create non-existent files in edit-sources with 644 instead of 640 + * report progress for removing while purging pkgs + * use a configurable location for apport report storage + * report progress for triggered actions + * call flush on the wrapped writebuffered FileFd + * verify hash of input file in rred + * use proper warning for automatic pipeline disable + * http: skip requesting if pipeline is full + * rred: truncate result file before writing to it (Closes: #831762) + * eipp: avoid producing file warnings in simulation (Closes: 832614) + * if the FileFd failed already following calls should fail, too + * edsp: try to read responses even if writing failed + * prevent C++ locale number formatting in text APIs (try 2) (Closes: 832044) + * apt-key: kill gpg-agent explicitly in cleanup + + [ Mert Dirik ] + * Turkish program translation update (Closes: 832039) + + -- Julian Andres Klode Thu, 04 Aug 2016 10:23:49 +0200 + +apt (1.3~pre2) unstable; urgency=medium + + [ Andrew Patterson ] + * Add kernels with "+" in the package name to APT::NeverAutoRemove + (Closes: #830159) + + [ David Kalnischkies ] + * add Testsuite-Triggers to tagfile-order + * tests: fix external solver/planner directory setup + + -- Julian Andres Klode Fri, 08 Jul 2016 14:28:57 +0200 + +apt (1.3~pre1) unstable; urgency=medium + + Upload to unstable from the pub because Niels wanted it + + [ David Kalnischkies ] + * show right binary name in simulation notice (Closes: 825216) + * imbue datetime parsing with C.UTF-8 locale (Closes: 828011) + * imbue .diff/Index parsing with C.UTF-8 as well + * close server if parsing of header field failed + * add myself to Uploaders + * eipp: implement version 0.1 of the protocol + * eipp: provide the internal planer as an external one + * eipp: make no difference between remove & purge + * eipp: properly handle arch-specific provides + * eipp: implement Immediate-Configuration flag + * eipp: add Allow-Temporary-Remove-of-Essentials + * eipp: rename stanza 'Install' to 'Unpack' + * eipp: enable xz-compressed scenario logging + * if conf unset, don't read / as conf/pref/sources dir + * don't do atomic overrides with failed files (Closes: 828908) + * if reading of autobit state failed, let write fail + * write auto-bits before calling dpkg & again after if needed + * protect only the latest same-source providers from autoremove + * reinstalling local deb file is no downgrade + * do not treat same-version local debs as downgrade + * alias apt-key list to finger (Closes: 829232) + * warn if apt-key is used in scripts/its output parsed + * deprecate 'apt-key update' and no-op it in Debian + * use +0000 instead of UTC by default as timezone in output + * avoid 416 response teardown binding to null pointer + * report write errors in EDSP/EIPP properly back to caller + * EIPP/EDSP log can't be written is a warning, not an error + * don't change owner/perms/times through file:// symlinks + * report all instead of first error up the acquire chain + * keep trying with next if connection to a SRV host failed + + [ Zhou Mo ] + * zh_CN.po: update simplified chinese translation + + [ Julian Andres Klode ] + * methods/ftp: Cope with weird PASV responses. + Thanks to Lukasz Stelmach for the initial patch (Closes: #420940) + * Fix buffer overflow in debListParser::VersionHash() (Closes: #828812) + * cache: Bump minor version to 6 + * indextargets: Check that cache could be built before using it + (Closes: #829651) + + [ Nicolas Le Cam ] + * Use the ConditionACPower feature of systemd in the apt-daily service + (Closes: #827930) + * Add a apt suggests powermgmt-base + + -- Julian Andres Klode Thu, 07 Jul 2016 20:25:18 +0200 + +apt (1.3~exp3) experimental; urgency=medium + + [ Petter Reinholdtsen ] + * Norwegian Bokmål program translation update (Closes: 827067) + + [ David Kalnischkies ] + * apt-key: don't search PATH if command is a path already + * don't use FindFile for external Dir::Bin commands + * http: don't hang on redirect with length + connection close + * merge sources.list lines based on Release filename (Closes: 826944) + * avoid std::get_time usage to sidestep libstdc++6 bug (LP: 1593583) + * do not error if auto-detect-proxy cmd has no output (Closes: 827713) + * implement and document DIRECT for auto-detect-proxy + * run update post-invokes even on (partial) failures + * handle weak-security repositories as unauthenticated (Closes: 827364) + * generalize secure->insecure downgrade protection + * forbid insecure repositories by default expect in apt-get (Closes: 808367) + * source: if download is skipped, don't try to unpack + * better error message for insufficient hashsums (Closes: 827758) + * add [weak] tag to hash errors to indicate insufficiency + * ensure filesize of deb is included in the hashes list + * add insecure (and weak) allow-options for sources.list + + [ Dominic Benson ] + * Reinstate caching of file hashes in apt-ftparchive (Closes: #806924) + + [ Zhou Mo ] + * zh_CN.po: update simplified chinese translation + + -- Julian Andres Klode Wed, 22 Jun 2016 14:50:12 +0200 + +apt (1.3~exp2) experimental; urgency=medium + + [ Johannes 'josch' Schauer ] + * edsp: document unique package identifiers + + [ David Kalnischkies ] + * edsp: warn if unexpected stanzas appear in the solution + * show globalerrors before asking for confirmation + * show final solution in --no-download --fix-missing mode + * document --no- as --show-upgraded is the default (Closes: 824456) + * fail instead of segfault on unreadable config files (Closes: 824503) + * convert EDSP to be based on FileFd instead of FILE* + * edsp: dump: support dumping into compressed file + * edsp: add Forbid-{New-Install,Remove} and Upgrade-All + * update symbols file + * no-change bump of Standards-Version to 3.9.8 + * override lintian on doxygens embedded-javascript-library + * fix and document on the fly compressor config + * prevent C++ locale number formatting in text APIs (Closes: #825396) + * accept only the expected UTC timezones in date parsing (Closes: 819697) + * avoid changing the global LC_TIME for Release writing + * use de-localed std::put_time instead rolling our own + * use std::locale::global instead of setlocale + * look into the right textdomain for apt-utils again + * try to detect sudo spawned root-shell in prefixing (Closes: 825742) + * ignore std::locale exception on non-existent "" locale + * apt-key: change to / before find to satisfy its CWD needs. + Thanks to Samuel Thibault for 'finding' the culprit! (Closes: 826043) + * edsp: use an ID mapping for the internal solver + * edsp: use a stanza based interface for solution writing + * edsp: optionally store a compressed copy of the last scenario + * move 'dump' solver from apt-utils to apt package + * edsp: if internal is used, keep this decision + * edsp: if logging is requested, do it for internal, too + * edsp: drop privileges before executing solvers + * don't explicitly configure the last round of packages + * drop Dpkg::MaxArgs in favor of Dpkg::MaxArgsBytes + * do not hang on piped input in PipedFileFdPrivate + * don't leak an FD in lz4 (de)compression + * don't leak EDSP solver output fd + * don't leak FD in AutoProxyDetect command return parsing + + [ Julian Andres Klode ] + * Provide complete apt bash completion. + Thanks to Elias Fröhner and Svyatoslav Gryaznov for the initial work + (LP: #1573547) + * apt.systemd.daily: Put opening brace of check_power on extra line + (LP: #1581985) + * Add conflicting Signed-By values to error message + * Normalize Signed-By values by removing trailing commas everywhere + * Pass -fvisibility-inlines-hidden to g++ + + [ Zhou Mo ] + * zh_CN.po: update simplified Chinese translation. + + [ Yuri Kozlov ] + * Russian program translation update (Closes: 824702) + + [ Takuma Yamada ] + * Japanese program translation update (Closes: 826291) + + -- Julian Andres Klode Sat, 11 Jun 2016 17:23:19 +0200 + +apt (1.3~exp1) experimental; urgency=medium + + [ David Kalnischkies ] + * make random acquire queues work less random + * add dep11 files to default Release patterns + * don't ask server if we have entire file in partial/ + * properly format multiline error messages + * format multiline errors properly in acquire progress + * show more details for "Hash Sum mismatch" errors + * show more details for "Writing more data" errors, too + * use the same redirection mirror for all index files + * edsp: ask policy engine for the pin of the version directly + * give rc-status packages a pin of -1 + * respect user pinning in M-A:same version (un)screwing + * deprecate confusing Pkg.CandVersion() method + * factor out Pkg/DepIterator prettyprinters into own header + * gpgv: use EXPKEYSIG instead of KEYEXPIRED + * gpgv: handle expired sig as worthless + * don't show NO_PUBKEY warning if repo is signed by another key + (Closes: 618445) + * support multiple fingerprints in signed-by + * support Signed-By in Release files as a sort of HPKP + * bugscript: include all configuration fragment files (Closes: 820861) + * move gnupg|gnupg2 from apt Depends to Recommends + * warn if apt-key is run unconditionally in maintainerscript + * remove 100-levels config nesting limit + * let DPKG_COLORS default to our APT::Color setting + * allow redirection for items without a space in the desc again + * delay progress until Release files are downloaded + * download arch:all also for NATIVE_ARCHITECTURE indextargets + * implement Fallback-Of for IndexTargets + * implement Identifier field for IndexTargets + * gpgv: show always webportal error on NODATA (Closes: 823746) + * don't sent uninstallable rc-only versions via EDSP + * edsp: support generic and solver-specific configs (Closes: 823918) + + [ Julian Andres Klode ] + * policy: Get rid of old (pre-1.1) GetCandidateVer algorithm + * private-show: Get rid of old policy support code + * ftparchive: Support writing Signed-By fields + * Strip trailing commas for created signed-by fingerprint lists + * update: Run Post-Invoke-Success if not all sources failed + + [ Patrick Cable ] + * refactored no_proxy code to work regardless of where https proxy is set + + [ James McCoy ] + * deb822: Restore support for -{Add,Remove} + + [ Zhou Mo ] + * zh_TW.po: remove several fuzzy tags after review + + [ Adrian Wielgosik ] + * Don't copy strings in Startswith, Endswith + * Speed up GetLocalitySortedVersionSet. + + [ Frans Spiesschaert ] + * Dutch program translation update (Closes: 823976) + + -- Julian Andres Klode Wed, 11 May 2016 10:48:27 +0200 + +apt (1.2.11) unstable; urgency=medium + + [ David Kalnischkies ] + * ensure transaction states are changed only once + * stop handling items in doomed transactions. + Thanks to Barr Detwix & Vincent Lefevre for log files (Closes: 817240) + * do not require non-broken systems in 'upgrade' + * detect compressed status files on extension again + * recheck Pre-Depends satisfaction in SmartConfigure (LP: #1569099) + * fix Alt-Filename handling of file method + * allow uncompressed files to be empty in store again + * silently skip acquire of empty index files + * ensure outdated files are dropped without lists-cleanup + + [ Kelemen Gábor ] + * Hungarian program translation update (Closes: 820638) + + -- Julian Andres Klode Mon, 25 Apr 2016 15:23:49 +0200 + +apt (1.2.10) unstable; urgency=medium + + [ Zhou Mo ] + * zh_CN.po: update simplified Chinese translation. (100%) + + [ Julian Andres Klode ] + * test-apt-download-progress: Use a larger file for testing + * Allow lowering trust level of a hash via config + + [ Michael Vogt ] + * Use systemd.timer instead of a cron job (Closes: #600262, #709675, #663290) + (LP: #246381, #727685) + + [ David Kalnischkies ] + * use buffered writing for InRelease splitting + + [ Takuma Yamada ] + * Japanese program translation update (Closes: 819938) + + -- Michael Vogt Tue, 05 Apr 2016 20:23:47 +0200 + +apt (1.2.9) unstable; urgency=high + + [ David Kalnischkies ] + * drop confusing comma from no strong hash message + + [ Julian Andres Klode ] + * Do not mark packages for keep that we want to remove (LP: #1562402) + (This fixes some upgrades involving renames where the old package + is removed) + + -- Julian Andres Klode Sun, 27 Mar 2016 01:26:51 +0100 + +apt (1.2.8) unstable; urgency=medium + + [ Michael Vogt ] + * Get accurate progress reporting in apt update again + + [ Julian Andres Klode ] + * Report non-transient errors as errors, not as warnings + * methods/gpgv: Rewrite error handling and message. + Thanks to Ron Lee for wording suggestions + * Use descriptive URIs in 104 Warning messages + * cachefile: Only set members that were initialized successfully + (Closes: #818628) + * Update symbols file + + [ David Kalnischkies ] + * do not strip epochs from state version strings (Closes: 818162) + * properly check for "all good sigs are weak" (Closes: 818910) + * handle gpgv's weak-digests ERRSIG + + [ Zhou Mo ] + * zh_CN.po: update simplified Chinese translation. (Closes: #818639) + + [ Takuma Yamada ] + * Japanese manpage translation update (Closes: 818950) + + -- Julian Andres Klode Thu, 24 Mar 2016 19:31:24 +0100 + +apt (1.2.7) unstable; urgency=medium + + "Caesar is dead" + + [ Frans Spiesschaert ] + * Dutch program translation update (Closes: 817060) + * Dutch manpages translation update (Closes: 817062) + + [ Julian Andres Klode ] + * Use native architecture instead of amd64 for build-dep-purge test + * Do not consider SHA1 usable + * Test that SHA1-only .diff/Index files are not used + * test: Use SHA512 digests for GPG, reject SHA1-based signatures + * methods/gpgv: Reject weak digest algorithms + * apt-pkg/acquire-worker.cc: Introduce 104 Warning message + * methods/gpgv: Warn about SHA1 (and RIPEMD-160) + + [ David Kalnischkies ] + * require $(HASH)-Download field in .diff/Index files + * flush line-clearing on progress stop before post-invoke (Closes: 793672) + * enforce verify of filesize in 'apt-get source' + + [ Manuel "Venturi" Porras Peralta ] + * Spanish apt-mark translation fix (Closes: 817999) + + [ Zhou Mo ] + * zh_CN.po: fix translation bug. (Closes: #818177) + + [ Michael Vogt ] + * Fix bug where the problemresolve can put a pkg into a heisenstate + (LP: #1550741) + + -- Julian Andres Klode Tue, 15 Mar 2016 19:20:18 +0100 + +apt (1.2.6) unstable; urgency=high + + [ Veres Lajos ] + * Fix several typos + + [ Julian Andres Klode ] + * apt-pkg/algorithms.cc: Avoid stack buffer overflow in KillList + (Closes: #701069) + * urgency=high because this fixes a stack overflow and the last + upload fixed several segfaults and has not migrated yet either. + + -- Julian Andres Klode Mon, 07 Mar 2016 19:49:38 +0100 + +apt (1.2.5) unstable; urgency=medium + + [ Daniel Kahn Gillmor ] + * apt-key del should correctly handle keyids prefixed with 0x + + [ David Kalnischkies ] + * support APT::Get::Build-Dep-Automatic again in build-dep + * add test for apt-key 0xKEY and use parameter expansion. + Thanks to James McCoy for the suggestion. (Closes: 816691) + * do not move not-failed pdiff-patches into CWD on failure (Closes: #816837) + * get group again after potential remap in Source: parse. + Thanks to Francesco Poli and Marc Haber for testdata. (Closes: 812251) + + [ Colin Watson ] + * Fix lzma write support to handle "try again" case (Closes: #751688) + + [ Julian Andres Klode ] + * Prevent double remapping of iterators and string views + * debian/control: Set Standards-Version to 3.9.7 + + -- Julian Andres Klode Sun, 06 Mar 2016 19:47:45 +0100 + +apt (1.2.4) unstable; urgency=medium + + [ David Kalnischkies ] + * use local changelog from /usr/share/doc if possible + * always download changelogs into /tmp first + * pass versioned provides to external solvers in EDSP + + [ Julian Andres Klode ] + * Fix maintscript to properly remove 20changelog (Closes: #814754) + * Fix crash with empty architecture list (LP: #1549819) + * Add missing numeric includes in files using std::accumulate() + + -- Julian Andres Klode Sat, 27 Feb 2016 14:02:47 +0100 + +apt (1.2.3) unstable; urgency=high + + [ Julian Andres Klode ] + * Set seekpos to 0 after reopening files in Seek() (Closes: #812994, #813000) + + [ David Kalnischkies ] + * get dpkg lock in build-dep if cache was invalid again (Closes: 814139) + + -- Julian Andres Klode Wed, 10 Feb 2016 18:02:20 +0100 + +apt (1.2.2) unstable; urgency=medium + + [ David Kalnischkies ] + * always create pkg at the time pkg:arch is created + * reimplement build-dep via apts normal resolver + (Closes: #137560, #444930, #489911, #583914, #728317, #812173) + * parse version correctly from binary Source field (Closes: 812492) + * get sources for packages in multiple releases again (Closes: 812497) + * only warn about missing/invalid Date field for now (Closes: 809329) + * support -- in architecture specs. + Thanks to Bálint Réczey for initial patch (Closes: #812212) + * avoid building dependency tree in 'source' command + + [ Stefan Bühler ] + * fix "Mismatched free() / delete / delete []" in simple_buffer + + [ Julian Andres Klode ] + * Do not buffer writes larger than the buffer if possible + * Drop the g++ build-dep, transition is done + * NEWS: Prefix the keep deb option with Binary::apt:: (Closes: #812111) + * rred: If there were I/O errors, fail + * Correctly report write errors when flushing buffered writer + * test: Fix apt-key tests to work with current gpg 2.1 + + [ Manuel "Venturi" Porras Peralta ] + * Spanish program translation update (Closes: 813467) + + [ Adrian Wielgosik ] + * Try avoiding loading long package description + * Avoid temporary strings in SubstVar. + + [ Fredrik Fornwall ] + * edspsystem.cc: include for mkdtemp (Closes: #807367) + + -- Julian Andres Klode Thu, 04 Feb 2016 22:50:43 +0100 + +apt (1.2.1) unstable; urgency=high + + [ Zhou Mo ] + * po: update zh_CN programs translation + + [ Julian Andres Klode ] + * Remap StringView instances pointing into the cache (Closes: #812251) + + [ Michael Vogt ] + * Log calling SUDO_USER or PKEXEC_UID in history.log. + Thanks to Thomas Reusch + + -- Julian Andres Klode Mon, 25 Jan 2016 18:03:50 +0100 + +apt (1.2) unstable; urgency=medium + + [ Julian Andres Klode ] + * Do not break apt-file (<< 3.0~exp1~), 2.X works fine + * Version the build-depends on liblz4-dev to >= 0.0~r126 + * search: Handle packages without description (Closes: #810622) + * Only enable pipelining if server is HTTP/1.1 (Closes: #810796) + + [ Mattia Rizzolo ] + * Sort the list of sources to be built and linked (Closes: #810509) + + [ Michael Vogt ] + * Do not show multiple identical apt-cache showsrc entries (Closes: #734922) + + [ David Kalnischkies ] + * evaluate sourceslist-list-format entity in vendors sources.list. + Thanks to Niels Thykier for reporting on IRC + * update symbols file + * fix M-A:foreign provides creation for unknown archs + * revert file-hash based action-merging in acquire (Closes: 810046) + * return correct position in APT::StringView::(r)find + + [ Zhou Mo ] + * po: update simplified chinese programs translation + + -- Julian Andres Klode Fri, 15 Jan 2016 19:52:19 +0100 + apt (1.2~exp1) experimental; urgency=medium [ Beatrice Torracca ] @@ -1842,7 +2367,7 @@ apt (0.9.13~exp1) experimental; urgency=low * Improve the API for APT::Upgrade::Upgrade() * Re-add "Calculating upgrade..." message * move upgrade releated code into upgrade.{cc,h} - * Move ListUpdate/AquireUpdate into update.{cc,h} + * Move ListUpdate/AcquireUpdate into update.{cc,h} * Add new apt-pkg/install-progress.h with APT::Progress::PackageManager progress reporting classes * Move the status-fd progress reporting out of the pkgDPkgPM class @@ -3159,7 +3684,7 @@ apt (0.8.16~exp13) experimental; urgency=low * methods/http{s,}.cc: - if a file without an extension is requested send an 'Accept: text/*' header to avoid that the server chooses unsupported compressed files - in a content-negotation attempt (Closes: #657560) + in a content-negotiation attempt (Closes: #657560) - remove the arbitrary MAXLEN limit for response lines (Closes: #658346) * apt-pkg/aptconfiguration.cc: - chroot if needed before calling dpkg --print-foreign-architectures @@ -5379,7 +5904,7 @@ apt (0.7.26~exp3) experimental; urgency=low * apt-pkg/deb/dpkgpm.cc: - fix backgrounding when dpkg runs (closes: #486222) * cmdline/apt-mark: - - show error on incorrect aguments (LP: #517917), thanks to + - show error on incorrect arguments (LP: #517917), thanks to Torsten Spindler * cmdline/apt-get.cc: - if apt-get source foo=version or foo/distro can not be found, @@ -5666,7 +6191,7 @@ apt (0.7.25) unstable; urgency=low - add build-dependency on autotools-dev - bump policy to 3.8.3 as we have no outdated manpages anymore * debian/NEWS: - - fix a typo in 0.7.24: Allready -> Already (Closes: #557674) + - fix a typo in 0.7.24: Already -> Already (Closes: #557674) * ftparchive/writer.{cc,h}: - add APT::FTPArchive::LongDescription to be able to disable them * apt-pkg/deb/debsrcrecords.cc: @@ -6361,7 +6886,7 @@ apt (0.7.15~exp3) experimental; urgency=low [ Michael Vogt ] * apt-pkg/packagemanager.cc, apt-pkg/deb/dpkgpm.cc: - - move the state file writting into the Go() implementation + - move the state file writing into the Go() implementation of dpkgpm (closes: #498799) * apt-pkg/algorithms.cc: - fix simulation performance drop (thanks to Ferenc Wagner @@ -7394,7 +7919,7 @@ apt (0.6.42.2) unstable; urgency=high apt (0.6.42.1) unstable; urgency=low - * fix a incorrect example in the apt_prefrences man page + * fix a incorrect example in the apt_preferences man page (thanks to Filipus Klutiero, closes: #282918) * apt-pkg/pkgrecords.cc: - revert patch from last version, it causes trouble on alpha @@ -7561,7 +8086,7 @@ apt (0.6.36) experimental; urgency=low added "Acquire::BrokenProxy" that will force apt to always re-get the Release.gpg file (for broken proxies) - debian/apt.cron.daily: - MinAge is defaulting to 2 days now to prevent over-aggresive removal + MinAge is defaulting to 2 days now to prevent over-aggressive removal - apt-pkg/cdrom.cc: honor "Acquire::gpgv::Options" when verifying the signature (Ubuntu #8496) @@ -8611,7 +9136,7 @@ apt (0.5.5) unstable; urgency=low ignore roots umask for these files. Closes: #108801 * Support larger config spaces. Closes: #111914 * 'apt-get update' no longer does 'Building Dependency Tree'. - * When matching regexs allways print a message. Change regex activation + * When matching regexs always print a message. Change regex activation charset. Closes: #147817 * Don't die if lines in sources.list are too long. Closes: #146846 * Show file name on apt-extracttemplate error messges. Closes: #151835 @@ -8657,7 +9182,7 @@ apt (0.5.5) unstable; urgency=low * When installing build-deps, make sure the new version will satisfy build requirements. Closes: #178121 * Split offline and guide documentation into apt-doc. This was done so - that binary-arch builds do not require documention deps. Note, that + that binary-arch builds do not require documentation deps. Note, that apt-doc is not installed on upgrades. * Use doc-base, instead of dhelp directly. Closes: #110389 * Change http message 'Waiting for file' to 'Waiting for headers'. @@ -8898,7 +9423,7 @@ apt (0.3.19) frozen unstable; urgency=low * Typo in Algorithms.cc. Closes: #63577 * Evil dotty function in apt-cache for generating dependency graphs with the as-yet-unpackaged GraphVis. - * Appears to have been fixed in Janurary.. Closes: #57981 + * Appears to have been fixed in January.. Closes: #57981 * New config.guess/sub for the new archs. Closes: #60874 * Fixed error reporting for certain kinds of resolution failures. Closes: #61327 @@ -9305,7 +9830,7 @@ apt (0.0.9) experimental; urgency=low * Added ftp support. * Various other less visible bug fixes. - * Fixed problem with segfault when apt-get invoked in a non-existant + * Fixed problem with segfault when apt-get invoked in a non-existent directory (Bug #21863) * Bumped policy to 2.4.1