1 apt (0.8.16~exp9) UNRELEASED; urgency=low
3 [ Julian Andres Klode ]
5 - Accept .bz2, .xz files in addition to .gz files (Closes: #649451)
9 - use aptconfiguration to get the supported compression types
11 - bump debhelper build-dep to debhelper (>= 8.1.3~)
12 - set libapt-pkg-dev to multi-arch: same too
15 * Convert libapt-pkg4.12 and libapt-inst1.4 to Multi-Arch: same.
17 [ David Kalnischkies ]
18 * apt-pkg/cacheset.cc:
19 - make the cachesets real containers which can embedding any container
20 to be able to use the same interface regardless of set or list usage
21 - provide a {Package,Version}List similar to {Package,Version}Set
22 * cmdline/apt-{get,cache,mark}.cc:
23 - use Lists instead of Sets if input order should be preserved for
24 commands accepting lists of packages, e.g. policy (Closes: #625960)
25 * apt-pkg/depcache.cc:
26 - prefer native providers over foreigns even if the chain is foreign
28 - ignore foreign architectures if we check if a provides has only one
29 resolver as it's basically the same for the user, so no need to choose
30 * cmdline/apt-config.cc:
31 - dump the APT::Compressor settings correctly and completely
32 * apt-pkg/contrib/fileutl.{h,cc}:
33 - implement a ModificationTime method for FileFd
35 - support InRelease files on cdrom
37 -- David Kalnischkies <kalnischkies@gmail.com> Sun, 11 Dec 2011 01:30:12 +0100
39 apt (0.8.16~exp8) experimental; urgency=low
41 [ David Kalnischkies ]
43 - show a debug why a package was kept by ResolveByKeep()
44 * apt-pkg/packagemanager.cc:
45 - do not fail on unpacked packages in SmartUnPack, just don't
46 shedule them for unpack, but do all checks and configure them
47 - do not enter an endless loop for (essential) pre-dependency loops
48 * apt-pkg/contrib/sha2_internal.cc:
49 - use a pointer-union to peace gcc strict-aliasing warning
50 * apt-pkg/deb/deblistparser.cc:
51 - M-A: foreign packages provide for other archs, too
53 -- David Kalnischkies <kalnischkies@gmail.com> Thu, 03 Nov 2011 09:40:29 -0500
55 apt (0.8.16~exp7) experimental; urgency=low
57 [ David Kalnischkies ]
58 * do not pollute namespace in the headers with using (Closes: #500198)
59 * use forward declaration in headers if possible instead of includes
60 * remove old APT_COMPATIBILITY ifdef's
61 * apt-pkg/deb/dpkgpm.cc:
62 - use std::vector instead of fixed size arrays to store args and
63 multiarch-packagename strings
64 - load the dpkg base arguments only one time and reuse them later
66 - follow Provides in the evaluation of saving candidates, too, for
67 statisfying garbage package dependencies (Closes: #640590)
68 * apt-pkg/algorithms.cc:
69 - if a package is garbage, don't try to save it with FixByInstall
70 * apt-pkg/deb/debsrcrecords.cc:
71 - remove the limit of 400 Binaries for a source package (Closes: #622110)
72 * apt-pkg/deb/deblistparser.cc:
73 - fix crash when the dynamic mmap needs to be grown in
74 LoadReleaseInfo (LP: #854090)
75 * apt-pkg/deb/debmetaindex.cc:
76 - none is a separator, not a language: no need for Index (Closes: #624218)
77 * apt-pkg/aptconfiguration.cc:
78 - do not builtin languages only if none is forced (Closes: #643787)
79 * apt-pkg/pkgcachegen.cc:
80 - refactor MergeList by creating -Group, -Package and -Version specialist
81 - share description list between "same" versions (LP: #868977)
82 This also means that descriptions are shared across archives now.
83 - add implicit dependencies needed for Multi-Arch at the time a Version
84 struct is created and not at the end of the cache generation
85 * apt-pkg/pkgcache.cc:
86 - always prefer "en" over "" for "en"-language regardless of cache-order
89 * apt-pkg/contrib/configuration.cc:
90 - fix double delete (LP: #848907)
91 - ignore only the invalid regexp instead of all options
92 * apt-pkg/acquire-item.h, apt-pkg/deb/debmetaindex.cc:
93 - fix fetching language information by adding OptionalSubIndexTarget
95 - cleanup broken downloads properly
98 * ftparchive/cachedb.cc:
99 - fix buffersize in bytes2hex
101 -- Michael Vogt <mvo@debian.org> Fri, 14 Oct 2011 13:51:35 +0200
103 apt (0.8.16~exp6) experimental; urgency=low
105 [ Christopher Baines ]
106 * enable APT in unpack/configure ordering to handle loops as well
107 as tight dependencies between immediate packages better
108 enabling also the possibility to mark all packages as immediate
109 (at least Closes: #353290, #540227, #559733, #621836, #639290)
111 [ David Kalnischkies ]
112 * [abi-break] Support large files in the complete toolset. Indexes of this
113 size are pretty unlikely for now, but we need it for deb
114 packages which could become bigger than 4GB now (LP: #815895)
115 * merged the debian-sid branch
120 -- Michael Vogt <mvo@debian.org> Wed, 14 Sep 2011 21:06:51 +0200
122 apt (0.8.16~exp5) experimental; urgency=low
124 * merged the latest debian-sid fixes
126 - install sha256.h compat header
127 * apt-pkg/pkgcachegen.{cc,h}:
128 - use ref-to-ptr semantic in NewDepends() to ensure that the
129 libapt does not segfault if the cache is remapped in between
131 - fix crash when P.Arch() was used but the cache got remapped
132 * apt-pkg/acquire-item.{cc,h}:
133 - do not check for a "Package" tag in optional index targets
134 like the translations index
135 * apt-pkg/acquire.cc:
136 - fix potential divide-by-zero
138 - include the architecture(s) in the query string as well so
139 that the server can make better decisions
141 -- Michael Vogt <mvo@debian.org> Mon, 15 Aug 2011 14:52:54 +0200
143 apt (0.8.16~exp4) experimental; urgency=low
145 [ Julian Andres Klode ]
146 * apt-pkg/pkgcache.h:
147 - [ABI break] Add pkgCache::Header::CacheFileSize, storing the cache size
148 * apt-pkg/pkgcachegen.cc:
149 - Write the file size to the cache
150 * apt-pkg/pkgcache.cc:
151 - Check that cache is at least CacheFileSize bytes large (LP: #16467)
154 * merged latest fixes from debian-sid
155 * apt-pkg/cdrom.{cc,h}:
156 - cleanup old ABI break avoidance hacks
157 * [ABI break] apt-pkg/acquire-item.{cc,h}:
158 - cleanup around OptionalIndexTarget and SubIndexTarget
159 * [ABI break] merged patch from Jonathan Thomas to have a new
160 RecordField() function in the pkgRecorder parser. Many thanks
162 * [ABI break] merge patch from Jonathan Thomas to speed up the
163 depcache by caching the install-recommends and install-suggests
165 * apt-pkg/contrib/fileutl.{cc,h}:
166 - add GetModificationTime() helper
167 * apt-pkg/pkgcachegen.cc:
168 - regenerate the cache if the sources.list changes to ensure
169 that changes in the ordering there will be honored by apt
170 * apt-pkg/sourcelist.{cc,h}:
171 - add pkgSourceList::GetLastModifiedTime() helper
173 -- Michael Vogt <mvo@debian.org> Thu, 28 Jul 2011 16:57:08 +0200
175 apt (0.8.16~exp3) experimental; urgency=low
177 [ David Kalnischkies ]
178 * apt-pkg/pkgcache.h:
179 - readd All{Foreign,Allowed} as suggested by Julian to
180 remain strictly API compatible
181 * apt-pkg/acquire*.{cc,h}:
182 - try even harder to support really big files in the fetcher by
183 converting (hopefully) everything to 'long long' (Closes: #632271)
184 * ftparchive/writer.cc:
185 - generate all checksums in one run over the file for Release
186 * cmdline/apt-get.cc:
187 - add an --assume-no option for testing to say 'no' to everything
188 * apt-pkg/deb/debmetaindex.cc:
189 - add trusted=yes option to mark unsigned (local) repository as trusted
190 based on a patch from Ansgar Burchardt, thanks a lot! (Closes: #596498)
193 * merge fixes from the debian/unstable upload
194 * merge lp:~mvo/apt/sha512-template to get fixes for the
195 sha1/md5 verifiation (closes: #632520)
197 -- Michael Vogt <mvo@debian.org> Fri, 15 Jul 2011 09:56:17 +0200
199 apt (0.8.16~exp2) experimental; urgency=low
201 [ David Kalnischkies ]
202 * [ABI-Break] Implement EDSP in libapt-pkg so that all front-ends which
203 use the internal resolver can now be used also with external
204 ones as the usage is hidden in between the old API
205 * provide two edsp solvers in apt-utils:
206 - 'dump' to quickly output a complete scenario and
207 - 'apt' to use the internal as an external resolver
208 * apt-pkg/pkgcache.h:
209 - clean up mess with the "all" handling in MultiArch to
210 fix LP: #733741 cleanly for everyone now
211 * apt-pkg/depcache.cc:
212 - use a boolean instead of an int for Add/Remove in AddStates
213 similar to how it works with AddSizes
214 - let the Mark methods return if their marking was successful
215 - if a Breaks can't be upgraded, remove it. If it or a Conflict
216 can't be removed the installation of the breaker fails.
217 * cmdline/apt-get.cc:
218 - do not discard the error messages from the resolver and instead
219 only show the general 'Broken packages' message if nothing else
221 [ Stefano Zacchiroli ]
222 * doc/external-dependency-solver-protocol.txt:
223 - describe EDSP and the configuration interface around it
226 * [ABI-Break] merge lp:~mvo/apt/sha512-template to add support for sha512
227 * [ABI-Break] merge lp:~mvo/apt/dpointer to support easier extending
228 without breaking the ABI
229 * increase ABI version and update package names
231 -- Michael Vogt <mvo@debian.org> Wed, 29 Jun 2011 13:57:28 +0200
233 apt (0.8.16~exp1) experimental; urgency=low
235 * merged with the debian/unstable upload
237 -- Michael Vogt <mvo@debian.org> Wed, 29 Jun 2011 12:40:31 +0200
239 apt (0.8.15.9) unstable; urgency=low
241 [ David Kalnischkies ]
244 - change wording of autoremove description as suggested
245 by Robert Simmons, thanks! (Closes: #641490)
246 * apt-pkg/deb/dpkgpm.cc:
247 - use std::vector instead of fixed size arrays to store args and
248 multiarch-packagename strings
249 - load the dpkg base arguments only one time and reuse them later
250 * cmdline/apt-get.cc:
251 - follow Provides in the evaluation of saving candidates, too, for
252 statisfying garbage package dependencies (Closes: #640590)
253 * apt-pkg/algorithms.cc:
254 - if a package is garbage, don't try to save it with FixByInstall
256 - silently ignore *.orig and *.save files by default
258 - accept generic release pin expressions again in -t (Closes: #644166)
259 * apt-pkg/deb/debmetaindex.cc:
260 - none is a separator, not a language: no need for Index (Closes: #624218)
261 * apt-pkg/aptconfiguration.cc:
262 - do not builtin languages only if none is forced (Closes: #643787)
263 * doc/apt.conf.5.xml:
264 - apply spelling fix by Kevin Lyda, thanks! (Closes: #644104)
266 [ Christian Perrier ]
267 * Fix spelling error (sensée) in French translation. Thanks
268 to Corentin Le Gall for spotting it.
271 * ftparchive/cachedb.cc:
272 - fix buffersize in bytes2hex
275 * ftparchive/cachedb.cc:
276 - make buffer fully dynamic (thanks to Colin Watson)
278 -- Michael Vogt <mvo@debian.org> Fri, 14 Oct 2011 12:00:09 +0200
280 apt (0.8.15.8) unstable; urgency=low
282 [ David Kalnischkies ]
283 * cmdline/apt-get.cc:
284 - output list of virtual package providers to c1out in -q=1
285 instead of /dev/null to unbreak sbuild (LP: #816155)
288 * apt-pkg/contrib/configuration.cc:
289 - fix double delete (LP: #848907)
290 - ignore only the invalid regexp instead of all options
292 -- Michael Vogt <mvo@debian.org> Wed, 14 Sep 2011 12:08:25 +0200
294 apt (0.8.15.7) unstable; urgency=low
296 [ David Kalnischkies ]
297 * apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc:
298 - ignore "self"-conflicts for all architectures of a package
299 instead of just for the architecture of the package look at
300 in the ordering of installations, too (LP: #802901)
301 - M-A:same lockstep unpack should operate on installed
302 packages first (LP: #835625)
304 - reorganize the various testcases and helper we have and
305 integrate them better into the buildsystem
306 - run the test/libapt testcases at package build-time
307 * debian/apt.symbols:
308 - add the newly added symbols since 0.8.15.3
309 * cmdline/apt-get.cc:
310 - remove the binary caches in 'apt-get clean' as it is the first
311 thing recommend by many supporters in case of APT segfaults
312 - remove the caches in 'apt-get update', too, as they will be
313 invalid in most cases anyway
314 * apt-pkg/acquire-item.cc:
315 - if no Release.gpg file is found try to verify with hashes,
316 but do not fail if a hash can't be found
317 * apt-pkg/acquire.cc:
318 - non-existing directories are by definition clean
320 - if command is 'add' do not error out if the specified
321 keyring doesn't exist, it will be created by gpg
322 * apt-pkg/orderlist.cc:
323 - prefer visiting packages marked for deletion in VisitProvides
324 if we are operating on a negative dependency so that we can
325 deal early with the fallout of this remove
326 * apt-pkg/indexrecords.cc:
327 - fix Acquire::Max-ValidTime option by interpreting it really
328 as seconds as specified in the manpage and not as days
329 - add an Acquire::Min-ValidTime option (Closes: #640122)
330 * doc/apt.conf.5.xml:
331 - reword Acquire::Max-ValidTime documentation to make clear
332 that it doesn't provide the new Min-ValidTime functionality
334 -- Michael Vogt <mvo@debian.org> Mon, 12 Sep 2011 16:38:46 +0200
336 apt (0.8.15.6) unstable; urgency=low
339 * apt-pkg/contrib/fileutl.{cc,h}:
340 - add GetModificationTime() helper
341 * apt-pkg/pkgcachegen.cc:
342 - regenerate the cache if the sources.list changes to ensure
343 that changes in the ordering there will be honored by apt
344 * apt-pkg/sourcelist.{cc,h}:
345 - add pkgSourceList::GetLastModifiedTime() helper
346 * apt-pkg/pkgcachegen.{cc,h}:
347 - use ref-to-ptr semantic in NewDepends() to ensure that the
348 libapt does not segfault if the cache is remapped in between
350 - fix crash when P.Arch() was used but the cache got remapped
351 * test/integration/test-hashsum-verification:
352 - add regression test for hashsum verification
353 * apt-pkg/acquire-item.cc:
354 - if no Release.gpg file is found, still load the hashes for
355 verification (closes: #636314) and add test
357 [ David Kalnischkies ]
358 * lots of cppcheck fixes
360 -- Michael Vogt <mvo@debian.org> Mon, 15 Aug 2011 09:20:35 +0200
362 apt (0.8.15.5) unstable; urgency=low
364 [ David Kalnischkies ]
365 * apt-pkg/deb/deblistparser.cc:
366 - do not assume that the last char on a line is a \n (Closes: #633350)
368 -- Michael Vogt <mvo@debian.org> Thu, 28 Jul 2011 16:49:15 +0200
370 apt (0.8.15.4) unstable; urgency=low
373 * apt-pkg/contrib/sha1.cc:
374 - fix illegally casts of on-stack buffer to a type requiring more
375 alignment than it has resulting in segfaults on sparc (Closes: #634696)
378 * apt-pkg/contrib/cdromutl.cc:
379 - fix escape problem when looking for the mounted devices
380 * apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc:
381 - add new DeEscapeString() similar to DeQuoteString but
382 unescape character escapes like \0XX and \xXX (plus added
386 -- Michael Vogt <mvo@debian.org> Tue, 26 Jul 2011 12:12:27 +0200
388 apt (0.8.15.3) unstable; urgency=low
391 * apt-pkg/acquire-item.cc:
392 - improve error message for a expired Release file
393 * apt-pkg/algorithms.cc:
394 - Hold back packages that would enter "policy-broken" state on upgrade
395 when doing a "apt-get upgrade"
396 * cmdline/apt-get.cc:
397 - fix missing download progress in apt-get download
399 [ David Kalnischkies ]
400 * apt-pkg/pkgcachegen.cc:
401 - fallback to memory if file is not writeable even if access()
402 told us the opposite before (e.g. in fakeroot 1.16) (Closes: #630591)
403 * doc/sources.list.5.xml:
404 - document available [options] for sources.list entries (Closes: 632441)
405 * doc/apt.conf.5.xml:
406 - document APT::Architectures list (Closes: #612102)
407 * cmdline/apt-get.cc:
408 - restore all important dependencies for garbage packages (LP: #806274)
409 - do not require unused partial dirs in 'source' (Closes: #633510)
410 - buildconflicts effect all architectures
411 - implement MultiarchCross for build-dep and source (Closes: #632221)
413 - use CndSet in pkgInitConfig (Closes: #629617)
414 * apt-pkg/depcache.cc:
415 - change default of APT::AutoRemove::SuggestsImportant to true
417 - use a tmpfile instead of /etc/apt/secring.gpg (Closes: #632596)
418 * debian/apt.postinst:
419 - remove /etc/apt/secring.gpg if it is an empty file
420 * doc/apt-cache.8.xml:
421 - apply madison typofix from John Feuerstein, thanks! (Closes: #633455)
423 - emit an error on unknown APT::Default-Release value (Closes: #407511)
424 * apt-pkg/aptconfiguration.cc:
425 - ensure that native architecture is if not specified otherwise the
426 first architecture in the Architectures vector
427 * apt-pkg/deb/deblistparser.cc:
428 - Strip only :any and :native if MultiArch should be stripped as it is
429 save to ignore them in non-MultiArch contexts but if the dependency
430 is a specific architecture (and not the native) do not strip
432 -- Michael Vogt <mvo@debian.org> Mon, 25 Jul 2011 15:04:43 +0200
434 apt (0.8.15.2) unstable; urgency=high
436 * fix from David Kalnischkies for the InRelease gpg verification
439 -- Michael Vogt <mvo@debian.org> Tue, 12 Jul 2011 11:54:47 +0200
441 apt (0.8.15.1) unstable; urgency=low
443 [ David Kalnischkies ]
445 - create doxygen directory to avoid depending on magic (Closes: #628799)
447 - explicitly state that net-update is not supported if no url is set
448 - require to be root for add, rm, update and net-update
449 - clarify update vs. net-update in different distros (Closes: #632043)
450 * debian/apt.symbols:
451 - forgot 'mips' in the list for all architecture dependent symbols
452 - comment out gcc-4.5 specific symbols as gcc-4.6 is now default
453 - the symbol for PrintStatus() is architecture dependent
455 - do not segfault in pinning if a package with this name doesn't exist.
456 Thanks to Ferdinand Thommes for the report!
457 - Defaults is a vector of Pin not of PkgPin
458 - ensure that only the first specific stanza for a package is used
459 - save all stanzas which had no effect in Unmatched
460 - allow package:architecure in Package:
462 -- Michael Vogt <mvo@debian.org> Thu, 30 Jun 2011 10:05:36 +0200
464 apt (0.8.15) unstable; urgency=low
466 [ Julian Andres Klode ]
467 * apt-pkg/depcache.cc:
468 - Really release action groups only once (Closes: #622744)
469 - Make purge work again for config-files (LP: #244598) (Closes: #150831)
470 * apt-pkg/acquire-item.cc:
471 - Reject files known to be invalid (LP: #346386) (Closes: #627642)
472 * debian/apt.cron.daily:
473 - Check power after wait, patch by manuel-soto (LP: #705269)
475 - Move ${shlibs:Depends} to Pre-Depends, as we do not want APT
476 unpacked if a library is too old and thus break upgrades
478 - Document apt-key net-update (LP: #192810)
480 [ Christian Perrier ]
481 * Galician translation update (Miguel Anxo Bouzada). Closes: #626505
482 * Italian translation update (Milo Casagrande). Closes: #627834
483 * German documentation translation update (Chris Leick). Closes: #629949
484 * Catalan translation update (Jordi Mallach). Closes: #630657
486 [ David Kalnischkies ]
487 * fix a bunch of cppcheck warnings/errors based on a patch by
488 Niels Thykier, thanks! (Closes: #622805)
489 * apt-pkg/depcache.cc:
490 - really include 'rc' packages in the delete count by fixing a
491 typo which exists since 1999 in the source… (LP: #761175)
492 - if critical or-group can't be satisfied, exit directly.
493 * apt-pkg/acquire-method.cc:
494 - write directly to stdout instead of creating the message in
495 memory first before writing to avoid hitting limits
496 - fix order of CurrentURI and UsedMirror in Status() and Log()
497 * apt-pkg/orderlist.cc:
498 - let VisitRProvides report if the calls were successful
499 * apt-pkg/deb/dpkgpm.cc:
500 - replace obsolete usleep with nanosleep
501 - remove invalid pkgcache.bin and rebuild it if possible
502 - log reinstall commands in history.log
503 * debian/apt{,-utils}.symbols:
504 - update both experimental symbol-files to reflect 0.8.14 state
506 - remove unused embedded jquery by doxygen from libapt-pkg-doc
507 * cmdline/apt-mark.cc:
508 - reimplement apt-mark in c++
509 - provide a 'showmanual' command (Closes: #582791)
510 - provide a 'dpkg --set-selections' wrapper to set/release holds
511 * cmdline/apt-get.cc:
512 - deprecate mostly undocumented 'markauto' in favor of 'apt-mark'
513 * cmdline/apt-cache.cc:
514 - deprecate mostly undocumented 'showauto' in favor of 'apt-mark'
515 * apt-pkg/pkgcache.cc:
516 - really ignore :arch in FindPkg() in non-multiarch environment
518 - undo the translation of the command 'dump' in manpage of apt-config
519 as report by Burghard Grossmann on debian-l10n-german, thanks!
520 * apt-pkg/deb/debmetaindex.cc:
521 - do not download TranslationIndex if no Translation-* will be
522 downloaded later on anyway (Closes: #624218)
524 - disable obscure version number tests with versions dpkg doesn't
525 allow any more as they don't start with a number
526 * apt-pkg/acquire-worker.cc:
527 - print filename in the unmatching size warning (Closes: #623137)
528 * apt-pkg/acquire-item.cc:
529 - apply fix for poorly worded 'locate file' error message from
530 Ben Finney, thanks! (Closes: #623171)
532 - add config option to ignore a closed stdin to be able to easily
533 use the method as a simple standalone downloader
534 - Location header in redirects should be absolute URI, but some
535 servers just send an absolute path so still deal with it properly
536 - dequote URL taken from Location in redirects as we will otherwise
537 quote an already quoted string in the request later (Closes: #602412)
538 * apt-pkg/contrib/netrc.cc:
539 - replace non-posix gnu-extension strdupa with strdup
540 * apt-pkg/packagemanager.cc:
541 - ensure for Multi-Arch:same packages that they are unpacked in
542 lock step even in immediate configuration (Closes: #618288)
544 - don't set deprecated APT::Acquire::Translation, thanks Jörg Sommer!
545 * cmdline/apt-config.cc:
546 - show Acquire::Languages and APT::Architectures settings
547 in 'dump' (Closes: 626739)
548 * apt-pkg/orderlist.cc:
549 - ensure that an old version of a package with a provides can
550 never satisfy a dependency of a newer version of this package
554 - ignore lines starting with "#" in the mirror file
555 - ignore non http urls in the mirrors
556 - append the dist (e.g. sid, wheezy) as a query string when
557 asking for a suitable mirror
558 * apt-pkg/deb/deblistparser.cc:
559 - include all known languages when building the apt cache
561 * apt-pkg/deb/debindexfile.cc:
562 - remove some no longer valid checks for "TranslationsAvailable()"
564 [ Kenneth Solbø Andersen ]
565 * apt-pkg/deb/dpkgpm.cc:
566 - set permissions of term.log to root.adm and 644 (LP: #404724)
569 * various typo and syntax corrections in doc/*.xml
571 -- Michael Vogt <mvo@debian.org> Tue, 28 Jun 2011 18:00:48 +0200
573 apt (0.8.15~exp3) experimental; urgency=low
576 - add Breaks: 0.8.15~exp3) for libapt-pkg4.10 and
577 libapt-inst1.2 (thanks to Jonathan Nieder, closes: #630214)
578 - use depends for the ${shlibs:Depends} to make the breaks work
580 -- Michael Vogt <mvo@debian.org> Fri, 17 Jun 2011 21:51:41 +0200
582 apt (0.8.15~exp2) experimental; urgency=low
585 - fix incorrect Replaces (closes: #630204) for libapt-inst1.2
587 -- Michael Vogt <mvo@debian.org> Wed, 15 Jun 2011 16:51:14 +0200
589 apt (0.8.15~exp1) experimental; urgency=low
591 [ Julian Andres Klode ]
592 * apt-pkg/depcache.cc:
593 - Really release action groups only once (Closes: #622744)
594 - Make purge work again for config-files (LP: #244598) (Closes: #150831)
595 * apt-pkg/acquire-item.cc:
596 - Reject files known to be invalid (LP: #346386) (Closes: #627642)
597 * debian/apt.cron.daily:
598 - Check power after wait, patch by manuel-soto (LP: #705269)
600 - Move ${shlibs:Depends} to Pre-Depends, as we do not want APT
601 unpacked if a library is too old and thus break upgrades
603 - Document apt-key net-update (LP: #192810)
605 [ Christian Perrier ]
606 * Galician translation update (Miguel Anxo Bouzada). Closes: #626505
607 * Italian translation update (Milo Casagrande). Closes: #627834
608 * German documentation translation update (Chris Leick). Closes: #629949
610 [ David Kalnischkies ]
611 * fix a bunch of cppcheck warnings/errors based on a patch by
612 Niels Thykier, thanks! (Closes: #622805)
613 * apt-pkg/depcache.cc:
614 - really include 'rc' packages in the delete count by fixing a
615 typo which exists since 1999 in the source… (LP: #761175)
616 - if critical or-group can't be satisfied, exit directly.
617 * apt-pkg/acquire-method.cc:
618 - write directly to stdout instead of creating the message in
619 memory first before writing to avoid hitting limits
620 - fix order of CurrentURI and UsedMirror in Status() and Log()
621 * apt-pkg/orderlist.cc:
622 - let VisitRProvides report if the calls were successful
623 * apt-pkg/deb/dpkgpm.cc:
624 - replace obsolete usleep with nanosleep
625 * debian/apt{,-utils}.symbols:
626 - update both experimental symbol-files to reflect 0.8.14 state
628 - remove unused embedded jquery by doxygen from libapt-pkg-doc
629 * cmdline/apt-mark.cc:
630 - reimplement apt-mark in c++
631 - provide a 'showmanual' command (Closes: #582791)
632 - provide a 'dpkg --set-selections' wrapper to set/release holds
633 * cmdline/apt-get.cc:
634 - deprecate mostly undocumented 'markauto' in favor of 'apt-mark'
635 * cmdline/apt-cache.cc:
636 - deprecate mostly undocumented 'showauto' in favor of 'apt-mark'
637 * apt-pkg/pkgcache.cc:
638 - really ignore :arch in FindPkg() in non-multiarch environment
640 - undo the translation of the command 'dump' in manpage of apt-config
641 as report by Burghard Grossmann on debian-l10n-german, thanks!
642 * apt-pkg/deb/debmetaindex.cc:
643 - do not download TranslationIndex if no Translation-* will be
644 downloaded later on anyway (Closes: #624218)
646 - disable obscure version number tests with versions dpkg doesn't
647 allow any more as they don't start with a number
648 * apt-pkg/acquire-worker.cc:
649 - print filename in the unmatching size warning (Closes: #623137)
650 * apt-pkg/acquire-item.cc:
651 - apply fix for poorly worded 'locate file' error message from
652 Ben Finney, thanks! (Closes: #623171)
654 - add config option to ignore a closed stdin to be able to easily
655 use the method as a simple standalone downloader
656 - Location header in redirects should be absolute URI, but some
657 servers just send an absolute path so still deal with it properly
658 - dequote URL taken from Location in redirects as we will otherwise
659 quote an already quoted string in the request later (Closes: #602412)
660 * apt-pkg/contrib/netrc.cc:
661 - replace non-posix gnu-extension strdupa with strdup
662 * apt-pkg/packagemanager.cc:
663 - ensure for Multi-Arch:same packages that they are unpacked in
664 lock step even in immediate configuration (Closes: #618288)
668 - ignore lines starting with "#" in the mirror file
669 - ignore non http urls in the mirrors
670 - append the dist (e.g. sid, wheezy) as a query string when
671 asking for a suitable mirror
673 - add libapt-pkg4.10 and libapt-inst1.2 library packages
675 -- Michael Vogt <mvo@debian.org> Fri, 10 Jun 2011 15:32:07 +0200
677 apt (0.8.14.2) UNRELEASED; urgency=low
679 [ Julian Andres Klode ]
680 * apt-pkg/depcache.cc:
681 - Really release action groups only once (Closes: #622744)
682 - Make purge work again for config-files (LP: #244598) (Closes: #150831)
683 * debian/apt.cron.daily:
684 - Check power after wait, patch by manuel-soto (LP: #705269)
686 - Move ${shlibs:Depends} to Pre-Depends, as we do not want APT
687 unpacked if a library is too old and thus break upgrades
689 - Document apt-key net-update (LP: #192810)
691 [ Christian Perrier ]
692 * Galician translation update (Miguel Anxo Bouzada). Closes: #626505
694 [ David Kalnischkies ]
695 * fix a bunch of cppcheck warnings/errors based on a patch by
696 Niels Thykier, thanks! (Closes: #622805)
697 * apt-pkg/depcache.cc:
698 - really include 'rc' packages in the delete count by fixing a
699 typo which exists since 1999 in the source… (LP: #761175)
700 - if critical or-group can't be satisfied, exit directly.
701 * apt-pkg/acquire-method.cc:
702 - write directly to stdout instead of creating the message in
703 memory first before writing to avoid hitting limits
704 - fix order of CurrentURI and UsedMirror in Status() and Log()
705 * apt-pkg/orderlist.cc:
706 - let VisitRProvides report if the calls were successful
707 * apt-pkg/deb/dpkgpm.cc:
708 - replace obsolete usleep with nanosleep
709 * debian/apt{,-utils}.symbols:
710 - update both experimental symbol-files to reflect 0.8.14 state
712 - remove unused embedded jquery by doxygen from libapt-pkg-doc
713 * cmdline/apt-mark.cc:
714 - reimplement apt-mark in c++
715 - provide a 'showmanual' command (Closes: #582791)
716 - provide a 'dpkg --set-selections' wrapper to set/release holds
717 * cmdline/apt-get.cc:
718 - deprecate mostly undocumented 'markauto' in favor of 'apt-mark'
719 * cmdline/apt-cache.cc:
720 - deprecate mostly undocumented 'showauto' in favor of 'apt-mark'
721 * apt-pkg/pkgcache.cc:
722 - really ignore :arch in FindPkg() in non-multiarch environment
724 - undo the translation of the command 'dump' in manpage of apt-config
725 as report by Burghard Grossmann on debian-l10n-german, thanks!
726 * apt-pkg/deb/debmetaindex.cc:
727 - do not download TranslationIndex if no Translation-* will be
728 downloaded later on anyway (Closes: #624218)
730 - disable obscure version number tests with versions dpkg doesn't
731 allow any more as they don't start with a number
732 * apt-pkg/acquire-worker.cc:
733 - print filename in the unmatching size warning (Closes: #623137)
734 * apt-pkg/acquire-item.cc:
735 - apply fix for poorly worded 'locate file' error message from
736 Ben Finney, thanks! (Closes: #623171)
738 - add config option to ignore a closed stdin to be able to easily
739 use the method as a simple standalone downloader
740 - Location header in redirects should be absolute URI, but some
741 servers just send an absolute path so still deal with it properly
742 - dequote URL taken from Location in redirects as we will otherwise
743 quote an already quoted string in the request later (Closes: #602412)
744 * apt-pkg/contrib/netrc.cc:
745 - replace non-posix gnu-extension strdupa with strdup
746 * apt-pkg/packagemanager.cc:
747 - ensure for Multi-Arch:same packages that they are unpacked in
748 lock step even in immediate configuration (Closes: #618288)
750 -- Michael Vogt <mvo@debian.org> Mon, 16 May 2011 14:57:52 +0200
752 apt (0.8.14.1) unstable; urgency=low
754 * apt-pkg/acquire-item.cc:
755 - Only try to rename existing Release files (Closes: #622912)
757 -- Julian Andres Klode <jak@debian.org> Sat, 16 Apr 2011 14:36:10 +0200
759 apt (0.8.14) unstable; urgency=low
761 [ Julian Andres Klode ]
762 * apt-pkg/indexcopy.cc:
763 - Use RealFileExists() instead of FileExists(), allows amongst other
764 things a directory named Sources to exist on a CD-ROM (LP: #750694).
765 * apt-pkg/acquire-item.cc:
766 - Use Release files even if they cannot be verified (LP: #704595)
767 * cmdline/apt-get.cc:
768 - Do not install recommends for build-dep (Closes: #454479) (LP: #245273)
769 * apt-pkg/deb/deblistparser.cc:
770 - Handle no space before "[" in build-dependencies (LP: #72344)
772 - Allow pinning by glob() expressions, and regular expressions
773 surrounded by slashes (the "/" character) (LP: #399474)
776 - Set Standards-Version to 3.9.2
780 - do not crash if the mirror file fails to download
781 * apt-pkg/aptconfiguration.cc:
782 - fix comparing for a empty string
783 * debian/apt.cron.daily:
784 - run unattended-upgrades even if there was a error during
785 the apt-get update (LP: #676295)
787 [ David Kalnischkies ]
788 * apt-pkg/pkgcache.cc:
789 - use the native Architecture stored in the cache header instead of
790 loading it from configuration as suggested by Julian Andres Klode
792 -- Julian Andres Klode <jak@debian.org> Fri, 15 Apr 2011 14:28:15 +0200
794 apt (0.8.13.2) unstable; urgency=low
796 [ David Kalnischkies ]
797 * apt-pkg/deb/dpkgpm.cc:
798 - skip --configure if all packages disappeared
799 * apt-pkg/vendor.cc, apt-pkg/vendorlist.cc:
800 - mark them as deprecated as they are unused
801 * apt-pkg/deb/deblistparser.h:
802 - enable StripMultiArch by default for ParseDepends
803 * debian/apt.conf.autoremove:
804 - adapt to new gnumach kernel package naming (Closes: #619337)
805 * doc/apt_preferences.5.xml:
806 - correct typo spotted by Charles Plessy (Closes: #619088)
807 - document ButAutomaticUpgrades together with NotAutomatic
808 as suggested by Charles Plessy (Closes: #619083)
809 * apt-pkg/depcache.cc:
810 - remove pseudo handling leftover from SetReInstall
811 - do not change protected packages in autoinstall (Closes: #618848)
812 * apt-pkg/pkgcachegen.cc:
813 - make "all"->"native" an implementation detail of NewPackage
814 rather than rewrite it in higher methods
815 * apt-pkg/cacheiterator.h:
816 - return "all" instead of native architecture without breaking the abi
817 (too much) by extending enum instead of using bitflags (LP: #733741)
818 * apt-pkg/aptconfiguration.cc:
819 - use dpkg --print-foreign-architectures to get multiarch configuration
820 if non is specified with APT::Architectures (Closes: #612958)
821 * cmdline/apt-get.cc:
822 - do not show simulation notice for non-root commands (Closes: #619072)
823 - be able to disable resolver with APT::Get::CallResolver and disable
824 auto installation with APT::Get::AutoSolving
825 * apt-pkg/deb/deblistparser.cc:
826 - create foo:any provides for all architectures for an allowed package
828 -- Michael Vogt <mvo@debian.org> Tue, 05 Apr 2011 09:40:28 +0200
830 apt (0.8.13.1) unstable; urgency=low
832 * apt-pkg/acquire-item.cc: Use stat buffer if stat was
833 successful, not if it failed (Closes: #620546)
835 -- Julian Andres Klode <jak@debian.org> Sat, 02 Apr 2011 20:55:35 +0200
837 apt (0.8.13) unstable; urgency=low
839 [ Thorsten Spindler ]
841 - fix rsh/ssh option parsing (LP: #678080), thanks to
845 * apt-pkg/acquire-item.cc:
846 - mark pkgAcqIndexTrans as Index-File to avoid asking the
847 user to insert the CD on each apt-get update
849 - updated, thanks to Andrej Znidarsic
851 - when downloading data, show the mirror being used
852 - randomize mirror list after download in a host specific way
853 to ensure that the load is evenly spreaded accross the mirrors
854 - fix some missing "Fail-Ignore"
856 -- Michael Vogt <mvo@debian.org> Wed, 16 Mar 2011 08:04:42 +0100
858 apt (0.8.12) unstable; urgency=low
861 * apt-pkg/deb/debindexfile.cc:
862 - ignore missing deb-src files in /var/lib/apt/lists, thanks
863 to Thorsten Spindler (LP: #85590)
864 * apt-pkg/contrib/fileutl.cc, apt-pkg/deb/dpkgpm.cc:
865 - honor Dpkg::Chroot-Directory in the RunScripts*() methods
866 * apt-pkg/contrib/cdromutl.{cc,h}, apt-pkg/cdrom.{cc,h}:
867 - deal with missing FSTAB_DIR when using libudev to discover cdrom
868 - add experimental APT::cdrom::CdromOnly option (on by default).
869 When this is set to false apt-cdrom will handle any removable
870 deivce (like a usb-stick) as a "cdrom/dvd" source
872 [ Christian Perrier ]
873 * Fix error in French translation of manpages (apt_preferences(5)).
874 Merci, Rémi Vanicat. Closes: #613689
875 * Complete French manpage translation
876 * Italian translation update (Milo Casagrande). Closes: #614395
878 [ David Kalnischkies ]
879 * ftparchive/multicompress.cc, apt-inst/deb/debfile.cc:
880 - support xz compressor to create xz-compressed Indexes and be able
881 to open data.tar.xz files
882 - load the supported compressors from configuration
883 * ftparchive/writer.cc:
884 - ensure that Date and Valid-Until time strings are not localised
885 - add options to disable specific checksums for Indexes
886 - include xz-compressed Packages and Sources files in Release file
887 * apt-pkg/aptconfiguration.cc:
888 - support download of xz-compressed indexes files
889 - support adding new compressors by configuration
890 * apt-pkg/deb/debsrcrecords.cc:
891 - support xz-compressed source v3 debian.tar files
892 - support every compression we have a compressor configured
893 * ftparchive/contents.cc:
894 - remove ExtractArchive codecopy from apt-inst/deb/debfile.cc
895 * apt-inst/deb/debfile.cc:
896 - support data.tar's compressed with any configured compressor
897 * cmdline/apt-get.cc:
898 - reinstall dependencies of reinstalled "garbage" (Closes: #617257)
901 * apt-pkg/deb/dpkgpm.cc:
902 - make sure that for multiarch packages, we are passing the full
903 qualified package name to dpkg for removals. (Closes: #614298)
904 * Remove the "pseudopackage" handling of Architecture: all packages for
905 Multi-Arch; instead, Arch: all packages only satisfy dependencies for
906 the native arch, except where the Arch: all package is declared
907 Multi-Arch: foreign. (Closes: #613584)
909 -- Michael Vogt <mvo@debian.org> Thu, 10 Mar 2011 14:46:48 +0100
911 apt (0.8.11.5) unstable; urgency=low
913 [ Christian Perrier ]
914 * Add missing dot in French translation of manpages. Merci, Olivier
916 * French translation update
917 * French manpages translation update
919 [ David Kalnischkies ]
920 * apt-pkg/depcache.cc:
921 - party revert fix in 0.8.11.2 which marked all packages as manual
922 installed if the FromUser bit is set in the MarkInstall call.
923 The default for this bit is true and aptitude depends on the old
924 behavior so the package is only marked as manual if its not marked
925 ("old" behavior) or if automatic installation is enabled - which
926 aptitude disables always (see also #613775)
928 -- David Kalnischkies <kalnischkies@gmail.com> Thu, 17 Feb 2011 15:16:31 +0100
930 apt (0.8.11.4) unstable; urgency=low
932 [ David Kalnischkies ]
933 * apt-pkg/contrib/error.cc:
934 - ensure that va_list is not invalid in second try
935 * cmdline/apt-get.cc:
936 - don't remove new dependencies of garbage packages (Closes: #613420)
940 - fix dashish in the integration tests
942 -- Michael Vogt <mvo@debian.org> Wed, 16 Feb 2011 14:36:03 +0100
944 apt (0.8.11.3) unstable; urgency=low
946 * apt-pkg/contrib/fileutl.cc:
947 - really detect bigendian machines by including config.h,
948 so we can really (Closes: #612986)
949 * apt-pkg/contrib/mmap.cc:
950 - Base has as 'valid' failure states 0 and -1 so add a simple
951 validData method to check for failure states
953 -- David Kalnischkies <kalnischkies@gmail.com> Mon, 14 Feb 2011 16:58:03 +0100
955 apt (0.8.11.2) unstable; urgency=low
958 * merged lp:~evfool/apt/fix641673:
959 - String-fix in the source and the translations for the grammatical
960 mistake reported in bug LP: #641673, thanks to Robert Roth
961 * merged lp:~evfool/apt/fix418552:
962 - Grammar fix for bug LP: #418552, thanks to Robert Roth
964 [ David Kalnischkies ]
965 * cmdline/apt-get.cc:
966 - add --install-suggests option (Closes: #473089)
967 * apt-pkg/depcache.cc:
968 - mark a package which was requested to be installed on commandline
969 always as manual regardless if it is already marked or not as the
970 marker could be lost later by the removal of rdepends (Closes: #612557)
972 - read patch into MMap only if we work on uncompressed patches
973 - update size of dynamic MMap as we write in from the outside
974 * apt-pkg/contrib/mmap.cc:
975 - do not try to free the mapping if its is unset
976 * apt-pkg/contrib/fileutl.cc:
977 - reorder the loaded filesize bytes for big endian (Closes: #612986)
978 Thanks to Jörg Sommer for the detailed analyse!
980 -- Michael Vogt <mvo@debian.org> Mon, 14 Feb 2011 12:07:18 +0100
982 apt (0.8.11.1) unstable; urgency=low
984 [ Stefan Lippers-Hollmann ]
986 - fix root test which prevented setting of trustdb-name
987 which lets gpg fail if it adds/remove keys from trusted.gpg
988 as it tries to open the (maybe) not existent /root/.gnupg
990 [ David Kalnischkies ]
991 * debian/apt.symbols:
992 - add more arch dependent symbols
994 -- Michael Vogt <mvo@debian.org> Wed, 09 Feb 2011 17:49:59 +0100
996 apt (0.8.11) unstable; urgency=low
998 [ David Kalnischkies ]
999 * apt-pkg/depcache.cc:
1000 - add SetCandidateRelease() to set a candidate version and
1001 the candidates of dependencies if needed to a specified
1002 release (Closes: #572709)
1003 - allow conflicts in the same group again (Closes: #612099)
1004 * cmdline/apt-get.cc:
1005 - if --print-uris is used don't setup downloader as we don't need
1006 progress, lock nor the directories it would create otherwise
1007 - show dependencies of essential packages which are going to remove
1008 only if they cause the remove of this essential (Closes: #601961)
1009 - keep not installed garbage packages uninstalled instead of showing
1010 in the autoremove section and installing those (Closes: #604222)
1011 - change pkg/release behavior to use the new SetCandidateRelease
1012 so installing packages from experimental or backports is easier
1013 - really do not show packages in the extra section if they were
1014 requested on the commandline, e.g. with a modifier (Closes: #184730)
1015 - always do removes first and set not installed remove packages
1016 on hold to prevent temporary installation later (Closes: #549968)
1018 - add Vcs-Browser now that loggerhead works again (Closes: #511168)
1019 - depend on debhelper 7 to raise compat level
1020 - depend on dpkg-dev (>= 1.15.8) to have c++ symbol mangling
1021 * apt-pkg/contrib/fileutl.cc:
1022 - add a RealFileExists method and check that your configuration files
1023 are real files to avoid endless loops if not (Closes: #604401)
1024 - ignore non-regular files in GetListOfFilesInDir (Closes: #594694)
1025 * apt-pkg/contrib/weakptr.h:
1026 - include stddefs.h to fix compile error (undefined NULL) with gcc-4.6
1028 - fix CURLOPT_SSL_VERIFYHOST by really passing 2 to it if enabled
1030 - fix popen/fclose mismatch reported by cppcheck. Thanks to Petter
1031 Reinholdtsen for report and patch! (Closes: #607803)
1032 * doc/apt.conf.5.xml:
1033 - fix multipl{y,e} spelling error reported by Jakub Wilk (Closes: #607636)
1034 * apt-inst/contrib/extracttar.cc:
1035 - let apt-utils work with encoded tar headers if uid/gid are large.
1036 Thanks to Nobuhiro Hayashi for the patch! (Closes: #330162)
1037 * apt-pkg/cacheiterator.h:
1038 - do not segfault if cache is not build (Closes: #254770)
1039 * doc/apt-get.8.xml:
1040 - remove duplicated mentioning of --install-recommends
1041 * doc/sources.list.5.xml:
1042 - remove obsolete references to non-us (Closes: #594495)
1043 - a notice is printed for ignored files (Closes: #597615)
1045 - use -- instead of deprecated -u for dh_gencontrol
1046 - remove shlibs.local creation and usage
1047 - show differences in the symbol files, but never fail
1049 - remove as it is not needed for a working 'bzr bd'
1050 * debian/{apt,apt-utils}.symbols:
1051 - ship experimental unmangled c++ symbol files
1053 - operate optional on gzip compressed pdiffs
1054 * apt-pkg/acquire-item.cc:
1055 - don't uncompress downloaded pdiff files before feeding it to rred
1056 - try downloading clearsigned InRelease before trying Release.gpg
1057 - change the internal handling of Extensions in pkgAcqIndex
1058 - add a special uncompressed compression type to prefer those files
1059 - download and use i18n/Index to choose which Translations to download
1061 - don't set trustdb-name as non-root so 'list' and 'finger'
1062 can be used without being root (Closes: #393005, #592107)
1063 * apt-pkg/deb/deblistparser.cc:
1064 - rewrite LoadReleaseInfo to cope with clearsigned Releasefiles
1065 * ftparchive/writer.cc:
1066 - add config option to search for more patterns in release command
1067 - include Index files by default in the Release file
1068 * methods/{gzip,bzip}.cc:
1069 - print a good error message if FileSize() is zero
1070 * apt-pkg/aptconfiguration.cc:
1071 - remove the inbuilt Translation files whitelist
1072 * cmdline/apt-cache.cc:
1073 - remove not implemented 'apt-cache add' command
1074 * doc/apt-cache.8.xml:
1075 - describe reality as apt-cache just queries and doesn't manipulate
1076 the caches. Thanks to Enrico Zini for spotting it! (Closes: #612009)
1077 * apt-pkg/algorithms.cc:
1078 - mark pseudo packages of installed all packages as configured
1079 in the simulation as we don't call configure for these packages
1080 * apt-pkg/pkgcachegen.cc:
1081 - in multiarch, let :all packages conflict with :any packages
1082 with a different version to be sure
1083 * apt-pkg/contrib/error.cc:
1084 - remove 400 char size limit of error messages (LP: #365611)
1088 - do not hang if Acquire::http::ProxyAutoDetect can not be
1089 executed or returns no data (LP: #654393)
1090 * debian/apt.conf.autoremove:
1091 - never autoremove the GNU/Hurd kernel (closes: #588423), thanks
1093 * apt-pkg/cdrom.cc, apt-pkg/init.cc, methods/cdrom.cc:
1094 - use /media/cdrom as default mountoint (closes: #611569)
1095 * cmdline/apt-get.cc:
1096 - add apt-get changelog (closes: #526990)
1097 - add apt-get download (closes: #82738)
1100 * test/integration/test-compressed-indexes, test/test-indexes.sh:
1101 - Explicitly disable compressed indexes at the start. This ensures that we
1102 will actually test uncompressed indexes regardless of the internal
1103 default value of Acquire::GzipIndexes.
1105 -- Michael Vogt <mvo@debian.org> Tue, 08 Feb 2011 12:58:12 +0100
1107 apt (0.8.10.3) unstable; urgency=low
1109 [ Programs translations ]
1110 * po/es.po: Updated, plus fixes encoding issues and fixes two fuzzy
1111 strings, thanks to Javier Fernandez-Sanguino (closes: #610692)
1113 -- Michael Vogt <mvo@debian.org> Tue, 25 Jan 2011 11:51:42 +0100
1115 apt (0.8.10.2) unstable; urgency=low
1117 [ David Kalnischkies ]
1118 * ftparchive/apt-ftparchive.cc:
1119 - fix endless loop for multiple TranslationsWriters
1121 -- Michael Vogt <mvo@debian.org> Tue, 25 Jan 2011 10:26:15 +0100
1123 apt (0.8.10.1) unstable; urgency=low
1125 [ Christian Perrier ]
1126 * Fix encoding for Slovenian translation. PO file switched
1127 to UTF-8. Closes: #609957
1129 [ Julian Andres Klode ]
1130 * cmdline/apt-cache.cc: Create an error for apt-cache depends
1131 if packages could not found (LP: #647045)
1133 [ Programs translations ]
1134 * Spanish update by Javier Fernández-Sanguino Peña. Closes: #607145
1136 [ Manpages translations ]
1137 * Correct a typo and an error in French manpages translation.
1140 -- Michael Vogt <mvo@debian.org> Mon, 17 Jan 2011 13:41:04 +0100
1142 apt (0.8.10) unstable; urgency=low
1144 [ Programs translations ]
1145 * Czech by Miroslav Kure. Closes: #605107
1148 * test/integration/test-compressed-indexes, test/test-indexes.sh:
1149 - Explicitly disable compressed indexes at the start. This ensures that we
1150 will actually test uncompressed indexes regardless of the internal
1151 default value of Acquire::GzipIndexes.
1153 [ David Kalnischkies ]
1154 * apt-pkg/algorithms.cc:
1155 - mark all installed packages first without auto installation in
1156 a dist-upgrade to prefer upgrading packages instead of installing
1157 new packages in versioned or-groups (Closes: #605394)
1159 -- Michael Vogt <mvo@debian.org> Tue, 30 Nov 2010 10:42:17 +0100
1161 apt (0.8.9) unstable; urgency=low
1163 [ Christian Perrier ]
1164 * Fix "typos" in French manpages translations. Thanks to
1165 Cyril Brulebois for bashing me.
1166 * Drop useless untranslatable sections from apt.8
1168 [ Programs translations ]
1169 * Slovenian update by Andrej Žnidaršič and Rosetta Slovenian team
1170 * German update by Holger Wansing. Closes: #603619
1172 [ David Kalnischkies ]
1173 * apt-pkg/aptconfiguration.cc:
1174 - evaluate Acquire::Languages= before LANG= (Closes: #602573)
1175 * apt-pkg/orderlist.cc:
1176 - try fixing before removing even if the fix is hidden in
1177 a provides, hidden in the #590438 testcase
1178 * apt-pkg/algorithms.cc:
1179 - if the package was explicitly marked as ToRemove don't
1180 consider it as a candidate for FixByInstall
1181 * apt-pkg/depcache.cc:
1182 - don't install previously not installed providers in a try
1183 to statisfy a "Breaks: provides" dependency by upgrade
1184 * cmdline/acqprogress.cc:
1185 - don't ask the user for media change if quiet >= 2, stdout is not
1186 a tty and assume-yes, force-yes or trivial-only option is set to
1187 avoid cpu eating endless loops in unattended runs like apt.cron
1188 (Closes: #602354, LP: #665580)
1190 -- Michael Vogt <mvo@debian.org> Thu, 18 Nov 2010 09:25:04 +0100
1192 apt (0.8.8) unstable; urgency=low
1194 [ David Kalnischkies ]
1195 * apt-pkg/contrib/fileutl.cc:
1196 - Add a FileFd::FileSize() method to get the size of the underlying
1197 file and not the size of the content in the file as FileFd::Size()
1198 does - the sizes can differ since the direct gzip integration
1199 * methods/{gzip,bzip2}.cc:
1200 - use FileSize() to determine if the file is invalid (Closes: #600852)
1201 * apt-pkg/pkgcache.cc:
1202 - fallback always to a suitable description (Closes: #601016)
1205 * apt-pkg/deb/dpkgpm.cc:
1206 - ensure that history.log gets closed to avoid leaking a FD
1209 -- Michael Vogt <mvo@debian.org> Thu, 28 Oct 2010 21:22:21 +0200
1211 apt (0.8.7) unstable; urgency=low
1213 [ Manpages translations ]
1214 * Typo fixed in French (extra "Z"). Thanks to Florentin Duneau.
1215 * Another typo fixed in French ("Anfin"). Thanks to bubulle
1216 * Wrong translation for "showauto" fixed. Thanks to Raphaël Hertzog
1220 * debian/apt.cron.daily:
1221 - source /etc/default/locale (if available) so that the
1222 apt-get update cron job fetches the right translated package
1224 * fix test failure on amd64
1225 * apt-pkg/deb/debsystem.cc:
1226 - fix issues with dir::state::status and dir::state::extended_states
1227 when alternative rootdirs are used
1230 * apt-pkg/deb/debindexfile.cc:
1231 - Use FileFd::Size() instead of stat()ing the sources/binary/translations
1232 indexes directly, so that we have transparent handling of gzipped
1234 * apt-pkg/contrib/fileutl.cc:
1235 - Fix FileFd::Size() for gzipped files to give the size of the
1236 uncompressed data. This fixes cache building progress going way
1239 [ David Kalnischkies ]
1240 * apt-pkg/deb/deblistparser.cc:
1241 - support ArmHardFloat port in CompleteArch, thanks to Sebastian
1242 Andrzej Siewior for the patch!
1244 - move some strings into apt-verbatim.ent to avoid showing them in
1245 apt-doc.pot as they are untranslatable anyway (e.g. manpage references)
1246 * doc/apt-verbatim.ent:
1247 - change the codenames to reflect the situation after squeeze release
1248 * doc/examples/apt-https-method-example.conf:
1249 - apply various typo fixes by Olly Betts, thanks! (Closes: #600249)
1251 -- Michael Vogt <mvo@debian.org> Fri, 15 Oct 2010 18:16:10 +0200
1253 apt (0.8.6) unstable; urgency=low
1255 [ Programs translations ]
1256 * Vietnamese update by Clytie Siddall (Closes: #598489)
1257 * Asturian update by Maacub (Closes: #599057)
1259 [ David Kalnischkies ]
1260 * cmdline/apt-cache.cc:
1261 - use the TranslatedDescription for searching and not the first
1262 available one as it is maybe not an expected language (Closes: #597925)
1263 * apt-pkg/contrib/strutl.cc:
1264 - add a space between number and unit as required by SI (Closes: #598352)
1265 * apt-pkg/depcache.cc:
1266 - do not check endpointer packages instead of only those which prevented
1267 NeverAutoRemove settings from having an effect (Closes: #598452)
1268 - do not remove packages which the user requested for installation
1269 explicitly while satisfying other install requests (Closes: #598669)
1270 * apt-pkg/packagemanager.cc:
1271 - Add a space between period and 'Please' and unfuzzy all translations
1273 - remove the duplicated "angefertigt" in translation-holder string
1275 -- Michael Vogt <mvo@debian.org> Mon, 04 Oct 2010 11:52:19 +0200
1277 apt (0.8.5) unstable; urgency=low
1279 [ Manpages translations ]
1280 * German (Chris Leick). Closes: #597163
1283 * merged lp:~mvo/apt/conflicts-on-virtuals to better deal with
1284 conflicts/breaks against virtual packages (LP: #614993)
1286 [ David Kalnischkies ]
1287 * apt-pkg/policy.cc:
1288 - support 100-pinning in Release file with ButAutomaticUpgrades
1289 as requested by the backports crew (Closes: #596097)
1290 * apt-pkg/deb/deblistparser.cc:
1291 - overrule NotAutomatic in case of ButAutomaticUpgrades
1292 * debian/apt.cron.daily:
1293 - handle absolut directory paths correctly by loading directories
1294 directly instead of building the paths on our own (Closes: #596421)
1296 - build-depend on docbook-xml to ensure that the xml DTDs are always
1297 available on the buildds (Closes: #597145)
1298 * buildlib/debiandoc.mak, buildlib/po4a_manpage.mak:
1299 - ensure that the build fails if documentation building fails
1301 - correct two syntax issues to ensure we can build fine
1303 -- Michael Vogt <mvo@debian.org> Fri, 17 Sep 2010 22:05:06 +0200
1305 apt (0.8.4) unstable; urgency=low
1308 * ftparchive/writer.cc:
1309 - write out {Files,Checksum-Sha1,Checksum-Sha256} only if
1310 available LP: #633967. Thanks to Colin Watson
1311 * apt-pkg/contrib/cdromutl.cc:
1312 - if apt-cdrom is used on writable media (like usb-sticks), do
1313 not use the root directory to identify the medium (as all
1314 changes there change the ident id). Use the .disk directory
1317 [ David Kalnischkies ]
1318 * ftparchive/writer.cc:
1319 - null the valid string instead of the date if Valid-Until is not set
1320 * apt-pkg/acquire-item.cc:
1321 - use also unsigned Release files again (Closes: #596189)
1323 [ Christian Perrier ]
1324 * Fix missing space after dot in a message from apt-pkg
1325 Translations unfuzzied. Thanks to Holger Wansing.
1327 -- Michael Vogt <mvo@debian.org> Fri, 10 Sep 2010 20:45:15 +0200
1329 apt (0.8.3) unstable; urgency=low
1331 [ Programs translations ]
1332 * German (Holger Wansing). Closes: #596141
1334 [ Manpages translations ]
1335 * Japanese (KURASAWA Nozomu). Closes: #595862
1338 * apt-pkg/indexcopy.cc:
1339 - only use trusted.gpg.d directory if it exists
1340 - do not replace /dev/null when running in APT::CDROM::NoAct
1341 mode (LP: #612666), thanks to Colin Watson
1343 [ David Kalnischkies ]
1344 * ftparchive/apt-ftparchive.cc:
1345 - ensure that BinDirectory as well as Tree settings get
1346 the correct default FileMode setting (Closes: #595922)
1348 -- Michael Vogt <mvo@debian.org> Tue, 07 Sep 2010 15:28:41 +0200
1350 apt (0.8.2) unstable; urgency=low
1352 [ Manpages translations ]
1353 * Spanish (Omar Campagne). Closes: #595557
1355 [ David Kalnischkies ]
1356 * apt-pkg/versionmatch.cc:
1357 - do not accept 'Pin: origin "' (missing closing ") as a valid
1358 way to pin a local archive: either "" or none…
1359 * apt-pkg/deb/dpkgpm.cc:
1360 - create Dir::Log if needed to support /var/log as tmpfs or similar,
1361 inspired by Thomas Bechtold, thanks! (Closes: #523919, LP: #220239)
1362 * apt-pkg/indexcopy.cc:
1363 - support really still the APT::GPGV::TrustedKeyring setting,
1364 as it breaks d-i badly otherwise (Closes: #595428)
1366 - support also Dir::Etc::Trusted so that apt-key works in the same
1367 way as the library part which works with the trusted files
1368 * methods/{gzip,bzip2}.cc:
1369 - empty files can never be valid archives (Closes: #595691)
1371 -- Michael Vogt <mvo@debian.org> Mon, 06 Sep 2010 18:10:06 +0200
1373 apt (0.8.1) unstable; urgency=low
1375 [ Programs translations ]
1376 * Thai (Theppitak Karoonboonyanan). Closes: #592695
1377 * Russian (Yuri Kozlov). Closes: #594232
1378 * Slovak (Ivan Masár). Closes: #594255
1379 * Swedish (Daniel Nylander). Closes: #594241
1380 * Japanese (Kenshi Muto, Osamu Aoki). Closes: #594265
1381 * Italian (Milo Casagrande). Closes: #594238
1382 * Asturian (maacub). Closes: #594303
1383 * Simplified Chinese (Aron Xu). Closes: #594458
1384 * Bulgarian (Damyan Ivanov). Closes: #594627
1385 * Portuguese (Miguel Figueiredo). Closes: #594668
1386 * Korean (Changwoo Ryu). Closes: #594809
1387 * Norwegian Bokmål (Hans Nordhaug). Closes: #595182
1388 * Danish (Joe Hansen). Closes: #595176
1389 * Catalan (Agustí Grau). Closes: #595234
1391 [ Christian Perrier ]
1392 * Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aoki
1395 [ Manpages translations ]
1396 * Portuguese (Américo Monteiro)
1398 [ David Kalnischkies ]
1399 * cmdline/apt-cache.cc:
1400 - show in madison command again also source packages (LP: #614589)
1401 - remove useless GetInitialize method
1402 * cmdline/apt-get.cc:
1403 - remove direct calls of ReadMainList and use the wrapper instead
1404 to protect us from useless re-reads and two-times notice display
1405 - remove death code by removing unused GetInitialize
1406 * apt-pkg/depcache.cc:
1407 - now that apt-get purge works on 'rc' packages let the MarkDelete
1408 pass this purge forward to the non-pseudo package for pseudos
1409 * apt-pkg/contrib/fileutl.cc:
1410 - apply SilentlyIgnore also on files without an extension
1411 * apt-pkg/contrib/configuration.cc:
1412 - fix autoremove by using correct config-option name and
1413 don't make faulty assumptions in error handling (Closes: #594689)
1414 * apt-pkg/versionmatch.cc:
1415 - let the pin origin actually work as advertised in the manpage
1416 which means "" are optional and pinning a local archive does
1417 work - even if it is a non-flat archive (Closes: #594435)
1419 -- Michael Vogt <mvo@debian.org> Fri, 03 Sep 2010 18:36:11 +0200
1421 apt (0.8.0) unstable; urgency=low
1424 * merge of the debian-expermental-ma branch
1425 * refresh po/pot files in doc/ and po/
1427 [ Programs translations ]
1428 * Swedish (Daniel Nylander). Closes: #592366
1429 * French (Christian Perrier)
1431 [ Manpages translations ]
1432 * French (Christian Perrier)
1434 -- Michael Vogt <mvo@debian.org> Tue, 24 Aug 2010 16:32:19 +0200
1436 apt (0.8.0~pre2) experimental; urgency=low
1438 [ David Kalnischkies ]
1439 * apt-pkg/contrib/strutl.cc:
1440 - fix error checking for vsnprintf in its safe variant
1442 - fix error checking for read in case of failing bzip2/lzma/whatever
1443 * debian/apt.cron.daily:
1444 - create backups for our extended_states file (Closes: #593430)
1446 - set the default values for dir::etc::trusted options correctly
1447 * ftparchive/writer.cc:
1448 - init valid-until correctly to prevent garbage entering Release file
1449 * apt-pkg/deb/debsystem.cc:
1450 - set dir::state::status based at least on dir
1451 * apt-pkg/deb/dpkgpm.cc:
1452 - use the InstVer instead of the CurrentVer for the autobit transfer
1454 - some http servers violate HTTP1.1 by not issuing a Reason-Phrase
1455 (or at least a space after the code) especially for 200, but lets
1456 be nice and ignore it as we don't need the reason in general
1457 * apt-pkg/acquire-item.cc:
1458 - don't use ReadOnlyGzip mode for PDiffs as this mode doesn't work
1459 in combination with the AddFd methods of our hashclasses
1461 -- Michael Vogt <mvo@debian.org> Mon, 23 Aug 2010 19:09:08 +0200
1463 apt (0.8.0~pre1) experimental; urgency=low
1465 [ Programs translations ]
1466 * Swedish translation update. Closes: #592366
1469 * merge of the debian-expermental-ma branch
1470 * refresh po/pot files in doc/ and po/
1471 * apt-pkg/pkgcache.cc:
1472 - re-evaluate the architectures cache when the cache is (re)opened
1476 - fix off-by-one error in DropBinaryArch
1478 [ Julian Andres Klode ]
1479 * apt-pkg/contrib/fileutl.cc:
1480 - Add WriteAtomic mode.
1481 - Revert WriteEmpty to old behavior (LP: #613211)
1483 - Convert users of WriteEmpty to WriteAtomic.
1484 * apt-pkg/depcache.cc:
1485 - Only try upgrade for Breaks if there is a newer version, otherwise
1486 handle it as Conflicts (by removing it) (helps for #591882).
1488 - Add dependency on gnupg to apt, apt-key uses it.
1490 [ David Kalnischkies ]
1491 * apt-pkg/algorithms.cc:
1492 - let the problem resolver install packages to fix or-groups
1493 as a needed remove nuked another or-member (helps for #591882)
1494 - change the debug outputs to display also arch of the
1495 package and version dependencies information
1496 * cmdline/apt-get.cc:
1497 - let APT::Get::Arch-Only in build-dep default to false again
1498 (Closes: #592628) Thanks Mohamed Amine IL Idrissi for report!
1499 - purge packages in 'rc' state, thanks Rogier! (Closes: #150831)
1500 * apt-pkg/pkgcache.cc:
1501 - fix LongDesc handling in LANG=C environment
1503 -- Michael Vogt <mvo@debian.org> Fri, 13 Aug 2010 17:00:49 +0200
1505 apt (0.7.26~exp12) experimental; urgency=low
1509 - add dependency on zlib-dev for libapt-pkg-dev
1511 [ David Kalnischkies ]
1512 * apt-pkg/cacheset.cc:
1513 - [ABI BREAK] add an ErrorType option to CacheSetHelper
1514 * cmdline/apt-cache.cc:
1515 - use Notice instead of Error in the CacheSetHelper messages
1516 for compat reasons. Otherwise tools like sbuild blow up
1517 - return success in show if a virtual package was given
1519 - remove libcurl3-gnutls-dev alternative as the package is gone
1520 - increase needed version of libcurl4-gnutls-dev to >= 7.19.0
1521 as we use CURLOPT_{ISSUERCERT,CRLFILE} (Closes: #589642)
1523 -- Michael Vogt <mvo@debian.org> Fri, 30 Jul 2010 11:55:48 +0200
1525 apt (0.7.26~exp11) experimental; urgency=low
1527 [ Julian Andres Klode ]
1528 * apt-pkg/deb/dpkgpm.cc:
1529 - Write architecture information to history file.
1530 - Add to history whether a change was automatic or not.
1531 * apt-pkg/contrib/fileutl.cc:
1532 - Add FileFd::OpenDescriptor() (needed for python-apt's #383617).
1533 * cmdline/apt-get.cc:
1534 - Support large filesystems by using statvfs64() instead of statvfs()
1535 and statfs64() instead of statfs() (Closes: #590513).
1537 - Use link() instead of rename() for creating the CD database backup;
1538 otherwise there would be a short time without any database.
1540 [ David Kalnischkies ]
1541 * apt-pkg/depcache.cc:
1542 - handle "circular" conflicts for "all" packages correctly
1543 * cmdline/apt-cache.cc:
1544 - be able to omit dependency types in (r)depends (Closes: #319006)
1545 - show in (r)depends the canidate per default instead of newest
1546 - share the (r)depends code instead of codecopy
1547 * apt-pkg/cacheset.cc:
1548 - move them back to the library as they look stable now
1549 - add a 'newest' pseudo target release as in pkg/newest
1550 * apt-pkg/pkgcache.cc:
1551 - prefer non-virtual packages in FindPreferredPkg (Closes: #590041)
1552 * test/integration/*:
1553 - add with bug#590041 testcase a small test "framework"
1554 * apt-pkg/orderlist.cc:
1555 - try to install another or-group member in DepRemove before
1556 breaking the or group (Closes: #590438)
1557 - configure also the replacement before remove by adding Immediate flag
1560 * apt-pkg/contrib/error.{cc,h}
1562 - add inline DumpError() to avoid subtle API break
1564 -- Michael Vogt <mvo@debian.org> Thu, 29 Jul 2010 16:40:58 +0200
1566 apt (0.7.26~exp10) experimental; urgency=low
1568 [ David Kalnischkies ]
1569 * apt-pkg/contrib/error.{cc,h}:
1570 - remove constness of va_list parameter to fix build on amd64 and co
1571 Thanks Eric Valette! (Closes: #588610)
1572 * apt-pkg/deb/debmetaindex.cc:
1573 - do not query each architecture for flat file archives
1574 - fix typo preventing display of architecture in Info()
1576 - add a copycat of the old gzip.cc as we need it for bzip2 and lzma
1580 - Make DEB_BUILD_OPTIONS=noopt actually work by passing the right
1582 * apt-pkg/contrib/fileutl.{h,cc}:
1583 - Add support for reading of gzipped files with the new "ReadOnlyGzip"
1584 OpenMode. (Closes: #188407)
1585 - Link against zlib (in apt-pkg/makefile) and add zlib build dependency.
1586 - [ABI BREAK] This adds a new private member to FileFd, but its
1587 initialization is in the public header file.
1589 - Check for zlib library and headers.
1590 * apt-pkg/acquire-item.cc, apt-pkg/deb/debindexfile.cc,
1591 apt-pkg/deb/debrecords.cc, apt-pkg/deb/debsrcrecords.h,
1592 cmdline/apt-cache.cc:
1593 - Open Packages, Sources, and Translations indexes in "ReadOnlyGzip" mode.
1594 * apt-pkg/deb/debindexfile.cc:
1595 - If we do not find uncompressed package/source/translation indexes, look
1596 for gzip compressed ones.
1597 * apt-pkg/acquire-item.cc:
1598 - If the Acquire::GzipIndexes option is true and we download a gzipped
1599 index file, keep it as it is (and rename to .gz) instead of
1601 * doc/apt.conf.5.xml:
1602 - Document the new Acquire::GzipIndexes option.
1603 * doc/po/apt-doc.pot, doc/po/de.po:
1604 - German translation of new Acquire::GzipIndexes option.
1605 * Add test/test-indexes.sh:
1606 - Test behaviour of index retrieval and usage, in particular with
1607 uncompressed and gzip compressed indexes.
1608 * methods/gzip.cc: With FileFd now being able to read gzipped files, there
1609 is no need for the gzip method any more to spawn an external gzip process.
1610 Rewrite it to use FileFd directly, which makes the code a lot simpler, and
1611 also using less memory and overhead.
1613 -- Michael Vogt <mvo@debian.org> Mon, 12 Jul 2010 11:41:01 +0200
1615 apt (0.7.26~exp9) experimental; urgency=low
1617 [ David Kalnischkies ]
1618 * doc/apt.conf.5.xml:
1619 - add and document APT::Cache-{Start,Grow,Limit} options for mmap control
1620 * apt-pkg/contrib/fileutl.cc:
1621 - do not fail von double close()
1623 -- Michael Vogt <mvo@debian.org> Fri, 09 Jul 2010 21:51:55 +0200
1625 apt (0.7.26~exp8) experimental; urgency=low
1627 [ David Kalnischkies ]
1628 * cmdline/cacheset.cc:
1629 - doesn't include it in the library for now as it is too volatile
1630 - get the candidate either from an already built depcache
1631 or use the policy which is a bit faster than depcache generation
1632 - get packages by task^ with FromTask()
1633 - only print errors if all tries to get a package by string failed
1634 - factor out code to get a single package FromName()
1635 - check in Grouped* first without modifier interpretation
1636 * cmdline/apt-get.cc:
1637 - use the cachsets in the install commands
1638 - make the specify order of packages irrelevant (Closes: #196021)
1639 * apt-pkg/orderlist.cc:
1640 - untouched packages are never missing
1641 * apt-pkg/packagemanager.cc:
1642 - packages that are not touched doesn't need to be unpacked
1644 - remove intltool's dependency as it is an ubuntu artefact
1645 * apt-pkg/depcache.cc:
1646 - SetCandidateVer for all pseudo packages
1647 - SetReInstall for the "all" package of a pseudo package
1648 - use the new MatchAgainstConfig for the DefaultRootSetFunc
1649 - always mark the all package if a pseudo package is marked for install
1650 * apt-pkg/contrib/error.{cc,h}:
1651 - complete rewrite but use the same API
1652 - add NOTICE and DEBUG as new types of a message
1653 - add a simple stack handling to be able to delay error handling
1654 * apt-pkg/aptconfiguration.cc:
1655 - show a deprecation notice for APT::Acquire::Translation
1656 * apt-pkg/contrib/configuration.{cc,h}:
1657 - add a wrapper to match strings against configurable regex patterns
1658 * apt-pkg/contrib/fileutl.cc:
1659 - show notice about ignored file instead of being always silent
1660 - add a Dir::Ignore-Files-Silently list option to control the notice
1662 - add another round of const& madness as the previous round accidentally
1663 NOT overrides the virtual GetCandidateVer() method (Closes: #587725)
1664 * apt-pkg/pkgcachegen.{cc,h}:
1665 - make the used MMap moveable (and therefore dynamic resizeable) by
1666 applying (some) mad pointer magic (Closes: #195018)
1669 * apt-pkg/deb/dpkgpm.cc:
1670 - make the apt/term.log output unbuffered (thanks to Matt Zimmerman)
1672 [ Julian Andres Klode ]
1674 - Handle different logins on the same server (Closes: #586904).
1675 * apt-pkg/deb/deblistparser.cc:
1676 - Handle architecture wildcards (Closes: #547724).
1677 * apt-pkg/versionmatch.cc:
1678 - Support matching pins by regular expressions or glob() like patterns,
1679 regular expressions have to be put between to slashes; for example,
1681 * apt-pkg/contrib/fileutl.cc:
1682 - Make FileFd replace files atomically in WriteTemp mode (for cache, etc).
1684 - Set Standards-Version to 3.9.0
1686 -- Michael Vogt <mvo@debian.org> Fri, 09 Jul 2010 19:16:20 +0200
1688 apt (0.7.26~exp7) experimental; urgency=low
1690 * apt-pkg/cachefile.h:
1691 - make pkgPolicy public again, libapt-pkg-perl (and probably
1692 others) get unhappy without that
1694 -- Michael Vogt <mvo@debian.org> Thu, 10 Jun 2010 15:33:24 +0200
1696 apt (0.7.26~exp6) experimental; urgency=low
1699 * merge the remaining Ubuntu change:
1700 - on gpg verification failure warn and restore the last known
1702 - on failure display the IP of the server (useful for servers
1703 that use round robin DNS)
1704 - support Original-Maintainer in RewritePackageOrder
1705 - enable cdrom autodetection via libudev by default
1706 - show message about Vcs in use when apt-get source is run for
1707 packages maintained in a Vcs
1708 - better support transitional packages with mark auto-installed.
1709 when the transitional package is in "oldlibs" the new package
1710 is not marked auto installed (same is true for section
1712 - provide new "deb mirror://archive.foo/mirrors.list sid main"
1713 method expects a list of mirrors (generated on the server e.g.
1714 via geoip) and will use that, including cycle on failure
1715 - write apport crash file on package failure (disabled by default
1716 on debian until apport is available)
1717 - support mirror failure reporting (disabled by default on debian)
1719 [ David Kalnischkies ]
1720 * apt-pkg/deb/dpkgpm.cc:
1721 - write Disappeared also to the history.log
1722 - forward manual-installed bit on package disappearance
1723 * apt-pkg/deb/debsystem.cc:
1724 - add better config item for extended_states file
1725 * apt-pkg/pkgcache.h:
1726 - switch {,Install-}Size to unsigned long long
1727 * apt-pkg/depcache.cc:
1728 - do the autoremove mark process also for required packages to handle
1729 these illegally depending on lower priority packages (Closes: #583517)
1730 - try harder to find the other pseudo versions for autoremove multiarch
1731 - correct "Dangerous iterator usage" pointed out by cppcheck
1732 - deal with long long, not with int to remove 2GB Limit (LP: #250909)
1733 - deprecate AddSize with Multiplier as it is unused and switch to
1734 boolean instead to handle the sizes more gracefully.
1735 - switch i{Download,Usr}Size from double to (un)signed long long
1736 * apt-pkg/aptconfiguration.cc:
1737 - remove duplicate architectures in getArchitectures()
1738 * apt-pkg/indexrecords.{cc,h}:
1739 - backport forgotten Valid-Until patch from the obsolete experimental
1740 branch to prevent replay attacks better, thanks to Thomas Viehmann
1741 for the initial patch! (Closes: #499897)
1742 - add a constant Exists check for MetaKeys
1743 * apt-pkg/acquire-item.cc:
1744 - do not try PDiff if it is not listed in the Meta file
1745 - sent Last-Modified header also for Translation files
1746 * apt-pkg/cacheiterator.h:
1747 - let pkgCache::Iterator inherent std::iterator
1748 * ftparchive/writer.h:
1749 - add a virtual destructor to FTWScanner class (for cppcheck)
1750 * apt-pkg/cacheset.{cc,h}:
1751 - add simple wrapper around std::set for cache structures
1752 - move regex magic from apt-get to new FromRegEx method
1753 - move cmdline parsing from apt-cache to new FromCommandLine method
1754 - support special release-modifier 'installed' and 'candidate'
1755 * apt-pkg/contrib/cmdline.cc:
1756 - fix segfault in SaveInConfig caused by writing over char[] sizes
1757 * apt-pkg/pkgcache.cc:
1758 - get the best matching arch package from a group with FindPreferredPkg
1759 * cmdline/apt-cache.cc:
1760 - make the search multiarch compatible by using GrpIterator instead
1761 - use pkgCacheFile and the new CacheSets all over the place
1762 - add --target-release option (Closes: #115520)
1763 - accept pkg/release and pkg=version in show and co. (Closes: #236270)
1764 - accept package versions in the unmet command
1765 * cmdline/apt-get.cc:
1766 - use unsigned long long instead of double to store values it gets
1767 * apt-pkg/cachefile.{cc,h}:
1768 - split Open() into submethods to be able to build only parts
1769 - make the OpProgress optional in the Cache buildprocess
1770 - store also the SourceList we use internally for export
1771 * doc/apt.conf.5.xml:
1772 - document the new Valid-Until related options
1773 * apt-pkg/contrib/strutl.cc:
1774 - split StrToTime() into HTTP1.1 and FTP date parser methods and
1775 use strptime() instead of some self-made scanf mangling
1776 - use the portable timegm shown in his manpage instead of a strange
1777 looking code copycat from wget
1778 * ftparchive/writer.cc:
1779 - add ValidTime option to generate a Valid-Until header in Release file
1780 * apt-pkg/policy.cc:
1781 - get the candidate right for a not-installed pseudo package if
1782 his non-pseudo friend is installed
1783 * apt-pkg/indexcopy.cc:
1784 - move the gpg codecopy to a new method and use it also in methods/gpgv.cc
1786 -- Michael Vogt <mvo@debian.org> Thu, 10 Jun 2010 14:02:22 +0200
1788 apt (0.7.26~exp5) experimental; urgency=low
1790 [ David Kalnischkies ]
1791 * cmdline/apt-get.cc:
1792 - rerun dpkg-source in source if --fix-broken is given (Closes: #576752)
1793 - don't suggest held packages as they are installed (Closes: #578135)
1794 - handle multiple --{tar,diff,dsc}-only options correctly
1795 - show at the end of the install process a list of disappeared packages
1796 * cmdline/apt-cache.cc:
1797 - use GroupCount for package names in stats and add a package struct line
1799 - use the patchfile modification time instead of the one from the
1800 "old" file - thanks to Philipp Weis for noticing! (Closes: #571541)
1802 - remove targets referring to CVS or arch as they are useless
1803 - use $(CURDIR) instead of $(pwd)
1804 - use dpkg-buildflags if available for CXXFLAGS
1806 - remove the file completely as it has no use nowadays
1807 * apt-pkg/depcache.cc:
1808 - be doublesure that the killer query is empty before starting reinstall
1810 - remove the keyrings count limit by using vector magic
1812 - clarify "MMap reached size limit" error message, thanks Ivan Masár!
1814 - add entities for the current oldstable/stable/testing codenames
1815 * doc/sources.list.5.xml:
1816 - use stable-codename instead of stable in the examples (Closes: #531492)
1817 * doc/apt_preferences.5.xml:
1818 - adapt some examples here to use current codenames as well
1819 - add "NotAutomatic: yes" handling, thanks Osamu Aoki (Closes: #490347)
1820 * debian/libapt-pkg-doc.doc-base.cache:
1821 - remove yet another reference to the removed cache.sgml
1822 * doc/apt-get.8.xml:
1823 - do not say explicit target_release_{name,version,codename}, it should
1824 be clear by itself and 'man' can break lines again (Closes: #566166)
1825 - remove the gnome-apt reference as it is removed from unstable
1826 * apt-pkg/deb/dpkgpm.cc:
1827 - add 'disappear' to the known processing states, thanks Jonathan Nieder
1828 * apt-pkg/packagemanager.h:
1829 - export info about disappeared packages with GetDisappearedPackages()
1832 * methods/http.{cc,h}:
1833 - code cleanup, use enums instead of magic ints
1837 - spell out some less known options to reduce manpage consultation-rate
1838 - Use POSIX command substitution: $(<command sequence>)
1839 - Remove EOL whitespace (Closes: #577804)
1841 [ Julian Andres Klode ]
1842 * apt-pkg/acquire-item.cc:
1843 - Fix pkgAcqFile::Custom600Headers() to always return something.
1846 [ Christian Perrier ]
1847 * Slovak translation update. Closes: #581159
1848 * Italian translation update. Closes: #581742
1849 * Swedish translation update. Closes: #592366
1851 -- Michael Vogt <mvo@debian.org> Tue, 25 May 2010 16:01:42 +0200
1853 apt (0.7.26~exp4) experimental; urgency=low
1855 [ David Kalnischkies ]
1856 * apt-pkg/depcache.cc:
1857 - rewrite the pseudo package reinstaller to be more intelligent
1858 in his package choices
1859 * apt-pkg/packagemanager.cc:
1860 - don't try to "unpack" pseudo packages twice
1861 * apt-pkg/contrib/fileutl.cc:
1862 - add a parent-guarded "mkdir -p" as CreateDirectory()
1863 * apt-pkg/acquire.{cc,h}:
1864 - add a delayed constructor with Setup() for success reporting
1865 - check for and create directories in Setup if needed instead of
1866 error out unfriendly in the Constructor (Closes: #523920, #525783)
1867 - optional handle a lock file in Setup()
1868 * apt-pkg/acquire-item.cc:
1869 - Acquire::ForceHash to force method for expected hash
1870 * cmdline/apt-get.cc:
1871 - remove the lock file handling and let Acquire take care of it instead
1872 - display MD5Sum in --print-uris if not forced to use another method
1873 instead of displaying the strongest available (Closes: #576420)
1874 - regex for package names executed on Grp- not PkgIterator
1875 - show non-candidates as fallback for virtual packages (Closes: #578385)
1876 - set also "all" to this version for pseudo packages in TryToChangeVer
1877 * apt-pkg/deb/dpkgpm.cc:
1878 - remove Chroot-Directory from files passed to install commands.
1879 Thanks to Kel Modderman for report & patch! (Closes: #577226)
1880 * ftparchive/writer.cc:
1881 - remove 999 chars Files and Checksums rewrite limit (Closes: #577759)
1882 * cmdline/apt-cache.cc:
1883 - align Installed and Candidate Version in policy so they can be compared
1884 easier, thanks Ralf Gesellensetter for the pointer! (Closes: #578657)
1886 - Add a note about APT_CONFIG in the -c description (Closes: #578267)
1888 - correct typos in german apt_preferences manpage, thanks Chris Leick!
1889 * apt-pkg/sourcelist.cc:
1890 - be less strict and accept [option=value] as well
1891 * apt-pkg/contrib/configuration.cc:
1892 - error out if #clear directive has no argument
1894 - sync documentation with status quo, regarding files/directories in
1895 use, extended_states and uri schemes.
1897 - drop the file in favor of inplace documentation with doxygen
1898 * apt-pkg/pkgcache.h:
1899 - enhance the Groups ABI by providing a ID as the other structs does
1900 - check also the size of the Group struct then checking for the others
1903 * cmdline/apt-get.cc:
1904 - replace backticks with single quotes around fix-broken command
1905 in the broken packages message. (Closes: #577168)
1907 - modernize if-statements not to use 'x' (Closes: #577117)
1908 - replace backticks with POSIX $() (Closes: #577116)
1911 * [ Abi break ] apt-pkg/acquire-item.{cc,h}:
1912 - add "IsIndexFile" to constructor of pkgAcqFile so that it sends
1913 the right cache control headers
1914 * cmdline/apt-get.cc:
1915 - fix crash when pkg.VersionList() is empty
1916 * apt-pkg/depcache.cc:
1917 - fix incorrect std::cout usage for debug output
1918 * test/libapt/getlanguages_test.cc:
1919 - Add test for Esperanto that has nocounty associated with them
1921 * apt-pkg/deb/debrecords.cc:
1922 - fix max tag buffer size (LP: #545336, closes: #578959)
1924 - install html doxygen in libapt-pkg-doc
1926 - build-depend on doxygen
1928 [ Julian Andres Klode ]
1929 * apt-pkg/contrib/weakptr.h:
1930 - add a class WeakPointable which allows one to register weak pointers to
1931 an object which will be set to NULL when the object is deallocated.
1932 * [ABI break] apt-pkg/acquire{-worker,-item,}.h:
1933 - subclass pkgAcquire::{Worker,Item,ItemDesc} from WeakPointable.
1934 * apt-pkg/pkgcache.cc:
1935 - Merge fix from David to correct handling in single-arch environments.
1936 * cmdline/apt-cache.cc:
1937 - Add a showauto command to apt-cache.
1938 * cmdline/apt-get.cc:
1939 - Add apt-get markauto and unmarkauto commands.
1941 -- Michael Vogt <mvo@debian.org> Thu, 06 May 2010 09:32:54 +0200
1943 apt (0.7.26~exp3) experimental; urgency=low
1945 [ Christian Perrier ]
1946 * German translation update. Closes: #571037
1947 * Spanish manpages translation update. Closes: #573293
1948 * Dutch translation update. Closes: #573946
1949 * Polish manpages translation update. Closes: #574558
1950 * Add "manpages-pl (<< 20060617-3~)" to avoid file conflicts with
1951 that package that was providing some manpages for APT utilities.
1953 [ David Kalnischkies ]
1954 * [BREAK] merge MultiArch-ABI. We don't support MultiArch,
1955 but we support the usage of the new ABI so libapt users
1956 can start to prepare for MultiArch (Closes: #536029)
1957 * Ignore :qualifiers after package name in build dependencies
1958 in the library by default, but try to honour them in apt-get
1959 as we have some sort of MultiArch support ready (Closes: #558103)
1960 * add translation of the manpages to PT (portuguese)
1961 Thanks to Américo Monteiro!
1962 * Switch to dpkg-source 3.0 (native) format
1963 * apt-pkg/depcache.cc:
1964 - remove Auto-Installed information from extended_states
1965 together with the package itself (Closes: #572364)
1967 - don't crash if no arguments are given (Closes: #570962)
1969 - remove some years old and obsolete Replaces
1970 - add automake/conf build-depends/conflicts as recommend by
1971 the autotools-dev README (Closes: #572615)
1972 * apt-pkg/contrib/mmap.{h,cc}:
1973 - add char[] fallback for filesystems without shared writable
1974 mmap() like JFFS2. Thanks to Marius Vollmer for writing
1975 and to Loïc Minier for pointing to the patch! (Closes: #314334)
1976 * doc/apt_preferences.5.xml:
1977 - fix two typos and be more verbose in the novice warning.
1978 Thanks to Osamu Aoki for pointing it out! (Closes: #567669)
1979 - fix a=sid vs. n=sid typo, thanks Ansgar Burchardt!
1980 - origin can be used to match a hostname (Closes: #352667)
1981 - remove wrong pin-priority is optional remark (Closes: #574944)
1982 * apt-pkg/deb/dpkgpm.cc:
1983 - fix error message construction in OpenLog()
1984 - if available store the Commandline in the history
1985 * cmdline/apt-get.cc:
1986 - add a --only-upgrade flag to install command (Closes: #572259)
1987 - fix memory leaks in error conditions in DoSource()
1988 - try version match in FindSrc first exact than fuzzy (LP: #551178)
1989 * apt-pkg/contrib/cmndline.cc:
1990 - save Commandline in Commandline::AsString for logging
1991 * apt-pkg/deb/debversion.cc:
1992 - consider absent of debian revision equivalent to 0 (Closes: #573592)
1993 * doc/makefile, doc/*:
1994 - generate subdirectories for building the manpages in on the fly
1995 depending on the po files we have.
1996 * apt-pkg/pkgcachegen.cc:
1997 - merge versions correctly even if multiple different versions
1998 with the same version number are available.
1999 Thanks to Magnus Holmgren for the patch! (Closes: #351056)
2000 * ftparchive/writer.cc:
2001 - write LongDescriptions if they shouldn't be included in Packages
2002 file into i18n/Translation-en by default.
2004 - correct a few typos in the german manpage translation.
2005 Thanks to Chris Leick and Georg Koppen! (Closes: #574962)
2006 * apt-pkg/contrib/strutl.cc:
2007 - convert all toupper calls to tolower_ascii for a little speedup
2009 [ Jean-Baptiste Lallement ]
2010 * apt-pkg/contrib/strutl.cc:
2011 - always escape '%' (LP: #130289) (Closes: #500560)
2012 - unescape '%' sequence only if followed by 2 hex digit
2013 - username/password are urlencoded in proxy string (RFC 3986)
2015 [ Julian Andres Klode ]
2016 * cmdline/apt-cache.cc:
2017 - Change behavior of showsrc to match the one of show (Closes: #512046).
2019 - Honor Apt::GPGV::TrustedKeyring (Closes: #316390)
2021 - Use the new python-apt API (and conflict with python-apt << 0.7.93.2).
2022 * apt-inst/contrib/arfile.h:
2023 - Add public ARArchive::Members() which returns the list of members.
2024 * apt-pkg/policy.cc:
2025 - Always return a candidate if there is at least one version pinned > 0
2027 * ftparchive/apt-ftparchive.cc:
2028 - Read default configuration (Closes: #383257)
2030 - Fix the libraries name to be e.g. libapt-pkg4.9 instead of
2034 * apt-pkg/deb/dpkgpm.cc:
2035 - fix backgrounding when dpkg runs (closes: #486222)
2037 - show error on incorrect aguments (LP: #517917), thanks to
2039 * cmdline/apt-get.cc:
2040 - if apt-get source foo=version or foo/distro can not be found,
2041 error out (LP: #502641)
2042 * apt-pkg/packagemanager.cc:
2043 - better debug output
2044 * doc/examples/configure-index:
2045 - add missing Debug::pkgPackageManager option
2047 -- Michael Vogt <mvo@debian.org> Thu, 01 Apr 2010 17:30:43 +0200
2049 apt (0.7.26~exp2) experimental; urgency=low
2051 * fix crash when LANGUAGE is not set
2053 -- Michael Vogt <mvo@debian.org> Thu, 18 Feb 2010 22:07:23 +0100
2055 apt (0.7.26~exp1) experimental; urgency=low
2057 [ David Kalnischkies ]
2058 * [BREAK] add possibility to download and use multiply
2059 Translation files, configurable with Acquire::Translation
2060 (Closes: #444222, #448216, #550564)
2061 * Ignore :qualifiers after package name in build dependencies
2062 for now as long we don't understand them (Closes: #558103)
2063 * apt-pkg/contrib/mmap.{cc,h}:
2064 - extend it to have a growable flag - unused now but maybe...
2065 * apt-pkg/pkgcache.h:
2066 - use long instead of short for {Ver,Desc}File size,
2067 patch from Víctor Manuel Jáquez Leal, thanks! (Closes: #538917)
2068 * apt-pkg/acquire-item.cc:
2069 - allow also to skip the last patch if target is reached,
2070 thanks Bernhard R. Link! (Closes: #545699)
2071 * ftparchive/writer.{cc,h}:
2072 - add --arch option for packages and contents commands
2073 - if an arch is given accept only *_all.deb and *_arch.deb instead
2074 of *.deb. Thanks Stephan Bosch for the patch! (Closes: #319710)
2075 - add APT::FTPArchive::AlwaysStat to disable the too aggressive
2076 caching if versions are build multiply times (not recommend)
2077 Patch by Christoph Goehre, thanks! (Closes: #463260)
2078 * apt-pkg/deb/dpkgpm.cc:
2079 - stdin redirected to /dev/null takes all CPU (Closes: #569488)
2080 Thanks to Aurelien Jarno for providing (again) a patch!
2081 * buildlib/apti18n.h.in, po/makefile:
2082 - add ngettext support with P_()
2083 * aptconfiguration.cc:
2084 - include all existing Translation files in the Cache (Closes: 564137)
2086 - update with no changes to debian policy 3.8.4
2087 * doc/apt_preferences.5.xml:
2088 - explicitly warn against careless use (Closes: #567669)
2090 - remove creation of empty dir /usr/share/apt
2091 * doc/apt-cdrom.8.xml:
2092 - fix typo spotted by lintian: proc(c)eed
2095 * Slovak translation update. Closes: #568294
2098 * [BREAK] merged lp:~mvo/apt/history
2099 - this writes a /var/log/apt/history tagfile that contains details
2100 from the transaction (complements term.log)
2102 - add cache-control headers even if no cache is given to allow
2103 adding options for intercepting proxies
2104 - add Acquire::http::ProxyAutoDetect configuration that
2105 can be used to call a external helper to figure out the
2106 proxy configuration and return it to apt via stdout
2107 (this is a step towards WPAD and zeroconf/avahi support)
2109 - add new abitest tester using the ABI Compliance Checker from
2110 http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker
2113 * Change the package index Info methods to allow apt-cache policy to be
2114 useful when using several different archives on the same host.
2115 (Closes: #329814, LP: #22354)
2117 -- Michael Vogt <mvo@debian.org> Thu, 18 Feb 2010 16:11:39 +0100
2119 apt (0.7.25.3) unstable; urgency=low
2121 [ Christian Perrier ]
2122 * Italian translation update. Closes: #567532
2124 [ David Kalnischkies ]
2125 * apt-pkg/contrib/macros.h:
2126 - install the header system.h with a new name to be able to use
2127 it in other headers (Closes: #567662)
2128 * cmdline/acqprogress.cc:
2129 - Set Mode to Medium so that the correct prefix is used.
2130 Thanks Stefan Haller for the patch! (Closes: #567304 LP: #275243)
2131 * ftparchive/writer.cc:
2132 - generate sha1 and sha256 checksums for dsc (Closes: #567343)
2133 * cmdline/apt-get.cc:
2134 - don't mark as manually if in download only (Closes: #468180)
2136 -- Michael Vogt <mvo@debian.org> Mon, 01 Feb 2010 18:41:15 +0100
2138 apt (0.7.25.2) unstable; urgency=low
2141 * apt-pkg/contrib/cdromutl.cc:
2142 - fix UnmountCdrom() fails, give it a bit more time and try
2145 - fix crash in pkgUdevCdromDevices
2147 - fixes in multi cdrom setup code (closes: #549312)
2148 - add new "Acquire::cdrom::AutoDetect" config that enables/disables
2149 the dlopen of libudev for automatic cdrom detection. Off by default
2150 currently, feedback/testing welcome
2151 * cmdline/apt-cdrom.cc:
2152 - add new --auto-detect option that uses libudev to figure out
2153 the cdrom/mount-point
2155 - merge fix from Gene Cash that supports markauto for
2156 packages that are not in the extended_states file yet
2158 * ftparchive/writer.{cc,h}:
2159 - merge crash fix for apt-ftparchive on hurd, thanks to
2160 Samuel Thibault for the patch (closes: #566664)
2162 [ David Kalnischkies ]
2163 * apt-pkg/contrib/fileutl.cc:
2164 - Fix the newly introduced method GetListOfFilesInDir to not
2165 accept every file if no extension is enforced
2166 (= restore old behaviour). (Closes: #565213)
2167 * apt-pkg/policy.cc:
2168 - accept also partfiles with "pref" file extension as valid
2169 * apt-pkg/contrib/configuration.cc:
2170 - accept also partfiles with "conf" file extension as valid
2171 * doc/apt.conf.5.xml:
2172 - reorder description and split out syntax
2173 - add partfile name convention (Closes: #558348)
2174 * doc/apt_preferences.conf.5.xml:
2175 - describe partfile name convention also here
2176 * apt-pkg/deb/dpkgpm.cc:
2177 - don't segfault if term.log file can't be opened.
2178 Thanks Sam Brightman for the patch! (Closes: #475770)
2180 - replace the per language addendum with a global addendum
2181 - add a explanation why translations include (maybe) english
2182 parts to the new global addendum (Closes: #561636)
2183 * apt-pkg/contrib/strutl.cc:
2184 - fix malloc asseration fail with ja_JP.eucJP locale in
2185 apt-cache search. Thanks Kusanagi Kouichi! (Closes: #548884)
2187 [ Christian Perrier ]
2188 * French translation update
2190 -- Michael Vogt <mvo@debian.org> Wed, 27 Jan 2010 16:16:10 +0100
2192 apt (0.7.25.1) unstable; urgency=low
2194 [ Christian Perrier ]
2195 * French manpage translation update
2196 * Russian translation update by Yuri Kozlov
2200 * spot & fix various typos in all manpages
2201 * German manpage translation update
2203 [ David Kalnischkies ]
2204 * cmdline/apt-cache.cc:
2205 - remove translatable marker from the "%4i %s\n" string
2206 * buildlib/po4a_manpage.mak:
2207 - instruct debiandoc to build files with utf-8 encoding
2208 * buildlib/tools.m4:
2209 - fix some warning from the buildtools
2210 * apt-pkg/acquire-item.cc:
2211 - add configuration PDiffs::Limit-options to not download
2212 too many or too big patches (Closes: #554349)
2214 - let all packages depend on ${misc:Depends}
2215 * share/*-archive.gpg:
2216 - remove the horrible outdated files. We already depend on
2217 the keyring so we don't need to ship our own version
2219 - errors out if wget is not installed (Closes: #545754)
2220 - add --keyring option as we have now possibly many
2222 - pass all keyrings (TrustedParts) to gpgv instead of
2223 using only one trusted.gpg keyring (Closes: #304846)
2225 - finally merge the rest of the patchset from Arnaud Ebalard
2226 with the CRL and Issuers options, thanks! (Closes: #485963)
2227 * apt-pkg/deb/debindexfile.cc, apt-pkg/pkgcachegen.cc:
2228 - add debug option Debug::pkgCacheGen
2231 * cmdline/apt-get.cc:
2232 - merge fix for apt-get source pkg=version regression
2235 - merged updated ru.po, thanks to Yuri Kozlov (closes: #564171)
2237 -- Michael Vogt <mvo@debian.org> Sat, 09 Jan 2010 21:52:36 +0100
2239 apt (0.7.25) unstable; urgency=low
2241 [ Christian Perrier ]
2242 * Fix apt-ftparchive(1) wrt description of the "-o" option.
2243 Thanks to Dann Frazier for the patch. Closes: #273100
2244 * po/LINGUAS. Re-disable Hebrew. Closes: #534992
2245 * po/LINGUAS. Enable Asturian and Lithuanian
2246 * Fix typo in apt-cache.8.xml: nessasarily
2247 * Fix "with with" in apt-get.8.xml
2248 * Fix some of the typos mentioned by the german team
2250 * Polish translation update by Wiktor Wandachowicz
2252 * German translation update by Holger Wansing
2254 * Italian translation update by Milo Casagrande
2256 * Simplified Chinese translation update by Aron Xu
2258 * Slovak translation update by Ivan Masár
2262 * apt-pkg/packagemanager.cc:
2263 - add output about pre-depends configuring when debug::pkgPackageManager
2266 - fix incorrect use of CURLOPT_TIMEOUT, closes: #497983, LP: #354972
2267 thanks to Brian Thomason for the patch
2268 * merge lp:~mvo/apt/netrc branch, this adds support for a
2269 /etc/apt/auth.conf that can be used to store username/passwords
2270 in a "netrc" style file (with the extension that it supports "/"
2271 in a machine definition). Based on the maemo git branch (Closes: #518473)
2272 (thanks also to Jussi Hakala and Julian Andres Klode)
2273 * apt-pkg/deb/dpkgpm.cc:
2274 - add "purge" to list of known actions
2276 - add compatibility with old ABI name until the next ABI break
2277 * merge segfault fix from Mario Sanchez Prada, many thanks
2281 * apt-pkg/depcache.cc, apt-pkg/indexcopy.cc:
2282 - typo fix (LP: #462328)
2286 - Emit a warning if removed keys keyring is missing and skip associated
2287 checks (LP: #218971)
2289 [ David Kalnischkies ]
2290 * apt-pkg/packagemanager.cc:
2291 - better debug output for ImmediateAdd with depth and why
2292 - improve the message shown for failing immediate configuration
2293 * doc/guide.it.sgml: moved to doc/it/guide.it.sgml
2294 * doc/po4a.conf: activate translation of guide.sgml and offline.sgml
2295 * doc/apt.conf.5.xml:
2296 - provide a few more details about APT::Immediate-Configure
2297 - briefly document the behaviour of the new https options
2298 * doc/sources.list.5.xml:
2299 - add note about additional apt-transport-methods
2300 * doc/apt-mark.8.xml:
2301 - correct showauto synopsis, thanks Andrew Schulman (Closes: #551440)
2302 * cmdline/apt-get.cc:
2303 - source should display his final pkg pick (Closes: #249383, #550952)
2304 - source doesn't need the complete version for match (Closes: #245250)
2305 - source ignores versions/releases if not available (Closes: #377424)
2306 - only warn if (free) space overflows (Closes: #522238)
2307 - add --debian-only as alias for --diff-only
2308 * methods/connect.cc:
2309 - display also strerror of "wicked" getaddrinfo errors
2310 - add AI_ADDRCONFIG to ai_flags as suggested by Aurelien Jarno
2311 in response to Bernhard R. Link, thanks! (Closes: #505020)
2312 * buildlib/configure.mak, buildlib/config.{sub,guess}:
2313 - remove (outdated) config.{sub,guess} and use the ones provided
2314 by the new added build-dependency autotools-dev instead
2315 * configure.in, buildlib/{xml,yodl,sgml}_manpage.mak:
2316 - remove the now obsolete manpage buildsystems
2317 * doc/{pl,pt_BR,es,it}/*.{sgml,xml}:
2318 - convert all remaining translation to the po4a system
2320 - drop build-dependency on docbook-utils and xmlto
2321 - add build-dependency on autotools-dev
2322 - bump policy to 3.8.3 as we have no outdated manpages anymore
2324 - fix a typo in 0.7.24: Allready -> Already (Closes: #557674)
2325 * ftparchive/writer.{cc,h}:
2326 - add APT::FTPArchive::LongDescription to be able to disable them
2327 * apt-pkg/deb/debsrcrecords.cc:
2328 - use "diff" filetype for .debian.tar.* files (Closes: #554898)
2330 - rewrite to be able to handle even big patch files
2331 - adopt optional mmap+iovec patch from Morten Hustveit
2332 (Closes: #463354) which should speed up a bit. Thanks!
2333 * methods/http{,s}.cc
2334 - add config setting for User-Agent to the Acquire group,
2335 thanks Timothy J. Miller! (Closes: #355782)
2336 - add https options which default to http ones (Closes: #557085)
2337 * debian/apt.cron.daily:
2338 - check cache size even if we do nothing else otherwise, thanks
2339 Francesco Poli for patch(s) and patience! (Closes: #459344)
2341 - fix a few typos in strings, comments and manpage,
2342 thanks Karl Goetz! (Closes: #558757)
2346 - print an error if a new state file can't be created
2347 (Closes: #521289) and
2348 - exit nicely if python-apt is not installed (Closes: #521284)
2351 * doc/de: German translation of manpages (Closes: #552606)
2352 * doc/ various manpages:
2353 - correct various errors, typos and oddities (Closes: #552535)
2354 * doc/apt-secure.8.xml:
2355 - replace literal with emphasis tags in Archive configuration
2356 * doc/apt-ftparchive.1.xml:
2357 - remove informalexample tag which hides the programlisting
2358 * doc/apt-get.8.xml:
2359 - change equivalent "for" to "to the" (purge command)
2360 - clarify --fix-broken sentence about specifying packages
2362 [ Eugene V. Lyubimkin ]
2363 * apt-pkg/contib/strutl.h
2364 - Avoid extra inner copy in APT_MKSTRCMP and APT_MKSTRCMP2.
2365 * build infrastructure:
2366 - Bumped libapt version, excluded eglibc from SONAME. (Closes: #448249)
2368 [ Julian Andres Klode ]
2369 * doc/apt.conf.5.xml:
2370 - Deprecate unquoted values, string concatenation and explain what should
2371 not be written inside a value (quotes,backslash).
2372 - Restrict option names to alphanumerical characters and "/-:._+".
2373 - Deprecate #include, we have apt.conf.d nowadays which should be
2375 * ftparchive/apt-ftparchive.cc:
2376 - Call setlocale() so translations are actually used.
2377 * debian/apt.conf.autoremove:
2378 - Add kfreebsd-image-* to the list (Closes: #558803)
2380 -- Michael Vogt <mvo@debian.org> Tue, 15 Dec 2009 09:21:55 +0100
2382 apt (0.7.24) unstable; urgency=low
2384 [ Nicolas François ]
2385 * Cleaned up the first patch draft from KURASAWA Nozomu to finally
2386 get po4a support for translating the man pages.
2387 Many thanks to both for this excellent work! (Closes: #441608)
2388 * doc/ja/*, doc/po/ja.po:
2389 - remove the old ja man page translation and replace it with
2390 the new po4a-powered translation by KURASAWA Nozomu.
2391 * doc/*.?.xml (manpages):
2392 - add contrib to author tags and also add refmiscinfo to fix warnings
2393 * doc/style.txt, buildlib/defaults.mak, buildlib/manpage.mak:
2394 - fix a few typos in the comments of this files
2397 * apt-pkg/deb/dpkgpm.cc:
2398 - when tcgetattr() returns non-zero skip all pty magic
2399 (thanks to Simon Richter, closes: #509866)
2400 * apt-inst/contrib/arfile.cc:
2401 - show propper error message for Invalid archive members
2403 [ David Kalnischkies ]
2405 - update file with doxygen 1.6.1 (current unstable)
2406 - activate DOT_MULTI_TARGETS, it is default on since doxygen 1.5.9
2407 * buildlib/po4a_manpage.mak, doc/makefile, configure:
2408 - simplify the makefiles needed for po4a manpages
2409 * apt-pkg/contrib/configuration.cc:
2410 - add a helper to easily get a vector of strings from the config
2411 * apt-pkg/contrib/strutl.cc:
2412 - replace unknown multibytes with ? in UTF8ToCharset (Closes: #545208)
2413 * doc/apt-get.8.xml:
2414 - fix two little typos in the --simulate description. (Closes: #545059)
2415 * apt-pkg/aptconfiguration.cc, doc/apt.conf.5.xml:
2416 - add an order subgroup to the compression types to simplify reordering
2417 a bit and improve the documentation for this option group.
2418 * doc/apt.conf.5.xml:
2419 - document the Acquire::http::Dl-Limit option
2420 - try to be crystal clear about the usage of :: and {} (Closes: #503481)
2421 * doc/apt-cache.8.xml:
2422 - clarify the note for the pkgnames command (Closes: #547599)
2423 * doc/apt.ent, all man pages:
2424 - move the description of files to globally usable entities
2425 * doc/apt_preferences.5.xml:
2426 - document the new preferences.d folder (Closes: #544017)
2428 - add at the top without failing (by Bernhard R. Link, Closes: #545694)
2429 * buildlib/sizetable:
2430 - add amd64 for cross building (by Mikhail Gusarov, Closes: #513058)
2432 - remove file as nobody will upgrade from 0.4.10 anymore
2434 - remove gnome-apt suggestion as it was removed from debian
2435 * apt-pkg/deb/dpkgpm.cc, apt-pkg/packagemanager.cc, apt-pkg/orderlist.cc:
2436 - add and document _experimental_ options to make (aggressive)
2437 use of dpkg's trigger and configuration handling (Closes: #473461)
2438 * cmdline/apt-get.cc:
2439 - ignore versions that are not candidates when selecting a package
2440 instead of a virtual one (by Marius Vollmer, Closes: #547788)
2442 [ Christian Perrier ]
2443 * doc/fr/*, doc/po/fr.po:
2444 - remove the old fr man page translation and replace it with
2445 the new po4a-powered translation
2446 * doc/de: dropped (translation is too incomplete to be useful in
2447 the transition to the po4a-powered translations)
2449 -- Michael Vogt <mvo@debian.org> Fri, 25 Sep 2009 19:57:25 +0200
2451 apt (0.7.23.1) unstable; urgency=low
2454 * apt-pkg/pkgcache.cc:
2455 - do not set internel "needs-configure" state for packages in
2456 triggers-pending state. dpkg will deal with the trigger and
2457 it if does it before we trigger it, dpkg will error out
2459 * apt-pkg/acquire-item.cc:
2460 - do not segfault on invalid items (closes: #544080)
2462 -- Michael Vogt <mvo@debian.org> Fri, 28 Aug 2009 21:53:20 +0200
2464 apt (0.7.23) unstable; urgency=low
2466 [ Eugene V. Lyubimkin ]
2467 * methods/{http,https,ftp}, doc/apt.conf.5.xml:
2468 - Changed and unified the code that determines which proxy to use. Now
2469 'Acquire::{http,ftp}::Proxy[::<host>]' options have the highest priority,
2470 and '{http,ftp}_proxy' environment variables are used only if options
2471 mentioned above are not specified.
2472 (Closes: #445985, #157759, #320184, #365880, #479617)
2474 [ David Kalnischkies ]
2475 * cmdline/apt-get.cc:
2476 - add APT::Get::HideAutoRemove=small to display only a short line
2477 instead of the full package list. (Closes: #537450)
2478 - ShowBroken() in build-dep (by Mike O'Connor, Closes: #145916)
2479 - check for statfs.f_type (by Robert Millan, Closes: #509313)
2480 - correct the order of picked package binary vs source in source
2481 - use SourceVersion instead of the BinaryVersion to get the source
2482 Patch by Matt Kraai, thanks! (Closes: #382826)
2483 - add pkg/archive and codename in source (Closes: #414105, #441178)
2484 * apt-pkg/contrib/strutl.cc:
2485 - enable thousand separator according to the current locale
2486 (by Luca Bruno, Closes: #223712)
2487 * doc/apt.conf.5.xml:
2488 - mention the apt.conf.d dir (by Vincent McIntyre, Closes: #520831)
2489 * apt-inst/contrib/arfile.cc:
2490 - use sizeof instead strlen (by Marius Vollmer, Closes: #504325)
2491 * doc/apt-mark.8.xml:
2492 - improve manpage based on patch by Carl Chenet (Closes: #510286)
2493 * apt-pkg/acquire-item.cc:
2494 - use configsettings for dynamic compression type use and order.
2495 Based on a patch by Jyrki Muukkonen, thanks! (LP: #71746)
2496 * apt-pkg/aptconfiguration.cc:
2497 - add default configuration for compression types and add lzma
2498 support. Order is now bzip2, lzma, gzip, none (Closes: #510526)
2499 * ftparchive/writer.cc:
2500 - add lzma support also here, patch for this (and inspiration for
2501 the one above) by Robert Millan, thanks!
2502 * apt-pkg/depcache.cc:
2503 - restore the --ignore-hold effect in the Is{Delete,Install}Ok hooks
2504 * doc/apt-get.8.xml:
2505 - update the source description to reflect what it actually does
2506 and how it can be used. (Closes: #413021)
2508 - allow empty Reason-Phase in Status-Line to please squid,
2509 thanks Modestas Vainius for noticing! (Closes: #531157, LP: #411435)
2512 * cmdline/apt-cache.cc:
2513 - fix a memory leak in the xvcg method (Closes: #511557)
2514 * apt-pkg/indexcopy.cc:
2515 - fix a memory leak then the Release file not exists (Closes: #511556)
2517 -- Michael Vogt <mvo@debian.org> Thu, 27 Aug 2009 14:44:39 +0200
2519 apt (0.7.22.2) unstable; urgency=low
2521 * debian/apt.cron.daily:
2522 - Make sure that VERBOSE is always set (Closes: #539366)
2523 - Script can be disabled by APT::Periodic::Enable=0 (Closes: #485476)
2524 - Support using debdelta to download packages (Closes: #532079)
2526 -- Julian Andres Klode <jak@debian.org> Thu, 06 Aug 2009 12:17:19 +0200
2528 apt (0.7.22.1) unstable; urgency=low
2531 * cmdline/apt-get.cc:
2532 - honor APT::Get::Only-Source properly in FindSrc() (thanks to
2533 Martin Pitt for reporting the problem), also Closes: #535362.
2535 [ Julian Andres Klode ]
2536 * apt-pkg/contrib/mmap.cc:
2537 - Fix FTBFS on GNU/kFreeBSD by disabling DynamicMMap::Grow() on
2538 non-Linux architectures as it uses mremap (Closes: #539742).
2539 * apt-pkg/sourcelist.cc:
2540 - Only warn about missing sources.list if there is no sources.list.d
2541 and vice versa as only one of them is needed (Closes: #539731).
2543 - Add myself to Uploaders.
2544 - Increase Standards-Version to 3.8.2.0.
2546 -- Julian Andres Klode <jak@debian.org> Mon, 03 Aug 2009 12:48:31 +0200
2548 apt (0.7.22) unstable; urgency=low
2550 [ Christian Perrier ]
2551 * Documentation translations:
2552 - Fix a typo in apt-get(8) French translation. Closes: #525043
2553 Thanks to Guillaume Delacour for spotting it.
2554 - Updated apt.conf(5) manpgae French translation.
2555 Thanks to Aurélien Couderc.
2558 - sk.po. Closes: #525857
2559 - ru.po. Closes: #526816
2560 - eu.po. Closes: #528985
2561 - zh_CN.po. Closes: #531390
2563 - it.po. Closes: #531758
2564 - ca.po. Closes: #531921
2565 - de.po. Closes: #536430
2566 * Added translations
2567 - ast.po (Asturian by Marcos Alvareez Costales).
2568 Closes: #529007, #529730, #535328
2570 [ David Kalnischkies ]
2571 * [ABI break] support '#' in apt.conf and /etc/apt/preferences
2573 * [ABI break] Allow pinning by codename (closes: #97564)
2574 * support running "--simulate" as user
2575 * add depth information to the debug output and show what depends
2576 type triggers a autoinst (closes: #458389)
2577 * add Debug::pkgDepCache::Marker with more detailed debug output
2579 * add Debug::pkgProblemResolver::ShowScores and make the scores
2581 * do not write state file in simulate mode (closes: #433007)
2582 * add hook for MarkInstall and MarkDelete (closes: #470035)
2583 * fix typo in apt-pkg/acquire.cc which prevents Dl-Limit to work
2584 correctly when downloading from multiple sites (Closes: #534752)
2585 * add the various foldmarkers in apt-pkg & cmdline (no code change)
2586 * versions with a pin of -1 shouldn't be a candidate (Closes: #355237)
2587 * prefer mmap as memory allocator in MMap instead of a static char
2588 array which can (at least in theory) grow dynamic
2589 * eliminate (hopefully all) segfaults in pkgcachegen.cc and mmap.cc
2590 which can arise if cache doesn't fit into the mmap (Closes: #535218)
2591 * display warnings instead of errors if the parts dirs doesn't exist
2594 * honor the dpkg hold state in new Marker hooks (closes: #64141)
2595 * debian/apt.cron.daily:
2596 - if the timestamp is too far in the future, delete it
2597 * apt-pkg/acquire.cc:
2598 - make the max pipeline depth of the acquire queue configurable
2599 via Acquire::Max-Pipeline-Depth
2600 * apt-pkg/deb/dpkgpm.cc:
2601 - add Dpkg::UseIoNice boolean option to run dpkg with ionice -c3
2603 - send "dpkg-exec" message on the status fd when dpkg is run
2604 - provide DPkg::Chroot-Directory config option (useful for testing)
2605 - fix potential hang when in a background process group
2606 * apt-pkg/algorithms.cc:
2607 - consider recommends when making the scores for the problem
2609 * apt-pkg/acquire-worker.cc:
2610 - show error details of failed methods
2611 * apt-pkg/contrib/fileutl.cc:
2612 - if a process aborts with signal, show signal number
2614 - ignore SIGPIPE, we deal with EPIPE from write in
2615 HttpMethod::ServerDie() (LP: #385144)
2616 * Only run Download-Upgradable and Unattended-Upgrades if the initial
2617 update was successful Closes: #341970
2618 * apt-pkg/indexcopy.cc:
2619 - support having CDs with no Packages file (just a Packages.gz)
2620 by not forcing a verification on non-existing files
2622 - remove the gettext from a string that consists entirely
2623 of variables (LP: #56792)
2624 * apt-pkg/cacheiterators.h:
2625 - add missing checks for Owner == 0 in end()
2626 * apt-pkg/indexrecords.cc:
2627 - fix some i18n issues
2628 * apt-pkg/contrib/strutl.h:
2629 - add new strprintf() function to make i18n strings easier
2630 - fix compiler warning
2631 * apt-pkg/deb/debsystem.cc:
2632 - make strings i18n able
2633 * fix problematic use of tolower() when calculating the version
2634 hash by using locale independent tolower_ascii() function.
2635 Thanks to M. Vefa Bicakci (LP: #80248)
2636 * build fixes for g++-4.4
2638 - add "showauto" option to show automatically installed packages
2639 * document --install-recommends and --no-install-recommends
2640 (thanks to Dereck Wonnacott, LP: #126180)
2641 * doc/apt.conf.5.xml:
2642 - merged patch from Aurélien Couderc to improve the text
2644 * [ABI] merged the libudev-dlopen branch, this allows to pass
2645 "apt-udev-auto" to Acquire::Cdrom::mount and the cdrom method will
2646 dynamically find/mount the cdrom device (if libhal is available)
2648 [ Julian Andres Klode ]
2649 * apt-pkg/contrib/configuration.cc: Fix a small memory leak in
2651 * Introduce support for the Enhances field. (Closes: #137583)
2652 * Support /etc/apt/preferences.d, by adding ReadPinDir() (Closes: #535512)
2653 * configure-index: document Dir::Etc::SourceParts and some other options
2655 * Remove Eugene V. Lyubimkin from uploaders as requested.
2656 * apt-pkg/contrib/hashes.cc, apt-pkg/contrib/md5.cc:
2657 - Support reading until EOF if Size=0 to match behaviour of
2658 SHA1Summation and SHA256Summation
2661 * Updated cron script to support backups by hardlinks and
2662 verbose levels. All features turned off by default.
2663 * Added more error handlings. Closes: #438803, #462734, #454989
2664 * Documented all cron script related configuration items in
2667 [ Dereck Wonnacott ]
2668 * apt-ftparchive might write corrupt Release files (LP: #46439)
2669 * Apply --important option to apt-cache depends (LP: #16947)
2672 * Apply patch from Sami Liedes <sliedes@cc.hut.fi> to reduce the
2673 number of times we call progress bar updating and debugging
2674 configuration settings.
2675 * Apply patch from Sami Liedes <sliedes@cc.hut.fi> to avoid unecessary
2676 temporary allocations.
2678 -- Michael Vogt <mvo@debian.org> Wed, 29 Jul 2009 19:16:22 +0200
2680 apt (0.7.21) unstable; urgency=low
2682 [ Christian Perrier ]
2684 - bg.po. Closes: #513211
2685 - zh_TW.po. Closes: #513311
2686 - nb.po. Closes: #513843
2687 - fr.po. Closes: #520430
2688 - sv.po. Closes: #518070
2689 - sk.po. Closes: #520403
2690 - it.po. Closes: #522222
2691 - sk.po. Closes: #520403
2693 [ Jamie Strandboge ]
2694 * apt.cron.daily: catch invalid dates due to DST time changes
2699 - properly check for expired and revoked keys (closes: #433091)
2700 * apt-pkg/contrib/strutl.cc:
2701 - fix TimeToStr i18n (LP: #289807)
2702 * [ABI break] merge support for http redirects, thanks to
2703 Jeff Licquia and Anthony Towns
2704 * [ABI break] use int for the package IDs (thanks to Steve Cotton)
2705 * apt-pkg/pkgcache.cc:
2706 - do not run "dpkg --configure pkg" if pkg is in trigger-awaited
2709 - add Acquire::https::AllowRedirect support
2710 * Clarify the --help for 'purge' (LP: #243948)
2711 * cmdline/apt-get.cc
2712 - fix "apt-get source pkg" if there is a binary package and
2713 a source package of the same name but from different
2714 packages (LP: #330103)
2717 * cmdline/acqprogress.cc:
2718 - Call pkgAcquireStatus::Pulse even if quiet, so that we still get
2719 dlstatus messages on the status-fd (LP: #290234).
2721 -- Michael Vogt <mvo@debian.org> Tue, 14 Apr 2009 14:12:51 +0200
2723 apt (0.7.20.2) unstable; urgency=medium
2725 [ Eugene V. Lyubimkin ]
2726 * Urgency set to medium due to RC bug fix.
2727 * doc/apt.ent, apt-get.8.xml:
2728 - Fix invalid XML entities. (Closes: #514402)
2730 -- Eugene V. Lyubimkin <jackyf.devel@gmail.com> Sat, 07 Feb 2009 16:48:21 +0200
2732 apt (0.7.20.1) unstable; urgency=low
2735 * apt-pkg/pkgcachegen.cc:
2736 - fix apt-cache search for localized description
2739 [ Christian Perrier ]
2741 - fr.po: fix spelling error to "défectueux". Thanks to Thomas Péteul.
2743 -- Michael Vogt <mvo@debian.org> Tue, 20 Jan 2009 09:35:05 +0100
2745 apt (0.7.20) unstable; urgency=low
2747 [ Eugene V. Lyubimkin ]
2749 - Fixed place of 'merged install-recommends and install-task branches'
2750 from 0.6.46.1 to 0.7.0. (Closes: #439866)
2751 * buildlib/config.{sub,guess}:
2752 - Renewed. This fixes lintian errors.
2753 * doc/apt.conf.5.xml, debian/apt-transport-https:
2754 - Documented briefly 'Acquire::https' group of options. (Closes: #507398)
2755 - Applied patch from Daniel Burrows to document 'Debug' group of options.
2757 - Mentioned 'APT::Periodic' and 'APT::Archives' groups of options.
2759 - Mentioned '/* ... */' comments. (Closes: #507601)
2760 * doc/examples/sources.list:
2761 - Removed obsolete commented non-us deb-src entry, replaced it with
2762 'deb-src security.debian.org' one. (Closes: #411298)
2763 * apt-pkg/contrib/mmap.cc:
2764 - Added instruction how to work around MMap error in MMap error message.
2765 (Closes: #385674, 436028)
2767 - Actualized. Removed obsolete Qt section, added GPLv2 clause.
2768 (Closes: #440049, #509337)
2771 * add option to "apt-get build-dep" to mark the needed
2772 build-dep packages as automatic installed.
2773 This is controlled via the value of
2774 APT::Get::Build-Dep-Automatic and is set "false" by default.
2775 Thanks to Aaron Haviland, closes: #448743
2776 * apt-inst/contrib/arfile.cc:
2777 - support members ending with '/' as well (thanks to Michal Cihr,
2780 [ Christian Perrier ]
2782 - Finnish updated. Closes: #508449
2783 - Galician updated. Closes: #509151
2784 - Catalan updated. Closes: #509375
2785 - Vietnamese updated. Closes: #509422
2786 - Traditional Chinese added. Closes: #510664
2787 - French corrected (remove awful use of first person)
2789 -- Michael Vogt <mvo@debian.org> Mon, 05 Jan 2009 08:59:20 +0100
2791 apt (0.7.19) unstable; urgency=low
2793 [ Eugene V. Lyubimkin ]
2794 * doc/sources.list.5.xml:
2795 - Mentioned allowed characters in file names in /etc/apt/sources.list.d.
2796 Thanks to Matthias Urlichs. (Closes: #426913)
2797 * doc/apt-get.8.xml:
2798 - Explicitly say that 'dist-upgrade' command may remove packages.
2799 - Included '-v'/'--version' as a command to synopsis.
2800 * cmdline/apt-cache.cc:
2801 - Advanced built-in help. Patch by Andre Felipe Machado. (Closes: #286061)
2802 - Fixed typo 'GraphVis' -> 'GraphViz'. (Closes: #349038)
2803 - Removed asking to file a release-critical bug against a package if there
2804 is a request to install only one package and it is not installable.
2808 - fix SIGHUP handling (closes: #463030)
2810 [ Christian Perrier ]
2813 - Bulgarian updated. Closes: #505476
2814 - Slovak updated. Closes: #505483
2815 - Swedish updated. Closes: #505491
2816 - Japanese updated. Closes: #505495
2817 - Korean updated. Closes: #505506
2818 - Catalan updated. Closes: #505513
2819 - British English updated. Closes: #505539
2820 - Italian updated. Closes: #505518, #505683
2821 - Polish updated. Closes: #505569
2822 - German updated. Closes: #505614
2823 - Spanish updated. Closes: #505757
2824 - Romanian updated. Closes: #505762
2825 - Simplified Chinese updated. Closes: #505727
2826 - Portuguese updated. Closes: #505902
2827 - Czech updated. Closes: #505909
2828 - Norwegian Bokmål updated. Closes: #505934
2829 - Brazilian Portuguese updated. Closes: #505949
2830 - Basque updated. Closes: #506085
2831 - Russian updated. Closes: #506452
2833 - Ukrainian updated. Closes: #506545
2835 -- Michael Vogt <mvo@debian.org> Mon, 24 Nov 2008 10:33:54 +0100
2837 apt (0.7.18) unstable; urgency=low
2839 [ Christian Perrier ]
2842 - Thai updated. Closes: #505067
2844 [ Eugene V. Lyubimkin ]
2845 * doc/examples/configure-index:
2846 - Removed obsoleted header line. (Closes: #417638)
2847 - Changed 'linux-kernel' to 'linux-image'.
2848 * doc/sources.list.5.xml:
2849 - Fixed typo and grammar in 'sources.list.d' section. Thanks to
2850 Timothy G Abbott <tabbott@MIT.EDU>. (Closes: #478098)
2851 * doc/apt-get.8.xml:
2852 - Advanced descriptions for 'remove' and 'purge' options.
2855 - Target 'apt' need to depend on 'build-doc'. Thanks for Peter Green.
2856 Fixes FTBFS. (Closes: #504181)
2859 * fix depend on libdb4.4 (closes: #501253)
2861 -- Michael Vogt <mvo@debian.org> Fri, 07 Nov 2008 22:13:39 +0100
2863 apt (0.7.17) unstable; urgency=low
2865 [ Eugene V. Lyubimkin ]
2867 - 'Vcs-Bzr' field is official, used it.
2868 - Bumped 'Standards-Version' to 3.8.0, no changes needed.
2869 - Actualized 'Uploaders' field.
2871 - Substituded 'apt-archive' with 'apt-ftparchive' in docs.
2872 Patch based on work of Andre Felipe Machado. (Closes: #350865)
2873 - Mentioned '/<release>' and '=<version>' for 'apt-get install' and
2874 '=<version>' for 'apt-get source' in apt-get manpage. Patch based on
2875 work of Andre Felipe Machado. (Closes: #399673)
2876 - Mentioned more short options in the apt-get manpage. Documented 'xvcg'
2877 option in the apt-cache manpage. The part of patch by Andre Felipe
2878 Machado. (Closes: #176106, #355945)
2879 - Documented that 'apt-get install' command should be used for upgrading
2880 some of installed packages. Based on patch by Nori Heikkinen and
2881 Andre Felipe Machado. (Closes: #267087)
2882 - Mentioned 'apt_preferences(5)' in apt manpage. (Closes: #274295)
2883 - Documented 'APT::Default-Release' in apt.conf manpage. (Closes: #430399)
2884 - APT::Install-Recommends is now true by default, mentioned this in
2885 configure-index example. (Closes: #463268)
2886 - Added 'APT::Get::AllowUnauthenticated' to configure-index example.
2888 - Documented '--no-install-recommends' option in apt-get manpage.
2890 - Documented 'Acquire::PDiffs' in apt.conf manpage. (Closes: #376029)
2891 - Added 'copy', 'rsh', 'ssh' to the list of recognized URI schemes in
2892 sources.list manpage, as they are already described under in the manpage.
2893 - Removed notice that ssh/rsh access cannot use password authentication
2894 from sources.list manpage. Thanks to Steffen Joeris. (Closes: #434894)
2895 - Added '(x)' to some referrings to manpages in apt-get manpage. Patch by
2896 Andre Felipe Machado. (Closes: #309893)
2897 - Added 'dist-upgrade' apt-get synopsis in apt-get manpage.
2900 -- Michael Vogt <mvo@debian.org> Wed, 05 Nov 2008 13:14:56 +0100
2902 apt (0.7.17~exp4) experimental; urgency=low
2905 - Fixed lintian warnings "debian/rules ignores make errors".
2907 - Substituted outdated "Source-Version" fields with "binary:Version".
2908 - Added 'python-apt' to Suggests, as apt-mark need it for work.
2909 - Drop Debian revision from 'doc-base' build dependency, this fixes
2910 appropriate lintian warning.
2911 * debian/libapt-pkg-doc.doc-base.*:
2912 - Changed section: from old 'Devel' to 'Debian'. This fixes appropriate
2914 * debian/{postrm,prerm,preinst}:
2915 - Added 'set -e', fixes lintian warnings
2916 'maintainer-script-ignores-error'.
2918 - Removed unneeded 'LOCAL' entry. This allows cleaning rule to run smoothly.
2919 * share/lintian-overrides:
2920 - Added with override of 'apt must depend on python'. Script 'apt-mark'
2921 needs apt-python for working and checks this on fly. We don't want
2922 python in most cases.
2924 - Added 'unset GREP_OPTIONS' to the script. This prevents 'apt-key update'
2925 failure when GREP_OPTIONS contains options that modify grep output.
2928 -- Eugene V. Lyubimkin <jackyf.devel@gmail.com> Fri, 31 Oct 2008 23:45:17 +0300
2930 apt (0.7.17~exp3) experimental; urgency=low
2932 * apt-pkg/acquire-item.cc:
2933 - fix a merge mistake that prevents the fallback to the
2934 uncompressed 'Packages' to work correctly (closes: #409284)
2936 -- Michael Vogt <mvo@debian.org> Wed, 29 Oct 2008 09:36:24 +0100
2938 apt (0.7.17~exp2) experimental; urgency=low
2940 [ Eugene V. Lyubimkin ]
2941 * apt-pkg/acquire-item.cc:
2942 - Added fallback to uncompressed 'Packages' if neither 'bz2' nor 'gz'
2943 available. (Closes: #409284)
2944 * apt-pkg/algorithm.cc:
2945 - Strip username and password from source URL in error message.
2949 * fix various -Wall warnings
2951 -- Michael Vogt <mvo@debian.org> Tue, 28 Oct 2008 18:06:38 +0100
2953 apt (0.7.17~exp1) experimental; urgency=low
2957 - apt-pkg/depcache.cc
2958 * Fix compilation warnings:
2959 - apt-pkg/acquire.cc
2960 - apt-pkg/versionmatch.cc
2961 * Compilation fixes and portability improvement for compiling APT against non-GNU libc
2962 (thanks to Martin Koeppe, closes: #392063):
2963 - buildlib/apti18n.h.in:
2964 + textdomain() and bindtextdomain() must not be visible when --disable-nls
2965 - buildlib/inttypes.h.in: undefine standard int*_t types
2966 - Append INTLLIBS to SLIBS:
2968 + ftparchive/makefile
2970 * doc/apt.conf.5.xml:
2971 - clarify whether configuration items of apt.conf are case-sensitive
2972 (thanks to Vincent McIntyre, closes: #345901)
2974 -- Luca Bruno <lethalman88@gmail.com> Sat, 11 Oct 2008 09:17:46 +0200
2976 apt (0.7.16) unstable; urgency=low
2979 * doc/apt-cache.8.xml:
2980 - search command uses POSIX regex, and searches for virtual packages too
2982 * doc/offline.sgml: clarify remote and target hosts
2983 (thanks to Nikolaus Schulz, closes: #175940)
2984 * Fix several typos in docs, translations and debian/changelog
2985 (thanks to timeless, Nicolas Bonifas and Josh Triplett,
2986 closes: #368665, #298821, #411532, #431636, #461458)
2987 * Document apt-key finger and adv commands
2988 (thanks to Stefan Schmidt, closes: #350575)
2989 * Better documentation for apt-get --option
2990 (thanks to Tomas Pospisek, closes: #386579)
2991 * Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: #471276)
2992 * Better documentation on using both APT::Default-Release and
2993 /etc/apt/preferences (thanks to Ingo Saitz, closes: #145575)
2996 * doc/apt-cache.8.xml:
2997 - add missing citerefentry
2999 -- Michael Vogt <mvo@debian.org> Fri, 10 Oct 2008 23:44:50 +0200
3001 apt (0.7.15) unstable; urgency=low
3003 * Upload to unstable
3005 -- Michael Vogt <mvo@debian.org> Sun, 05 Oct 2008 13:23:47 +0200
3007 apt (0.7.15~exp3) experimental; urgency=low
3010 * apt-pkg/deb/dpkgpm.cc:
3011 - Store the trigger state descriptions in a way that does not break
3012 the ABI. The approach taken makes the search for a string O(n) rather
3013 than O(lg(n)), but since n == 4, I do not consider this a major
3014 concern. If it becomes a concern, we can sort the static array and
3015 use std::equal_range(). (Closes: #499322)
3018 * apt-pkg/packagemanager.cc, apt-pkg/deb/dpkgpm.cc:
3019 - move the state file writting into the Go() implementation
3020 of dpkgpm (closes: #498799)
3021 * apt-pkg/algorithms.cc:
3022 - fix simulation performance drop (thanks to Ferenc Wagner
3023 for reporting the issue)
3025 -- Michael Vogt <mvo@debian.org> Wed, 01 Oct 2008 18:09:49 +0200
3027 apt (0.7.15~exp2) experimental; urgency=low
3030 * apt-pkg/pkgcachegen.cc:
3031 - do not add multiple identical descriptions for the same
3032 language (closes: #400768)
3034 [ Program translations ]
3035 * Catalan updated. Closes: #499462
3037 -- Michael Vogt <mvo@debian.org> Tue, 23 Sep 2008 07:29:59 +0200
3039 apt (0.7.15~exp1) experimental; urgency=low
3041 [ Christian Perrier ]
3042 * Fix typo in cron.daily script. Closes: #486179
3044 [ Program translations ]
3045 * Traditional Chinese updated. Closes: #488526
3046 * German corrected and completed. Closes: #490532, #480002, #498018
3048 * Bulgarian updated. Closes: #492473
3049 * Slovak updated. Closes: #492475
3050 * Galician updated. Closes: #492794
3051 * Japanese updated. Closes: #492975
3052 * Fix missing space in Greek translation. Closes: #493922
3054 * Brazilian Portuguese updated.
3055 * Basque updated. Closes: #496754
3056 * Romanian updated. Closes: #492773, #488361
3057 * Portuguese updated. Closes: #491790
3058 * Simplified Chinese updated. Closes: #489344
3059 * Norwegian Bokmål updated. Closes: #480022
3060 * Czech updated. Closes: #479628, #497277
3061 * Korean updated. Closes: #464515
3062 * Spanish updated. Closes: #457706
3063 * Lithuanian added. Closes: #493328
3064 * Swedish updated. Closes: #497496
3065 * Vietnamese updated. Closes: #497893
3066 * Portuguese updated. Closes: #498411
3067 * Greek updated. Closes: #498687
3071 * merge patch that enforces stricter https server certificate
3072 checking (thanks to Arnaud Ebalard, closes: #485960)
3073 * allow per-mirror specific https settings
3074 (thanks to Arnaud Ebalard, closes: #485965)
3075 * add doc/examples/apt-https-method-example.cof
3076 (thanks to Arnaud Ebalard, closes: #485964)
3077 * apt-pkg/depcache.cc:
3078 - when checking for new important deps, skip critical ones
3080 * improve apt progress reporting, display trigger actions
3081 * add DPkg::NoTriggers option so that applications that call
3082 apt/aptitude (like the installer) defer trigger processing
3083 (thanks to Joey Hess)
3085 - add examples/apt-https-method-example.conf
3087 -- Michael Vogt <mvo@debian.org> Tue, 16 Sep 2008 21:27:03 +0200
3089 apt (0.7.14) unstable; urgency=low
3091 [ Christian Perrier ]
3092 * Mark a message from dselect backend as translatable
3093 Thanks to Frédéric Bothamy for the patch
3096 [ Program translations ]
3097 * Simplified Chinese updated. Closes: #473360
3098 * Catalan fixes. Closes: #387141
3099 * Typo fix in Greek translation. Closes: #479122
3101 * Thai updated. Closes: #479313
3102 * Italian updated. Closes: #479326
3103 * Polish updated. Closes: #479342
3104 * Bulgarian updated. Closes: #479379
3105 * Finnish updated. Closes: #479403
3106 * Korean updated. Closes: #479426
3107 * Basque updated. Closes: #479452
3108 * Vietnamese updated. Closes: #479748
3109 * Russian updated. Closes: #479777, #499029
3110 * Galician updated. Closes: #479792
3111 * Portuguese updated. Closes: #479847
3112 * Swedish updated. Closes: #479871
3113 * Dutch updated. Closes: #480125
3114 * Kurdish added. Closes: #480150
3115 * Brazilian Portuguese updated. Closes: #480561
3116 * Hungarian updated. Closes: #480662
3119 * Apply patch to avoid truncating of arbitrary files. Thanks to Bryan
3120 Donlan <bdonlan@fushizen.net> for the patch. Closes: #482476
3121 * Avoid using dbus if dbus-daemon isn't running. Closes: #438803
3124 * debian/apt.cron.daily:
3125 - apply patch based on the ideas of Francesco Poli for better
3126 behavior when the cache can not be locked (closes: #459344)
3128 -- Michael Vogt <mvo@debian.org> Wed, 28 May 2008 15:19:12 +0200
3130 apt (0.7.13) unstable; urgency=low
3133 * Add missing build-depends back from build-depends-indep field.
3135 * Make cron script quiet if cache is locked. Thanks to Ted Percival
3136 <ted@midg3t.net> for the patch. Closes: #459344
3137 * Add timeout support for https. Thanks to Andrew Martens
3138 <andrew.martens@strangeloopnetworks.com> for the patch.
3140 [ Goswin von Brederlow ]
3141 * Add support for --no-download on apt-get update. Closes: #478517
3143 [ Program translations ]
3144 - Vietnamese updated. Closes: #479008
3146 -- Otavio Salvador <otavio@debian.org> Fri, 02 May 2008 14:46:00 -0300
3148 apt (0.7.12) unstable; urgency=low
3152 - add support for a master-keyring that contains signing keys
3153 that can be used to sign the archive signing keys. This should
3154 make key-rollover easier.
3155 * apt-pkg/deb/dpkgpm.cc:
3156 - merged patch from Kees Cook to fix anoying upper-case display
3158 * apt-pkg/algorithms.cc:
3159 - add APT::Update::Post-Invoke-Success script slot
3160 - Make the breaks handling use the kill list. This means, that a
3161 Breaks: Pkg (<< version) may put Pkg onto the remove list.
3162 * apt-pkg/deb/debmetaindex.cc:
3163 - add missing "Release" file uri when apt-get update --print-uris
3165 * methods/connect.cc:
3166 - remember hosts with Resolve failures or connect Timeouts
3167 * cmdline/apt-get.cc:
3168 - fix incorrect help output for -f (LP: #57487)
3169 - do two passes when installing tasks, first ignoring dependencies,
3170 then resolving them and run the problemResolver at the end
3171 so that it can correct any missing dependencies
3172 * debian/apt.cron.daily:
3173 - sleep random amount of time (default within 0-30min) before
3174 starting the upate to hit the mirrors less hard
3175 * doc/apt_preferences.5.xml:
3177 * added debian/README.source
3179 [ Christian Perrier ]
3180 * Fix typos in manpages. Thanks to Daniel Leidert for the fixes
3182 * Fix syntax/copitalisation in some messages. Thanks to Jens Seidel
3183 for pointing this and providing the patch.
3185 * Fix Polish offline translation. Thanks to Robert Luberda for the patch
3186 and apologies for applying it very lately. Closes: #337758
3187 * Fix typo in offline.sgml. Closes: #412900
3189 [ Program translations ]
3190 - German updated. Closes: #466842
3192 - Polish updated. Closes: #469581
3193 - Slovak updated. Closes: #471341
3195 - Bulgarian updated. Closes: #448492
3196 - Galician updated. Closes: #476839
3199 * apt-pkg/depcache.cc:
3200 - Patch MarkInstall to follow currently satisfied Recommends even
3201 if they aren't "new", so that we automatically force upgrades
3202 when the version of a Recommends has been tightened. (Closes: #470115)
3203 - Enable more complete debugging information when Debug::pkgAutoRemove
3205 * apt-pkg/contrib/configuration.cc
3206 - Lift the 1024-byte limit on lines in configuration files.
3207 (Closes: #473710, #473874)
3208 * apt-pkg/contrib/strutl.cc:
3209 - Lift the 64000-byte limit on individual messages parsed by ReadMessages.
3212 - Add missing Build-Depends-Indep on xsltproc, docbook-xsl, and xmlto.
3214 -- Daniel Burrows <dburrows@debian.org> Sat, 26 Apr 2008 12:24:35 -0700
3216 apt (0.7.11) unstable; urgency=critical
3218 [ Raise urgency to critical since it fixes a critical but for Debian
3219 Installer Lenny Beta1 release ]
3221 [ Program translations ]
3222 - Vietnamese updated. Closes: #460825
3223 - Basque updated. Closes: #461166
3224 - Galician updated. Closes: #461468
3225 - Portuguese updated. Closes: #464575
3226 - Korean updated. Closes: #448430
3227 - Simplified Chinese updated. Closes: #465866
3230 * Applied patch from Robert Millan <rmh@aybabtu.com> to fix the error
3231 message when gpgv isn't installed, closes: #452640.
3232 * Fix regression about APT::Get::List-Cleanup setting being ignored,
3235 -- Otavio Salvador <otavio@debian.org> Thu, 17 Jan 2008 22:36:46 -0200
3237 apt (0.7.10) unstable; urgency=low
3240 * Applied patch from Mike O'Connor <stew@vireo.org> to add a manpage to
3241 apt-mark, closes: #430207.
3242 * Applied patch from Andrei Popescu <andreimpopescu@gmail.com> to add a
3243 note about some frontends in apt.8 manpage, closes: #438545.
3244 * Applied patch from Aurelien Jarno <aurel32@debian.org> to avoid CPU
3245 getting crazy when /dev/null is redirected to stdin (which breaks
3246 buildds), closes: #452858.
3247 * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix building
3248 with newest dpkg-shlibdeps changing the packaging building order and a
3249 patch from Robert Millan <rmh@aybabtu.com> to fix parallel building,
3251 * Applied patch from Alexander Winston <alexander.winston@comcast.net>
3252 to use 'min' as symbol for minute, closes: #219034.
3253 * Applied patch from Amos Waterland <apw@us.ibm.com> to allow apt to
3254 work properly in initramfs, closes: #448316.
3255 * Applied patch from Robert Millan <rmh@aybabtu.com> to make apt-key and
3256 apt-get to ignore time conflicts, closes: #451328.
3257 * Applied patch from Peter Eisentraut <peter_e@gmx.net> to fix a
3258 grammatical error ("manual installed" -> "manually installed"),
3260 * Fix cron.daily job to not call fail if apt isn't installed, closes:
3262 * Fix compilation warnings in apt-pkg/cdrom.cc and
3263 apt-pkg/contrib/configuration.cc.
3264 * Fix typo in debian/copyright file ("licened" instead of "licensed"),
3267 [ Program translations ]
3268 - Basque updated. Closes: #453088
3269 - Vietnamese updated. Closes: #453774, #459013
3270 - Japanese updated. Closes: #456909
3271 - Simplified Chinese updated. Closes: #458039
3273 - Norwegian Bokmål updated. Closes: #457917
3277 - fix https install location
3278 * debian/apt.conf.daily:
3279 - print warning if the cache can not be locked (closes: #454561),
3280 thanks to Bastian Kleineidam
3282 - remove cruft code that caused timestamp/I-M-S issues
3283 * ftparchive/contents.cc:
3285 * apt-pkg/acquire-item.{cc,h}:
3286 - make the authentication download code more robust against
3287 servers/proxies with broken If-Range implementations
3288 * apt-pkg/packagemanager.{cc,h}:
3289 - propergate the Immediate flag to make hitting the
3290 "E: Internal Error, Could not perform immediate configuration (2)"
3293 - build against libdb-dev (instead of libdb4.4-dev)
3294 * merged the apt--DoListUpdate branch, this provides a common interface
3295 for "apt-get update" like operations for the frontends and also provides
3296 hooks to run stuff in APT::Update::{Pre,Post}-Invoke
3299 * ftparchive/contents.cc:
3300 - support lzma data members
3301 * ftparchive/multicompress.cc:
3302 - support lzma output
3305 * apt-pkg/contrib/configuration.cc:
3306 - if RootDir is set, then FindFile and FindDir will return paths
3307 relative to the directory stored in RootDir, closes: #456457.
3309 [ Christian Perrier ]
3310 * Fix wording for "After unpacking...". Thanks to Michael Gilbert
3311 for the patch. Closes: #260825
3313 -- Michael Vogt <mvo@debian.org> Mon, 07 Jan 2008 21:40:47 +0100
3315 apt (0.7.9) unstable; urgency=low
3317 [ Christian Perrier ]
3318 * Add several languages to LINGUAS and, therefore, really ship the relevant
3320 Arabic, Dzongkha, Khmer, Marathi, Nepali, Thai
3321 Thanks to Theppitak Karoonboonyanan for checking this out. Closes: #448321
3323 [ Program translations ]
3324 - Korean updated. Closes: #448430
3325 - Galician updated. Closes: #448497
3329 * Fix configure script to check for CURL library and headers presense.
3330 * Applied patch from Brian M. Carlson <sandals@crustytoothpaste.ath.cx>
3331 to add backward support for arches that lacks pselect support,
3333 * Umount CD-ROM when calling apt-cdrom ident, except when called with
3334 -m, closes: #448521.
3336 -- Otavio Salvador <otavio@debian.org> Wed, 31 Oct 2007 13:37:26 -0200
3338 apt (0.7.8) unstable; urgency=low
3340 * Applied patch from Daniel Leidert <daniel.leidert@wgdd.de> to fix
3341 APT::Acquire::Translation "none" support, closes: #437523.
3342 * Applied patch from Daniel Burrows <dburrows@debian.org> to add support
3343 for the Homepage field (ABI break), closes: #447970.
3344 * Applied patch from Frans Pop <elendil@planet.nl> to fix a trailing
3345 space after cd label, closes: #448187.
3347 -- Otavio Salvador <otavio@debian.org> Fri, 26 Oct 2007 18:20:13 -0200
3349 apt (0.7.7) unstable; urgency=low
3352 * apt-inst/contrib/extracttar.cc:
3353 - fix fd leak for zero size files (thanks to Bill Broadley for
3355 * apt-pkg/acquire-item.cc:
3356 - remove zero size files on I-M-S hit
3358 - only send LastModified if we actually have a file
3359 - send range request with if-range
3360 - delete failed downloads
3361 - delete zero size I-M-S hits
3362 * apt-pkg/deb/dpkgpm.{cc,h}:
3363 - merged dpkg-log branch, this lets you specify a
3364 Dir::Log::Terminal file to log dpkg output to
3366 - fix parse error when dpkg sends unexpected data
3367 * merged apt--sha256 branch to fully support the new
3368 sha256 checksums in the Packages and Release files
3370 * apt-pkg/pkgcachegen.cc:
3371 - increase default mmap size
3373 - added local repository testcase
3374 * apt-pkg/acquire.cc:
3375 - increase MaxPipeDepth for the internal worker<->method
3376 communication to 1000 for the debtorrent backend
3377 * make apt build with g++ 4.3
3378 * fix missing SetExecClose() call when the status-fd is used
3379 * debian/apt.cron.daily:
3380 - move unattended-upgrade before apt-get autoclean
3381 * fix "purge" commandline argument, closes: #133421
3382 (thanks to Julien Danjou for the patch)
3383 * cmdline/apt-get.cc:
3384 - do not change the auto-installed information if a package
3386 * apt-pkg/acquire-item.cc:
3387 - fix crash in diff acquire code
3389 - Fix chmoding after have renamed the extended-states file (LP: #140019)
3390 (thanks to Laurent Bigonville)
3391 * apt-pkg/depcache.cc:
3392 - set "APT::Install-Recommends" to true by default (OMG!)
3393 * debian/apt.cron.daily:
3394 - only run the cron job if apt-get check succeeds (LP: #131719)
3396 [ Program translations ]
3398 - Basque updated. Closes: #436425
3399 - Fix the zh_CN translator's name in debian/changelog for 0.7.2
3401 - Vietnamese updated. Closes: #440611
3402 - Danish updated. Closes: #441102
3403 - Thai added. Closes: #442833
3405 - Galician updated. Closes: #446626
3408 * Add hash support to copy method. Thanks Anders Kaseorg by the patch
3410 * Reset curl options and timestamp between downloaded files. Thanks to
3411 Ryan Murray <rmurray@debian.org> for the patch (closes: #437150)
3412 * Add support to apt-key to export keys to stdout. Thanks to "Dwayne
3413 C. Litzenberger" <dlitz@dlitz.net> for the patch (closes: #441942)
3414 * Fix compilation warnings:
3415 - apt-pkg/indexfile.cc: conversion from string constant to 'char*';
3416 - apt-pkg/acquire-item.cc: likewise;
3417 - apt-pkg/cdrom.cc: '%lu' expects 'long unsigned int', but argument
3419 - apt-pkg/deb/dpkgpm.cc: initialization order and conversion from
3420 string constant to 'char*';
3421 - methods/gpgv.cc: conversion from string constant to 'char*';
3422 - methods/ftp.cc: likewise;
3423 - cmdline/apt-extracttemplates.cc: likewise;
3424 - apt-pkg/deb/debmetaindex.cc: comparison with string literal results
3425 in unspecified behaviour;
3426 * cmdline/apt-get.cc: adds 'autoremove' as a valid comment to usage
3427 statement of apt-get (closes: #445468).
3428 * cmdline/apt-get.cc: really applies Julien Danjou <acid@debian.org>
3429 patch to add 'purge' command line argument (closes: #133421).
3432 * dpkg-triggers: Deal properly with new package states.
3435 * apt-pkg/contrib/mmap.cc:
3436 - don't fail if msync() returns > 0
3438 -- Michael Vogt <mvo@debian.org> Tue, 23 Oct 2007 14:58:03 +0200
3440 apt (0.7.6) unstable; urgency=low
3442 * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrong
3443 directory downloading on non-linux architectures (closes: #435597)
3445 -- Otavio Salvador <otavio@debian.org> Wed, 01 Aug 2007 19:49:51 -0300
3447 apt (0.7.5) unstable; urgency=low
3450 * Applied patch from Guillem Jover <guillem@debian.org> to use
3451 dpkg-architecture to get the host architecture (closes: #407187)
3452 * Applied patch from Guillem Jover <guillem@debian.org> to add
3453 support to add lzma support (closes: #408201)
3456 * apt-pkg/depcache.cc:
3457 - support a list of sections for:
3458 APT::Install-Recommends-Sections
3459 APT::Never-MarkAuto-Sections
3461 - install lzma symlink method (for full lzma support)
3465 -- Otavio Salvador <otavio@ossystems.com.br> Wed, 25 Jul 2007 20:16:46 -0300
3467 apt (0.7.4) unstable; urgency=low
3470 * cmdline/apt-get.cc:
3471 - fix in the task-install code regexp (thanks to Adam Conrad and
3473 - support task removal too: apt-get remove taskname^
3474 (thanks to Matt Zimmerman reporting this problem)
3477 * Fix a typo on 0.7.3 changelog entry about g++ (7.3 to 4.3)
3478 * Fix compilation warnings:
3479 - apt-pkg/contrib/configuration.cc: wrong argument type;
3480 - apt-pkg/deb/dpkgpm.cc: wrong signess;
3481 - apt-pkg-acquire-item.cc: wrong signess and orderned initializers;
3485 - changed SetupProxy() method to void;
3486 * Simplified HttpMethod::Fetch on http.cc removing Tail variable;
3487 * Fix pipeline handling on http.cc (closes: #413324)
3488 * Fix building to properly support binNMUs. Thanks to Daniel Schepler
3489 <schepler@math.unipd.it> by the patch (closes: #359634)
3490 * Fix example for Install-{Recommends,Suggests} options on
3491 configure-index example file. Thanks to Peter Eisentraut
3492 <peter_e@gmx.net> by the patch (closes: #432223)
3494 [ Christian Perrier ]
3495 * Basque translation update. Closes: ##423766
3496 * Unfuzzy formerly complete translations
3497 * French translation update
3498 * Re-generate PO(T) files
3499 * Spanish translation update
3500 * Swedish translation update
3502 -- Otavio Salvador <otavio@debian.org> Tue, 24 Jul 2007 09:55:50 -0300
3504 apt (0.7.3) unstable; urgency=low
3506 * fixed compile errors with g++ 4.3 (thanks to
3507 Daniel Burrows, closes: #429378)
3508 * fixes in the auto-mark code (thanks to Daniel
3510 * fix FTBFS by changing build-depends to
3511 libcurl4-gnutls-dev (closes: #428363)
3512 * cmdline/apt-get.cc:
3513 - fix InstallTask code when a pkgRecord ends
3514 with a single '\n' (thanks to Soren Hansen for reporting)
3515 * merged from Christian Perrier:
3516 * vi.po: completed to 532t, again. Closes: #429899
3517 * gl.po: completed to 532t. Closes: #429506
3518 * vi.po: completed to 532t. Closes: #428672
3519 * Update all PO and the POT. Gives 514t14f4u for formerly
3520 complete translations
3521 * fr.po: completed to 532t
3522 * ku.po, uk.po, LINGUAS: reintegrate those translations
3523 which disappeared from the BZR repositories
3525 -- Michael Vogt <mvo@debian.org> Sun, 01 Jul 2007 12:31:29 +0200
3527 apt (0.7.2-0.1) unstable; urgency=low
3529 * Non-maintainer upload.
3530 * Build-depend on libcurl4-gnutls-dev instead of the obsolete
3531 libcurl3-gnutls-dev. Closes: #428363.
3533 -- Steve Langasek <vorlon@debian.org> Thu, 28 Jun 2007 18:46:53 -0700
3535 apt (0.7.2) unstable; urgency=low
3537 * merged the debian/experimental changes back
3538 into the debian/sid branch
3539 * merged from Christian Perrier:
3540 * mr.po: New Marathi translation Closes: #416806
3541 * zh_CN.po: Updated by Kov Chai Closes: #416822
3542 * tl.po: Updated by Eric Pareja Closes: #416638
3543 * gl.po: Updated by Jacobo Tarrio
3545 * da.po: Updated by Claus Hindsgaul
3547 * fr.po: Remove a non-breakable space for usability
3548 issues. Closes: #408877
3549 * ru.po: Updated Russian translation. Closes: #405476
3550 * *.po: Unfuzzy after upstream typo corrections
3551 * buildlib/archtable:
3552 - added support for sh3/sh4 (closes: #424870)
3553 - added support for m32r (closes: #394096)
3554 * buildlib/systemtable:
3555 - added support for lpia
3557 - check systemtable for architecture mapping too
3558 * fix error in AutocleanInterval, closes: #319339
3559 (thanks to Israel G. Lugo for the patch)
3560 * add "purge" commandline argument, closes: #133421)
3561 (thanks to Julien Danjou for the patch)
3562 * add "purge" commandline argument, closes: #133421)
3563 (thanks to Julien Danjou for the patch)
3564 * fix FTBFS with gcc 4.3, closes: #417090
3565 (thanks to Martin Michlmayr for the patch)
3566 * add --dsc-only option, thanks to K. Richard Pixley
3567 * Removed the more leftover #pragma interface/implementation
3568 closes: #306937 (thanks to Andreas Henriksson for the patch)
3570 -- Michael Vogt <mvo@debian.org> Wed, 06 Jun 2007 23:19:50 +0200
3572 apt (0.7.1) experimental; urgency=low
3574 * ABI library name change because it's built against
3576 * implement SourceVer() in pkgRecords
3577 (thanks to Daniel Burrows for the patch!)
3578 * apt-pkg/algorithm.cc:
3579 - use clog for all debugging
3580 - only increase the score of installed applications if they
3582 - fix resolver bug on removal triggered by weak-dependencies
3585 - send apt version in User-Agent
3586 * apt-pkg/deb/debrecords.cc:
3587 - fix SHA1Hash() return value
3589 - only unmount if APT::CDROM::NoMount is false
3591 - only umount if it was mounted by the method before
3593 - fix error translation that causes trouble to lsb_release
3594 * apt-pkg/acquire-item.cc:
3595 - if decompression of a index fails, delete the index
3596 * apt-pkg/acquire.{cc,h}:
3597 - deal better with duplicated sources.list entries (avoid
3598 double queuing of URLs) - this fixes hangs in bzip/gzip
3599 * merged from Christian Perrier:
3600 * mr.po: New Marathi translation Closes: #416806
3601 * zh_CN.po: Updated by Eric Pareja Closes: #416822
3602 * tl.po: Updated by Eric Pareja Closes: #416638
3603 * gl.po: Updated by Jacobo Tarrio
3605 * da.po: Updated by Claus Hindsgaul
3607 * fr.po: Remove a non-breakable space for usability
3608 issues. Closes: #408877
3609 * ru.po: Updated Russian translation. Closes: #405476
3610 * *.po: Unfuzzy after upstream typo corrections
3611 * vi.po: Updated to 515t. Closes: #426976
3612 * eu.po: Updated to 515t. Closes: #423766
3613 * pt.po: 515t. Closes: #423111
3614 * fr.po: Updated by Christian Perrier
3615 * Update all PO and the POT. Gives 513t2f for formerly
3616 complete translations
3617 * apt-pkg/policy.cc:
3618 - allow multiple packages (thanks to David Foerster)
3620 -- Michael Vogt <mvo@debian.org> Wed, 2 May 2007 13:43:44 +0200
3622 apt (0.7.0) experimental; urgency=low
3624 * Package that contains all the new features
3625 * Removed all #pragma interface/implementation
3626 * Branch that contains all the new features:
3627 * translated package descriptions
3628 * task install support
3629 * automatic dependency removal (thanks to Daniel Burrows)
3630 * merged support for the new dpkg "Breaks" field
3631 (thanks to Ian Jackson)
3632 * handle network failures more gracefully on "update"
3633 * support for unattended-upgrades (via unattended-upgrades
3635 * added apt-transport-https method
3636 * merged "install-recommends" branch (ABI break):
3637 - new "--install-recommends"
3638 - install new recommends on "upgrade" if --install-recommends is
3640 - new "--fix-policy" option to install all packages with unmet
3641 important dependencies (usefull with --install-recommends to
3642 see what not-installed recommends are on the system)
3643 - fix of recommended packages display (only show CandidateVersion
3644 fix or-group handling)
3645 * merged "install-task" branch (use with "apt-get install taskname^")
3647 -- Michael Vogt <mvo@debian.org> Fri, 12 Jan 2007 20:48:07 +0100
3649 apt (0.6.46.4-0.1) unstable; urgency=emergency
3652 * Fix broken use of awk in apt-key that caused removal of the wrong keys
3653 from the keyring. Closes: #412572
3655 -- Joey Hess <joeyh@debian.org> Mon, 26 Feb 2007 16:00:22 -0500
3657 apt (0.6.46.4) unstable; urgency=high
3659 * ack NMU (closes: #401017)
3660 * added apt-secure.8 to "See also" section
3661 * apt-pkg/deb/dpkgpm.cc:
3662 - added "Dpkg::StopOnError" variable that controls if apt
3663 will abort on errors from dpkg
3664 * apt-pkg/deb/debsrcrecords.{cc,h}:
3665 - make the Buffer grow dynmaically (closes: #400874)
3666 * Merged from Christian Perrier bzr branch:
3667 - uk.po: New Ukrainian translation: 483t28f3u
3668 - el.po: Update to 503t9f2u
3669 - de.po: Updates and corrections.
3670 * apt-pkg/contrib/progress.cc:
3671 - OpProgress::CheckChange optimized, thanks to Paul Brook
3673 * apt-pkg/contrib/sha256.cc:
3674 - fix building with noopt
3676 -- Michael Vogt <mvo@debian.org> Thu, 7 Dec 2006 10:49:50 +0100
3678 apt (0.6.46.3-0.2) unstable; urgency=high
3680 * Non-maintainer upload with permission of Michael Vogt.
3681 * Fix FTBFS on most arches (regression from the fix of #400874)
3683 -- Andreas Barth <aba@not.so.argh.org> Tue, 5 Dec 2006 15:51:22 +0000
3685 apt (0.6.46.3-0.1) unstable; urgency=high
3687 * Non-maintainer upload with permission of Michael Vogt.
3688 * Fix segfault at apt-get source. Closes: #400874
3689 * Add apt-key update in postinst, so that debian-archive-keyring doesn't
3690 need to depend on apt >= 0.6. Closes: #401114
3691 * Don't double-queue pdiff files. Closes: #401017
3693 -- Andreas Barth <aba@not.so.argh.org> Tue, 5 Dec 2006 10:34:56 +0000
3695 apt (0.6.46.3) unstable; urgency=low
3697 * apt-pkg/deb/dpkgpm.cc:
3698 - make progress reporting robust against multiline error
3701 * Merged from Christian Perrier bzr branch:
3702 - ca.po: Updated to 514t
3703 - be.po: Updated to 514t
3704 - it.po: Updated to 514t
3705 - hu.po: Updated to 514t
3706 - zh_TW.po: Updated to 514t
3707 - ar.po: Updated to 293t221u.
3708 - ru.po: Updated to 514t. Closes: #392466
3709 - nb.po: Updated to 514t. Closes: #392466
3710 - pt.po: Updated to 514t. Closes: #393199
3711 - fr.po: One spelling error corrected: s/accèder/accéder
3712 - km.po: Updated to 514t.
3713 - ko.po: Updated to 514t.
3714 - bg.po: Updated to 514t.
3715 - de.po: Updated to 514t.
3716 - en_GB.po: Updated to 514t.
3718 -- Michael Vogt <mvo@debian.org> Thu, 2 Nov 2006 11:37:58 +0100
3720 apt (0.6.46.2) unstable; urgency=low
3723 - depend on debian-archive-keyring to offer clean upgrade path
3725 * Merged from Christian Perrier bzr branch:
3726 - es.po: Updated to 514t. Closes: #391661
3727 - da.po: Updated to 514t. Closes: #391424
3728 - cs.po: Updated. Closes: #391064
3729 - es.po: Updated to 514t. Closes: #391661
3730 - da.po: Updated to 514t. Closes: #391424
3732 -- Michael Vogt <mvo@debian.org> Wed, 11 Oct 2006 09:03:15 +0200
3734 apt (0.6.46.1) unstable; urgency=low
3737 - deal with empty files
3738 * Applied patch from Daniel Schepler to make apt bin-NMU able.
3739 (closes: bug#359634)
3740 * rebuild against current g++ because of:
3741 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29289
3743 * fix broken i18n in the dpkg progress reporting, thanks to
3744 Frans Pop and Steinar Gunderson. (closes: #389261)
3745 * Merged from Christian Perrier bzr branch:
3746 * fi.po: Updated to 514t. Closes: #390149
3747 * eu.po: Updated to 514t. Closes: #389725
3748 * vi.po: Updated to 514t. Closes: #388555
3749 * make the internal buffer in pkgTagFile grow dynamically
3752 -- Michael Vogt <mvo@debian.org> Mon, 2 Oct 2006 20:42:20 +0200
3754 apt (0.6.46) unstable; urgency=low
3757 - switched to libdb4.4 for building (closes: #381019)
3758 * cmdline/apt-get.cc:
3759 - show only the recommends/suggests for the candidate-version, not for all
3760 versions of the package (closes: #257054)
3761 - properly handle recommends/suggests or-groups when printing the list of
3762 suggested/recommends packages (closes: #311619)
3764 - check more careful for incorrect proxy settings (closes: #378868)
3766 - don't hang when /var is full (closes: #341537), thanks to
3767 Luis Rodrigo Gallardo Cruz for the patch
3768 * doc/examples/sources.list:
3769 - removed non-us.debian.org from the example (closes: #380030,#316196)
3770 * Merged from Christian Perrier bzr branch:
3771 * ro.po: Updated to 514t. Closes: #388402
3772 * dz.po: Updated to 514t. Closes: #388184
3773 * it.po: Fixed typos. Closes: #387812
3774 * ku.po: New kurdish translation. Closes: #387766
3775 * sk.po: Updated to 514t. Closes: #386851
3776 * ja.po: Updated to 514t. Closes: #386537
3777 * gl.po: Updated to 514t. Closes: #386397
3778 * fr.po: Updated to 516t.
3779 * fi.po: Updated to 512t. Closes: #382702
3780 * share/archive-archive.gpg:
3781 - removed the outdated amd64 and debian-2004 keys
3782 * apt-pkg/tagfile.cc:
3783 - applied patch from Jeroen van Wolffelaar to make the tags
3784 caseinsensitive (closes: #384182)
3785 - reverted MMap use in the tagfile because it does not work
3786 across pipes (closes: #383487)
3788 -- Michael Vogt <mvo@debian.org> Thu, 21 Sep 2006 10:25:03 +0200
3790 apt (0.6.45) unstable; urgency=low
3792 * apt-pkg/contrib/sha256.cc:
3793 - fixed the sha256 generation (closes: #378183)
3794 * ftparchive/cachedb.cc:
3795 - applied patch from Anthony Towns to fix Clean() function
3797 * doc/apt-get.8.xml:
3798 - fix path to the apt user build (Closes: #375640)
3799 * doc/apt-cache.8.xml:
3800 - typo (Closes: #376408)
3801 * apt-pkg/deb/dpkgpm.cc:
3802 - make progress reporting more robust against multiline error
3803 messages (first half of a fix for #374195)
3804 * doc/examples/configure-index:
3805 - document Debug::pkgAcquire::Auth
3807 - deal with gpg error "NODATA". Closes: #296103, Thanks to
3808 Luis Rodrigo Gallardo Cruz for the patch
3809 * apt-inst/contrib/extracttar.cc:
3810 - fix for string mangling, closes: #373864
3811 * apt-pkg/acquire-item.cc:
3812 - check for bzip2 in /bin (closes: #377391)
3813 * apt-pkg/tagfile.cc:
3814 - make it work on non-mapable files again, thanks
3815 to James Troup for confirming the fix (closes: #376777)
3816 * Merged from Christian Perrier bzr branch:
3817 * ko.po: Updated to 512t. Closes: #378901
3818 * hu.po: Updated to 512t. Closes: #376330
3819 * km.po: New Khmer translation: 506t6f. Closes: #375068
3820 * ne.po: New Nepali translation: 512t. Closes: #373729
3821 * vi.po: Updated to 512t. Closes: #368038
3822 * zh_TW.po: Remove an extra %s in one string. Closes: #370551
3823 * dz.po: New Dzongkha translation: 512t
3824 * ro.po: Updated to 512t
3827 * fix apt-get dist-upgrade
3828 * fix warning if no /var/lib/apt/extended_states is present
3829 * don't download Translations for deb-src sources.list lines
3830 * apt-pkg/tagfile.cc:
3831 - support not-mmapable files again
3833 -- Michael Vogt <mvo@debian.org> Thu, 27 Jul 2006 00:52:05 +0200
3835 apt (0.6.44.2exp1) experimental; urgency=low
3837 * added support for i18n of the package descriptions
3838 * added support for aptitude like auto-install tracking (a HUGE
3839 HUGE thanks to Daniel Burrows who made this possible)
3840 * synced with the http://people.debian.org/~mvo/bzr/apt/debian-sid branch
3841 * build from http://people.debian.org/~mvo/bzr/apt/debian-experimental
3843 -- Michael Vogt <mvo@debian.org> Mon, 3 Jul 2006 21:50:31 +0200
3845 apt (0.6.44.2) unstable; urgency=low
3847 * apt-pkg/depcache.cc:
3848 - added Debug::pkgDepCache::AutoInstall (thanks to infinity)
3849 * apt-pkg/acquire-item.cc:
3850 - fix missing chmod() in the new aquire code
3851 (thanks to Bastian Blank, Closes: #367425)
3853 http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main:
3854 * sk.po: Completed to 512t
3855 * eu.po: Completed to 512t
3856 * fr.po: Completed to 512t
3857 * sv.po: Completed to 512t
3858 * Update all PO and the POT. Gives 506t6f for formerly
3859 complete translations
3861 -- Michael Vogt <mvo@debian.org> Wed, 14 Jun 2006 12:00:57 +0200
3863 apt (0.6.44.1-0.1) unstable; urgency=low
3865 * Non-maintainer upload.
3866 * Don't give an error when parsing empty Packages/Sources files.
3867 (Closes: #366931, #367086, #370160)
3869 -- Steinar H. Gunderson <sesse@debian.org> Fri, 9 Jun 2006 00:52:21 +0200
3871 apt (0.6.44.1) unstable; urgency=low
3873 * apt-pkg/acquire-item.cc:
3874 - fix reversed logic of the "Acquire::PDiffs" option
3876 http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main:
3877 - po/LINGUAS: added "bg" Closes: #360262
3878 - po/gl.po: Galician translation update. Closes: #366849
3879 - po/hu.po: Hungarian translation update. Closes: #365448
3880 - po/cs.po: Czech translation updated. Closes: #367244
3881 * apt-pkg/contrib/sha256.cc:
3882 - applied patch to fix unaligned access problem. Closes: #367417
3883 (thanks to David Mosberger)
3885 -- Michael Vogt <mvo@debian.org> Tue, 16 May 2006 21:51:16 +0200
3887 apt (0.6.44) unstable; urgency=low
3889 * apt-pkg/acquire.cc: don't show ETA if it is 0 or absurdely large
3890 * apt-pkg/contrib/sha256.{cc,h},hashes.{cc,h}: support for sha256
3891 (thanks to Anthony Towns)
3892 * ftparchive/cachedb.{cc,h},writer.{cc,h}: optimizations
3893 (thanks to Anthony Towns)
3894 * apt pdiff support from experimental merged
3895 * apt-pkg/deb/dpkgpm.cc: wording fixes (thanks to Matt Zimmerman)
3896 * apt-pkg/deb/dpkgpm.cc:
3897 - wording fixes (thanks to Matt Zimmerman)
3898 - fix error in dpkg interaction (closes: #364513, thanks to Martin Dickopp)
3899 * apt-pkg/tagfile.{cc,h}:
3900 - use MMap to read the entries (thanks to Zephaniah E. Hull for the
3901 patch) Closes: #350025
3902 * Merge from http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main:
3903 * bg.po: Added, complete to 512t. Closes: #360262
3904 * doc/apt-ftparchive.1.xml:
3905 - fix documentation for "SrcPackages" -> "Sources"
3906 (thanks to Bart Martens for the patch, closes: #307756)
3907 * debian/libapt-pkg-doc.doc-base.cache:
3908 - remove broken charackter from description (closes: #361129)
3909 * apt-inst/deb/dpkgdb.cc, methods/gpgv.cc:
3910 - i18n fixes (closes: #349298)
3911 * debian/postinst: dont fail on not available
3912 /usr/share/doc/apt/examples/sources.list (closes: #361130)
3914 - unlink empty file in partial if the download failed because
3915 the file is missing on the server (closes: #316337)
3916 * apt-pkg/deb/debversion.cc:
3917 - treats a version string with explicit zero epoch equal
3918 than the same without epoch (Policy 5.6.12, closes: #363358)
3919 Thanks to Lionel Elie Mamane for the patch
3921 -- Michael Vogt <mvo@debian.org> Mon, 8 May 2006 22:28:53 +0200
3923 apt (0.6.43.3) unstable; urgency=low
3925 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-186:
3926 * ca.po: Completed to 512t. Closes: #351592
3927 * eu.po: Completed to 512t. Closes: #350483
3928 * ja.po: Completed to 512t. Closes: #349806
3929 * pl.po: Completed to 512t. Closes: #349514
3930 * sk.po: Completed to 512t. Closes: #349474
3931 * gl.po: Completed to 512 strings Closes: #349407
3932 * sv.po: Completed to 512 strings Closes: #349210
3933 * ru.po: Completed to 512 strings Closes: #349154
3934 * da.po: Completed to 512 strings Closes: #349084
3935 * fr.po: Completed to 512 strings
3936 * vi.po: Completed to 511 strings Closes: #348968
3937 * zh_CN.po: Completed to 512t. Closes: #353936
3938 * it.po: Completed to 512t. Closes: #352803
3939 * pt_BR.po: Completed to 512t. Closes: #352419
3940 * LINGUAS: Add Welsh
3941 * *.po: Updated from sources (512 strings)
3942 * apt-pkg/deb/deblistparser.cc:
3943 - don't explode on a DepCompareOp in a Provides line, but warn about
3944 it and ignore it otherwise (thanks to James Troup for reporting it)
3945 * cmdline/apt-get.cc:
3946 - don't lock the lists directory in DoInstall, breaks --print-uri
3947 (thanks to James Troup for reporting it)
3948 * debian/apt.dirs: create /etc/apt/sources.list.d
3949 * make apt-cache madison work without deb-src entries (#352583)
3950 * cmdline/apt-get.cc: only run the list-cleaner if a update was
3953 -- Michael Vogt <mvo@debian.org> Wed, 22 Feb 2006 10:13:04 +0100
3955 apt (0.6.43.2) unstable; urgency=low
3957 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-166:
3958 - en_GB.po, de.po: fix spaces errors in "Ign " translations Closes: #347258
3959 - makefile: make update-po a pre-requisite of clean target so
3960 that POT and PO files are always up-to-date
3961 - sv.po: Completed to 511t. Closes: #346450
3962 - sk.po: Completed to 511t. Closes: #346369
3963 - fr.po: Completed to 511t
3964 - *.po: Updated from sources (511 strings)
3965 - el.po: Completed to 511 strings Closes: #344642
3966 - da.po: Completed to 511 strings Closes: #348574
3967 - es.po: Updated to 510t1f Closes: #348158
3968 - gl.po: Completed to 511 strings Closes: #347729
3969 - it.po: Yet another update Closes: #347435
3970 * added debian-archive-keyring to the Recommends (closes: #347970)
3971 * fixed message in apt-key to install debian-archive-keyring
3972 * typos fixed in apt-cache.8 (closes: #348348, #347349)
3973 * add patch to fix http download corruption problem (thanks to
3974 Petr Vandrovec, closes: #280844, #290694)
3976 -- Michael Vogt <mvo@debian.org> Thu, 19 Jan 2006 00:06:33 +0100
3978 apt (0.6.43.1) unstable; urgency=low
3980 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-148:
3981 * fr.po: Completed to 510 strings
3982 * it.po: Completed to 510t
3983 * en_GB.po: Completed to 510t
3984 * cs.po: Completed to 510t
3985 * zh_CN.po: Completed to 510t
3986 * el.po: Updated to 510t
3987 * vi.po: Updated to 383t93f34u
3988 * tl.po: Completed to 510 strings (Closes: #344306)
3989 * sv.po: Completed to 510 strings (Closes: #344056)
3990 * LINGUAS: disabled Hebrew translation. (Closes: #313283)
3991 * eu.po: Completed to 510 strings (Closes: #342091)
3992 * apt-get source won't download already downloaded files again
3994 * share/debian-archive.gpg: new 2006 ftp-archive signing key added
3996 * redownload the Release file if IMS-Hit and gpg failure
3997 * deal with multiple signatures on a Release file
3999 -- Michael Vogt <mvo@debian.org> Fri, 6 Jan 2006 01:17:08 +0100
4001 apt (0.6.43) unstable; urgency=medium
4003 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-132:
4004 * zh_CN.po: Completed to 510 strings(Closes: #338267)
4005 * gl.po: Completed to 510 strings (Closes: #338356)
4006 * added support for "/etc/apt/sources.list.d" directory
4008 * make pkgDirStream (a bit) more complete
4009 * fix bug in pkgCache::VerIterator::end() (thanks to Daniel Burrows)
4011 * pkgAcqFile is more flexible now (closes: #57091)
4012 * support a download rate limit for http (closes: #146877)
4013 * included lots of the speedup changes from #319377
4014 * add stdint.h to contrib/md5.h (closes: #340448)
4015 * ABI change, library name changed (closes: #339147)
4016 * Fix GNU/kFreeBSD crash on non-existing server file (closes: #317718)
4017 * switch to libdb4.3 in build-depends
4019 -- Michael Vogt <mvo@debian.org> Tue, 29 Nov 2005 00:17:07 +0100
4021 apt (0.6.42.3) unstable; urgency=low
4023 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-129:
4024 - patch-118: Russian translation update by Yuri Kozlov (closes: #335164)
4025 - patch-119: add update-po as a pre-req for binary (closes: #329910)
4026 - patch-121: Complete French translation
4027 - patch-125: Fixed localization of y/n questions in German translation
4029 - patch-126: Swedish translation update (closes: #337163)
4030 - patch-127: Complete Tagalog translation (closes: #337306)
4031 - patch-128: Danish translation update (closes: #337949)
4032 - patch-129: Basque translation update (closes: #338101)
4033 * cmdline/apt-get.cc:
4034 - bufix in FindSrc (closes: #335213, #337910)
4035 * added armeb to archtable (closes: #333599)
4036 * with --allow-unauthenticated use the old fallback behaviour for
4037 sources (closes: #335112)
4039 -- Michael Vogt <mvo@debian.org> Wed, 9 Nov 2005 07:22:31 +0100
4041 apt (0.6.42.2) unstable; urgency=high
4043 * NMU (approved by maintainer)
4044 * Add AMD64 archive signing key to debian-archive.gpg (closes: #336500).
4045 * Add big-endian arm (armeb) support (closes: #333599).
4046 * Priority high to get the AMD key into testing ASAP.
4048 -- Frans Pop <fjp@debian.org> Sun, 30 Oct 2005 21:29:11 +0100
4050 apt (0.6.42.1) unstable; urgency=low
4052 * fix a incorrect example in the apt_prefrences man page
4053 (thanks to Filipus Klutiero, closes: #282918)
4054 * apt-pkg/pkgrecords.cc:
4055 - revert patch from last version, it causes trouble on alpha
4056 and ia64 (closes: #335102, #335103)
4057 * cmdline/apt-get.cc:
4058 - be extra carefull in FindSrc (closes: #335213)
4060 -- Michael Vogt <mvo@debian.org> Sat, 22 Oct 2005 23:44:35 +0200
4062 apt (0.6.42) unstable; urgency=low
4065 - unmount the cdrom when apt failed to locate any package files
4066 * allow cdrom failures and fallback to other sources in that case
4068 * better error text when dpkg-source fails
4069 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-115:
4070 - patch-99: Added Galician translation
4071 - patch-100: Completed Danish translation (Closes: #325686)
4072 - patch-104: French translation completed
4073 - patch-109: Italian translation completed
4074 - patch-112: Swedish translation update
4075 - patch-115: Basque translation completed (Closes: #333299)
4076 * applied french man-page update (thanks to Philippe Batailler)
4077 (closes: #316638, #327456)
4078 * fix leak in the mmap code, thanks to Daniel Burrows for the
4079 patch (closes: #250583)
4080 * support for apt-get [build-dep|source] -t (closes: #152129)
4081 * added "APT::Authentication::TrustCDROM" option to make the life
4082 for the installer people easier (closes: #334656)
4083 * fix crash in apt-ftparchive (thanks to Bastian Blank for the patch)
4085 * apt-pkg/contrib/md5.cc:
4086 - fix a alignment problem on sparc64 that gives random bus errors
4087 (thanks to Fabbione for providing a test-case)
4088 * init the default ScreenWidth to 79 columns by default
4090 * cmdline/apt-cdrom.cc:
4091 - fix some missing gettext() calls (closes: #334539)
4092 * doc/apt-cache.8.xml: fix typo (closes: #334714)
4094 -- Michael Vogt <mvo@debian.org> Wed, 19 Oct 2005 22:02:09 +0200
4096 apt (0.6.41) unstable; urgency=low
4098 * improved the support for "error" and "conffile" reporting from
4099 dpkg, added the format to README.progress-reporting
4100 * added README.progress-reporting to the apt-doc package
4101 * improved the network timeout handling, if a index file from a
4102 sources.list times out or EAI_AGAIN is returned from getaddrinfo,
4103 don't try to get the other files from that entry
4104 * Support architecture-specific extra overrides
4105 (closes: #225947). Thanks to Anthony Towns for idea and
4106 the patch, thanks to Colin Watson for testing it.
4107 * Javier Fernandez-Sanguino Pen~a:
4108 - Added a first version of an apt-secure.8 manpage, and modified
4109 apt-key and apt.end accordingly. Also added the 'update'
4110 argument to apt-key which was previously not documented
4113 - added example apt-ftparchive.conf file to doc/examples
4115 * Fix a incorrect example in the man-page (closes: #282918)
4116 * Fix a bug for very long lines in the apt-cdrom code (closes: #280356)
4117 * Fix a manual page bug (closes: #316314)
4118 * Do md5sum checking for file and cdrom method (closes: #319142)
4119 * Change pkgPolicy::Pin from private to protected to let subclasses
4120 access it too (closes: #321799)
4121 * add default constructor for PrvIterator (closes: #322267)
4122 * Reread status configuration on debSystem::Initialize()
4123 (needed for apt-proxy, thanks to Otavio for this patch)
4125 -- Michael Vogt <mvo@debian.org> Mon, 5 Sep 2005 22:59:03 +0200
4127 apt (0.6.40.1) unstable; urgency=low
4129 * bugfix in the parsing code for the apt<->dpkg communication. apt
4130 crashed when dpkg sends the same state more than once under certain
4132 * 0.6.40 breaks the ABI but I accidentally didn't change the soname :/
4134 -- Michael Vogt <mvo@debian.org> Fri, 5 Aug 2005 13:24:58 +0200
4136 apt (0.6.40) unstable; urgency=low
4138 * Patch from Jordi Mallach to mark some additional strings for translation
4139 * Updated Catalan translation from Jordi Mallach
4140 * Merge from bubulle@debian.org--2005/apt--main--0:
4141 - Update pot and merge with *.po
4142 - Updated French translation, including apt-key.fr.8
4143 * Restore changelog entries from the 0.6.x series that went to Debian
4145 * Merge michael.vogt@ubuntu.com--2005/apt--progress-reporting--0
4146 - Provide an interface for progress reporting which can be used by
4149 -- Matt Zimmerman <mdz@debian.org> Thu, 28 Jul 2005 11:57:32 -0700
4151 apt (0.6.39) unstable; urgency=low
4153 * Welsh translation update: daf@muse.19inch.net--2005/apt--main--0--patch-6
4154 * Merge mvo's changes from 0.6.36ubuntu1:
4155 michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-32
4156 * Merge aggregated translation updates:
4157 bubulle@debian.org--2005/apt--main--0
4158 * Update priority of apt-utils to important, to match the override file
4159 * Install only one keyring on each branch (Closes: #316119)
4161 -- Matt Zimmerman <mdz@debian.org> Tue, 28 Jun 2005 11:51:09 -0700
4163 apt (0.6.38) unstable; urgency=low
4165 * Merge michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-6, a workaround
4166 for the French man pages' failure to build
4167 * Branch Debian and Ubuntu
4168 - apt.postinst, apt-key: use the appropriate keyring
4169 - debian/rules: install all keyrings
4170 * Add the current Debian archive signing key (4F368D5D) to
4172 * make pinning on the "component" work again (using the section of the
4173 archive, we don't use per-section Release files anymore with apt-0.6)
4174 (closes ubuntu #9935)
4176 -- Matt Zimmerman <mdz@debian.org> Sat, 25 Jun 2005 09:51:00 -0700
4178 apt (0.6.37) breezy; urgency=low
4180 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-81
4181 - patch-66: Italian update
4182 - patch-71: French update
4183 - patch-73: Basque update
4184 - patch-74: Hebrew update
4185 - patch-76: Correct Hebrew translation (Closes: #306658)
4186 - patch-77: French man page update
4187 - patch-79: Correct syntax errors in Hebrew translation
4188 - patch-81: Portuguese update
4189 * Fix build of French man pages (now using XML, not SGML)
4190 * Add Welsh translation from Dafydd Harries
4191 (daf@muse.19inch.net--2005/apt--main--0--patch-1)
4192 * Change debian/bugscript to use #!/bin/bash (Closes: #313402)
4193 * Fix a incorrect example in the man-page (closes: #282918)
4195 -- Matt Zimmerman <mdz@ubuntu.com> Tue, 24 May 2005 14:38:25 -0700
4197 apt (0.6.36ubuntu1) breezy; urgency=low
4199 * make it possible to write a cache-control: no-cache header even if
4200 no proxy is set to support transparent proxies (closes ubuntu: #10773)
4202 * Merge otavio@debian.org--2005/apt--fixes--0.6:
4203 - Fix comment about the need of xmlto while building from Arch;
4204 - Fix StatStore struct on cachedb.h to use time_t and then fix a compile
4206 - Lock database at start of DoInstall routine to avoid concurrent
4207 runs of install/remove and update commands (Closes: #194467)
4208 - Fix warnings while compiling with GCC 4.0 compiler
4210 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 23 May 2005 11:57:53 +0200
4212 apt (0.6.36) experimental; urgency=low
4214 * Merge apt--mvo--0:
4215 - apt-pkg/acquire-item.cc:
4216 added "Acquire::BrokenProxy" that will force apt to always
4217 re-get the Release.gpg file (for broken proxies)
4218 - debian/apt.cron.daily:
4219 MinAge is defaulting to 2 days now to prevent over-aggresive removal
4221 honor "Acquire::gpgv::Options" when verifying the signature (Ubuntu #8496)
4223 -- Michael Vogt <mvo@debian.org> Thu, 31 Mar 2005 20:37:11 +0200
4225 apt (0.6.35) hoary; urgency=low
4227 * Merge apt--mvo--0 (incorporates 0.6.34ubuntu1):
4228 - Implement MaxSize and MaxAge in apt.cron.daily, to prevent the cache
4229 from growing too large (Ubuntu #6761)
4230 - some comments about the pkgAcqMetaSig::Custom600Headers() added
4231 - use gpg --with-colons
4232 - commented the ftp no_proxy unseting in methods/ftp.cc
4233 - added support for "Acquire::gpgv::options" in methods/gpgv.cc
4234 * Merge bubulle@debian.org--2005/apt--main--0
4235 - Make capitalization more consistent
4236 - Un-fuzzy translations resulting from capitalization changes
4237 - Italian translation update
4239 -- Matt Zimmerman <mdz@ubuntu.com> Mon, 7 Mar 2005 20:08:33 -0800
4241 apt (0.6.34) hoary; urgency=low
4243 * Add missing semicolon to configure-index (Closes: #295773)
4244 * Update build-depends on gettext to 0.12 (Closes: #295077)
4245 * Merge from bubulle@debian.org--2005/apt--main--0 to get
4248 -- Matt Zimmerman <mdz@ubuntu.com> Fri, 4 Mar 2005 16:13:15 -0800
4250 apt (0.6.33) hoary; urgency=low
4252 * Merge michael.vogt@ubuntu.com--2005/apt--mvo--0 (through patch-6)
4253 - patch-1: cosmetic changes (whitespace, "Apt::GPGV->APT::GPGV")
4254 - patch-2: (doc) documentation for gpgv
4255 - patch-3: (doc) new config variables added configure-index
4256 - patch-4: pkgAcquire::Run() pulse intervall can be configured
4257 - patch-5: fix for apt-get update removing Release.gpg files (#6865)
4258 - patch-6: change the path scoring in apt-cdrom, prefer pathes without
4261 -- Matt Zimmerman <mdz@ubuntu.com> Sat, 26 Feb 2005 15:21:17 -0800
4263 apt (0.6.32) hoary; urgency=low
4265 * Merge michael.vogt@ubuntu.com--2005/apt--mvo--0 (patch-1)
4266 - Implement Acquire::gpgv::options (Ubuntu bug#6283)
4268 -- Matt Zimmerman <mdz@ubuntu.com> Tue, 8 Feb 2005 19:31:15 -0800
4270 apt (0.6.31) hoary; urgency=low
4273 - Remove debugging output from apt.cron.daily (no one noticed?)
4274 - Apply patch from Anthony Towns to allow SHA1Summation to process a file
4275 descriptor until EOF, rather than requiring that the length of input be
4276 specified (Closes: #291338)
4277 - Fix build/install of Polish offline documentation, based on patch from
4278 Christian Perrier (Closes: #270404)
4280 - apt-cdrom.cc seperated into frontend (cmdline/apt-cdrom.cc and library
4281 apt-pkg/cdrom.{cc,h}) (Ubuntu #5668)
4283 -- Matt Zimmerman <mdz@ubuntu.com> Fri, 4 Feb 2005 10:23:01 -0800
4285 apt (0.6.30) unstable; urgency=low
4287 * Add ppc64 to buildlib/archtable
4288 * Merge michael.vogt@canonical.com--2004/apt--status-fd--0
4289 - Support preserving dpkg status file descriptor, to support
4290 better integration with synaptic
4292 -- Matt Zimmerman <mdz@ubuntu.com> Wed, 19 Jan 2005 00:26:01 -0800
4294 apt (0.6.29) hoary; urgency=low
4296 * Merge apt--mvo--0 (0.6.27ubuntu4)
4299 -- Matt Zimmerman <mdz@canonical.com> Tue, 28 Dec 2004 17:18:02 -0800
4301 apt (0.6.28) hoary; urgency=low
4304 * Rebuild source to get rid of arch metadata and temporary files in
4307 -- Matt Zimmerman <mdz@canonical.com> Thu, 23 Dec 2004 18:53:16 -0800
4309 apt (0.6.27ubuntu4) hoary; urgency=low
4311 * remove old sig-file in partial/ before starting to fetch a new sig-file
4312 (see ubuntu #4769 for the rational)
4313 * added apt-key update method (uses ubuntu-keyring)
4314 * documented the "--allow-unauthenticated" switch
4315 * added DEB_BUILD_PROG_OPTS to debian/rules (additonal options can be
4316 passed to DEB_BUILD_PROG like "-S")
4318 -- Michael Vogt <mvo@debian.org> Thu, 23 Dec 2004 11:12:51 +0100
4320 apt (0.6.27ubuntu3) hoary; urgency=low
4322 * added a exact dependency from libapt-pkg-dev to the apt version it was
4325 -- Michael Vogt <mvo@debian.org> Wed, 15 Dec 2004 09:56:32 +0100
4327 apt (0.6.27ubuntu2) hoary; urgency=low
4329 * fixed a bug in the rule file that happend during the big 0.5->0.6 merge
4331 -- Michael Vogt <mvo@debian.org> Tue, 14 Dec 2004 12:14:25 +0100
4333 apt (0.6.27ubuntu1) hoary; urgency=low
4335 * chmod 755 /usr/bin/apt-key
4336 * don't display a error when a apt-get update don't find a
4337 Packages.bz2/Sources.bz2 file
4339 -- Michael Vogt <mvo@debian.org> Mon, 13 Dec 2004 18:40:21 +0100
4341 apt (0.6.27) hoary; urgency=low
4343 * Merge apt--authentication--0 branch
4344 - Implement gpg authentication for package repositories (Closes: #203741)
4345 - Also includes Michael Vogt's fixes
4346 * Merge apt--misc-abi-changes--0 branch
4347 - Use pid_t throughout to hold process IDs (Closes: #226701)
4348 - Import patch from Debian bug #195510: (Closes: #195510)
4349 - Make Simulate::Describe and Simulate::ShortBreaks private member
4351 - Add a parameter (Candidate) to Describe to control whether the
4352 candidate version is displayed
4353 - Pass an appropriate value for Candidate everywhere Describe is called
4355 -- Matt Zimmerman <mdz@canonical.com> Mon, 13 Dec 2004 01:03:11 -0800
4357 apt (0.6.25) experimental; urgency=low
4359 * Fix handling of two-part sources for sources.list deb-src entries in
4360 the same way that deb entries were fixed
4362 -- Matt Zimmerman <mdz@debian.org> Wed, 9 Jun 2004 05:29:50 -0700
4364 apt (0.6.24) experimental; urgency=low
4366 * YnPrompt fixes were inadvertently left out, include them (Closes:
4369 -- Matt Zimmerman <mdz@debian.org> Sun, 16 May 2004 14:18:53 -0700
4371 apt (0.6.23) experimental; urgency=low
4373 * Remove obsolete pkgIterator::TargetVer() (Closes: #230159)
4374 * Reverse test in CheckAuth to match new prompt (Closes: #248211)
4376 -- Matt Zimmerman <mdz@debian.org> Sun, 9 May 2004 21:01:58 -0700
4378 apt (0.6.22) experimental; urgency=low
4381 * Make the unauthenticated packages prompt more intuitive (yes to
4382 continue, default no), but require --force-yes in addition to
4383 --assume-yes in order to override
4385 -- Matt Zimmerman <mdz@debian.org> Fri, 19 Mar 2004 13:55:35 -0800
4387 apt (0.6.21) experimental; urgency=low
4391 -- Matt Zimmerman <mdz@debian.org> Tue, 16 Mar 2004 22:52:34 -0800
4393 apt (0.6.20) experimental; urgency=low
4397 -- Matt Zimmerman <mdz@debian.org> Thu, 26 Feb 2004 17:17:02 -0800
4399 apt (0.6.19) experimental; urgency=low
4402 * Convert apt-key(8) to docbook XML
4404 -- Matt Zimmerman <mdz@debian.org> Mon, 9 Feb 2004 15:44:49 -0800
4406 apt (0.6.18) experimental; urgency=low
4408 * Add new Debian Archive Automatic Signing Key to the default keyring
4409 (existing keyrings are not updated; do that yourself)
4411 -- Matt Zimmerman <mdz@debian.org> Sat, 17 Jan 2004 17:04:30 -0800
4413 apt (0.6.17) experimental; urgency=low
4416 * Handle more IMS stuff correctly
4418 -- Matt Zimmerman <mdz@debian.org> Fri, 16 Jan 2004 10:54:25 -0800
4420 apt (0.6.16) experimental; urgency=low
4422 * Fix some cases where the .gpg file could be left in place when it is
4425 -- Matt Zimmerman <mdz@debian.org> Fri, 9 Jan 2004 09:22:15 -0800
4427 apt (0.6.15) experimental; urgency=low
4429 * s/Debug::Acquire::gpg/&v/
4430 * Honor the [vendor] syntax in sources.list again (though it is not
4431 presently used for anything)
4432 * Don't ship vendors.list(5) since it isn't used yet
4433 * Revert change from 0.6.10; it was right in the first place and the
4434 problem was apparently something else. Archive = Suite.
4436 -- Matt Zimmerman <mdz@debian.org> Mon, 5 Jan 2004 17:43:01 -0800
4438 apt (0.6.14) experimental; urgency=low
4442 -- Matt Zimmerman <mdz@debian.org> Sun, 4 Jan 2004 11:09:21 -0800
4444 apt (0.6.13) experimental; urgency=low
4448 -- Matt Zimmerman <mdz@debian.org> Sat, 3 Jan 2004 16:22:31 -0800
4450 apt (0.6.12) experimental; urgency=low
4452 * Have pkgAcquireIndex calculate an MD5 sum if one is not provided by
4453 the method (as with file: and copy:). Local repositories
4454 * Fix warning about dist name mismatch to actually print what it was
4456 * Don't expect any particular distribution name for two-part
4457 sources.list entries
4460 -- Matt Zimmerman <mdz@debian.org> Fri, 2 Jan 2004 13:59:00 -0800
4462 apt (0.6.11) experimental; urgency=low
4464 * Support IMS requests of Release.gpg and Release
4465 * This required API changes, bump the libapt-pkg version
4466 * Copy local Release files into Dir::State::Lists
4467 * Set IndexFile attribute when retrieving Release and Release.gpg so
4468 that the appropriate Cache-Control headers are sent
4470 -- Matt Zimmerman <mdz@debian.org> Fri, 2 Jan 2004 10:46:17 -0800
4472 apt (0.6.10) experimental; urgency=low
4474 * Use "Codename" (woody, sarge, etc.) to supply the value of the
4475 "Archive" package file attribute, used to match "release a=" type
4476 pins, rather than "Suite" (stable, testing, etc.)
4478 -- Matt Zimmerman <mdz@debian.org> Thu, 1 Jan 2004 16:56:47 -0800
4480 apt (0.6.9) experimental; urgency=low
4482 * Another tagfile workaround
4484 -- Matt Zimmerman <mdz@debian.org> Thu, 1 Jan 2004 13:56:08 -0800
4486 apt (0.6.8) experimental; urgency=low
4488 * Add a config option and corresponding command line option
4489 (--allow-unauthenticated) to apt-get, to make buildd operators happy
4492 -- Matt Zimmerman <mdz@debian.org> Wed, 31 Dec 2003 08:28:04 -0800
4494 apt (0.6.7) experimental; urgency=low
4496 * Forgot to revert part of the changes to tagfile in 0.6.4. Hopefully
4497 will fix segfaults for some folks.
4499 -- Matt Zimmerman <mdz@debian.org> Wed, 31 Dec 2003 08:01:28 -0800
4501 apt (0.6.6) experimental; urgency=low
4503 * Restore the ugly hack I removed from indexRecords::Load which set the
4504 pkgTagFile buffer size to (file size)+256. This is concealing a bug,
4505 but I can't fix it right now. This should fix the segfaults that
4506 folks are seeing with 0.6.[45].
4508 -- Matt Zimmerman <mdz@debian.org> Mon, 29 Dec 2003 18:11:13 -0800
4510 apt (0.6.5) experimental; urgency=low
4512 * Move the authentication check into a separate function in apt-get
4513 * Fix display of unauthenticated packages when they are in the cache
4516 -- Matt Zimmerman <mdz@debian.org> Sun, 28 Dec 2003 16:47:57 -0800
4518 apt (0.6.4) experimental; urgency=low
4520 * Use the top-level Release file in LoadReleaseInfo, rather than looking
4521 for the per-section ones (which aren't downloaded anymore). This
4522 unbreaks release pinning, including the NotAutomatic bit used by
4523 project/experimental
4524 * Use FileFd::Size() rather than a separate stat() call in
4526 * Fix pkgTagFile to leave a little extra room at the end of the buffer
4527 to append the record separator if it isn't present
4528 * Change LoadReleaseInfo to use "Suite" rather than "Archive", to match
4529 the Debian archive's dist-level Release files
4531 -- Matt Zimmerman <mdz@debian.org> Sun, 28 Dec 2003 15:55:55 -0800
4533 apt (0.6.3) experimental; urgency=low
4535 * Fix MetaIndexURI for flat ("foo/") sources
4537 -- Matt Zimmerman <mdz@debian.org> Sun, 28 Dec 2003 12:11:56 -0800
4539 apt (0.6.2) experimental; urgency=low
4541 * Add space between package names when multiple unauthenticated packages
4542 are being installed (Closes: #225212)
4543 * Provide apt-key with a secret keyring and a trustdb, even though we
4544 would never use them, because it blows up if it doesn't have them
4545 * Fix typo in apt-key(8) (standard input is '-', not '/')
4547 -- Matt Zimmerman <mdz@debian.org> Sat, 27 Dec 2003 13:01:40 -0800
4549 apt (0.6.1) experimental; urgency=low
4552 * Rearrange Release file authentication code to be more clear
4553 * If Release is present, but Release.gpg is not, don't forget to still
4554 queue Packages files
4555 * Convert distribution "../project/experimental" to "experimental" for
4557 * Make a number of Release file errors into warnings; for now, it is OK
4558 not to have a codename, for example. We mostly care about checksums
4561 -- Matt Zimmerman <mdz@debian.org> Fri, 26 Dec 2003 15:12:47 -0800
4563 apt (0.6.0) experimental; urgency=low
4565 * Signature verification support patch ("apt-secure") from Colin Walters
4566 <walters@debian.org> and Isaac Jones <ijones@syntaxpolice.org>. This
4568 - Release signature verification (Release.gpg)
4569 - Packages, Sources md5sum verification against Release
4571 * Make some modifications to signature verification support:
4572 - Release.gpg is always retrieved and verified if present, rather than
4573 requiring that sources be configured as secure
4574 - Print a hint about installing gnupg if exec(gpgv) fails
4575 - Remove obsolete pkgAcqIndexRel
4576 - Move vendors.list stuff into a separate module (vendorlist.{h,cc})
4577 - If any files about to be retrieved are not authenticated, issue a
4578 warning to the user and require confirmation
4579 - Fix a heap corruption bug in pkgSrcRecords::pkgSrcRecords()
4581 * Install a keyring in /usr/share/apt/debian-archive.gpg containing an
4582 initial set of Debian archive signing keys to seed /etc/apt/trusted.gpg
4583 * Add a new tool, apt-key(8) used to manage the keyring
4585 -- Matt Zimmerman <mdz@debian.org> Fri, 26 Dec 2003 08:27:19 -0800
4587 apt (0.5.32) hoary; urgency=low
4589 * Call setlocale in the methods, so that the messages are properly
4590 localised (Closes: #282700)
4591 * Implement support for bzip2-compressed debs (data.tar.bz2)
4593 -- Matt Zimmerman <mdz@canonical.com> Sat, 11 Dec 2004 09:05:52 -0800
4595 apt (0.5.31) unstable; urgency=low
4597 * New Romanian translation from Sorin Batariuc <sorin@bonbon.net>
4599 * Merge changes from Hoary (0.5.30,0.5.30ubuntu2]
4600 * Fix the example in apt_preferences(5) to match the text
4602 * Add APT::Periodic::Autoclean setting, to allow "apt-get autoclean" to
4603 be run periodically. This is useful with
4604 APT::Periodic::Download-Upgradeable-Packages, and defaults to the same
4605 value, so that the cache size is bounded
4607 -- Matt Zimmerman <mdz@debian.org> Tue, 23 Nov 2004 12:53:04 -0800
4609 apt (0.5.30ubuntu2) hoary; urgency=low
4611 * bzip2 is now "Suggested" and it will detect if bzip2 is installed
4612 and only then trying to get Packages.bz2
4614 -- Michael Vogt <mvo@debian.org> Fri, 19 Nov 2004 12:00:39 +0100
4616 apt (0.5.30ubuntu1) hoary; urgency=low
4618 * Need to Depend: bzip2 or Packages.bz2 fail.
4620 -- LaMont Jones <lamont@canonical.com> Thu, 18 Nov 2004 12:51:05 -0700
4622 apt (0.5.30) hoary; urgency=low
4624 * Patch from Michael Vogt to enable Packages.bz2 use, with a fallback to
4625 Packages.gz if it is not present (Closes: #37525)
4627 -- Matt Zimmerman <mdz@debian.org> Mon, 15 Nov 2004 12:57:28 -0800
4629 apt (0.5.29) unstable; urgency=low
4631 * Don't hardcode paths in apt.cron.daily
4632 * Add to apt.cron.daily the capability to pre-download upgradeable
4634 * Place timestamp files in /var/lib/apt/periodic, rather than
4636 * Standardize debhelper files a bit
4637 - Create all directories in debian/dirs rather than creating some on
4638 the dh_installdirs command line
4639 - Rename debian/dirs to debian/apt.dirs, debian/examples to
4642 -- Matt Zimmerman <mdz@debian.org> Sat, 13 Nov 2004 17:58:07 -0800
4644 apt (0.5.28) hoary; urgency=low
4646 * Translation updates:
4647 - Updated Hungarian from Kelemen Gábor <kelemeng@gnome.hu> (Closes: #263436)
4648 - Updated Greek from George Papamichelakis (Closes: #265004)
4649 - Updated Simplified Chinese from Tchaikov (Closes: #265190)
4650 - Updated French by Christian Perrier (Closes: #265816)
4651 - Updated Japanese by Kenshi Muto (Closes: #265630)
4652 - Updated Catalan from Jordi Mallach
4653 - Updated Dutch from Bart Cornelis (Closes: #268258, #278697)
4654 - Updated Portuguese from Miguel Figueiredo (Closes: #268265)
4655 - Updated Polish from Robert Luberda <robert@debian.org> (Closes: #268451)
4656 - Updated Danish from Claus Hindsgaul (Closes: #269417)
4657 - Updated Norwegian Nynorsk from Håvard Korsvoll <korsvoll@skulelinux.no>
4659 - Updated Russian from Yuri Kozlov <yuray@id.ru> (Closes: #271104)
4660 - Updated Italian from Samuele Giovanni Tonon <samu@debian.org>
4662 - Updated Brazilian Portuguese from Andre Luis Lopes (Closes: #273944)
4663 - Updated Slovak from Peter Mann (Closes: #279481)
4664 * APT::Get::APT::Get::No-List-Cleanup -> APT::Get::List-Cleanup in apt-get.cc
4666 * Merge Ubuntu changes:
4667 - Set default Dpkg::MaxArgs to 1024, and Dpkg::MaxArgBytes to 32k.
4668 Needed to work around ordering bugs when installing a large number of
4670 - Patch from Michael Vogt to add an optional cron job which
4671 can run apt-get update periodically
4672 * Add arch-build target to debian/rules
4674 -- Matt Zimmerman <mdz@debian.org> Sat, 13 Nov 2004 15:52:20 -0800
4676 apt (0.5.27) unstable; urgency=high
4678 * Sneak in a bunch of updated translations before the freeze
4680 * Translation updates:
4681 - New Finnish translation from Tapio Lehtonen <tale@debian.org>
4683 - New Bosnian translation from Safir Šećerović <sapphire@linux.org.ba>
4685 - Fix Italian incontrario (Closes: #217277)
4686 - Updated Spanish from Ruben Porras (Closes: #260483)
4687 - Updated Danish from Claus Hindsgaul (Closes: #260569)
4688 - Updated Slovak from Peter Mann (Closes: #260627)
4689 - Updated Portuguese from Miguel Figueiredo (Closes: #261423)
4690 * Bring configure-index up to date with documented options, patch from
4691 Uwe Zeisberger <zeisberg@informatik.uni-freiburg.de> (Closes: #259540)
4692 * Note in apt.conf(5) that configure-index does not contain strictly
4693 default values, but also examples
4694 * Add Polish translation of offline.sgml (Closes: #259229)
4696 -- Matt Zimmerman <mdz@debian.org> Thu, 29 Jul 2004 09:30:12 -0700
4698 apt (0.5.26) unstable; urgency=low
4700 * Translation updates:
4701 - Spanish update from Ruben Porras <nahoo82@telefonica.net> (Closes: #248214)
4702 - Sync Spanish apt(8) (Closes: #249241)
4703 - French update from Christian Perrier <bubulle@debian.org> (Closes: #248614)
4704 - New Slovak translation from Peter Mann <Peter.Mann@tuke.sk> (Closes: #251676)
4705 - Czech update from Miroslav Kure <kurem@upcase.inf.upol.cz> (Closes: #251682)
4706 - pt_BR update from Andre Luis Lopes <andrelop@debian.org> (Closes: #251961)
4707 - German translation of apt(8) from Helge Kreutzmann <kreutzm@itp.uni-hannover.de>
4709 - pt update from Miguel Figueiredo <elmig@debianpt.org> (Closes: #252700)
4710 - New Hebrew translation from Lior Kaplan <webmaster@guides.co.il>
4712 - New Basque translation from Piarres Beobide Egaña <pi@beobide.net>
4713 (Vasco - Euskara - difficult language, Closes: #254407) and already a
4714 correction (Closes: #255760)
4715 - Updated Brazilian Portuguese translation from
4716 Guilherme de S. Pastore <gpastore@colband.com.br> (Closes: #256396)
4717 - Updated Greek translation (complete now) from
4718 George Papamichelakis <george@step.gr> (Closes: #256797)
4719 - New Korean translation from Changwoo Ryu <cwryu@debian.org>
4721 - German translation now available in two flavours: with Unicode usage and
4722 without (related to #228486, #235759)
4723 * Update apt-get(8) to reflect the fact that APT::Get::Only-Source will
4724 affect apt-get build-dep as well as apt-get source
4725 * Remove aborted remnants of a different method of implementing DEB_BUILD_OPTIONS
4727 * Fix typo in error message when encountering unknown type in source list
4729 * Update k*bsd-gnu arch names in buildlib/ostable (Closes: #253532)
4730 * Add amd64 to buildlib/archtable (Closes: #240896)
4731 * Have configure output a more useful error message if the architecture
4734 -- Matt Zimmerman <mdz@debian.org> Thu, 8 Jul 2004 15:53:28 -0700
4736 apt (0.5.25) unstable; urgency=low
4738 * Patch from Jason Gunthorpe to remove arbitrary length limit on Binary
4739 field in SourcesWriter::DoPackage
4740 * Fix typo in apt-cache(8) (Closes: #238578)
4741 * Fix obsolete reference to bug(1) in stub apt(8) man page
4743 * Fix typo in configure-index (RecruseDepends -> RecurseDepends)
4745 * Support DEB_BUILD_OPTIONS=noopt in debian/rules
4747 * Increase length of line buffer in ReadConfigFile to 1024 chars;
4748 detect if a line is longer than that and error out
4750 * Suppress a signed/unsigned warning in apt-cache.cc:DisplayRecord
4751 * Build apt-ftparchive with libdb4.2 rather than libdb2
4752 - Patch from Clint Adams to do most of the work
4753 - Build-Depends: s/libdb2-dev/libdb4.2-dev/
4754 - Add AC_PREREQ(2.50) to configure.in
4755 - Use db_strerror(err) rather than GlobalError::Errno (which uses strerror)
4756 - Add note to NEWS.Debian about upgrading old databases
4757 * Attempt to fix problems with chunked encoding by stripping only a single CR
4759 * Modify debian/rules cvs-build to use cvs export, to avoid picking up
4760 junk files from the working directory
4761 * Add lang=fr attribute to refentry section of
4762 apt-extracttemplates.fr.1.sgml and apt-sortpkgs.fr.1.sgml so they are
4764 * Remove extraneous '\' characters from <command> tags in
4765 apt_preferences.fr.5.sgml
4766 * Translation updates:
4767 - Updated Swedish translation from Peter Karlsson <peter@softwolves.pp.se>
4769 - New Slovenian translation from Jure Čuhalev <gandalf@owca.info>
4771 - New Portuguese translation from Miguel Figueiredo <elmig@debianpt.org>
4773 - Updated Spanish translation from Ruben Porras <nahoo82@telefonica.net>
4774 - Updated Spanish translation of man pages from Ruben Porras
4775 <nahoo82@telefonica.net>
4776 - Updated Simplified Chinese translation from "Carlos Z.F. Liu" <carlos_liu@yahoo.com>
4778 - Updated Russian translation from Dmitry Astapov <adept@despammed.com>
4780 - Updated Polish translation from Marcin Owsiany <porridge@debian.org>
4782 - Updated Czech translation from Miroslav Kure <kurem@upcase.inf.upol.cz>
4784 - Updated Japanese translation from Kenshi Muto <kmuto@debian.org>
4786 - Run make -C po update-po to update .po files
4787 - Updated French translation from Christian Perrier <bubulle@debian.org>
4789 - Updated Danish translation from Claus Hindsgaul <claus_h@image.dk>
4792 -- Matt Zimmerman <mdz@debian.org> Sat, 8 May 2004 12:52:20 -0700
4794 apt (0.5.24) unstable; urgency=low
4796 * Updated Czech translation from Miroslav Kure <kurem@upcase.inf.upol.cz>
4798 * Updated French translation from Christian Perrier <bubulle@debian.org>
4800 * Updates to XML man pages from richard.bos@xs4all.nl
4801 * Updated Danish translation from Claus Hindsgaul <claus_h@image.dk>
4803 * Updated Greek translation from Konstantinos Margaritis
4806 * Updated Spanish translation from Ruben Porras <nahoo82@telefonica.net>
4808 * Updated pt_BR translation from Andre Luis Lopes <andrelop@debian.org>
4810 * Regenerate .pot file (Closes: #237892)
4811 * Updated Polish translation from Marcin Owsiany <porridge@debian.org>
4813 * In pkgAcquire::Shutdown(), set the status of fetching items to
4814 StatError to avoid a sometimes large batch of error messages
4816 * Implement an ugly workaround for the 10000-character limit on the
4817 Binaries field in debSrcRecordParser, until such time as some things
4818 can be converted over to use STL data types (ABI change) (Closes: #236688)
4819 * Increase default tagfile buffer from 32k to 128k; this arbitrary limit
4820 should also be removed someday (Closes: #174945)
4821 * Checked against Standards-Version 3.6.1 (no changes)
4823 -- Matt Zimmerman <mdz@debian.org> Tue, 16 Mar 2004 22:47:55 -0800
4825 apt (0.5.23) unstable; urgency=low
4827 * Cosmetic updates to XML man pages from Richard Bos <radoeka@xs4all.nl>
4828 * Use the 'binary' target rather than 'all' so that the ssh and bzip2
4829 symlinks are created correctly (thanks to Adam Heath)
4831 * Updated Simplified Chinese translation of message catalog from Tchaikov
4832 <chaisave@263.net> (Closes: #234186)
4833 * Change default for Acquire::http::max-age to 0 to prevent index files
4834 being out of sync with each other (important with Release.gpg)
4835 * Add an assert() to make sure that we don't overflow a fixed-size
4836 buffer in the very unlikely event that someone adds 10 packaging
4837 systems to apt (Closes: #233678)
4838 * Fix whitespace in French translation of "Yes, do as I say!", which
4839 made it tricky to type, again. Thanks to Sylvain Pasche
4840 <sylvain.pasche@switzerland.org> (Closes: #234494)
4841 * Print a slightly clearer error message if no packaging systems are
4842 available (Closes: #233681)
4843 * Point to Build-Depends in COMPILING (Closes: #233669)
4844 * Make debian/rules a bit more consistent in a few places.
4845 Specifically, always use -p$@ rather than an explicit package name,
4846 and always specify it first, and use dh_shlibdeps -l uniformly rather
4847 than sometimes changing LD_LIBRARY_PATH directly
4848 * Document unit for Cache-Limit (bytes) (Closes: #234737)
4849 * Don't translate "Yes, do as I say!" in Chinese locales, because it can
4850 be difficult to input (Closes: #234886)
4852 -- Matt Zimmerman <mdz@debian.org> Thu, 26 Feb 2004 17:08:14 -0800
4854 apt (0.5.22) unstable; urgency=low
4856 * Updated French translation of man pages from Philippe Batailler
4857 <philippe.batailler@free.fr> (Closes: #203119)
4858 * Initialize StatusFile in debSystem (Closes: #229791)
4859 * Fix apt-get's suggests/recommends printing, which was skipping every
4860 other dependency due to both using GlobOr and incrementing the DepIterator
4862 * Restore SIGINT/SIGQUIT handlers to their old values (rather than
4863 SIG_DFL) after invoking dpkg (Closes: #229854)
4864 * Updated Dutch translation of message catalog from cobaco
4865 <cobaco@linux.be> (Closes: #229601)
4866 * Catalan translation from Antoni Bella, Matt Bonner and Jordi Mallach
4868 * Simplified Chinese translation of message catalog from "Carlos
4869 Z.F. Liu" <carlos_liu@yahoo.com> (Closes: #230960)
4870 * Replace SGML manpages with XML man pages from richard.bos@xs4all.nl
4872 * Updated Spanish translation of man pages from Ruben Porras
4873 <nahoo82@telefonica.net> (Closes: #231539)
4874 * New Czech translation of message catalog from Miroslav Kure
4875 <kurem@upcase.inf.upol.cz> (Closes: #231921)
4877 -- Matt Zimmerman <mdz@debian.org> Mon, 9 Feb 2004 12:44:54 -0800
4879 apt (0.5.21) unstable; urgency=low
4881 * Patch from Eric Wong <normalperson@yhbt.net> to include apt18n.h after
4882 other headers to avoid breaking locale.h when setlocale() is defined
4883 as an empty macro. This was not a problem on Debian, but broke
4884 compilation on Solaris. (Closes: #226509)
4885 * Updated French translation from Pierre Machard <pmachard@debian.org>
4887 * Add colons to apt-get's "kept back"/"upgraded"/"downgraded" messages
4889 * Fix typo in apt-cache(8) (Closes: #226351)
4890 * Clearer error message in place of "...has no available version, but
4891 exists in the database" (Closes: #212203)
4892 * Patch from Oliver Kurth <oku@masqmail.cx> to use AC_CACHE_VAL for
4893 GLIBC_VER to make cross-compilation easier (Closes: #221528)
4894 * Add example preferences file (Closes: #220799)
4895 * Updated Greek translation from Konstantinos Margaritis <markos@debian.org>
4897 * Updated Spanish translation of man pages from Ruben Porras
4898 <nahoo82@telefonica.net> (Closes: #227729)
4900 -- Matt Zimmerman <mdz@debian.org> Fri, 16 Jan 2004 10:54:39 -0800
4902 apt (0.5.20) unstable; urgency=low
4904 * Fixed German translations of "Suggested" from Christian Garbs
4905 <debian@cgarbs.de> (Closes: #197960)
4906 * Add an "apt-cache madison" command with an output format similar to
4907 the katie tool of the same name (but less functionality)
4908 * Fix debSourcesIndex::Describe() to correctly say "Sources" rather than
4911 -- Matt Zimmerman <mdz@debian.org> Sat, 3 Jan 2004 23:42:50 -0800
4913 apt (0.5.19) unstable; urgency=low
4915 * Fix Packages::Extensions support in apt-ftparchive generate
4918 -- Matt Zimmerman <mdz@debian.org> Sat, 3 Jan 2004 16:20:31 -0800
4920 apt (0.5.18) unstable; urgency=low
4922 * New no_NO.po file from Tollef Fog Heen <tfheen@debian.org> to fix
4923 encoding problems (Closes: #225602)
4924 * Have "apt-ftparchive release" strip the leading path component from
4925 the checksum entries
4927 -- Matt Zimmerman <mdz@debian.org> Fri, 2 Jan 2004 11:24:35 -0800
4929 apt (0.5.17) unstable; urgency=low
4931 * Enable apt-ftparchive to generate Release files. Hopefully this will
4932 make it easier for folks to secure their apt-able packages
4934 -- Matt Zimmerman <mdz@debian.org> Fri, 26 Dec 2003 12:53:21 -0800
4936 apt (0.5.16) unstable; urgency=low
4938 * po/de.po update from Michael Karcher <karcher@physik.fu-berlin.de>
4940 * Update config.guess and config.sub from autotools-dev 20031007.1
4941 * Add knetbsd to buildlib/ostable (Closes: #212344)
4942 * Don't suggest apt-get -f install to correct broken build-deps; broken
4943 installed packages are rarely the cause (Closes: #220858)
4944 * Avoid clobbering configure.in if sed fails
4946 -- Matt Zimmerman <mdz@debian.org> Wed, 24 Dec 2003 14:54:40 -0800
4948 apt (0.5.15) unstable; urgency=low
4950 * Spanish man pages, patch from Ruben Porras <nahoo82@telefonica.net>
4952 - apt.es.8 wasn't included in the patch, but was referenced. Fetched
4953 version 1.3 from debian-doc cvs
4954 - Create doc/es/.cvsignore
4955 * Patch from Koblinger Egmont <egmont@uhulinux.hu> to fix
4956 pkgCache::PkgFileIterator::Label() to correctly refer to File->Label
4957 rather than File->Origin (Closes: #213311)
4958 * Add missing comma and space to German translation of "downgraded"
4960 * Add missing comma in apt_preferences(5) (Closes: #215362)
4961 * Fix whitespace in French translation of "Yes, do as I say!", which
4962 made it tricky to type. Thanks to Sylvain Pasche
4963 <sylvain.pasche@switzerland.org> (Closes: #217152)
4964 * Let apt-get build-dep try alternatives if the installed package
4965 doesn't meet version requirements (Closes: #214736)
4966 * Fix version display for recommends (Closes: #219900)
4967 * Use isatty rather than ttyname for checking if stdin is a terminal.
4968 isatty has the advantage of not requiring /proc under Linux, and thus
4970 * Correctly implement -n as a synonym for --names-only (Closes: #224515)
4971 * Update apt-cache(8)
4972 - Document --installed
4973 - --recursive applies to both depends and rdepends
4974 * Japanese translation of documentation from Kurasawa Nozomu <nabetaro@slug.jp>
4976 * Clarify documentation of --no-upgrade in apt-get(8) (Closes: #219743)
4977 * Clean up and simplify some of the suggests/recommends display in apt-get
4978 * Use cvs update -d in debian/rules cvs-build rather than just update
4979 * Pass --preserve-envvar PATH --preserve-envvar CCACHE_DIR to debuild. apt
4980 takes a long time to build, and ccache helps
4982 -- Matt Zimmerman <mdz@debian.org> Sat, 20 Dec 2003 16:34:30 -0800
4984 apt (0.5.14) unstable; urgency=low
4986 * apt-get build-dep, when trying to skip over the remaining elements of
4987 an or-expression, would accidentally inherit the version requirements of a
4988 later item in the or-expression. Fixed it.
4989 * Let apt-get build-dep try alternatives if the first dependency in an
4990 or-expression is not available
4991 * Add a Debug::BuildDeps to generate some trace output
4992 * Help apt-get build-dep produce more useful error messages
4993 * Process build-dependencies in forward rather than reverse order
4994 * Error out if an installed package is too new for a << or <=
4996 * apt-get build-dep should now be able to handle almost any package with
4997 correct build-depends. The primary exception is build-dependencies on
4998 virtual packages with more than one provider, and these are
4999 discouraged for automated processing (but still common,
5002 -- Matt Zimmerman <mdz@debian.org> Tue, 23 Sep 2003 22:57:31 -0400
5004 apt (0.5.13) unstable; urgency=medium
5006 * Document configuration file comment syntax in apt.conf(5)
5008 * s/removed/installed/ in a comment in apt-get.cc
5009 * Move comment for ListParser::ParseDepends into the right place
5010 * Don't preserve ownership when copying config.guess and config.sub.
5011 This broke builds where the clean target was run with different
5012 privileges than the rest of the build (i.e., root) (Closes: #212183)
5013 * On second thought, don't copy config.guess and config.sub at all. I'd
5014 rather they always match what is in CVS.
5016 -- Matt Zimmerman <mdz@debian.org> Mon, 22 Sep 2003 10:28:17 -0400
5018 apt (0.5.12) unstable; urgency=low
5020 * Exclude subdirectories named 'debian-installer' from the apt-cdrom
5021 search (Closes: #210485 -- release-critical)
5023 -- Matt Zimmerman <mdz@debian.org> Thu, 11 Sep 2003 21:48:14 -0400
5025 apt (0.5.11) unstable; urgency=low
5027 * Updated pt_BR translations from Andre Luis Lopes <andrelop@debian.org>
5029 * In apt.conf(5), give the fully qualified name of Dir::Bin::Methods,
5030 rather than just "methods"
5031 * Add new nb and nn translations from Petter Reinholdtsen <pere@hungry.com>
5032 * Clean up reportbug script a bit, and extend it to distinguish between a
5033 configuration file not existing and the user declining to submit it with
5035 * Add #include <langinfo.h> to cmdline/apt-get.cc. This apparently gets
5036 pulled in by something else with recent g++ and/or glibc, but is
5037 required when building on, e.g., stable
5038 * Patch from Koblinger Egmont <egmont@uhulinux.hu> to fix version
5039 comparisons with '~' (Closes: #205960)
5040 * Disable Russian translation until someone can review it
5043 -- Matt Zimmerman <mdz@debian.org> Wed, 10 Sep 2003 19:41:28 -0400
5045 apt (0.5.10) unstable; urgency=low
5047 * Correct the section in apt_preferences(5) on interpreting priorities
5048 to show that zero is not a valid priority, and print a warning if such
5049 a pin is encountered in the preferences file (Closes: #204971)
5050 * Regenerate French man pages from sgml source (Closes: #205886)
5051 * Get self-tests compiling again, updated for latest library API
5053 * Add version comparison tests for #194327 and #205960
5054 * Fix error message in version test to output versions in the order in
5055 which they were compared when the reverse comparison fails
5056 * Reference the source package bug page rather than the one for the
5057 binary package 'apt' in the man pages (Closes: #205290)
5058 * Updated Polish po file from Marcin Owsiany <porridge@debian.org>
5060 * Mention some of the available frontends in apt-get(8) (Closes: #205829)
5061 * Add apt-config to SEE ALSO section of apt-get (Closes: #205036)
5062 * Add missing "lang" attributes to refentry tags in French man pages
5063 (apt-cdrom, apt-extracttemplates, apt-sortpkgs)
5064 * Change upgraded/newly installed/not fully installed or removed
5065 messages to be consistent and somewhat shorter (some translations
5066 exceeded 80 characters even in the simplest case)
5067 * Make APT::Get::Show-Upgraded (aka apt-get -u) default to true.
5068 * Updates to Dutch translation from Bart Cornelis <cobaco@linux.be>
5071 -- Matt Zimmerman <mdz@debian.org> Sun, 31 Aug 2003 21:12:39 -0400
5073 apt (0.5.9) unstable; urgency=low
5075 * Oh well, apt isn't going to make it into testing anytime soon due to
5076 new glibc and gcc deps, so we might as well fix more bugs
5077 * Fix typo in example ftp-archive.conf (Closes: #203295)
5078 * Mention default setting for --all-versions (Closes: #203298)
5079 * Patch from Otavio Salvador <otavio@debian.org> to have --version
5080 only print the version (and not usage as well) (Closes: #203418)
5081 * Patch from Otavio Salvador <otavio@debian.org> to switch from
5082 dh_installmanpages to dh_installman. Fixes the problem where the
5083 pt_BR man page was installed in the wrong location (Closes: #194558)
5084 * Move the French apt-ftparchive man page into apt-utils where it
5085 belongs. apt-utils Replaces: apt (<< 0.5.9)
5086 * Write records from "apt-cache show" using fwrite(3) rather than
5087 write(2), in case for some reason the entire record doesn't get
5088 written by a single write(2)
5089 * Add new French man pages to doc/fr/.cvsignore
5090 * Add freebsd to buildlib/ostable (Closes: #193430)
5091 * Avoid segfault if a package name is specified which consists
5092 entirely of characters which look like end tags ('+', '-')
5094 * Patch from Otavio Salvador <otavio@debian.org> to avoid listing
5095 suggests/recommends for packages which are selected for installation
5096 at the same time as the package which suggests/recommends them
5098 * Patch from Otavio Salvador <otavio@debian.org> to avoid listing
5099 suggests/recommends which are Provided by a package which is already
5100 installed (Closes: #200395)
5101 * Patch to update pt_BR man page for apt_preferences(5) from Andre Luis
5102 Lopes <andrelop@debian.org> (Closes: #202245)
5103 * Use nl_langinfo(YESEXPR) rather than comparing to the translated
5104 string "Y". Closes: #200953 and should make the prompting generally
5105 more robust in the face of i18n. In the particular case of #200953,
5106 it was being fooled because of signedness issues with toupper(3)
5108 * apt Suggests: aptitude | synaptic | gnome-apt | wajig
5110 * Clean up whitespace in translated strings in ru.po, which messed up
5111 indentation (some other translations probably have similar problems)
5113 * Run ispell -h over the man page sources and fix a bunch of typos
5114 * Use debian/compat rather than DH_COMPAT
5115 * Update to debhelper compatibility level 3
5116 - remove ldconfig calls from debian/{postinst,postrm} as dh_makeshlibs
5118 - echo 3 > debian/compat
5119 - Build-Depends: debhelper (>= 3)
5120 * Exclude '.#*' from cvs-build
5121 * Let the ftp method work with ftp servers which do not require a
5122 password (Closes: #199425)
5123 * Build-depend on debhelper >= 4.1.62, because we need the fix for
5124 #204731 in order for dh_installman to work correctly
5125 with our SGML man pages
5126 * Move dh_makeshlibs ahead of dh_installdeb so that its postinst
5127 fragments are properly substituted
5129 -- Matt Zimmerman <mdz@debian.org> Sun, 10 Aug 2003 19:54:39 -0400
5131 apt (0.5.8) unstable; urgency=medium
5133 * urgency=medium because the changes since 0.5.5.1 are pretty safe as
5134 far as core functionality, 0.5.5.1 survived unstable for 10 days, and
5135 I don't want to delay apt's progress into testing any further. It's
5136 decidedly better than 0.5.4.
5137 * Clarify the meaning of the only-source option in apt-get(8)
5139 * Updated French man pages from Philippe Batailler
5140 <philippe.batailler@free.fr> (Closes: #182194)
5141 * Give a warning if an illegal type abbreviation is used when looking up a
5142 configuration item (Closes: #168453)
5143 * Improve build-depends handling of virtual packages even further, so that
5144 it will now also try to satisfy build-depends on virtual packages if they
5145 are not installed. Note that this only works if there is only one
5146 package providing the virtual package, as in other cases (Closes: #165404)
5147 * Update config.guess and config.sub from autotools-dev 20030717.1
5148 * Tweak SGML in apt-extracttemplates.1.sgml so that literal '>' doesn't end
5150 * Document SrcDirectory in apt-ftparchive.1.sgml (Closes: #156370)
5151 * Support TMPDIR in apt-extracttemplates (Closes: #191656)
5152 * Fix ru.po to use a capital letter for the translation of 'Y' so that
5153 YnPrompt works correctly (Closes: #200953). No other translations seem
5154 to have this problem
5155 * Regenerate POT file and sync .po files
5156 * Only try to clear stdin if it is a tty, to avoid looping if there is
5157 lots of stuff (perhaps an infinite amount) to read (Closes: #192228)
5159 -- Matt Zimmerman <mdz@debian.org> Fri, 25 Jul 2003 20:21:53 -0400
5161 apt (0.5.7) unstable; urgency=low
5163 * Update control file to match overrides (apt priority important,
5164 libapt-pkg-dev section libdevel)
5165 * Silence the essential packages check if we are only downloading
5166 archives and not changing the system (Closes: #190862)
5167 * Skip version check if a build-dependency is provided by an installed package
5169 * Have apt-cache show exit with an error if it cannot find any of the
5170 specified packages (Closes: #101490)
5172 -- Matt Zimmerman <mdz@debian.org> Mon, 21 Jul 2003 23:43:24 -0400
5174 apt (0.5.6) unstable; urgency=low
5176 * Adam Heath <doogie@debian.org>
5177 - Fix segfault when handling /etc/apt/preferences. Closes: #192409.
5178 * Matt Zimmerman <mdz@debian.org>
5179 - Clean up some string handling, patch from Peter Lundkvist
5180 <p.lundkvist@telia.com> (Closes: #192225)
5181 - Don't fall off the end of the buffer when comparing versions.
5182 Patch from Koblinger Egmont <egmont@uhulinux.hu> (Closes: #194327)
5183 - Minor fixes to apt-ftparchive(1) (Closes: #118156)
5184 - Fix typo in apt-ftparchive help text (Closes: #119072)
5185 - More typos in apt-ftparchive help text (Closes: #190936)
5186 - Update config.guess, config.sub to latest versions
5187 - Modify the description for apt-utils to reflect the fact that it is not
5188 (any longer) infrequently used (Closes: #138045)
5189 - Make setup script for dselect method more explicit about
5190 overwriting sources.list (Closes: #151727)
5191 - Fix typo in apt-cache(8) (Closes: #161243)
5192 - Remove duplicate 'showpkg' from synopsis on apt-cache(8)
5194 - Document in apt-get(8) the meaning of the '*' in ShowList, which is that
5195 the package is being purged (Closes: #182369)
5196 - Fix extra "/" character in apt.conf(5) (Closes: #185545)
5197 - Fix typo in tar error message (Closes: #191424)
5198 - Clarify description of 'search' on apt-cache(8) (Closes: #192216)
5199 - Fix incorrect path for 'partial' directory on apt-get(8)
5201 - Fixes to pt_BR translation from Andre Luis Lopes <andrelop@ig.com.br>
5203 - Updated apt_preferences(5) man page with many corrections and
5204 clarifications from Thomas Hood <jdthood@yahoo.co.uk>
5206 - Fix SGML validation errors in apt-cache.8.sgml introduced in 0.5.5 or so
5207 - Add a simple example to apt-ftparchive(1) (Closes: #95257)
5208 - Add bug script for collecting configuration info (Closes: #176482)
5210 -- Matt Zimmerman <mdz@debian.org> Mon, 21 Jul 2003 01:59:43 -0400
5212 apt (0.5.5.1) unstable; urgency=low
5214 * Move the target of the example docs from doc to binary. Closes:
5216 * Fix api breakage that broke apt-ftparchive and apt-cache dumpavail, by
5217 backing out change that incorretly attempted to handle Package sections
5218 larger than 32k. Closes: #192373
5219 * Fix never-ending loop with apt-get install -V. Closes: #192355.
5221 -- Adam Heath <doogie@debian.org> Mon, 19 May 2003 12:30:16 -0500
5223 apt (0.5.5) unstable; urgency=low
5225 * New deb version compare function, that has no integer limits, and
5226 supports pre-versions using ~. Code ported from dpkg.
5227 * Fix handling of [!arch] for build-dependencies. Closes: #88798, #149595
5228 * Fix handling of build-deps on unknown packages. Closes: #88664, #153307
5229 * "apt-get --arch-only build-dep" to install only architecture-
5230 dependent build dependencies. Bump minor shared lib number to reflect
5231 small change in BuildDepend API.
5232 * APT::Build-Essential configuration option (defaults to "build-essential")
5233 so that "apt-get build-dep" will ensure build essential packages are
5234 installed prior to installing other build-dependencies. Closes: #148879
5235 * LD_LIBRARY_PATH thing. Closes: #109430, #147529
5236 * /usr/doc reference in postinst. Closes: #126189
5237 * Doc updates. Closes: #120689
5238 * Possible apt-cache segfault. Closes: #120311, #118431, #117915, #135295,
5240 * Print special message for EAI_AGAIN. Closes: #131397
5241 * libapt-pkg-dev needs to bring in the apt-inst library if linking
5242 is to work. Closes: #133943
5243 * Typos, Doc Stuff. Closes: #132772, #129970, #123642, #114892, #113786,
5244 #109591, #105920, #103678, #139752, #138186, #138054, #138050,
5245 #139994, #142955, #151654, #151834, #147611, #154268, #173971
5246 * Fix possibility for tag file parsing to fail in some unlikely situations.
5248 * Use std C++ names for some header files. Closes: #128741
5249 * Do not check for free space if --no-download. Closes: #117856
5250 * Actually implement or group handling for 'upgrade'. Closes: #133950
5251 * "Internal Error, Couldn't configure pre-depend" is not actually an
5252 internal error, it is a packaging error and now it says so, and
5253 pinpoints the problem dependency. Closes: #155621
5254 * Allows failure to write to a pipe for post-invoke stuff. Closes: #89830
5255 * Use usr/share/doc for dhelp. Closes: #115701
5256 * --print-uris works with 'update'. Closes: #57070
5257 * Options Dpkg::MaxArgs,Dpkg::MaxArgBytes to allow a much longer dpkg
5259 * Fixed 2 little OR group bugs, thanks to Yann Dirson. Closes: #143995,
5261 * Allow an uninstalled package to be marked for removal on an install
5262 line (meaning not to automatically install it), also fix some dodgy
5263 handling of protected packages. Closes: #92287, #116011
5264 * Fix errant prefix matching in version selection. Closes: #105968
5265 * Ensure that all files needed to run APT as a user are readable and
5266 ignore roots umask for these files. Closes: #108801
5267 * Support larger config spaces. Closes: #111914
5268 * 'apt-get update' no longer does 'Building Dependency Tree'.
5269 * When matching regexs allways print a message. Change regex activation
5270 charset. Closes: #147817
5271 * Don't die if lines in sources.list are too long. Closes: #146846
5272 * Show file name on apt-extracttemplate error messges. Closes: #151835
5273 * i18n gettext stuff, based on work from Michael Piefel: Closes: #95933
5274 * Some highly unlikely memory faults. Closes: #155842
5275 * C++ stuff for G++3.2. Closes: #162617, #165515,
5276 * apt-config dumps sends to stdout not stderr now. Closes: #146294
5277 * Fix segfault in FindAny when /i is used, and there is no default.
5279 * Add s390x to archtable. Closese: #160992.
5280 * Update config.sub/config.guess in cvs, and add support to debian/rules
5281 to update them from /usr/share/misc if they exist. Closes: #155014
5282 * Remove 'Sorry' from messages. Closes: #148824.
5283 * Change wording of 'additional disk space usage' message. Closes:
5285 * apt-extracttemplates now prepends the package name when extracting
5286 files. Closes: #132776
5287 * Add -n synonym for --names-only for apt-cache. Closes: #130689
5288 * Display both current version and new version in apt-get -s. Closes:
5290 * Add an options and timeout config item to ssh/rsh. Closes: #90654
5291 * libapt-pkg-dev now depends on apt-utils. Closes: #133942.
5292 * Change verbose logging output of apt-ftparchive to go to stderr,
5293 instead of stdout. Also, errors that occur no longer go to stdout,
5294 but stderr. Closes: #161592
5295 * Test for timegm in configure. Closes: #165516.
5296 * s/st_mtime/mtime/ on our local stat structure in apt-ftparchive, to
5297 support compliation on platforms where st_mtime is a macro. Closes:
5299 * Check the currently mounted cdrom, to see if it's the one we are
5300 interested in. Closes: #154602
5301 * Refer to reportbug instead of bug in the man pages. Closes: #173745
5302 * Link apt-inst to apt-pkg. Closes: #175055
5303 * New apt_preferences man page from Thomas Hood, Susan Kleinmann,
5305 * Fix > 300 col screen segfault. Closes: #176052
5306 * Rebuild with gcc-3.2. Closes: #177752, #178008.
5307 * Fix build-dep handling of | dependencies.
5308 Closes: #98640, #145997, #158896, #172901
5309 * Double default value of APT::Cache-Limit, until such time as it
5310 can be made more dynamic. Closes: #178623.
5311 * Report uris with '.gz' when there are errors. Closes: #178435.
5312 * When installing build-deps, make sure the new version will
5313 satisfy build requirements. Closes: #178121
5314 * Split offline and guide documentation into apt-doc. This was done so
5315 that binary-arch builds do not require documention deps. Note, that
5316 apt-doc is not installed on upgrades.
5317 * Use doc-base, instead of dhelp directly. Closes: #110389
5318 * Change http message 'Waiting for file' to 'Waiting for headers'.
5320 * Remove trailing lines on package lists in apt-get. Closes: #178736.
5321 * Fix origin pins for file:// uris. Closes: #189014.
5322 * Apply typo and syntax patch from bug to apt-cache.8.sgml. Closes:
5324 * s/dpkg-preconfig/dpkg-preconfigure/ in examples/configure-index.
5326 * Fix some typos in the apt-get manual. Closes: #163932.
5327 * Apply patch from bug, to change frozen to testing, and then do it
5328 everywhere else. Closes: #165085.
5329 * Update es.po. Closes: #183111.
5330 * Add pt_BR translation of apt_preferences(5). Also, build fr manpages.
5332 * Add a vcg command to apt-cache, similiar to dotty. Closes: #150512.
5333 * Add option to apt-get to show versions of packages being
5335 * Be quiet in apt.post{inst,rm}. Closes: #70685.
5336 * apt-get now prints out suggested and recommended packages. Closes:
5338 * Insert some newlines in the cdrom change media message. Closes:
5340 * Add a rdepends command to apt-cache. Closes: #159864.
5341 * When building the dpkg command line, allow for 8192 chars to be used,
5342 instead of only 1024.
5343 * APT::Immediate-Configure had inverted semantics(false meant it was
5344 enabled). Closes: #173619.
5345 * Fix status file parser so that if a record is larger than 32k, the
5346 buffer size will be doubled, and the read attempted again. Closes:
5349 -- Adam Heath <doogie@debian.org> Sun, 27 Apr 2003 01:23:12 -0500
5351 apt (0.5.4) unstable; urgency=low
5353 * M68k config.guess patch. Closes: #88913
5354 * Bi-yearly test on OpenBSD and Solaris
5355 * Doc updates. Closes: #89121, #89854, #99671, #98353, #95823, #93057,
5356 #97520, #102867, #101071, #102421, #101565, #98272, #106914,
5358 * Various cosmetic code updates. Closes: #89066, #89066, #89152
5359 * Add "pre-auto" as an option for DSelect::Clean (run autoclean after
5361 * More patches from Alfredo for Vendors and more SHA-1 stuff
5362 * Fix for AJ's 'desire to remove perl-5.005' and possibly other
5363 similar situations. Closes: #56708, #59432
5364 * no_proxy and ftp. Closes: #89671
5365 * Philippe Batailler's man page patches.
5366 * Fix for display bug. Closes: #92033, #93652, #98468
5367 * Use more than 16bits for the dep ID. Some people ran out..
5368 Closes: #103020, #97809, #102951, #99974, #107362, #107395, #107362,
5369 #106911, #107395, #108968
5370 * Reordered some things to make dante and FTP happier. Closes: #92757
5371 * James R. Van Zandt's guide.sgml updates. Closes: #90027
5372 * apt-ftparchive copes with no uncompressed package files + contents.
5373 * French man pages from philippe batailler - well sort of. They
5375 * run-parts. Closes: #94286
5376 * 'apt-cache policy' preferences debug tool.
5377 * Whatever. Closes: #89762
5378 * libstdc++ and HURD. Closes: #92025
5379 * More apt-utils verbage. Closes: #86954
5380 * Fliped comparision operator. Closes: #94618
5381 * Used the right copyright file. Closes: #65691
5382 * Randolph's G++3 patches.
5383 * Fixed no_proxy tokanizing. Closes: #100046
5384 * Strip Config-Version when copying status to available. Closes: #97520
5385 * Segfault with missing source files. Closes: #100325
5386 * EINTR check. Closes: #102293
5387 * Various changes to the locking metholodgy for --print-uris.
5389 * Lame LD_LIBRARY_PATH thing. Closes: #98928
5390 * apt-cache search searchs provide names too now. Closes: #98695
5391 * Checksum and long lines problem. Closes: #106591
5392 * .aptignr and empty files are just a warning. Closes: #97364
5394 -- Jason Gunthorpe <jgg@debian.org> Sat, 18 Aug 2001 17:21:59 -0500
5396 apt (0.5.3) unstable; urgency=low
5398 * JoeyH's dpkg::preconfig not working. Closes: #88675
5399 * Fixed apt override disparity
5400 * Alfredo's SHA-1 and related patches
5402 -- Jason Gunthorpe <jgg@debian.org> Sun, 4 Mar 2001 15:39:43 -0700
5404 apt (0.5.2) unstable; urgency=low
5406 * Fixed mention of /usr/doc in the long description
5407 * JoeyH's downgrade bug -- don't use 0.5.1
5408 * Doc bug. Closes: #88538
5409 * Fault in building release strings. Closes: #88533
5411 -- Jason Gunthorpe <jgg@debian.org> Sun, 4 Mar 2001 15:39:43 -0700
5413 apt (0.5.1) unstable; urgency=low
5415 * Fixed #82894 again, or should be and.
5416 * Process the option string right. Closes: #86921
5417 * Don't eat the last command for pipes. Closes: #86923
5418 * Ignore .* for configuration directory processing. Closes: #86923
5419 * Alfredo's no_proxy patch
5420 * Documentation fixes. Closes: #87091
5421 * JoeyH's double slash bug. Closes: #87266
5422 * Unintitialized buffer and apt-ftparchive contents generation.
5424 * Build-deps on virtual packages. Closes: #87639
5425 * Fixes glibc/libstdc++ symbol dependencies by including glibc and
5426 libstdc++ version info in the library soname and in the package
5427 provides. Closes: #87426
5428 * Updated soname version to 0.3.2
5429 * apt-extracttemplates moved from debconf into apt-utils
5430 * s390 archtable entry. Closes: #88232
5432 * Some instances where the status file can source a package in a
5433 non-sensical way. Closes: #87390
5434 * Work better if there are duplicate sources.list entries.
5435 * Fixed the resetting of Dir with "dir {};". Closes: #87323
5437 -- Randolph Chung <tausq@debian.org> Sat, 3 Mar 2001 15:37:38 -0700
5439 apt (0.5.0) unstable; urgency=low
5441 * Fixed an obscure bug with missing final double new lines in
5443 * Changed the apt-cdrom index copy routine to use the new section
5445 * Added a package file sorter, apt-sortpkgs
5446 * Parse obsolete Optional dependencies.
5447 * Added Ben's rsh method. Closes: #57794
5448 * Added IPv6 FTP support and better DNS rotation support.
5449 * Include the server IP in error messages when using a DNS rotation.
5451 * Made most of the byte counters into doubles to prevent 32bit overflow.
5453 * HTTP Authorization. Closes: #61158
5454 * Ability to parse and return source index build depends from Randolph.
5455 * new 'apt-get build-dep' command from Randolph. Closes: #63982
5456 * Added apt-ftparchive the all dancing all singing FTP archive
5458 * Allow version specifications with =1.2.4-3 and /2.2 or /stable postfixes
5460 * Removed useless internal cruft including the xstatus file.
5461 * Fixed config parser bugs. Closes: #67848, #71108
5462 * Brain Damanged apt-get config options changed, does not change the command
5463 line interface, except to allow --enable-* to undo a configuration
5466 No-Download -> Download
5467 No-Upgrade -> Upgrade
5468 * Made this fix configable (DSelect::CheckDir) and default to disabled:
5469 * No remove prompt if the archives dir has not changed. Closes: #55709
5470 Because it is stupid in the case where no files were downloaded due to
5471 a resumed-aborted install, or a full cache! Closes: #65952
5472 * Obscure divide by zero problem. Closes: #64394
5473 * Update sizetable for mips. Closes: #62288
5474 * Fixed a bug with passive FTP connections
5475 * Has sizetable entry for sparc64. Closes: #64869
5476 * Escape special characters in the ::Label section of the cdroms.lst
5477 * Created apt-utils and python-apt packages
5478 * Due to the new policy engine, the available file may contain entries
5479 from the status file. These are generated if the package is not obsolete
5480 but the policy engine prohibits using the version from the package files.
5481 They can be identified by the lack of a Filename field.
5482 * The new policy engine. Closes: #66509, #66944, #45122, #45094, #40006,
5483 #36223, #33468, #22551
5484 * Fixed deb-src line for non-us. Closes: #71501, #71601
5485 * Fixes for G++ 2.96, s/friend/friend class/
5486 * Fixed mis doc of APT::Get::Fix-Missing. Closes: #69269
5487 * Confirmed fix for missing new line problem. Closes: #69386
5488 * Fixed up dhelp files. Closes: #71312
5489 * Added some notes about dselect and offline usage. Closes: #66473, #38316
5490 * Lock files on read only file systems are ignored w/ warning.
5492 * apt-get update foo now gives an error! Closes: #42891
5493 * Added test for shlibs on hurd. Closes: #71499
5494 * Clarified apt-cache document. Closes: #71934
5495 * DocBook SGML man pages and some improvements in the text..
5496 * sigwinch thing. Closes: #72382
5497 * Caching can be turned off by setting the cache file names blank.
5498 * Ignores arches it does not know about when autocleaning. Closes: #72862
5499 * New function in apt-config to return dirs, files, bools and integers.
5500 * Fixed an odd litle bug in MarkInstall and fixed it up to handle
5501 complex cases involving OR groups and provides.
5502 68754 describes confusing messages which are the result of this..
5503 Closes: #63149, #69394, #68754, #77683, #66806, #81486, #78712
5504 * Speeling mistake and return code for the 'wicked' resolver error
5505 Closes: #72621, #75226, #77464
5506 * Solved unable to upgrade libc6 from potato to woody due to 3 package
5507 libc6 dependency loop problem.
5508 * Leading sources.list spaces. Closes: #76010
5509 * Removed a possible infinite loop while processing installations.
5510 * Man page updates. Closes: #75411, #75560, #64292, #78469
5511 * ReduceSourceList bug. Closes: #76027
5512 * --only-source option. Closes: #76320
5513 * Typos. Closes: #77812, #77999
5514 * Different status messages. Closes: #76652, #78353
5515 * /etc/apt/apt.conf.d/ directory for Joey and Matt and pipe protocol 2
5516 * OS detection an support for the new pseduo standard of os-arch for the
5517 Architecture string. Also uses regexing.. Closes: #39227, #72349
5518 * Various i18n stuff. Note that this still needs some i18n wizard
5519 to do the last gettextization right. Closes: #62386
5520 * Fixed a problem with some odd http servers/proxies that did not return
5521 the content size in the header. Closes: #79878, #44379
5522 * Little acquire bugs. Closes: #77029, #55820
5523 * _POSIX_THREADS may not be defined to anything, just defined..
5525 * Spelling of Ignore-Hold correctly. Closes: #78042
5526 * Unlock the dpkg db if in download only mode. Closes: #84851
5527 * Brendan O'Dea's dselect admindir stuff. Closes: #62811
5528 * Patch from BenC. Closes: #80810
5529 * Single output of some names in lists. Closes: #80498, #43286
5530 * Nice message for people who can't read syserror output. Closes: #84734
5531 * OR search function. Closes: #82894
5532 * User's guide updates. Closes: #82469
5533 * The AJ/JoeyH var/state to var/lib transition patch. Closes: #59094
5534 * Various CD bugs, again thanks to Greenbush
5535 Closes: #80946, #76547, #71810, #70049, #69482
5536 * Using potato debhelper. Closes: #57977
5537 * I cannot self-terminate. Closes: #74928
5539 -- Jason Gunthorpe <jgg@debian.org> Wed, 21 Feb 2001 00:39:15 -0500
5541 apt (0.3.19) frozen unstable; urgency=low
5543 * Updates to apt-cdrom to support integrated non-us nicely, thanks to
5545 * Fixed that apt-get/cdrom deadlock thing. Closes: #59853, #62945, #61976
5546 * Fixed hardcoded path. Closes: #59743
5547 * Fixed Jay's relative path bug
5548 * Allowed source only CDs. Closes: #58952
5549 * Space check is supressed if --print-uris is given. Closes: #58965
5550 * Clarified the documenation examples for non-us. Closes: #58646
5551 * Typo in the package description. Closes: #60230
5552 * Man Page typo. Closes: #60347
5553 * Typo in Algorithms.cc. Closes: #63577
5554 * Evil dotty function in apt-cache for generating dependency graphs
5555 with the as-yet-unpackaged GraphVis.
5556 * Appears to have been fixed in Janurary.. Closes: #57981
5557 * New config.guess/sub for the new archs. Closes: #60874
5558 * Fixed error reporting for certain kinds of resolution failures.
5560 * Made autoclean respect 'q' settings. Closes: #63023
5561 * Fixed up the example sources.list. Closes: #63676
5562 * Added DPkg::FlushSTDIN to control the flushing of stdin before
5563 forking dpkg. Closes: #63991
5565 -- Ben Gertzfield <che@debian.org> Fri, 12 May 2000 21:10:54 -0700
5567 apt (0.3.18) frozen unstable; urgency=low
5569 * Changes in the postinst script. Closes: #56855, #57237
5570 * Fixed bashism. Closes: #57216, #57335
5571 * Doc updates. Closes: #57772, #57069, #57331, #57833, #57896
5573 -- Ben Gertzfield <che@debian.org> Sun, 13 Feb 2000 01:52:31 -0800
5575 apt (0.3.17) unstable; urgency=low
5577 * RFC 2732 usage for CDROM URIs and fixes to apt-cdrom
5578 * Fixed the configuration parser to not blow up if ; is in the config
5580 * Applied visual patch to dselect install script . Closes #55214
5581 * Included the configure-index example
5583 * Library soname has increased
5584 * Fixed default sources.list to have correct URLs for potato when it
5586 * Added a message about erasing sources.list to dselect setup script
5588 * No remove prompt if the archives dir has not changed. Closes: #55709
5589 * Fixed inclusion of 2nd sample config file. Closes: #55374
5590 * Made file mtimes of 0 not confuse the methods If-Modifed-Since check.
5593 -- Ben Gertzfield <che@debian.org> Mon, 31 Jan 2000 12:12:40 -0800
5595 apt (0.3.16) unstable; urgency=low
5597 * Made --no-download work. Closes: #52993
5598 * Now compiles on OpenBSD, Solaris and HP-UX
5599 * Clarify segfault errors
5600 * More debhelper fixes. Closes: #52662, #54566, #52090, #53531, #54769
5601 * Fix for Joel's discovery of glibc removal behavoir.
5602 * Fix for Ben Collins file: uri from slink upgrade.
5603 * Fixed resume code in FTP. Closes: #54323
5604 * Take more precautions to prevent the corruption Joey Hess saw.
5605 * Fixed --no-list-cleanup
5606 * RFC 2732 URI parsing ([] for hostnames).
5607 * Typo in apt-cache man page. Closes: #54949
5609 -- Ben Gertzfield <che@debian.org> Fri, 14 Jan 2000 08:04:15 -0800
5611 apt (0.3.15) unstable; urgency=low
5613 * Added DSelect::WaitAfterDownload Closes: #49549
5614 * Fixed cast error in byteswap macro and supporting code. Closes: #50093
5615 * Fixed buffer overflow for wide terminal sizes. Closes: #50295
5616 * Made -s and clean not do anything. Closes: #50238
5617 * Problem with Protected packages and the new OR code.
5618 * /usr/share/doc stuff. Closes: #51017, #50228, #51141
5619 * Remove doesn't require a package to be installable. Closes: #51175
5620 * FTP proxy touch ups in the mabn page. Closes: #51315, #51314
5622 -- Ben Gertzfield <che@debian.org> Sat, 4 Dec 1999 21:17:24 -0800
5624 apt (0.3.14) unstable; urgency=low
5626 * Fix Perl or group pre-depends thing Closes: #46091, #46096, #46233, #45901
5627 * Fix handling of dpkg's conversions from < -> <= Closes: #46094, #47088
5628 * Make unparsable priorities non-fatal Closes: #46266, #46267, #46293, #46298
5629 * Fix handling of '/' for the dist name. Closes: #43830, #45640, #45692
5630 * Fixed 'Method gave a blank filename' error from IMS queries onto CDs.
5631 Closes: #45034, #45695, #46537
5632 * Made OR group handling in the problem resolver more elaborate. Closes: #45646
5633 * Added APT::Clean-Installed option. Closes: #45973
5634 * Moves the free space check to after the calculated size is printed.
5635 Closes: #46639, #47498
5636 * mipsel arch Closes: #47614
5637 * Beautified URI printing to not include passwords Closes: #46857
5638 * Fixed little problem with --no-download Closes: #47557
5639 * Tweaked Dselect 'update' script to re-gen the avail file even in the
5640 event of a failure Closes: #47112
5641 * Retries for source archives too Closes: #47529
5642 * Unmounts CDROMs iff it mounted them Closes: #45299
5643 * Checks for the partial directories before doing downloads Closes: #47392
5644 * no_proxy environment variable (http only!) Closes: #43476
5645 * apt-cache showsrc Closes: #45799
5646 * De-Refs Single Pure virtual packages. Closes: #42437, #43555
5647 * Regexs for install. Closes: #35304, #38835
5648 * Dependency reports now show OR group relations
5649 * Re-Install feature. Cloes: #46961, #37393, #38919
5650 * Locks archive directory on clean (woops)
5651 * Remove is not 'sticky'. Closes: #48392
5652 * Slightly more accurate 'can not find package' message. Closes: #48311
5653 * --trivial-only and --no-remove. Closes: #48518
5654 * Increased the cache size. Closes: #47648
5655 * Comment woopsie. Closes: #48789
5656 * Removes existing links when linking sources. Closes: #48775
5657 * Problem resolver does not install all virtual packages. Closes: #48591, #49252
5658 * Clearer usage message about 'source' Closes: #48858
5659 * Immediate configure internal error Closes: #49062, #48884
5661 -- Ben Gertzfield <che@debian.org> Sun, 7 Nov 1999 20:21:25 -0800
5663 apt (0.3.13) unstable; urgency=low
5665 * Fix timestamp miss in FTP. Closes: #44363
5666 * Fix sorting of Kept packages. Closes: #44377
5667 * Fix Segfault for dselect-upgrade. Closes: #44436
5668 * Fix handling of '/' for the dist name. Closes #43830
5669 * Added APT::Get::Diff-Only and Tar-Only options. Closes #44384
5670 * Add commented-out deb-src URI to default sources.list file.
5672 -- Ben Gertzfield <che@debian.org> Sun, 19 Sep 1999 18:54:20 -0700
5674 apt (0.3.12) unstable; urgency=low
5676 * Fix for typo in the dhelp index. Closes: #40377
5677 * Multiple media swap support
5678 * Purge support. Closes: #33291, #40694
5679 * Better handling of - remove notation. Closes: #41024
5680 * Purge support. Closes: #33291, #40694
5681 * Error code on failed update. Closes: #41053
5682 * apt-cdrom adds entries for source directories. Closes: #41231
5683 * Sorts the output of any list. Closes: #41107
5684 * Fixes the looping problem. Closes: #41784, #42414, #44022
5685 * Fixes the CRC mechanism to lowercase all strings. Closes: #41839
5686 * More checks to keep the display sane. Particularly when fail-over is
5687 used with local mirrors and CD-Roms. Closes: #42127, #43130, #43668
5688 * PThread lockup problem on certain sparc/m68k. Closes: #40628
5689 * apt-cdrom understands .gz Package files too. Closes: #42779
5690 * Spelling error in dselect method description. Closes: #43251
5691 * Added security to the default source list. Closes: #43356
5693 -- Ben Gertzfield <che@debian.org> Fri, 3 Sep 1999 09:04:28 -0700
5695 apt (0.3.11) unstable; urgency=low
5697 * Fix for mis-parsed file: URIs. Closes: #40373, #40366, #40230
5698 * Fix for properly upgrading the system from perl 5.004 to 5.005
5700 -- Ben Gertzfield <che@debian.org> Mon, 28 Jun 1999 21:06:44 -0700
5702 apt (0.3.9) unstable; urgency=low
5704 * Spelling error in cachefile.cc. Closes: #39885
5705 * Trailing slash in dselect install if you try to use the
5706 default config file. Closes: #40011
5707 * Simulate works for autoclean. Closes: #39141
5708 * Fixed spelling errors. Closes: #39673
5709 * Changed url parsing a bit. Closes: #40070, #40069
5710 * Version 0.3.8 will be for slink/hamm (GNU libc 2).
5712 -- Ben Gertzfield <che@debian.org> Thu, 24 Jun 1999 18:02:52 -0700
5714 apt (0.3.7) unstable; urgency=low
5716 * Fixed missing text in the apt-get(8) page. Closes: #37596
5717 * Made --simulate and friends work with apt-get source. Closes: #37597, #37656
5718 * Fixed inclusion of man pages in the -doc/-dev package. Closes: #37633, #38651
5719 * Fixed handling of the -q option with not-entirely integer arguments
5721 * Man page typo Closes: #37762
5722 * Fixed parsing of the Source: line. Closes: #37679
5723 * Dpkg/dpkg-hurd source bug. Closes: #38004, #38032
5724 * Added a check for an empty cache directory. Closes: #37963
5725 * Return a failure code if -d is given and packages fail to download.
5727 * Arranged for an ftp proxy specifing an http server to work. See the
5728 important note in the sources.list man page.
5729 * Accounted for resumed files in the cps calculation. Closes: #36787
5730 * Deal with duplicate same version different packages. Closes: #30237
5731 * Added --no-download. Closes: #38095
5732 * Order of apt-cdrom dist detection. Closes: #38139
5733 * Fix apt-cdrom chop handling and missing lines. Closes: #37276
5735 * Suggests dpkg-dev for apt-get source. Closes: #38158
5736 * Fixed typo in apt-get help. Closes: #38712
5737 * Improved the error message in the case of broken held package. Closes: #38777
5738 * Fixed handling of MD5 failures
5739 * Documented list notation Closes: #39008
5740 * Change the 'b' to 'B'. Closes: #39007
5742 -- Ben Gertzfield <che@debian.org> Sun, 20 Jun 1999 18:36:20 -0700
5744 apt (0.3.6) unstable; urgency=low
5746 * Note that 0.3.5 never made it out the door..
5747 * Fix for apt-cdrom and unusual disk label locations. Closes: #35571
5748 * Made APT print numbers in decimal. Closes: #35617, #37319
5749 * Buffer munching fix for FTP. Closes: #35868
5750 * Typo in sample config file. Closes: #35907
5751 * Fixed whitespace in version compares. Closes: #35968, #36283, #37051
5752 * Changed installed size counter to only count unpacked packages.
5754 * apt-get source support. Closes: #23934, #27190
5755 * Renames .debs that fail MD5 checking, provides automatic corruption
5756 recovery. Closes: #35931
5757 * Fixed autoconf verison. Closes: #37305
5758 * Random Segfaulting. Closes: #37312, #37530
5759 * Fixed apt-cache man page. Closes: #36904
5760 * Added a newline to apt-cache showpkg. Closes: #36903
5762 -- Ben Gertzfield <che@debian.org> Wed, 12 May 1999 09:18:49 -0700
5764 apt (0.3.4) unstable; urgency=low
5766 * Release for Ben while he is out of town.
5767 * Checked the size of partial files. Closes: #33705
5768 * apt-get should not print progress on non-tty. Closes: #34944
5769 * s/guide.text.gz/users-guide.txt.gz/ debian/control: Closes: #35207
5770 * Applied cdrom patches from Torsten. Closes: #35140, #35141
5771 * smbmounted cdrom fix. Closes: #35470
5772 * Changed ie to eg. Closes: #35196
5774 -- Adam Heath <doogie@debian.org> Sun, 4 Apr 1999 18:26:44 -0500
5776 apt (0.3.3) unstable; urgency=low
5778 * Fixes bug with file:/ URIs and multi-CD handling. Closes: #34923
5780 -- Ben Gertzfield <che@debian.org> Tue, 23 Mar 1999 12:15:44 -0800
5782 apt (0.3.2) unstable; urgency=low
5784 * Major release into unstable of v3
5785 * These bugs have been fixed, explanations are in the bug system, read
5786 the man pages as well..
5787 Closes: #21113, #22507, #22675, #22836, #22892, #32883, #33006, #34121,
5788 #23984, #24685, #24799, #25001, #25019, #34223, #34296, #34355,
5789 #24021, #25022, #25026, #25104, #25176, #31557, #31691, #31853,
5790 #25458, #26019, #26433, #26592, #26670, #27100, #27100, #27601,
5791 #28184, #28391, #28778, #29293, #29351, #27841, #28172, #30260,
5792 #29382, #29441, #29903, #29920, #29983, #30027, #30076, #30112,
5793 #31009, #31155, #31381, #31883, #32140, #32395, #32584. #34465,
5794 #30383, #30441, #30472, #30643, #30827, #30324, #36425, #34596
5796 -- Ben Gertzfield <che@debian.org> Mon, 15 Mar 1999 19:14:25 -0800
5798 apt (0.3.1) experimental; urgency=low
5800 * Minor release of cvs version.
5801 * Added virtual package libapt-pkgx.x
5803 -- Mitch Blevins <mblevin@debian.org> Wed, 10 Mar 1999 07:52:44 -0500
5805 apt (0.3.0) experimental; urgency=low
5807 * New experimental version.
5809 -- Ben Gertzfield <che@debian.org> Tue, 15 Dec 1998 12:53:21 -0800
5811 apt (0.1.9) frozen unstable; urgency=low
5813 * Return to the wacky numbering for when we build 0.1.8 for hamm
5814 * Important bug related to APT on the Alpha fixed
5815 * apt-get dist-upgrade problems fixed
5816 * tiny patch for http method to fix an endless loop
5817 * nice fix from /usr/doc/lintian/ to remove rpath nastiness from
5818 libtool and add proper shared lib dependancies
5819 * now dh_shlibdeps is called with LD_LIBRARY_PATH=debian/tmp/usr/lib
5820 in case an old libpkg is installed while building APT to prevent
5821 spurious dependancies
5823 -- Ben Gertzfield <che@debian.org> Thu, 5 Nov 1998 17:43:25 -0800
5825 apt (0.1.7) unstable; urgency=low
5827 * New build with libstdc++2.9.
5828 * Various fixes; read the Changelog.
5830 -- Ben Gertzfield <che@debian.org> Thu, 15 Oct 1998 18:29:18 -0700
5832 apt (0.1.6) unstable; urgency=low
5834 * Various fixes in the FTP method for error checking. Fixes: #26188.
5835 * Spelling corrections in dselect method. Fixes: #25884
5836 * Fixes for compilation on alpha/ppc. Fixes: #25313, #26108.
5837 * No more bo releases: we're using a normal numbering system now.
5839 -- Ben Gertzfield <che@debian.org> Tue, 8 Sep 1998 19:27:13 -0700
5841 apt (0.1.5) unstable; urgency=low
5843 * Changed sources.list to point to 'unstable' by default, as
5844 'frozen' no longer exists!
5846 -- Ben Gertzfield <che@debian.org> Thu, 23 Jul 1998 22:00:18 -0700
5848 apt (0.1.3) unstable; urgency=low
5850 * New upstreamish version.
5851 * ftp method rewritten in C. Removes dependancies on all perl/perl
5852 related modules. This fixes many of the ftp method bugs.
5854 -- Ben Gertzfield <che@debian.org> Thu, 16 Jul 1998 22:19:00 -0700
5856 apt (0.1.1) unstable; urgency=low
5858 * Release for unstable.
5860 -- Ben Gertzfield <che@debian.org> Tue, 30 Jun 1998 20:48:30 -0700
5862 apt (0.1) unstable; urgency=low
5864 * Kludge to fix problem in libnet-perl with illegal anonymous
5866 * Moved to unstable; apt is in a useable state now.
5867 * Fixed version numbering. From now on, numbering will be:
5868 0.1 (no actual release) -> 0.1.0bo (release for libc5) ->
5869 0.1.1 (release for unstable). Thanks, Manoj.
5871 -- Ben Gertzfield <che@debian.org> Tue, 30 Jun 1998 20:40:58 -0700
5873 apt (0.0.17-1) experimental; urgency=low
5875 * Fixed problem with libc6 version compare
5876 * Scott's away for a while, so I'll be packaging apt for the time
5879 -- Ben Gertzfield <che@debian.org> Thu, 25 Jun 1998 19:02:03 -0700
5881 apt (0.0.16-1) experimental; urgency=low
5883 * Modifications to make apt-get more friendly when backgrounded.
5884 * Updated documentation.
5885 * Updates to graphic widgets
5887 -- Scott K. Ellis <scott@debian.org> Mon, 8 Jun 1998 11:22:02 -0400
5889 apt (0.0.15-0.2bo) experimental; urgency=low
5892 * Bob Hilliards crash
5894 -- Jason Gunthorpe <jgg@debian.org> Sun, 31 May 1998 20:18:35 -0600
5896 apt (0.0.15-0.1bo) experimental; urgency=low
5899 * libstdc++272 patch
5901 -- Jason Gunthorpe <jgg@debian.org> Sun, 31 May 1998 20:18:35 -0600
5903 apt (0.0.15) experimental; urgency=low
5905 * Clean up source tarball (no user-visible changes)
5907 -- Scott K. Ellis <scott@debian.org> Tue, 26 May 1998 12:23:53 -0400
5909 apt (0.0.14) experimental; urgency=low
5911 * Updates in ordering code to make sure certain upgrades work correctly.
5912 * Made dselect/setup understand ftp as well as http
5914 -- Scott K. Ellis <scott@debian.org> Wed, 20 May 1998 13:33:32 -0400
5916 apt (0.0.13-bo1) experimental; urgency=low
5920 -- Jason Gunthorpe <jgg@debian.org> Mon, 18 May 1998 15:10:49 -0600
5922 apt (0.0.13) experimental; urgency=low
5924 * Remove hardcoded egcc from debian/rules (#21575)
5925 * Fixes for ordering logic when system has a number of unpacked
5926 but unconfigured packages installed.
5927 * Spelling fix in dselect install method (#22556)
5929 -- Scott K. Ellis <scott@debian.org> Sun, 17 May 1998 20:08:33 -0400
5931 apt (0.0.12) experimental; urgency=low
5933 * Fixed problems with package cache corruption.
5934 * Made to depend on libc6 >= 2.0.7pre1 due to timezone problems with
5936 * Interface and documentation improvements.
5938 -- Scott K. Ellis <scott@debian.org> Sat, 16 May 1998 23:17:32 -0400
5940 apt (0.0.11) experimental; urgency=low
5942 * Change dependancies to pre-depends since breaking your packaging tools
5943 in the middle of an installation isn't very good.
5944 * Bug fixes to ftp method and general apt-get code
5946 -- Scott K. Ellis <scott@debian.org> Fri, 15 May 1998 08:57:38 -0400
5948 apt (0.0.10) experimental; urgency=low
5950 * Run "dpkg --configure -a" after an aborted dselect install
5951 * Fixed problem with install looping
5952 * Support for authenticating proxys: (note this isn't terribly secure)
5953 http_proxy="http://user:pass@firewall:port/"
5954 * Substitute $ARCH in sources.list
5955 * Fixes in the resumption code for ftp
5957 -- Scott K. Ellis <scott@debian.org> Tue, 12 May 1998 09:14:41 -0400
5959 apt (0.0.9) experimental; urgency=low
5961 * Added ftp support.
5962 * Various other less visible bug fixes.
5963 * Fixed problem with segfault when apt-get invoked in a non-existant
5964 directory (Bug #21863)
5965 * Bumped policy to 2.4.1
5967 -- Scott K. Ellis <scott@debian.org> Fri, 1 May 1998 09:18:19 -0400
5969 apt (0.0.8) experimental; urgency=low
5971 * Fixed generated available file (Bug #21836)
5972 * Added download ETA (Bug #21774).
5973 * Fixed hardcoded ARCH (Bug #21751).
5974 * Fixed check on http_proxy (Bug #21795).
5975 * Added download speed indicator.
5977 -- Scott K. Ellis <scott@debian.org> Mon, 27 Apr 1998 10:58:32 -0400
5979 apt (0.0.7) experimental; urgency=low
5981 * Remove libdeity and apt from package for now, since only apt-get and
5982 apt-cache are actually useful right now.
5983 * Clean up handling of package installation errors.
5984 * Added timeout to http transfers (#21269)
5985 * Updated setup for dselect/apt method.
5987 * Long options (added in 0.0.6)
5989 -- Scott K. Ellis <scott@debian.org> Tue, 21 Apr 1998 09:06:49 -0400
5991 apt (0.0.6) experimental; urgency=low
5994 * Revamped download status display.
5995 * Call apt-get clean after successful install in dselect.
5996 * Added "apt-get clean" which deletes package files from /var/cache/apt
5998 -- Scott K. Ellis <scott@debian.org> Thu, 9 Apr 1998 15:13:59 -0400
6000 apt (0.0.5) experimental; urgency=low
6002 * Ignore signals while dpkg is running so we don't leave dpkg running in
6003 the background (#20804)
6004 * Check Packages as well as Packages.gz for file URIs (#20784)
6005 * Spelling cleanup (#20800)
6006 * Added -m option to permit upgrade to go on in the case of a bad mirror.
6007 This option may result in incomplete upgrades when used with -f.
6009 -- Scott K. Ellis <scott@debian.org> Tue, 7 Apr 1998 12:40:29 -0400
6011 apt (0.0.4) experimental; urgency=low
6014 * Various documentation updates and cleanup.
6015 * Added '-f' option to apt-get attempt to fix broken dependancies.
6017 -- Scott K. Ellis <scott@debian.org> Sat, 4 Apr 1998 14:36:00 -0500
6019 apt (0.0.3) experimental; urgency=low
6021 * Added a shlibs.local file to prevent apt from depending on itself.
6022 * Updates to how apt-get handles bad states in installed packages.
6023 * Updated rules to make sure build works from a freshly checked out source
6024 archive. Building from CVS needs libtool/automake/autoconf, builds from
6025 the distributed source package should have no such dependancy.
6027 -- Scott K. Ellis <scott@debian.org> Fri, 3 Apr 1998 11:49:47 -0500
6029 apt (0.0.2) unstable; urgency=low
6031 * Updates to apt-get and http binding for dselect method (apt).
6032 * Updating version number from 0.0.1, which was released only on IRC.
6034 -- Scott K. Ellis <scott@debian.org> Fri, 3 Apr 1998 00:35:18 -0500
6036 apt (0.0.1) unstable; urgency=low
6040 -- Scott K. Ellis <scott@debian.org> Tue, 31 Mar 1998 12:49:28 -0500