1 apt (0.8.16~exp12ubuntu3) UNRELEASED; urgency=low
3 * Fix IndexCopy::CopyPackages and TranslationsCopy::CopyTranslations to
4 handle compressed files again (LP: #924182).
6 -- Colin Watson <cjwatson@ubuntu.com> Tue, 31 Jan 2012 10:30:06 +0000
8 apt (0.8.16~exp12ubuntu2) precise; urgency=low
10 [ David Kalnischkies ]
11 * apt-pkg/deb/dpkgpm.cc:
12 - chroot if needed before dpkg --assert-multi-arch
13 - ensure that dpkg binary doesn't have the chroot-directory prefixed
14 * apt-pkg/depcache.cc:
15 - if a M-A:same package is marked for reinstall, mark all it's installed
16 silbings for reinstallation as well (LP: #859188)
17 * apt-pkg/contrib/configuration.cc:
18 - do not stop parent transversal in FindDir if the value is empty
19 * methods/http{s,}.cc:
20 - if a file without an extension is requested send an 'Accept: text/*'
21 header to avoid that the server chooses unsupported compressed files
22 in a content-negotation attempt (Closes: #657560)
23 * apt-pkg/aptconfiguration.cc:
24 - chroot if needed before calling dpkg --print-foreign-architectures
27 * apt-pkg/deb/dpkgpm.cc:
28 - fix crash when a package is in removed but residual config state
31 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 30 Jan 2012 21:03:12 +0100
33 apt (0.8.16~exp12ubuntu1) precise; urgency=low
36 * merge from debian/experimental:
40 * apt-pkg/algorithms.cc: iterate Breaks the same way as Conflicts, so that
41 we resolve virtual package Breaks more effectively. Thanks to Colin
42 Watson for the patch. Closes: #657695, LP: #922485.
43 * apt-pkg/algorithms.{cc,h}: use an int to represent resolver scores, not
44 a signed short, because large upgrades can result in an overflow for
45 core packages. Thanks again to Colin Watson. Closes: #657732,
47 * Multi-Arch: none build-deps should be DEB_HOST_ARCH, not DEB_BUILD_ARCH.
50 -- Steve Langasek <steve.langasek@ubuntu.com> Sun, 29 Jan 2012 00:44:16 +0000
52 apt (0.8.16~exp12) experimental; urgency=low
55 * apt-pkg/deb/dpkgpm.cc:
56 - fix segfault on pkg removal
58 [ David Kalnischkies ]
59 * apt-pkg/cacheiterators.h:
60 - return the correct version arch for all+foreign, too
61 * apt-pkg/packagemanager.cc:
62 - ignore breaks on not-installed versions while searching for
63 breakage loops as we don't have to avoid them
65 - remove APT from the short descriptions as lintian doesn't like it
66 and it doesn't transport any information for a reader anyway
67 - apply typofixes by Pascal De Vuyst, thanks! (Closes: #652834, #652835)
69 - apply patch to enable usage of hardning CPPFLAGS and LDFLAGS by
70 Moritz Muehlenhoff, thanks! (Closes: #653504)
72 - use curls list append instead of appending Range and If-Range by hand
73 which generates malformed requests, thanks Mel Collins for the hint!
75 * test/libapt/run-tests:
76 - hurd doesn't have dmesg yet and we don't really need it either,
77 so use with $0 a more stable data source for hashsumming
80 * test/libapt/globalerror_test.cc:
81 - errno 0 has a different strerror on hurd, so generate the expected
82 message dynamically instead of hardcoding 'Success' (Closes: #656530)
84 -- Michael Vogt <mvo@debian.org> Tue, 24 Jan 2012 12:24:38 +0100
86 apt (0.8.16~exp11) experimental; urgency=low
88 [ David Kalnischkies ]
89 * apt-pkg/deb/dpkgpm.cc:
90 - redirect out/input of dpkg --assert-multi-arch to /dev/null
91 - if multi-arch is detected ensure that pkg:all is reported as pkg:all
93 -- Michael Vogt <mvo@debian.org> Thu, 19 Jan 2012 13:48:18 +0100
95 apt (0.8.16~exp10) experimental; urgency=low
97 [ David Kalnischkies ]
98 * apt-pkg/depcache.cc:
99 - implicit conflicts (for multiarch) are supposed to conflict
100 only with real packages, not with virtual providers
101 * apt-pkg/pkgcache.cc:
102 - ignore implicit conflicts on providers in AllTarget, too
103 * apt-pkg/deb/dpkgpm.cc:
104 - check if dpkg supports multiarch with --assert-multi-arch
105 and if it does be always explicit about the architecture
106 * apt-pkg/contrib/fileutl.h:
107 - store the offset in the internal fd before calculate size of
108 the zlib-handled file to jump back to this place again
111 * apt-pkg/contrib/fileutl.h:
112 - fix segfault triggered by the python-apt testsuite
114 -- Michael Vogt <mvo@debian.org> Wed, 18 Jan 2012 12:52:26 +0100
116 apt (0.8.16~exp9) experimental; urgency=low
118 [ Julian Andres Klode ]
120 - Accept .bz2, .xz files in addition to .gz files (Closes: #649451)
124 - use aptconfiguration to get the supported compression types
126 - bump debhelper build-dep to debhelper (>= 8.1.3~)
127 - set libapt-pkg-dev to multi-arch: same too
131 * Convert libapt-pkg4.12 and libapt-inst1.4 to Multi-Arch: same.
133 [ David Kalnischkies ]
134 * apt-pkg/cacheset.cc:
135 - make the cachesets real containers which can embedding any container
136 to be able to use the same interface regardless of set or list usage
137 - provide a {Package,Version}List similar to {Package,Version}Set
138 * cmdline/apt-{get,cache,mark}.cc:
139 - use Lists instead of Sets if input order should be preserved for
140 commands accepting lists of packages, e.g. policy (Closes: #625960)
141 * apt-pkg/depcache.cc:
142 - prefer native providers over foreigns even if the chain is foreign.
144 * cmdline/apt-get.cc:
145 - ignore foreign architectures if we check if a provides has only one
146 resolver as it's basically the same for the user, so no need to choose
147 * cmdline/apt-config.cc:
148 - dump the APT::Compressor settings correctly and completely
149 * apt-pkg/contrib/fileutl.{h,cc}:
150 - implement a ModificationTime method for FileFd
151 - add a ReadLine method
152 - drop the explicit export of gz-compression handling
154 - support InRelease files on cdrom
156 -- Michael Vogt <mvo@debian.org> Thu, 05 Jan 2012 20:26:31 +0100
158 apt (0.8.16~exp8) experimental; urgency=low
160 [ David Kalnischkies ]
162 - show a debug why a package was kept by ResolveByKeep()
163 * apt-pkg/packagemanager.cc:
164 - do not fail on unpacked packages in SmartUnPack, just don't
165 shedule them for unpack, but do all checks and configure them
166 - do not enter an endless loop for (essential) pre-dependency loops
167 * apt-pkg/contrib/sha2_internal.cc:
168 - use a pointer-union to peace gcc strict-aliasing warning
169 * apt-pkg/deb/deblistparser.cc:
170 - M-A: foreign packages provide for other archs, too
172 -- David Kalnischkies <kalnischkies@gmail.com> Thu, 03 Nov 2011 09:40:29 -0500
174 apt (0.8.16~exp7) experimental; urgency=low
176 [ David Kalnischkies ]
177 * do not pollute namespace in the headers with using (Closes: #500198)
178 * use forward declaration in headers if possible instead of includes
179 * remove old APT_COMPATIBILITY ifdef's
180 * apt-pkg/deb/dpkgpm.cc:
181 - use std::vector instead of fixed size arrays to store args and
182 multiarch-packagename strings
183 - load the dpkg base arguments only one time and reuse them later
184 * cmdline/apt-get.cc:
185 - follow Provides in the evaluation of saving candidates, too, for
186 statisfying garbage package dependencies (Closes: #640590)
187 * apt-pkg/algorithms.cc:
188 - if a package is garbage, don't try to save it with FixByInstall
189 * apt-pkg/deb/debsrcrecords.cc:
190 - remove the limit of 400 Binaries for a source package (Closes: #622110)
191 * apt-pkg/deb/deblistparser.cc:
192 - fix crash when the dynamic mmap needs to be grown in
193 LoadReleaseInfo (LP: #854090)
194 * apt-pkg/deb/debmetaindex.cc:
195 - none is a separator, not a language: no need for Index (Closes: #624218)
196 * apt-pkg/aptconfiguration.cc:
197 - do not builtin languages only if none is forced (Closes: #643787)
198 * apt-pkg/pkgcachegen.cc:
199 - refactor MergeList by creating -Group, -Package and -Version specialist
200 - share description list between "same" versions (LP: #868977)
201 This also means that descriptions are shared across archives now.
202 - add implicit dependencies needed for Multi-Arch at the time a Version
203 struct is created and not at the end of the cache generation
204 * apt-pkg/pkgcache.cc:
205 - always prefer "en" over "" for "en"-language regardless of cache-order
208 * apt-pkg/contrib/configuration.cc:
209 - fix double delete (LP: #848907)
210 - ignore only the invalid regexp instead of all options
211 * apt-pkg/acquire-item.h, apt-pkg/deb/debmetaindex.cc:
212 - fix fetching language information by adding OptionalSubIndexTarget
214 - cleanup broken downloads properly
217 * ftparchive/cachedb.cc:
218 - fix buffersize in bytes2hex
220 -- Michael Vogt <mvo@debian.org> Fri, 14 Oct 2011 13:51:35 +0200
222 apt (0.8.16~exp6) experimental; urgency=low
224 [ Christopher Baines ]
225 * enable APT in unpack/configure ordering to handle loops as well
226 as tight dependencies between immediate packages better
227 enabling also the possibility to mark all packages as immediate
228 (at least Closes: #353290, #540227, #559733, #621836, #639290)
230 [ David Kalnischkies ]
231 * [abi-break] Support large files in the complete toolset. Indexes of this
232 size are pretty unlikely for now, but we need it for deb
233 packages which could become bigger than 4GB now (LP: #815895)
234 * merged the debian-sid branch
239 -- Michael Vogt <mvo@debian.org> Wed, 14 Sep 2011 21:06:51 +0200
241 apt (0.8.16~exp5ubuntu14.2.1) UNRELEASED; urgency=low
244 * doc/apt-key.8.xml: Ubuntu specific documentation changes (LP: #445903)
246 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 20 Oct 2011 10:58:20 +0200
248 apt (0.8.16~exp5ubuntu14.2) precise; urgency=low
250 * Call update-apt-xapian-index with -u on all arches in
251 cron.daily to make it behave slightly more pleasantly.
253 -- Adam Conrad <adconrad@ubuntu.com> Mon, 09 Jan 2012 07:41:03 -0700
255 apt (0.8.16~exp5ubuntu14.1) precise; urgency=low
260 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 19 Oct 2011 17:56:49 +0200
262 apt (0.8.16~exp5ubuntu14) precise; urgency=low
264 [ David Kalnischkies ]
265 * apt-pkg/pkgcachegen.cc:
266 - refactor MergeList by creating -Group, -Package and -Version specialist
267 - share description list between "same" versions (LP: #868977)
268 This also means that descriptions are shared across archives now.
269 * apt-pkg/pkgcache.cc:
270 - always prefer "en" over "" for "en"-language regardless of cache-order
273 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 19 Oct 2011 16:22:31 +0200
275 apt (0.8.16~exp5ubuntu13) oneiric; urgency=low
278 * On armel, call update-apt-xapian-index with '-u' to keep the CPU
279 and I/O usage low. We would do this on all arches, but there's a
280 regression risk here, but that's better than killing slow systems.
284 - fix apt-key net-update, thanks to Marc Deslauriers and
285 Adam Conrad for the code review (LP: #857472)
287 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 06 Oct 2011 16:14:41 +0200
289 apt (0.8.16~exp5ubuntu12) oneiric; urgency=low
291 [ David Kalnischkies ]
292 * apt-pkg/deb/deblistparser.cc:
293 - fix crash when the dynamic mmap needs to be remapped during
294 LoadReleaseInfo (LP: #854090)
296 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 26 Sep 2011 13:31:11 +0200
298 apt (0.8.16~exp5ubuntu11) oneiric; urgency=low
301 * ftparchive/cachedb.cc:
302 - fix buffersize in bytes2hex
305 * SECURITY UPDATE: Disable apt-key net-update for now, as validation
307 - cmdline/apt-key: exit immediately out of net_update().
310 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 22 Sep 2011 17:30:45 +0200
312 apt (0.8.16~exp5ubuntu10) oneiric; urgency=low
315 - cleanup broken downloads properly (just like http)
317 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 20 Sep 2011 18:26:13 +0200
319 apt (0.8.16~exp5ubuntu9) oneiric; urgency=low
322 * apt-pkg/acquire-item.h, apt-pkg/deb/debmetaindex.cc:
323 - fix fetching translated package descriptions (including the newly
324 stripped out english ones) by adding OptionalSubIndexTarget
326 [ David Kalnischkies ]
327 * apt-pkg/acquire-item.cc:
328 - if no Release.gpg file is found try to verify with hashes,
329 but do not fail if a hash can't be found
330 * apt-pkg/indexrecords.cc:
331 - fix Acquire::Max-ValidTime option by interpreting it really
332 as seconds as specified in the manpage and not as days
333 - add an Acquire::Min-ValidTime option (Closes: #640122)
334 * doc/apt.conf.5.xml:
335 - reword Acquire::Max-ValidTime documentation to make clear
336 that it doesn't provide the new Min-ValidTime functionality
338 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 16 Sep 2011 09:50:16 +0200
340 apt (0.8.16~exp5ubuntu8) oneiric; urgency=low
342 * cherry pick r1825 from lp:~mvo/apt/mvo:
343 * apt-pkg/contrib/configuration.cc:
344 - fix double delete (LP: #848907)
345 - ignore only the invalid regexp instead of all options
347 * cherry pick r2165 from lp:~donkult/apt/sid:
348 [ David Kalnischkies ]
349 * cmdline/apt-get.cc:
350 - output list of virtual package providers to c1out in -q=1
351 instead of /dev/null to unbreak sbuild (LP: #816155)
353 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 13 Sep 2011 18:23:09 +0200
355 apt (0.8.16~exp5ubuntu7) oneiric; urgency=low
358 * cherry pick revision 2173 from lp:~donkult/apt/sid
360 [ David Kalnischkies ]
361 - M-A:same lockstep unpack should operate on installed
362 packages first (LP: #835625)
364 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 13 Sep 2011 09:03:33 +0200
366 apt (0.8.16~exp5ubuntu6) oneiric; urgency=low
369 * merged lp:~jr/ubuntu/oneiric/apt/bzr-get-rename, thanks to
372 [ David Kalnischkies ]
373 * lots of cppcheck fixes
374 * apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc:
375 - ignore "self"-conflicts for all architectures of a package
376 instead of just for the architecture of the package locked at
377 in the ordering of installations too (Closes: #802901)
379 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 17 Aug 2011 11:32:58 +0200
381 apt (0.8.16~exp5ubuntu5) oneiric; urgency=low
386 - include the architecture(s) in the query string as well so
387 that the server can make better decisions
389 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 11 Aug 2011 18:03:19 +0200
391 apt (0.8.16~exp5ubuntu4) oneiric; urgency=low
393 * Merge change from Robert Collins to upgrade ubuntu-keyring recommends
394 to a hard dependency to match Debian behaviour and fix LP: #816606
396 -- Adam Conrad <adconrad@ubuntu.com> Tue, 09 Aug 2011 14:48:24 -0600
398 apt (0.8.16~exp5ubuntu3) oneiric; urgency=low
400 * apt-pkg/acquire.cc:
401 - fix potential divide-by-zero (LP: #823277)
403 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 09 Aug 2011 15:56:44 +0200
405 apt (0.8.16~exp5ubuntu2) oneiric; urgency=low
407 * test/integration/test-hashsum-verification:
408 - add regression test for hashsum verification
409 * apt-pkg/acquire-item.cc:
410 - if no Release.gpg file is found, still load the hashes for
411 verification (closes: #636314) and add test
412 * apt-pkg/pkgcachegen.cc:
413 - fix incorrect comparision when checking sources.list freshness
415 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 09 Aug 2011 09:22:14 +0200
417 apt (0.8.16~exp5ubuntu1) oneiric; urgency=low
419 * merged new version from debian/experimental, this includes
420 a ABI break and two new library packages
422 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 08 Aug 2011 14:30:07 +0200
424 apt (0.8.16~exp5) experimental; urgency=low
427 - install sha256.h compat header
428 * apt-pkg/pkgcachegen.{cc,h}:
429 - use ref-to-ptr semantic in NewDepends() to ensure that the
430 libapt does not segfault if the cache is remapped in between
433 - fix crash when P.Arch() was used but the cache got remapped
434 * apt-pkg/acquire-item.{cc,h}:
435 - do not check for a "Package" tag in optional index targets
436 like the translations index
437 * apt-pkg/acquire.cc:
438 - fix potential divide-by-zero
440 - include the architecture(s) in the query string as well so
441 that the server can make better decisions
443 -- Michael Vogt <mvo@debian.org> Mon, 15 Aug 2011 14:52:54 +0200
445 apt (0.8.16~exp4) experimental; urgency=low
447 [ Julian Andres Klode ]
448 * apt-pkg/pkgcache.h:
449 - [ABI break] Add pkgCache::Header::CacheFileSize, storing the cache size
450 * apt-pkg/pkgcachegen.cc:
451 - Write the file size to the cache
452 * apt-pkg/pkgcache.cc:
453 - Check that cache is at least CacheFileSize bytes large (LP: #16467)
456 * merged latest fixes from debian-sid
457 * apt-pkg/cdrom.{cc,h}:
458 - cleanup old ABI break avoidance hacks
459 * [ABI break] apt-pkg/acquire-item.{cc,h}:
460 - cleanup around OptionalIndexTarget and SubIndexTarget
461 * [ABI break] merged patch from Jonathan Thomas to have a new
462 RecordField() function in the pkgRecorder parser. Many thanks
464 * [ABI break] merge patch from Jonathan Thomas to speed up the
465 depcache by caching the install-recommends and install-suggests
467 * apt-pkg/contrib/fileutl.{cc,h}:
468 - add GetModificationTime() helper
469 * apt-pkg/pkgcachegen.cc:
470 - regenerate the cache if the sources.list changes to ensure
471 that changes in the ordering there will be honored by apt
472 * apt-pkg/sourcelist.{cc,h}:
473 - add pkgSourceList::GetLastModifiedTime() helper
475 -- Michael Vogt <mvo@debian.org> Thu, 28 Jul 2011 16:57:08 +0200
477 apt (0.8.16~exp3) experimental; urgency=low
479 [ David Kalnischkies ]
480 * apt-pkg/pkgcache.h:
481 - readd All{Foreign,Allowed} as suggested by Julian to
482 remain strictly API compatible
483 * apt-pkg/acquire*.{cc,h}:
484 - try even harder to support really big files in the fetcher by
485 converting (hopefully) everything to 'long long' (Closes: #632271)
486 * ftparchive/writer.cc:
487 - generate all checksums in one run over the file for Release
488 * cmdline/apt-get.cc:
489 - add an --assume-no option for testing to say 'no' to everything
490 * apt-pkg/deb/debmetaindex.cc:
491 - add trusted=yes option to mark unsigned (local) repository as trusted
492 based on a patch from Ansgar Burchardt, thanks a lot! (Closes: #596498)
495 * merge fixes from the debian/unstable upload
496 * merge lp:~mvo/apt/sha512-template to get fixes for the
497 sha1/md5 verifiation (closes: #632520)
499 -- Michael Vogt <mvo@debian.org> Fri, 15 Jul 2011 09:56:17 +0200
501 apt (0.8.16~exp2) experimental; urgency=low
503 [ David Kalnischkies ]
504 * [ABI-Break] Implement EDSP in libapt-pkg so that all front-ends which
505 use the internal resolver can now be used also with external
506 ones as the usage is hidden in between the old API
507 * provide two edsp solvers in apt-utils:
508 - 'dump' to quickly output a complete scenario and
509 - 'apt' to use the internal as an external resolver
510 * apt-pkg/pkgcache.h:
511 - clean up mess with the "all" handling in MultiArch to
512 fix LP: #733741 cleanly for everyone now
513 * apt-pkg/depcache.cc:
514 - use a boolean instead of an int for Add/Remove in AddStates
515 similar to how it works with AddSizes
516 - let the Mark methods return if their marking was successful
517 - if a Breaks can't be upgraded, remove it. If it or a Conflict
518 can't be removed the installation of the breaker fails.
519 * cmdline/apt-get.cc:
520 - do not discard the error messages from the resolver and instead
521 only show the general 'Broken packages' message if nothing else
523 [ Stefano Zacchiroli ]
524 * doc/external-dependency-solver-protocol.txt:
525 - describe EDSP and the configuration interface around it
528 * [ABI-Break] merge lp:~mvo/apt/sha512-template to add support for sha512
529 * [ABI-Break] merge lp:~mvo/apt/dpointer to support easier extending
530 without breaking the ABI
531 * increase ABI version and update package names
533 -- Michael Vogt <mvo@debian.org> Wed, 29 Jun 2011 13:57:28 +0200
535 apt (0.8.16~exp1) experimental; urgency=low
537 * merged with the debian/unstable upload
539 -- Michael Vogt <mvo@debian.org> Wed, 29 Jun 2011 12:40:31 +0200
541 apt (0.8.15.10) UNRELEASEDunstable; urgency=low
543 [ David Kalnischkies ]
545 - show a debug why a package was kept by ResolveByKeep()
546 * doc/manpage-style.xml:
547 - put <brackets> around email addresses
548 * apt-pkg/aptconfiguration.cc:
549 - parse dpkg --print-foreign-architectures correctly in
550 case archs are separated by newline instead of space, too.
553 - apply typo-fix from Michael Basse, thanks! (LP: #900770)
556 * German manpage translation update
558 - find and fix a bunch of misspellings
560 [ Program translation updates ]
561 * Dutch (Jeroen Schot). Closes: #652230
562 * Slovak (Ivan Masar). Closes: #652985
563 * Russian (Yuri Kozlov). Closes: #654844
564 * Hungarian (Gabor Kelemen). Closes: #655238
566 -- David Kalnischkies <kalnischkies@gmail.com> Fri, 13 Jan 2012 17:30:36 +0100
568 apt (0.8.15.9) unstable; urgency=low
570 [ David Kalnischkies ]
573 - change wording of autoremove description as suggested
574 by Robert Simmons, thanks! (Closes: #641490)
575 * apt-pkg/deb/dpkgpm.cc:
576 - use std::vector instead of fixed size arrays to store args and
577 multiarch-packagename strings
578 - load the dpkg base arguments only one time and reuse them later
579 * cmdline/apt-get.cc:
580 - follow Provides in the evaluation of saving candidates, too, for
581 statisfying garbage package dependencies (Closes: #640590)
582 * apt-pkg/algorithms.cc:
583 - if a package is garbage, don't try to save it with FixByInstall
585 - silently ignore *.orig and *.save files by default
587 - accept generic release pin expressions again in -t (Closes: #644166)
588 * apt-pkg/deb/debmetaindex.cc:
589 - none is a separator, not a language: no need for Index (Closes: #624218)
590 * apt-pkg/aptconfiguration.cc:
591 - do not builtin languages only if none is forced (Closes: #643787)
592 * doc/apt.conf.5.xml:
593 - apply spelling fix by Kevin Lyda, thanks! (Closes: #644104)
595 [ Christian Perrier ]
596 * Fix spelling error (sensée) in French translation. Thanks
597 to Corentin Le Gall for spotting it.
600 * ftparchive/cachedb.cc:
601 - fix buffersize in bytes2hex
604 * ftparchive/cachedb.cc:
605 - make buffer fully dynamic (thanks to Colin Watson)
607 -- Michael Vogt <mvo@debian.org> Fri, 14 Oct 2011 12:00:09 +0200
609 apt (0.8.15.8) unstable; urgency=low
611 [ David Kalnischkies ]
612 * cmdline/apt-get.cc:
613 - output list of virtual package providers to c1out in -q=1
614 instead of /dev/null to unbreak sbuild (LP: #816155)
617 * apt-pkg/contrib/configuration.cc:
618 - fix double delete (LP: #848907)
619 - ignore only the invalid regexp instead of all options
621 -- Michael Vogt <mvo@debian.org> Wed, 14 Sep 2011 12:08:25 +0200
623 apt (0.8.15.7) unstable; urgency=low
625 [ David Kalnischkies ]
626 * apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc:
627 - ignore "self"-conflicts for all architectures of a package
628 instead of just for the architecture of the package look at
629 in the ordering of installations, too (LP: #802901)
630 - M-A:same lockstep unpack should operate on installed
631 packages first (LP: #835625)
633 - reorganize the various testcases and helper we have and
634 integrate them better into the buildsystem
635 - run the test/libapt testcases at package build-time
636 * debian/apt.symbols:
637 - add the newly added symbols since 0.8.15.3
638 * cmdline/apt-get.cc:
639 - remove the binary caches in 'apt-get clean' as it is the first
640 thing recommend by many supporters in case of APT segfaults
641 - remove the caches in 'apt-get update', too, as they will be
642 invalid in most cases anyway
643 * apt-pkg/acquire-item.cc:
644 - if no Release.gpg file is found try to verify with hashes,
645 but do not fail if a hash can't be found
646 * apt-pkg/acquire.cc:
647 - non-existing directories are by definition clean
649 - if command is 'add' do not error out if the specified
650 keyring doesn't exist, it will be created by gpg
651 * apt-pkg/orderlist.cc:
652 - prefer visiting packages marked for deletion in VisitProvides
653 if we are operating on a negative dependency so that we can
654 deal early with the fallout of this remove
655 * apt-pkg/indexrecords.cc:
656 - fix Acquire::Max-ValidTime option by interpreting it really
657 as seconds as specified in the manpage and not as days
658 - add an Acquire::Min-ValidTime option (Closes: #640122)
659 * doc/apt.conf.5.xml:
660 - reword Acquire::Max-ValidTime documentation to make clear
661 that it doesn't provide the new Min-ValidTime functionality
663 -- Michael Vogt <mvo@debian.org> Mon, 12 Sep 2011 16:38:46 +0200
665 apt (0.8.15.6) unstable; urgency=low
668 * apt-pkg/contrib/fileutl.{cc,h}:
669 - add GetModificationTime() helper
670 * apt-pkg/pkgcachegen.cc:
671 - regenerate the cache if the sources.list changes to ensure
672 that changes in the ordering there will be honored by apt
673 * apt-pkg/sourcelist.{cc,h}:
674 - add pkgSourceList::GetLastModifiedTime() helper
675 * apt-pkg/pkgcachegen.{cc,h}:
676 - use ref-to-ptr semantic in NewDepends() to ensure that the
677 libapt does not segfault if the cache is remapped in between
679 - fix crash when P.Arch() was used but the cache got remapped
680 * test/integration/test-hashsum-verification:
681 - add regression test for hashsum verification
682 * apt-pkg/acquire-item.cc:
683 - if no Release.gpg file is found, still load the hashes for
684 verification (closes: #636314) and add test
686 [ David Kalnischkies ]
687 * lots of cppcheck fixes
689 -- Michael Vogt <mvo@debian.org> Mon, 15 Aug 2011 09:20:35 +0200
691 apt (0.8.15.5ubuntu1) oneiric; urgency=low
693 * apt-pkg/pkgcachegen.{cc,h}:
694 - fix crash when P.Arch() was used but the cache got remapped
697 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 01 Aug 2011 15:18:50 +0200
699 apt (0.8.15.5) unstable; urgency=low
701 [ David Kalnischkies ]
702 * apt-pkg/deb/deblistparser.cc:
703 - do not assume that the last char on a line is a \n (Closes: #633350)
705 -- Michael Vogt <mvo@debian.org> Thu, 28 Jul 2011 16:49:15 +0200
707 apt (0.8.15.4ubuntu2) oneiric; urgency=low
709 * apt-pkg/contrib/fileutl.{cc,h}:
710 - add GetModificationTime() helper
711 * apt-pkg/pkgcachegen.cc:
712 - regenerate the cache if the sources.list changes to ensure
713 that changes in the ordering there will be honored by apt
714 * apt-pkg/sourcelist.{cc,h}:
715 - add pkgSourceList::GetLastModifiedTime() helper
716 * apt-pkg/pkgcachegen.{cc,h}:
717 - use ref-to-ptr semantic in NewDepends() to ensure that the
718 libapt does not segfault if the cache is remapped in between
721 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 29 Jul 2011 18:25:22 +0200
723 apt (0.8.15.4ubuntu1) oneiric; urgency=low
725 * merged from debian-sid
727 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 26 Jul 2011 13:19:49 +0200
729 apt (0.8.15.4) unstable; urgency=low
732 * apt-pkg/contrib/sha1.cc:
733 - fix illegally casts of on-stack buffer to a type requiring more
734 alignment than it has resulting in segfaults on sparc (Closes: #634696)
737 * apt-pkg/contrib/cdromutl.cc:
738 - fix escape problem when looking for the mounted devices
739 * apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc:
740 - add new DeEscapeString() similar to DeQuoteString but
741 unescape character escapes like \0XX and \xXX (plus added
745 -- Michael Vogt <mvo@debian.org> Tue, 26 Jul 2011 12:12:27 +0200
747 apt (0.8.15.3) unstable; urgency=low
750 * apt-pkg/acquire-item.cc:
751 - improve error message for a expired Release file
752 * apt-pkg/algorithms.cc:
753 - Hold back packages that would enter "policy-broken" state on upgrade
754 when doing a "apt-get upgrade"
755 * cmdline/apt-get.cc:
756 - fix missing download progress in apt-get download
758 [ David Kalnischkies ]
759 * apt-pkg/pkgcachegen.cc:
760 - fallback to memory if file is not writeable even if access()
761 told us the opposite before (e.g. in fakeroot 1.16) (Closes: #630591)
762 * doc/sources.list.5.xml:
763 - document available [options] for sources.list entries (Closes: 632441)
764 * doc/apt.conf.5.xml:
765 - document APT::Architectures list (Closes: #612102)
766 * cmdline/apt-get.cc:
767 - restore all important dependencies for garbage packages (LP: #806274)
768 - do not require unused partial dirs in 'source' (Closes: #633510)
769 - buildconflicts effect all architectures
770 - implement MultiarchCross for build-dep and source (Closes: #632221)
772 - use CndSet in pkgInitConfig (Closes: #629617)
773 * apt-pkg/depcache.cc:
774 - change default of APT::AutoRemove::SuggestsImportant to true
776 - use a tmpfile instead of /etc/apt/secring.gpg (Closes: #632596)
777 * debian/apt.postinst:
778 - remove /etc/apt/secring.gpg if it is an empty file
779 * doc/apt-cache.8.xml:
780 - apply madison typofix from John Feuerstein, thanks! (Closes: #633455)
782 - emit an error on unknown APT::Default-Release value (Closes: #407511)
783 * apt-pkg/aptconfiguration.cc:
784 - ensure that native architecture is if not specified otherwise the
785 first architecture in the Architectures vector
786 * apt-pkg/deb/deblistparser.cc:
787 - Strip only :any and :native if MultiArch should be stripped as it is
788 save to ignore them in non-MultiArch contexts but if the dependency
789 is a specific architecture (and not the native) do not strip
791 -- Michael Vogt <mvo@debian.org> Mon, 25 Jul 2011 15:04:43 +0200
793 apt (0.8.15.2ubuntu2) oneiric; urgency=low
795 * cmdline/apt-get.cc:
796 - fix missing download progress in apt-get download
798 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 22 Jul 2011 13:20:49 +0200
800 apt (0.8.15.2ubuntu1) oneiric; urgency=low
803 * apt-pkg/acquire-item.cc:
804 - improve error message for a expired Release file
805 * apt-pkg/algorithms.cc:
806 - Hold back packages that would enter "policy-broken" state on upgrade
807 when doing a "apt-get upgrade"
809 [ David Kalnischkies ]
810 * apt-pkg/pkgcachegen.cc:
811 - fallback to memory if file is not writeable even if access()
812 told us the opposite before (e.g. in fakeroot 1.16) (Closes: #630591)
813 * doc/sources.list.5.xml:
814 - document available [options] for sources.list entries (Closes: 632441)
815 * doc/apt.conf.5.xml:
816 - document APT::Architectures list (Closes: #612102)
817 * cmdline/apt-get.cc:
818 - restore all important dependencies for garbage packages (LP: #806274)
820 - use CndSet in pkgInitConfig (Closes: #629617)
821 * apt-pkg/depcache.cc:
822 - change default of APT::AutoRemove::SuggestsImportant to true
824 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 15 Jul 2011 10:16:45 +0200
826 apt (0.8.15.2) unstable; urgency=high
828 * fix from David Kalnischkies for the InRelease gpg verification
831 -- Michael Vogt <mvo@debian.org> Tue, 12 Jul 2011 11:54:47 +0200
833 apt (0.8.15.1ubuntu2) oneiric; urgency=low
836 * apt-pkg/deb/dpkgpm.cc:
837 - do not report errors encountered when decompressing packages
840 * fix from David Kalnischkies for the InRelease gpg verification
843 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 13 Jul 2011 14:42:02 +0200
845 apt (0.8.15.1ubuntu1) oneiric; urgency=low
847 * merge from debian/sid
849 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 30 Jun 2011 09:16:12 +0100
851 apt (0.8.15.1) unstable; urgency=low
853 [ David Kalnischkies ]
855 - create doxygen directory to avoid depending on magic (Closes: #628799)
857 - explicitly state that net-update is not supported if no url is set
858 - require to be root for add, rm, update and net-update
859 - clarify update vs. net-update in different distros (Closes: #632043)
860 * debian/apt.symbols:
861 - forgot 'mips' in the list for all architecture dependent symbols
862 - comment out gcc-4.5 specific symbols as gcc-4.6 is now default
863 - the symbol for PrintStatus() is architecture dependent
865 - do not segfault in pinning if a package with this name doesn't exist.
866 Thanks to Ferdinand Thommes for the report!
867 - Defaults is a vector of Pin not of PkgPin
868 - ensure that only the first specific stanza for a package is used
869 - save all stanzas which had no effect in Unmatched
870 - allow package:architecure in Package:
872 -- Michael Vogt <mvo@debian.org> Thu, 30 Jun 2011 10:05:36 +0200
874 apt (0.8.15ubuntu1) oneiric; urgency=low
876 * merged from debian-unstable, remainging changes:
877 - use ubuntu keyring and ubuntu archive keyring in apt-key
878 - run update-apt-xapian-index in apt.cron
879 - support apt-key net-update and verify keys against master-keyring
880 - run apt-key net-update in cron.daily
881 - different example sources.list
883 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 29 Jun 2011 09:03:39 +0100
885 apt (0.8.15) unstable; urgency=low
887 [ Julian Andres Klode ]
888 * apt-pkg/depcache.cc:
889 - Really release action groups only once (Closes: #622744)
890 - Make purge work again for config-files (LP: #244598) (Closes: #150831)
891 * apt-pkg/acquire-item.cc:
892 - Reject files known to be invalid (LP: #346386) (Closes: #627642)
893 * debian/apt.cron.daily:
894 - Check power after wait, patch by manuel-soto (LP: #705269)
896 - Move ${shlibs:Depends} to Pre-Depends, as we do not want APT
897 unpacked if a library is too old and thus break upgrades
899 - Document apt-key net-update (LP: #192810)
901 [ Christian Perrier ]
902 * Galician translation update (Miguel Anxo Bouzada). Closes: #626505
903 * Italian translation update (Milo Casagrande). Closes: #627834
904 * German documentation translation update (Chris Leick). Closes: #629949
905 * Catalan translation update (Jordi Mallach). Closes: #630657
907 [ David Kalnischkies ]
908 * fix a bunch of cppcheck warnings/errors based on a patch by
909 Niels Thykier, thanks! (Closes: #622805)
910 * apt-pkg/depcache.cc:
911 - really include 'rc' packages in the delete count by fixing a
912 typo which exists since 1999 in the source… (LP: #761175)
913 - if critical or-group can't be satisfied, exit directly.
914 * apt-pkg/acquire-method.cc:
915 - write directly to stdout instead of creating the message in
916 memory first before writing to avoid hitting limits
917 - fix order of CurrentURI and UsedMirror in Status() and Log()
918 * apt-pkg/orderlist.cc:
919 - let VisitRProvides report if the calls were successful
920 * apt-pkg/deb/dpkgpm.cc:
921 - replace obsolete usleep with nanosleep
922 - remove invalid pkgcache.bin and rebuild it if possible
923 - log reinstall commands in history.log
924 * debian/apt{,-utils}.symbols:
925 - update both experimental symbol-files to reflect 0.8.14 state
927 - remove unused embedded jquery by doxygen from libapt-pkg-doc
928 * cmdline/apt-mark.cc:
929 - reimplement apt-mark in c++
930 - provide a 'showmanual' command (Closes: #582791)
931 - provide a 'dpkg --set-selections' wrapper to set/release holds
932 * cmdline/apt-get.cc:
933 - deprecate mostly undocumented 'markauto' in favor of 'apt-mark'
934 * cmdline/apt-cache.cc:
935 - deprecate mostly undocumented 'showauto' in favor of 'apt-mark'
936 * apt-pkg/pkgcache.cc:
937 - really ignore :arch in FindPkg() in non-multiarch environment
939 - undo the translation of the command 'dump' in manpage of apt-config
940 as report by Burghard Grossmann on debian-l10n-german, thanks!
941 * apt-pkg/deb/debmetaindex.cc:
942 - do not download TranslationIndex if no Translation-* will be
943 downloaded later on anyway (Closes: #624218)
945 - disable obscure version number tests with versions dpkg doesn't
946 allow any more as they don't start with a number
947 * apt-pkg/acquire-worker.cc:
948 - print filename in the unmatching size warning (Closes: #623137)
949 * apt-pkg/acquire-item.cc:
950 - apply fix for poorly worded 'locate file' error message from
951 Ben Finney, thanks! (Closes: #623171)
953 - add config option to ignore a closed stdin to be able to easily
954 use the method as a simple standalone downloader
955 - Location header in redirects should be absolute URI, but some
956 servers just send an absolute path so still deal with it properly
957 - dequote URL taken from Location in redirects as we will otherwise
958 quote an already quoted string in the request later (Closes: #602412)
959 * apt-pkg/contrib/netrc.cc:
960 - replace non-posix gnu-extension strdupa with strdup
961 * apt-pkg/packagemanager.cc:
962 - ensure for Multi-Arch:same packages that they are unpacked in
963 lock step even in immediate configuration (Closes: #618288)
965 - don't set deprecated APT::Acquire::Translation, thanks Jörg Sommer!
966 * cmdline/apt-config.cc:
967 - show Acquire::Languages and APT::Architectures settings
968 in 'dump' (Closes: 626739)
969 * apt-pkg/orderlist.cc:
970 - ensure that an old version of a package with a provides can
971 never satisfy a dependency of a newer version of this package
975 - ignore lines starting with "#" in the mirror file
976 - ignore non http urls in the mirrors
977 - append the dist (e.g. sid, wheezy) as a query string when
978 asking for a suitable mirror
979 * apt-pkg/deb/deblistparser.cc:
980 - include all known languages when building the apt cache
982 * apt-pkg/deb/debindexfile.cc:
983 - remove some no longer valid checks for "TranslationsAvailable()"
985 [ Kenneth Solbø Andersen ]
986 * apt-pkg/deb/dpkgpm.cc:
987 - set permissions of term.log to root.adm and 644 (LP: #404724)
990 * various typo and syntax corrections in doc/*.xml
992 -- Michael Vogt <mvo@debian.org> Tue, 28 Jun 2011 18:00:48 +0200
994 apt (0.8.15~exp3) experimental; urgency=low
997 - add Breaks: 0.8.15~exp3) for libapt-pkg4.10 and
998 libapt-inst1.2 (thanks to Jonathan Nieder, closes: #630214)
999 - use depends for the ${shlibs:Depends} to make the breaks work
1001 -- Michael Vogt <mvo@debian.org> Fri, 17 Jun 2011 21:51:41 +0200
1003 apt (0.8.15~exp2) experimental; urgency=low
1006 - fix incorrect Replaces (closes: #630204) for libapt-inst1.2
1008 -- Michael Vogt <mvo@debian.org> Wed, 15 Jun 2011 16:51:14 +0200
1010 apt (0.8.15~exp1) experimental; urgency=low
1012 [ Julian Andres Klode ]
1013 * apt-pkg/depcache.cc:
1014 - Really release action groups only once (Closes: #622744)
1015 - Make purge work again for config-files (LP: #244598) (Closes: #150831)
1016 * apt-pkg/acquire-item.cc:
1017 - Reject files known to be invalid (LP: #346386) (Closes: #627642)
1018 * debian/apt.cron.daily:
1019 - Check power after wait, patch by manuel-soto (LP: #705269)
1021 - Move ${shlibs:Depends} to Pre-Depends, as we do not want APT
1022 unpacked if a library is too old and thus break upgrades
1023 * doc/apt-key.8.xml:
1024 - Document apt-key net-update (LP: #192810)
1026 [ Christian Perrier ]
1027 * Galician translation update (Miguel Anxo Bouzada). Closes: #626505
1028 * Italian translation update (Milo Casagrande). Closes: #627834
1029 * German documentation translation update (Chris Leick). Closes: #629949
1031 [ David Kalnischkies ]
1032 * fix a bunch of cppcheck warnings/errors based on a patch by
1033 Niels Thykier, thanks! (Closes: #622805)
1034 * apt-pkg/depcache.cc:
1035 - really include 'rc' packages in the delete count by fixing a
1036 typo which exists since 1999 in the source… (LP: #761175)
1037 - if critical or-group can't be satisfied, exit directly.
1038 * apt-pkg/acquire-method.cc:
1039 - write directly to stdout instead of creating the message in
1040 memory first before writing to avoid hitting limits
1041 - fix order of CurrentURI and UsedMirror in Status() and Log()
1042 * apt-pkg/orderlist.cc:
1043 - let VisitRProvides report if the calls were successful
1044 * apt-pkg/deb/dpkgpm.cc:
1045 - replace obsolete usleep with nanosleep
1046 * debian/apt{,-utils}.symbols:
1047 - update both experimental symbol-files to reflect 0.8.14 state
1049 - remove unused embedded jquery by doxygen from libapt-pkg-doc
1050 * cmdline/apt-mark.cc:
1051 - reimplement apt-mark in c++
1052 - provide a 'showmanual' command (Closes: #582791)
1053 - provide a 'dpkg --set-selections' wrapper to set/release holds
1054 * cmdline/apt-get.cc:
1055 - deprecate mostly undocumented 'markauto' in favor of 'apt-mark'
1056 * cmdline/apt-cache.cc:
1057 - deprecate mostly undocumented 'showauto' in favor of 'apt-mark'
1058 * apt-pkg/pkgcache.cc:
1059 - really ignore :arch in FindPkg() in non-multiarch environment
1061 - undo the translation of the command 'dump' in manpage of apt-config
1062 as report by Burghard Grossmann on debian-l10n-german, thanks!
1063 * apt-pkg/deb/debmetaindex.cc:
1064 - do not download TranslationIndex if no Translation-* will be
1065 downloaded later on anyway (Closes: #624218)
1066 * test/versions.lst:
1067 - disable obscure version number tests with versions dpkg doesn't
1068 allow any more as they don't start with a number
1069 * apt-pkg/acquire-worker.cc:
1070 - print filename in the unmatching size warning (Closes: #623137)
1071 * apt-pkg/acquire-item.cc:
1072 - apply fix for poorly worded 'locate file' error message from
1073 Ben Finney, thanks! (Closes: #623171)
1075 - add config option to ignore a closed stdin to be able to easily
1076 use the method as a simple standalone downloader
1077 - Location header in redirects should be absolute URI, but some
1078 servers just send an absolute path so still deal with it properly
1079 - dequote URL taken from Location in redirects as we will otherwise
1080 quote an already quoted string in the request later (Closes: #602412)
1081 * apt-pkg/contrib/netrc.cc:
1082 - replace non-posix gnu-extension strdupa with strdup
1083 * apt-pkg/packagemanager.cc:
1084 - ensure for Multi-Arch:same packages that they are unpacked in
1085 lock step even in immediate configuration (Closes: #618288)
1088 * methods/mirror.cc:
1089 - ignore lines starting with "#" in the mirror file
1090 - ignore non http urls in the mirrors
1091 - append the dist (e.g. sid, wheezy) as a query string when
1092 asking for a suitable mirror
1094 - add libapt-pkg4.10 and libapt-inst1.2 library packages
1096 -- Michael Vogt <mvo@debian.org> Fri, 10 Jun 2011 15:32:07 +0200
1098 apt (0.8.14.2) UNRELEASED; urgency=low
1100 [ Julian Andres Klode ]
1101 * apt-pkg/depcache.cc:
1102 - Really release action groups only once (Closes: #622744)
1103 - Make purge work again for config-files (LP: #244598) (Closes: #150831)
1104 * debian/apt.cron.daily:
1105 - Check power after wait, patch by manuel-soto (LP: #705269)
1107 - Move ${shlibs:Depends} to Pre-Depends, as we do not want APT
1108 unpacked if a library is too old and thus break upgrades
1109 * doc/apt-key.8.xml:
1110 - Document apt-key net-update (LP: #192810)
1112 [ Christian Perrier ]
1113 * Galician translation update (Miguel Anxo Bouzada). Closes: #626505
1115 [ David Kalnischkies ]
1116 * fix a bunch of cppcheck warnings/errors based on a patch by
1117 Niels Thykier, thanks! (Closes: #622805)
1118 * apt-pkg/depcache.cc:
1119 - really include 'rc' packages in the delete count by fixing a
1120 typo which exists since 1999 in the source… (LP: #761175)
1121 - if critical or-group can't be satisfied, exit directly.
1122 * apt-pkg/acquire-method.cc:
1123 - write directly to stdout instead of creating the message in
1124 memory first before writing to avoid hitting limits
1125 - fix order of CurrentURI and UsedMirror in Status() and Log()
1126 * apt-pkg/orderlist.cc:
1127 - let VisitRProvides report if the calls were successful
1128 * apt-pkg/deb/dpkgpm.cc:
1129 - replace obsolete usleep with nanosleep
1130 * debian/apt{,-utils}.symbols:
1131 - update both experimental symbol-files to reflect 0.8.14 state
1133 - remove unused embedded jquery by doxygen from libapt-pkg-doc
1134 * cmdline/apt-mark.cc:
1135 - reimplement apt-mark in c++
1136 - provide a 'showmanual' command (Closes: #582791)
1137 - provide a 'dpkg --set-selections' wrapper to set/release holds
1138 * cmdline/apt-get.cc:
1139 - deprecate mostly undocumented 'markauto' in favor of 'apt-mark'
1140 * cmdline/apt-cache.cc:
1141 - deprecate mostly undocumented 'showauto' in favor of 'apt-mark'
1142 * apt-pkg/pkgcache.cc:
1143 - really ignore :arch in FindPkg() in non-multiarch environment
1145 - undo the translation of the command 'dump' in manpage of apt-config
1146 as report by Burghard Grossmann on debian-l10n-german, thanks!
1147 * apt-pkg/deb/debmetaindex.cc:
1148 - do not download TranslationIndex if no Translation-* will be
1149 downloaded later on anyway (Closes: #624218)
1150 * test/versions.lst:
1151 - disable obscure version number tests with versions dpkg doesn't
1152 allow any more as they don't start with a number
1153 * apt-pkg/acquire-worker.cc:
1154 - print filename in the unmatching size warning (Closes: #623137)
1155 * apt-pkg/acquire-item.cc:
1156 - apply fix for poorly worded 'locate file' error message from
1157 Ben Finney, thanks! (Closes: #623171)
1159 - add config option to ignore a closed stdin to be able to easily
1160 use the method as a simple standalone downloader
1161 - Location header in redirects should be absolute URI, but some
1162 servers just send an absolute path so still deal with it properly
1163 - dequote URL taken from Location in redirects as we will otherwise
1164 quote an already quoted string in the request later (Closes: #602412)
1165 * apt-pkg/contrib/netrc.cc:
1166 - replace non-posix gnu-extension strdupa with strdup
1167 * apt-pkg/packagemanager.cc:
1168 - ensure for Multi-Arch:same packages that they are unpacked in
1169 lock step even in immediate configuration (Closes: #618288)
1171 -- Michael Vogt <mvo@debian.org> Mon, 16 May 2011 14:57:52 +0200
1173 apt (0.8.14.1ubuntu8) UNRELEASED; urgency=low
1176 * debian/apt.conf.changelog:
1177 - add missing ";", thanks to Julian Andres Klode
1180 * apt-pkg/deb/dpkgpm.cc:
1181 - updated allocate memory string
1182 - cannot access archive string is lowercase
1183 * apt-pkg/deb/dpkgpm.cc:
1184 - resolve issue where AptOrdering is included in DpkgTerminalLog in apport
1187 -- Brian Murray <brian@ubuntu.com> Wed, 15 Jun 2011 14:00:43 -0700
1189 apt (0.8.14.1ubuntu7) oneiric; urgency=low
1192 * apt-pkg/deb/deblistparser.cc:
1193 - include all known languages when building the apt cache
1195 * apt-pkg/deb/debindexfile.cc:
1196 - remove some no longer valid checks for "TranslationsAvailable()"
1198 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 09 Jun 2011 13:56:25 +0200
1200 apt (0.8.14.1ubuntu6) oneiric; urgency=low
1203 * apt-pkg/deb/dpkgpm.cc:
1204 - prevent reporting of package installation failures due to inaccessible
1205 local files (LP: #791102, #790040)
1206 - include /var/log/apt/history.log in apport-package reports so we know
1207 the context for the package management request
1210 * methods/mirror.cc:
1211 - ignore lines starting with "#" in the mirror file
1212 - ignore non http urls in the mirrors
1213 - append the dist (e.g. sid, wheezy) as a query string when
1214 asking for a suitable mirror
1216 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 07 Jun 2011 15:55:07 +0200
1218 apt (0.8.14.1ubuntu5) oneiric; urgency=low
1220 * apt-pkg/acquire-item.cc:
1221 - do not reject empty Packages files when checking them for
1224 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 31 May 2011 10:41:30 +0200
1226 apt (0.8.14.1ubuntu4) oneiric; urgency=low
1228 [ Julian Andres Klode ]
1229 * apt-pkg/acquire-item.cc:
1230 - Reject files known to be invalid (LP: #346386) (Closes: #627642)
1232 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 30 May 2011 17:12:27 +0200
1234 apt (0.8.14.1ubuntu3) oneiric; urgency=low
1236 * Rebuild with recent binutils. LP: #774175.
1238 -- Matthias Klose <doko@ubuntu.com> Mon, 23 May 2011 19:15:34 +0200
1240 apt (0.8.14.1ubuntu2) oneiric; urgency=low
1243 - build in verbose mode by default (thanks to Matthias Klose)
1245 - add temporary build-dependency on gcc-4.6 (>= 4.6.0-6ubuntu2)
1247 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 03 May 2011 13:58:10 +0200
1249 apt (0.8.14.1ubuntu1) oneiric; urgency=low
1252 * merged from the debian-sid bzr branch
1254 [ Julian Andres Klode ]
1255 * apt-pkg/depcache.cc:
1256 - Really release action groups only once (Closes: #622744)
1257 - Make purge work again for config-files (LP: #244598) (Closes: #150831)
1258 * debian/apt.cron.daily:
1259 - Check power after wait, patch by manuel-soto (LP: #705269)
1261 - Move ${shlibs:Depends} to Pre-Depends, as we do not want APT
1262 unpacked if a library is too old and thus break upgrades
1263 * doc/apt-key.8.xml:
1264 - Document apt-key net-update (LP: #192810)
1266 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 29 Apr 2011 17:55:20 +0200
1268 apt (0.8.14.1) unstable; urgency=low
1270 * apt-pkg/acquire-item.cc:
1271 - Only try to rename existing Release files (Closes: #622912)
1273 -- Julian Andres Klode <jak@debian.org> Sat, 16 Apr 2011 14:36:10 +0200
1275 apt (0.8.14) unstable; urgency=low
1277 [ Julian Andres Klode ]
1278 * apt-pkg/indexcopy.cc:
1279 - Use RealFileExists() instead of FileExists(), allows amongst other
1280 things a directory named Sources to exist on a CD-ROM (LP: #750694).
1281 * apt-pkg/acquire-item.cc:
1282 - Use Release files even if they cannot be verified (LP: #704595)
1283 * cmdline/apt-get.cc:
1284 - Do not install recommends for build-dep (Closes: #454479) (LP: #245273)
1285 * apt-pkg/deb/deblistparser.cc:
1286 - Handle no space before "[" in build-dependencies (LP: #72344)
1287 * apt-pkg/policy.cc:
1288 - Allow pinning by glob() expressions, and regular expressions
1289 surrounded by slashes (the "/" character) (LP: #399474)
1292 - Set Standards-Version to 3.9.2
1296 - do not crash if the mirror file fails to download
1297 * apt-pkg/aptconfiguration.cc:
1298 - fix comparing for a empty string
1299 * debian/apt.cron.daily:
1300 - run unattended-upgrades even if there was a error during
1301 the apt-get update (LP: #676295)
1303 [ David Kalnischkies ]
1304 * apt-pkg/pkgcache.cc:
1305 - use the native Architecture stored in the cache header instead of
1306 loading it from configuration as suggested by Julian Andres Klode
1308 -- Julian Andres Klode <jak@debian.org> Fri, 15 Apr 2011 14:28:15 +0200
1310 apt (0.8.13.2ubuntu3) natty-proposed; urgency=low
1312 * apt-pkg/deb/dpkgpm.cc:
1313 - stop reporting of apport-package bug reports regarding
1314 dpkg I/O errors (LP: #767776)
1316 -- Brian Murray <brian@ubuntu.com> Wed, 20 Apr 2011 15:05:12 -0700
1318 apt (0.8.13.2ubuntu2) natty; urgency=low
1321 * debian/apt.cron.daily:
1322 - run unattended-upgrades even if there was a error during
1323 the apt-get update (LP: #676295)
1325 [ Julian Andres Klode ]
1326 * apt-pkg/indexcopy.cc:
1327 - Use RealFileExists() instead of FileExists(), allows amongst other
1328 things a directory named Sources to exist on a CD-ROM (LP: #750694).
1330 [ David Kalnischkies ]
1331 * apt-pkg/pkgcache.cc:
1332 - use the native Architecture stored in the cache header instead of
1333 loading it from configuration as suggested by Julian Andres Klode
1335 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 07 Apr 2011 12:52:21 +0200
1337 apt (0.8.13.2ubuntu1) natty; urgency=low
1339 * merge fixes from debian-sid, most notable the handling of
1340 arch=all architectures in python-apt (LP: #733741)
1341 * apt-pkg/aptconfiguration.cc:
1342 - fix comparing for a empty string
1344 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 05 Apr 2011 13:19:56 +0200
1346 apt (0.8.13.2) unstable; urgency=low
1348 [ David Kalnischkies ]
1349 * apt-pkg/deb/dpkgpm.cc:
1350 - skip --configure if all packages disappeared
1351 * apt-pkg/vendor.cc, apt-pkg/vendorlist.cc:
1352 - mark them as deprecated as they are unused
1353 * apt-pkg/deb/deblistparser.h:
1354 - enable StripMultiArch by default for ParseDepends
1355 * debian/apt.conf.autoremove:
1356 - adapt to new gnumach kernel package naming (Closes: #619337)
1357 * doc/apt_preferences.5.xml:
1358 - correct typo spotted by Charles Plessy (Closes: #619088)
1359 - document ButAutomaticUpgrades together with NotAutomatic
1360 as suggested by Charles Plessy (Closes: #619083)
1361 * apt-pkg/depcache.cc:
1362 - remove pseudo handling leftover from SetReInstall
1363 - do not change protected packages in autoinstall (Closes: #618848)
1364 * apt-pkg/pkgcachegen.cc:
1365 - make "all"->"native" an implementation detail of NewPackage
1366 rather than rewrite it in higher methods
1367 * apt-pkg/cacheiterator.h:
1368 - return "all" instead of native architecture without breaking the abi
1369 (too much) by extending enum instead of using bitflags (LP: #733741)
1370 * apt-pkg/aptconfiguration.cc:
1371 - use dpkg --print-foreign-architectures to get multiarch configuration
1372 if non is specified with APT::Architectures (Closes: #612958)
1373 * cmdline/apt-get.cc:
1374 - do not show simulation notice for non-root commands (Closes: #619072)
1375 - be able to disable resolver with APT::Get::CallResolver and disable
1376 auto installation with APT::Get::AutoSolving
1377 * apt-pkg/deb/deblistparser.cc:
1378 - create foo:any provides for all architectures for an allowed package
1380 -- Michael Vogt <mvo@debian.org> Tue, 05 Apr 2011 09:40:28 +0200
1382 apt (0.8.13.1ubuntu1) natty; urgency=low
1384 * merged fixes from the debian-sid (LP: #744832)
1386 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 04 Apr 2011 14:40:51 +0200
1388 apt (0.8.13.1) unstable; urgency=low
1390 * apt-pkg/acquire-item.cc: Use stat buffer if stat was
1391 successful, not if it failed (Closes: #620546)
1393 -- Julian Andres Klode <jak@debian.org> Sat, 02 Apr 2011 20:55:35 +0200
1395 apt (0.8.13ubuntu2) natty; urgency=low
1398 - add hack to run MSGMERGE again if it segfaults. this is to help
1399 powerpc to bootstrap
1401 - merge fix from Matt Zimmerman, many thanks (LP: #741098)
1402 - do not crash if the mirror file fails to download
1404 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 24 Mar 2011 18:01:38 +0100
1406 apt (0.8.13ubuntu1) natty; urgency=low
1408 * merged from debian/sid, this adds important fixes in the
1411 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 16 Mar 2011 08:23:19 +0100
1413 apt (0.8.13) unstable; urgency=low
1415 [ Thorsten Spindler ]
1417 - fix rsh/ssh option parsing (LP: #678080), thanks to
1421 * apt-pkg/acquire-item.cc:
1422 - mark pkgAcqIndexTrans as Index-File to avoid asking the
1423 user to insert the CD on each apt-get update
1425 - updated, thanks to Andrej Znidarsic
1427 - when downloading data, show the mirror being used
1428 - randomize mirror list after download in a host specific way
1429 to ensure that the load is evenly spreaded accross the mirrors
1430 - fix some missing "Fail-Ignore"
1432 -- Michael Vogt <mvo@debian.org> Wed, 16 Mar 2011 08:04:42 +0100
1434 apt (0.8.12ubuntu2) unstable; urgency=low
1436 [ Thorsten Spindler ]
1438 - fix rsh/ssh option parsing (LP: #678080), thanks to
1442 * apt-pkg/acquire-item.cc:
1443 - mark pkgAcqIndexTrans as Index-File to avoid asking the
1444 user to insert the CD on each apt-get update
1445 * methods/mirror.cc:
1446 - improve debug output and fix bug in TryNextMirror
1448 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Mar 2011 15:56:54 +0100
1450 apt (0.8.12ubuntu1) natty; urgency=low
1452 * merged from debian/sid, this adds important fixes in the udev based
1453 cdrom handling and multiarch handling
1455 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Mar 2011 16:12:22 +0100
1457 apt (0.8.12) unstable; urgency=low
1460 * apt-pkg/deb/debindexfile.cc:
1461 - ignore missing deb-src files in /var/lib/apt/lists, thanks
1462 to Thorsten Spindler (LP: #85590)
1463 * apt-pkg/contrib/fileutl.cc, apt-pkg/deb/dpkgpm.cc:
1464 - honor Dpkg::Chroot-Directory in the RunScripts*() methods
1465 * apt-pkg/contrib/cdromutl.{cc,h}, apt-pkg/cdrom.{cc,h}:
1466 - deal with missing FSTAB_DIR when using libudev to discover cdrom
1467 - add experimental APT::cdrom::CdromOnly option (on by default).
1468 When this is set to false apt-cdrom will handle any removable
1469 deivce (like a usb-stick) as a "cdrom/dvd" source
1471 [ Christian Perrier ]
1472 * Fix error in French translation of manpages (apt_preferences(5)).
1473 Merci, Rémi Vanicat. Closes: #613689
1474 * Complete French manpage translation
1475 * Italian translation update (Milo Casagrande). Closes: #614395
1477 [ David Kalnischkies ]
1478 * ftparchive/multicompress.cc, apt-inst/deb/debfile.cc:
1479 - support xz compressor to create xz-compressed Indexes and be able
1480 to open data.tar.xz files
1481 - load the supported compressors from configuration
1482 * ftparchive/writer.cc:
1483 - ensure that Date and Valid-Until time strings are not localised
1484 - add options to disable specific checksums for Indexes
1485 - include xz-compressed Packages and Sources files in Release file
1486 * apt-pkg/aptconfiguration.cc:
1487 - support download of xz-compressed indexes files
1488 - support adding new compressors by configuration
1489 * apt-pkg/deb/debsrcrecords.cc:
1490 - support xz-compressed source v3 debian.tar files
1491 - support every compression we have a compressor configured
1492 * ftparchive/contents.cc:
1493 - remove ExtractArchive codecopy from apt-inst/deb/debfile.cc
1494 * apt-inst/deb/debfile.cc:
1495 - support data.tar's compressed with any configured compressor
1496 * cmdline/apt-get.cc:
1497 - reinstall dependencies of reinstalled "garbage" (Closes: #617257)
1500 * apt-pkg/deb/dpkgpm.cc:
1501 - make sure that for multiarch packages, we are passing the full
1502 qualified package name to dpkg for removals. (Closes: #614298)
1503 * Remove the "pseudopackage" handling of Architecture: all packages for
1504 Multi-Arch; instead, Arch: all packages only satisfy dependencies for
1505 the native arch, except where the Arch: all package is declared
1506 Multi-Arch: foreign. (Closes: #613584)
1508 -- Michael Vogt <mvo@debian.org> Thu, 10 Mar 2011 14:46:48 +0100
1510 apt (0.8.11.5ubuntu2) natty; urgency=low
1513 * apt-pkg/deb/debindexfile.cc:
1514 - ignore missing deb-src files in /var/lib/apt/lists, thanks
1515 to Thorsten Spindler (LP: #85590)
1516 * apt-pkg/contrib/fileutl.cc, apt-pkg/deb/dpkgpm.cc:
1517 - honor Dpkg::Chroot-Directory in the RunScripts*() methods
1519 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 03 Mar 2011 17:39:30 +0100
1521 apt (0.8.11.5ubuntu1) natty; urgency=low
1523 * Merged from debian/sid
1525 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 18 Feb 2011 12:01:19 +0100
1527 apt (0.8.11.5) unstable; urgency=low
1529 [ Christian Perrier ]
1530 * Add missing dot in French translation of manpages. Merci, Olivier
1532 * French translation update
1533 * French manpages translation update
1535 [ David Kalnischkies ]
1536 * apt-pkg/depcache.cc:
1537 - party revert fix in 0.8.11.2 which marked all packages as manual
1538 installed if the FromUser bit is set in the MarkInstall call.
1539 The default for this bit is true and aptitude depends on the old
1540 behavior so the package is only marked as manual if its not marked
1541 ("old" behavior) or if automatic installation is enabled - which
1542 aptitude disables always (see also #613775)
1544 -- David Kalnischkies <kalnischkies@gmail.com> Thu, 17 Feb 2011 15:16:31 +0100
1546 apt (0.8.11.4) unstable; urgency=low
1548 [ David Kalnischkies ]
1549 * apt-pkg/contrib/error.cc:
1550 - ensure that va_list is not invalid in second try
1551 * cmdline/apt-get.cc:
1552 - don't remove new dependencies of garbage packages (Closes: #613420)
1555 * test/integration/*
1556 - fix dashish in the integration tests
1558 -- Michael Vogt <mvo@debian.org> Wed, 16 Feb 2011 14:36:03 +0100
1560 apt (0.8.11.3) unstable; urgency=low
1562 * apt-pkg/contrib/fileutl.cc:
1563 - really detect bigendian machines by including config.h,
1564 so we can really (Closes: #612986)
1565 * apt-pkg/contrib/mmap.cc:
1566 - Base has as 'valid' failure states 0 and -1 so add a simple
1567 validData method to check for failure states
1569 -- David Kalnischkies <kalnischkies@gmail.com> Mon, 14 Feb 2011 16:58:03 +0100
1571 apt (0.8.11.2) unstable; urgency=low
1574 * merged lp:~evfool/apt/fix641673:
1575 - String-fix in the source and the translations for the grammatical
1576 mistake reported in bug LP: #641673, thanks to Robert Roth
1577 * merged lp:~evfool/apt/fix418552:
1578 - Grammar fix for bug LP: #418552, thanks to Robert Roth
1580 [ David Kalnischkies ]
1581 * cmdline/apt-get.cc:
1582 - add --install-suggests option (Closes: #473089)
1583 * apt-pkg/depcache.cc:
1584 - mark a package which was requested to be installed on commandline
1585 always as manual regardless if it is already marked or not as the
1586 marker could be lost later by the removal of rdepends (Closes: #612557)
1588 - read patch into MMap only if we work on uncompressed patches
1589 - update size of dynamic MMap as we write in from the outside
1590 * apt-pkg/contrib/mmap.cc:
1591 - do not try to free the mapping if its is unset
1592 * apt-pkg/contrib/fileutl.cc:
1593 - reorder the loaded filesize bytes for big endian (Closes: #612986)
1594 Thanks to Jörg Sommer for the detailed analyse!
1596 -- Michael Vogt <mvo@debian.org> Mon, 14 Feb 2011 12:07:18 +0100
1598 apt (0.8.11.1) unstable; urgency=low
1600 [ Stefan Lippers-Hollmann ]
1602 - fix root test which prevented setting of trustdb-name
1603 which lets gpg fail if it adds/remove keys from trusted.gpg
1604 as it tries to open the (maybe) not existent /root/.gnupg
1606 [ David Kalnischkies ]
1607 * debian/apt.symbols:
1608 - add more arch dependent symbols
1610 -- Michael Vogt <mvo@debian.org> Wed, 09 Feb 2011 17:49:59 +0100
1612 apt (0.8.11) unstable; urgency=low
1614 [ David Kalnischkies ]
1615 * apt-pkg/depcache.cc:
1616 - add SetCandidateRelease() to set a candidate version and
1617 the candidates of dependencies if needed to a specified
1618 release (Closes: #572709)
1619 - allow conflicts in the same group again (Closes: #612099)
1620 * cmdline/apt-get.cc:
1621 - if --print-uris is used don't setup downloader as we don't need
1622 progress, lock nor the directories it would create otherwise
1623 - show dependencies of essential packages which are going to remove
1624 only if they cause the remove of this essential (Closes: #601961)
1625 - keep not installed garbage packages uninstalled instead of showing
1626 in the autoremove section and installing those (Closes: #604222)
1627 - change pkg/release behavior to use the new SetCandidateRelease
1628 so installing packages from experimental or backports is easier
1629 - really do not show packages in the extra section if they were
1630 requested on the commandline, e.g. with a modifier (Closes: #184730)
1631 - always do removes first and set not installed remove packages
1632 on hold to prevent temporary installation later (Closes: #549968)
1634 - add Vcs-Browser now that loggerhead works again (Closes: #511168)
1635 - depend on debhelper 7 to raise compat level
1636 - depend on dpkg-dev (>= 1.15.8) to have c++ symbol mangling
1637 * apt-pkg/contrib/fileutl.cc:
1638 - add a RealFileExists method and check that your configuration files
1639 are real files to avoid endless loops if not (Closes: #604401)
1640 - ignore non-regular files in GetListOfFilesInDir (Closes: #594694)
1641 * apt-pkg/contrib/weakptr.h:
1642 - include stddefs.h to fix compile error (undefined NULL) with gcc-4.6
1644 - fix CURLOPT_SSL_VERIFYHOST by really passing 2 to it if enabled
1646 - fix popen/fclose mismatch reported by cppcheck. Thanks to Petter
1647 Reinholdtsen for report and patch! (Closes: #607803)
1648 * doc/apt.conf.5.xml:
1649 - fix multipl{y,e} spelling error reported by Jakub Wilk (Closes: #607636)
1650 * apt-inst/contrib/extracttar.cc:
1651 - let apt-utils work with encoded tar headers if uid/gid are large.
1652 Thanks to Nobuhiro Hayashi for the patch! (Closes: #330162)
1653 * apt-pkg/cacheiterator.h:
1654 - do not segfault if cache is not build (Closes: #254770)
1655 * doc/apt-get.8.xml:
1656 - remove duplicated mentioning of --install-recommends
1657 * doc/sources.list.5.xml:
1658 - remove obsolete references to non-us (Closes: #594495)
1659 - a notice is printed for ignored files (Closes: #597615)
1661 - use -- instead of deprecated -u for dh_gencontrol
1662 - remove shlibs.local creation and usage
1663 - show differences in the symbol files, but never fail
1665 - remove as it is not needed for a working 'bzr bd'
1666 * debian/{apt,apt-utils}.symbols:
1667 - ship experimental unmangled c++ symbol files
1669 - operate optional on gzip compressed pdiffs
1670 * apt-pkg/acquire-item.cc:
1671 - don't uncompress downloaded pdiff files before feeding it to rred
1672 - try downloading clearsigned InRelease before trying Release.gpg
1673 - change the internal handling of Extensions in pkgAcqIndex
1674 - add a special uncompressed compression type to prefer those files
1675 - download and use i18n/Index to choose which Translations to download
1677 - don't set trustdb-name as non-root so 'list' and 'finger'
1678 can be used without being root (Closes: #393005, #592107)
1679 * apt-pkg/deb/deblistparser.cc:
1680 - rewrite LoadReleaseInfo to cope with clearsigned Releasefiles
1681 * ftparchive/writer.cc:
1682 - add config option to search for more patterns in release command
1683 - include Index files by default in the Release file
1684 * methods/{gzip,bzip}.cc:
1685 - print a good error message if FileSize() is zero
1686 * apt-pkg/aptconfiguration.cc:
1687 - remove the inbuilt Translation files whitelist
1688 * cmdline/apt-cache.cc:
1689 - remove not implemented 'apt-cache add' command
1690 * doc/apt-cache.8.xml:
1691 - describe reality as apt-cache just queries and doesn't manipulate
1692 the caches. Thanks to Enrico Zini for spotting it! (Closes: #612009)
1693 * apt-pkg/algorithms.cc:
1694 - mark pseudo packages of installed all packages as configured
1695 in the simulation as we don't call configure for these packages
1696 * apt-pkg/pkgcachegen.cc:
1697 - in multiarch, let :all packages conflict with :any packages
1698 with a different version to be sure
1699 * apt-pkg/contrib/error.cc:
1700 - remove 400 char size limit of error messages (LP: #365611)
1704 - do not hang if Acquire::http::ProxyAutoDetect can not be
1705 executed or returns no data (LP: #654393)
1706 * debian/apt.conf.autoremove:
1707 - never autoremove the GNU/Hurd kernel (closes: #588423), thanks
1709 * apt-pkg/cdrom.cc, apt-pkg/init.cc, methods/cdrom.cc:
1710 - use /media/cdrom as default mountoint (closes: #611569)
1711 * cmdline/apt-get.cc:
1712 - add apt-get changelog (closes: #526990)
1713 - add apt-get download (closes: #82738)
1716 * test/integration/test-compressed-indexes, test/test-indexes.sh:
1717 - Explicitly disable compressed indexes at the start. This ensures that we
1718 will actually test uncompressed indexes regardless of the internal
1719 default value of Acquire::GzipIndexes.
1721 -- Michael Vogt <mvo@debian.org> Tue, 08 Feb 2011 12:58:12 +0100
1723 apt (0.8.10.3) unstable; urgency=low
1725 [ Programs translations ]
1726 * po/es.po: Updated, plus fixes encoding issues and fixes two fuzzy
1727 strings, thanks to Javier Fernandez-Sanguino (closes: #610692)
1729 -- Michael Vogt <mvo@debian.org> Tue, 25 Jan 2011 11:51:42 +0100
1731 apt (0.8.10.2) unstable; urgency=low
1733 [ David Kalnischkies ]
1734 * ftparchive/apt-ftparchive.cc:
1735 - fix endless loop for multiple TranslationsWriters
1737 -- Michael Vogt <mvo@debian.org> Tue, 25 Jan 2011 10:26:15 +0100
1739 apt (0.8.10.1) unstable; urgency=low
1741 [ Christian Perrier ]
1742 * Fix encoding for Slovenian translation. PO file switched
1743 to UTF-8. Closes: #609957
1745 [ Julian Andres Klode ]
1746 * cmdline/apt-cache.cc: Create an error for apt-cache depends
1747 if packages could not found (LP: #647045)
1749 [ Programs translations ]
1750 * Spanish update by Javier Fernández-Sanguino Peña. Closes: #607145
1752 [ Manpages translations ]
1753 * Correct a typo and an error in French manpages translation.
1756 -- Michael Vogt <mvo@debian.org> Mon, 17 Jan 2011 13:41:04 +0100
1758 apt (0.8.10ubuntu2) UNRELEASED; urgency=low
1760 * apt-pkg/deb/dpkgpm.cc:
1761 - ignore lzma "Cannot allocate memory" errors, thanks to Brian
1763 - add i18n support for the "short read in buffer_copy %s" handling
1766 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 11 Jan 2011 18:26:05 +0100
1768 apt (0.8.10ubuntu1) natty; urgency=low
1770 [ Julian Andres Klode ]
1771 * cmdline/apt-cache.cc: Create an error for apt-cache depends
1772 if packages could not found (LP: #647045)
1775 * merged from debian-sid
1777 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 07 Dec 2010 15:53:49 +0100
1779 apt (0.8.10) unstable; urgency=low
1781 [ Programs translations ]
1782 * Czech by Miroslav Kure. Closes: #605107
1785 * test/integration/test-compressed-indexes, test/test-indexes.sh:
1786 - Explicitly disable compressed indexes at the start. This ensures that we
1787 will actually test uncompressed indexes regardless of the internal
1788 default value of Acquire::GzipIndexes.
1790 [ David Kalnischkies ]
1791 * apt-pkg/algorithms.cc:
1792 - mark all installed packages first without auto installation in
1793 a dist-upgrade to prefer upgrading packages instead of installing
1794 new packages in versioned or-groups (Closes: #605394)
1796 -- Michael Vogt <mvo@debian.org> Tue, 30 Nov 2010 10:42:17 +0100
1798 apt (0.8.9ubuntu4) natty; urgency=low
1802 - set timeout of wget for net-update to 90 seconds (thanks to \sh)
1805 * Revert r1819 and r1820 to disable compressed indexes by default again.
1806 Testing has brought up a few places where this seriously degrades
1807 performance, mostly in applications which iterate through all available
1808 package records, like update-apt-xapian-index or synaptic. See
1809 https://bugs.launchpad.net/ubuntu/+bugs?field.tag=apt-compressed-indexes
1811 -- Martin Pitt <martin.pitt@ubuntu.com> Thu, 25 Nov 2010 08:50:37 +0100
1813 apt (0.8.9ubuntu3) natty; urgency=low
1816 - do not hang if Acquire::http::ProxyAutoDetect can not be
1817 executed or returns no data (LP: #654393)
1819 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 22 Nov 2010 10:42:50 +0100
1821 apt (0.8.9ubuntu2) natty; urgency=low
1823 * drop apt-changelog, apt-get changelog implements all the
1824 features it provides
1826 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 18 Nov 2010 15:22:40 +0100
1828 apt (0.8.9ubuntu1) natty; urgency=low
1830 * re-merged from the debian-sid bzr branch
1831 * merged lp:~mvo/apt/mvo, this brings two new commands:
1832 - apt-get download binary-pkgname to download a deb
1833 - apt-get changelog binary-pkgname to display the changelog
1834 * cmdline/apt-get.cc:
1835 - if the changelog download failed, do not show the generic error
1836 but point to launchpad instead
1838 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 18 Nov 2010 15:02:14 +0100
1840 apt (0.8.9) unstable; urgency=low
1842 [ Christian Perrier ]
1843 * Fix "typos" in French manpages translations. Thanks to
1844 Cyril Brulebois for bashing me.
1845 * Drop useless untranslatable sections from apt.8
1847 [ Programs translations ]
1848 * Slovenian update by Andrej Žnidaršič and Rosetta Slovenian team
1849 * German update by Holger Wansing. Closes: #603619
1851 [ David Kalnischkies ]
1852 * apt-pkg/aptconfiguration.cc:
1853 - evaluate Acquire::Languages= before LANG= (Closes: #602573)
1854 * apt-pkg/orderlist.cc:
1855 - try fixing before removing even if the fix is hidden in
1856 a provides, hidden in the #590438 testcase
1857 * apt-pkg/algorithms.cc:
1858 - if the package was explicitly marked as ToRemove don't
1859 consider it as a candidate for FixByInstall
1860 * apt-pkg/depcache.cc:
1861 - don't install previously not installed providers in a try
1862 to statisfy a "Breaks: provides" dependency by upgrade
1863 * cmdline/acqprogress.cc:
1864 - don't ask the user for media change if quiet >= 2, stdout is not
1865 a tty and assume-yes, force-yes or trivial-only option is set to
1866 avoid cpu eating endless loops in unattended runs like apt.cron
1867 (Closes: #602354, LP: #665580)
1869 -- Michael Vogt <mvo@debian.org> Thu, 18 Nov 2010 09:25:04 +0100
1871 apt (0.8.8ubuntu3) natty; urgency=low
1873 * cmdline/apt-changelog: Filter out multiple results for a source package,
1874 just take the latest one.
1875 * cmdline/apt-changelog: Read server name from configuration
1876 APT::Changelog::Server instead of hardcoding it. This allows local users
1877 to point to a local changelog mirror, or make this script work for Debian.
1878 * Add debian/apt.conf.changelog: Configuration for apt-changelog with the
1879 server for Ubuntu (changelogs.ubuntu.com). Install it in debian/rules.
1880 * doc/apt-changelog.1.xml: Document the new option.
1881 * test/integration/test-compressed-indexes, test/test-indexes.sh:
1882 - Explicitly disable compressed indexes at the start. This ensures that we
1883 will actually test uncompressed indexes regardless of the internal
1884 default value of Acquire::GzipIndexes.
1885 * apt-pkg/acquire-item.cc: Set Acquire::GzipIndexes to "true" by default, to
1886 store compressed indexes. This feature is now mature enough for general
1887 consumption. Update doc/apt.conf.5.xml accordingly.
1888 * apt-pkg/aptconfiguration.cc: Have Acquire::CompressionTypes::Order default
1889 to preferring "gz", so that compressed indexes will actually work.
1891 -- Martin Pitt <martin.pitt@ubuntu.com> Mon, 15 Nov 2010 12:14:15 +0100
1893 apt (0.8.8ubuntu2) natty; urgency=low
1895 * Add cmdline/apt-changelog: Script to fetch package changelog from
1896 changelogs.ubuntu.com. Install it in cmdline/makefile and debian/rules.
1897 * Add doc/apt-changelog.1.xml, and install it in debian/rules.
1899 -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 09 Nov 2010 11:32:27 +0100
1901 apt (0.8.8ubuntu1) natty; urgency=low
1903 * merged from debian-unstable, remainging changes:
1904 - use ubuntu keyring and ubuntu archive keyring in apt-key
1905 - run update-apt-xapian-index in apt.cron
1906 - support apt-key net-update and verify keys against master-keyring
1907 - run apt-key net-update in cron.daily
1908 - different example sources.list
1910 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 29 Oct 2010 10:07:09 -0400
1912 apt (0.8.8) unstable; urgency=low
1914 [ David Kalnischkies ]
1915 * apt-pkg/contrib/fileutl.cc:
1916 - Add a FileFd::FileSize() method to get the size of the underlying
1917 file and not the size of the content in the file as FileFd::Size()
1918 does - the sizes can differ since the direct gzip integration
1919 * methods/{gzip,bzip2}.cc:
1920 - use FileSize() to determine if the file is invalid (Closes: #600852)
1921 * apt-pkg/pkgcache.cc:
1922 - fallback always to a suitable description (Closes: #601016)
1925 * apt-pkg/deb/dpkgpm.cc:
1926 - ensure that history.log gets closed to avoid leaking a FD
1929 -- Michael Vogt <mvo@debian.org> Thu, 28 Oct 2010 21:22:21 +0200
1931 apt (0.8.7ubuntu1) natty; urgency=low
1933 * merged from debian-unstable, remainging changes:
1934 - use ubuntu keyring and ubuntu archive keyring in apt-key
1935 - run update-apt-xapian-index in apt.cron
1936 - support apt-key net-update and verify keys against master-keyring
1937 - run apt-key net-update in cron.daily
1938 - different example sources.list
1940 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 15 Oct 2010 18:31:17 +0200
1942 apt (0.8.7) unstable; urgency=low
1944 [ Manpages translations ]
1945 * Typo fixed in French (extra "Z"). Thanks to Florentin Duneau.
1946 * Another typo fixed in French ("Anfin"). Thanks to bubulle
1947 * Wrong translation for "showauto" fixed. Thanks to Raphaël Hertzog
1951 * debian/apt.cron.daily:
1952 - source /etc/default/locale (if available) so that the
1953 apt-get update cron job fetches the right translated package
1955 * fix test failure on amd64
1956 * apt-pkg/deb/debsystem.cc:
1957 - fix issues with dir::state::status and dir::state::extended_states
1958 when alternative rootdirs are used
1961 * apt-pkg/deb/debindexfile.cc:
1962 - Use FileFd::Size() instead of stat()ing the sources/binary/translations
1963 indexes directly, so that we have transparent handling of gzipped
1965 * apt-pkg/contrib/fileutl.cc:
1966 - Fix FileFd::Size() for gzipped files to give the size of the
1967 uncompressed data. This fixes cache building progress going way
1970 [ David Kalnischkies ]
1971 * apt-pkg/deb/deblistparser.cc:
1972 - support ArmHardFloat port in CompleteArch, thanks to Sebastian
1973 Andrzej Siewior for the patch!
1975 - move some strings into apt-verbatim.ent to avoid showing them in
1976 apt-doc.pot as they are untranslatable anyway (e.g. manpage references)
1977 * doc/apt-verbatim.ent:
1978 - change the codenames to reflect the situation after squeeze release
1979 * doc/examples/apt-https-method-example.conf:
1980 - apply various typo fixes by Olly Betts, thanks! (Closes: #600249)
1982 -- Michael Vogt <mvo@debian.org> Fri, 15 Oct 2010 18:16:10 +0200
1984 apt (0.8.6) unstable; urgency=low
1986 [ Programs translations ]
1987 * Vietnamese update by Clytie Siddall (Closes: #598489)
1988 * Asturian update by Maacub (Closes: #599057)
1990 [ David Kalnischkies ]
1991 * cmdline/apt-cache.cc:
1992 - use the TranslatedDescription for searching and not the first
1993 available one as it is maybe not an expected language (Closes: #597925)
1994 * apt-pkg/contrib/strutl.cc:
1995 - add a space between number and unit as required by SI (Closes: #598352)
1996 * apt-pkg/depcache.cc:
1997 - do not check endpointer packages instead of only those which prevented
1998 NeverAutoRemove settings from having an effect (Closes: #598452)
1999 - do not remove packages which the user requested for installation
2000 explicitly while satisfying other install requests (Closes: #598669)
2001 * apt-pkg/packagemanager.cc:
2002 - Add a space between period and 'Please' and unfuzzy all translations
2004 - remove the duplicated "angefertigt" in translation-holder string
2006 -- Michael Vogt <mvo@debian.org> Mon, 04 Oct 2010 11:52:19 +0200
2008 apt (0.8.5) unstable; urgency=low
2010 [ Manpages translations ]
2011 * German (Chris Leick). Closes: #597163
2014 * merged lp:~mvo/apt/conflicts-on-virtuals to better deal with
2015 conflicts/breaks against virtual packages (LP: #614993)
2017 [ David Kalnischkies ]
2018 * apt-pkg/policy.cc:
2019 - support 100-pinning in Release file with ButAutomaticUpgrades
2020 as requested by the backports crew (Closes: #596097)
2021 * apt-pkg/deb/deblistparser.cc:
2022 - overrule NotAutomatic in case of ButAutomaticUpgrades
2023 * debian/apt.cron.daily:
2024 - handle absolut directory paths correctly by loading directories
2025 directly instead of building the paths on our own (Closes: #596421)
2027 - build-depend on docbook-xml to ensure that the xml DTDs are always
2028 available on the buildds (Closes: #597145)
2029 * buildlib/debiandoc.mak, buildlib/po4a_manpage.mak:
2030 - ensure that the build fails if documentation building fails
2032 - correct two syntax issues to ensure we can build fine
2034 -- Michael Vogt <mvo@debian.org> Fri, 17 Sep 2010 22:05:06 +0200
2036 apt (0.8.4) unstable; urgency=low
2039 * ftparchive/writer.cc:
2040 - write out {Files,Checksum-Sha1,Checksum-Sha256} only if
2041 available LP: #633967. Thanks to Colin Watson
2042 * apt-pkg/contrib/cdromutl.cc:
2043 - if apt-cdrom is used on writable media (like usb-sticks), do
2044 not use the root directory to identify the medium (as all
2045 changes there change the ident id). Use the .disk directory
2048 [ David Kalnischkies ]
2049 * ftparchive/writer.cc:
2050 - null the valid string instead of the date if Valid-Until is not set
2051 * apt-pkg/acquire-item.cc:
2052 - use also unsigned Release files again (Closes: #596189)
2054 [ Christian Perrier ]
2055 * Fix missing space after dot in a message from apt-pkg
2056 Translations unfuzzied. Thanks to Holger Wansing.
2058 -- Michael Vogt <mvo@debian.org> Fri, 10 Sep 2010 20:45:15 +0200
2060 apt (0.8.3ubuntu7) maverick; urgency=low
2062 [ David Kalnischkies ]
2063 * apt-pkg/depcache.cc:
2064 - do not remove packages which the user requested for installation
2065 explicitly while satisfying other install requests (Closes: #598669)
2066 Test case: debootstrap, install exim4, run "apt-get install postfix"
2067 This will result in exim4-heavy instead of postfix
2069 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 05 Oct 2010 14:13:38 +0200
2071 apt (0.8.3ubuntu6) maverick; urgency=low
2074 * debian/apt.cron.daily:
2075 - source /etc/default/locale (if available) so that the
2076 apt-get update cron job fetches the right translated package
2077 descriptions (LP: #652951)
2079 [ David Kalnischkies ]
2080 * apt-pkg/depcache.cc:
2081 - do not check endpointer packages instead of only those which prevented
2082 NeverAutoRemove settings from having an effect (Closes: #598452)
2083 * cmdline/apt-cache.cc:
2084 - use the TranslatedDescription for searching and not the first
2085 available one as it is maybe not an expected language (Closes: #597925)
2087 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 01 Oct 2010 15:25:00 +0200
2089 apt (0.8.3ubuntu5) maverick; urgency=low
2092 - add missing /usr/share/apt so that the keyring is installed
2093 into the right place (LP: #620576)
2095 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 22 Sep 2010 18:34:18 +0200
2097 apt (0.8.3ubuntu4) maverick; urgency=low
2099 * merged lp:~mvo/apt/conflicts-on-virtuals to better deal
2100 with conflicts/breaks against virtual packages (LP: #614993)
2102 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 15 Sep 2010 19:48:26 +0200
2104 apt (0.8.3ubuntu3) maverick; urgency=low
2106 * merged fixes from debian-sid
2109 * apt-pkg/contrib/cdromutl.cc:
2110 - if apt-cdrom is used on writable media (like usb-sticks), do
2111 not use the root directory to identify the medium (as all
2112 changes there change the ident id). Use the .disk directory
2115 [ David Kalnischkies ]
2116 * ftparchive/writer.cc:
2117 - null the valid string instead of the date if Valid-Until is not set
2118 * apt-pkg/acquire-item.cc:
2119 - use also unsigned Release files again (Closes: #596189)
2121 [ Christian Perrier ]
2122 * Fix missing space after dot in a message from apt-pkg
2123 Translations unfuzzied. Thanks to Holger Wansing.
2125 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 10 Sep 2010 21:45:49 +0200
2127 apt (0.8.3ubuntu2) maverick; urgency=low
2129 * ftparchive/writer.cc:
2130 - write out {Files,Checksum-Sha1,Checksum-Sha256} only if
2131 available LP: #633967. Thanks to Colin Watson
2133 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 09 Sep 2010 15:30:19 +0200
2135 apt (0.8.3ubuntu1) maverick; urgency=low
2137 * merged fixes from debian-sid
2139 - put ubuntu-archive.gpg back into the package (LP: #620576)
2141 - ignore ".distUpgrade" and ".save" files in sources.list.d
2144 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 07 Sep 2010 09:27:24 +0200
2146 apt (0.8.3) unstable; urgency=low
2148 [ Programs translations ]
2149 * German (Holger Wansing). Closes: #596141
2151 [ Manpages translations ]
2152 * Japanese (KURASAWA Nozomu). Closes: #595862
2155 * apt-pkg/indexcopy.cc:
2156 - only use trusted.gpg.d directory if it exists
2157 - do not replace /dev/null when running in APT::CDROM::NoAct
2158 mode (LP: #612666), thanks to Colin Watson
2160 [ David Kalnischkies ]
2161 * ftparchive/apt-ftparchive.cc:
2162 - ensure that BinDirectory as well as Tree settings get
2163 the correct default FileMode setting (Closes: #595922)
2165 -- Michael Vogt <mvo@debian.org> Tue, 07 Sep 2010 15:28:41 +0200
2167 apt (0.8.2) unstable; urgency=low
2169 [ Manpages translations ]
2170 * Spanish (Omar Campagne). Closes: #595557
2172 [ David Kalnischkies ]
2173 * apt-pkg/versionmatch.cc:
2174 - do not accept 'Pin: origin "' (missing closing ") as a valid
2175 way to pin a local archive: either "" or none…
2176 * apt-pkg/deb/dpkgpm.cc:
2177 - create Dir::Log if needed to support /var/log as tmpfs or similar,
2178 inspired by Thomas Bechtold, thanks! (Closes: #523919, LP: #220239)
2179 * apt-pkg/indexcopy.cc:
2180 - support really still the APT::GPGV::TrustedKeyring setting,
2181 as it breaks d-i badly otherwise (Closes: #595428)
2183 - support also Dir::Etc::Trusted so that apt-key works in the same
2184 way as the library part which works with the trusted files
2185 * methods/{gzip,bzip2}.cc:
2186 - empty files can never be valid archives (Closes: #595691)
2188 -- Michael Vogt <mvo@debian.org> Mon, 06 Sep 2010 18:10:06 +0200
2190 apt (0.8.1) unstable; urgency=low
2192 [ Programs translations ]
2193 * Thai (Theppitak Karoonboonyanan). Closes: #592695
2194 * Russian (Yuri Kozlov). Closes: #594232
2195 * Slovak (Ivan Masár). Closes: #594255
2196 * Swedish (Daniel Nylander). Closes: #594241
2197 * Japanese (Kenshi Muto, Osamu Aoki). Closes: #594265
2198 * Italian (Milo Casagrande). Closes: #594238
2199 * Asturian (maacub). Closes: #594303
2200 * Simplified Chinese (Aron Xu). Closes: #594458
2201 * Bulgarian (Damyan Ivanov). Closes: #594627
2202 * Portuguese (Miguel Figueiredo). Closes: #594668
2203 * Korean (Changwoo Ryu). Closes: #594809
2204 * Norwegian Bokmål (Hans Nordhaug). Closes: #595182
2205 * Danish (Joe Hansen). Closes: #595176
2206 * Catalan (Agustí Grau). Closes: #595234
2208 [ Christian Perrier ]
2209 * Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aoki
2212 [ Manpages translations ]
2213 * Portuguese (Américo Monteiro)
2215 [ David Kalnischkies ]
2216 * cmdline/apt-cache.cc:
2217 - show in madison command again also source packages (LP: #614589)
2218 - remove useless GetInitialize method
2219 * cmdline/apt-get.cc:
2220 - remove direct calls of ReadMainList and use the wrapper instead
2221 to protect us from useless re-reads and two-times notice display
2222 - remove death code by removing unused GetInitialize
2223 * apt-pkg/depcache.cc:
2224 - now that apt-get purge works on 'rc' packages let the MarkDelete
2225 pass this purge forward to the non-pseudo package for pseudos
2226 * apt-pkg/contrib/fileutl.cc:
2227 - apply SilentlyIgnore also on files without an extension
2228 * apt-pkg/contrib/configuration.cc:
2229 - fix autoremove by using correct config-option name and
2230 don't make faulty assumptions in error handling (Closes: #594689)
2231 * apt-pkg/versionmatch.cc:
2232 - let the pin origin actually work as advertised in the manpage
2233 which means "" are optional and pinning a local archive does
2234 work - even if it is a non-flat archive (Closes: #594435)
2236 -- Michael Vogt <mvo@debian.org> Fri, 03 Sep 2010 18:36:11 +0200
2238 apt (0.8.0ubuntu3) maverick; urgency=low
2240 * merged fixes from the debian-sid bzr branch:
2242 [ Programs translations ]
2243 * Simplified Chinese (Aron Xu). Closes: #594458
2244 * Bulgarian (Damyan Ivanov). Closes: #594627
2245 * Portuguese (Miguel Figueiredo). Closes: #594668
2246 * Korean (Changwoo Ryu). Closes: #594809
2248 [ Manpages translations ]
2249 * Portuguese (Américo Monteiro)
2251 [ David Kalnischkies ]
2252 * cmdline/apt-cache.cc:
2253 - remove useless GetInitialize method
2254 * cmdline/apt-get.cc:
2255 - remove direct calls of ReadMainList and use the wrapper instead
2256 to protect us from useless re-reads and two-times notice display
2257 - remove death code by removing unused GetInitialize
2258 * apt-pkg/depcache.cc:
2259 - now that apt-get purge works on 'rc' packages let the MarkDelete
2260 pass this purge forward to the non-pseudo package for pseudos
2261 * apt-pkg/contrib/fileutl.cc:
2262 - apply SilentlyIgnore also on files without an extension
2263 * apt-pkg/contrib/configuration.cc:
2264 - fix autoremove by using correct config-option name and
2265 don't make faulty assumptions in error handling (Closes: #594689)
2266 * apt-pkg/versionmatch.cc:
2267 - let the pin origin actually work as advertised in the manpage
2268 which means "" are optional and pinning a local archive does
2269 work - even if it is a non-flat archive (Closes: #594435)
2271 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 03 Sep 2010 17:05:53 +0200
2273 apt (0.8.0ubuntu2) maverick; urgency=low
2275 * merged fixes from the debian-sid bzr branch:
2277 [ Programs translations ]
2278 * Thai (Theppitak Karoonboonyanan). Closes: #592695
2279 * Russian (Yuri Kozlov). Closes: #594232
2280 * Slovak (Ivan Masár). Closes: #594255
2281 * Swedish (Daniel Nylander). Closes: #594241
2282 * Japanese (Kenshi Muto, Osamu Aoki). Closes: #594265
2283 * Italian (Milo Casagrande). Closes: #594238
2284 * Asturian (maacub). Closes: #594303
2286 [ Christian Perrier ]
2287 * Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aoki
2290 [ David Kalnischkies ]
2291 * show in madison command again also source packages (LP: #614589)
2293 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 26 Aug 2010 18:56:23 +0200
2295 apt (0.8.0ubuntu1) maverick; urgency=low
2297 * merged from debian/unstable
2299 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 24 Aug 2010 21:39:06 +0200
2301 apt (0.8.0) unstable; urgency=low
2304 * merge of the debian-expermental-ma branch
2305 * refresh po/pot files in doc/ and po/
2307 [ Programs translations ]
2308 * Swedish (Daniel Nylander). Closes: #592366
2309 * French (Christian Perrier)
2311 [ Manpages translations ]
2312 * French (Christian Perrier)
2314 -- Michael Vogt <mvo@debian.org> Tue, 24 Aug 2010 16:32:19 +0200
2316 apt (0.8.0~pre2) experimental; urgency=low
2318 [ David Kalnischkies ]
2319 * apt-pkg/contrib/strutl.cc:
2320 - fix error checking for vsnprintf in its safe variant
2322 - fix error checking for read in case of failing bzip2/lzma/whatever
2323 * debian/apt.cron.daily:
2324 - create backups for our extended_states file (Closes: #593430)
2326 - set the default values for dir::etc::trusted options correctly
2327 * ftparchive/writer.cc:
2328 - init valid-until correctly to prevent garbage entering Release file
2329 * apt-pkg/deb/debsystem.cc:
2330 - set dir::state::status based at least on dir
2331 * apt-pkg/deb/dpkgpm.cc:
2332 - use the InstVer instead of the CurrentVer for the autobit transfer
2334 - some http servers violate HTTP1.1 by not issuing a Reason-Phrase
2335 (or at least a space after the code) especially for 200, but lets
2336 be nice and ignore it as we don't need the reason in general
2337 * apt-pkg/acquire-item.cc:
2338 - don't use ReadOnlyGzip mode for PDiffs as this mode doesn't work
2339 in combination with the AddFd methods of our hashclasses
2341 -- Michael Vogt <mvo@debian.org> Mon, 23 Aug 2010 19:09:08 +0200
2343 apt (0.8.0~pre1ubuntu2) maverick; urgency=low
2345 * apt-pkg/deb/dpkgpm.cc:
2346 - enable apport reports again (got lost in the previous merge),
2347 thanks to Matt Zimmerman
2349 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 23 Aug 2010 13:53:09 +0200
2351 apt (0.8.0~pre1ubuntu1) maverick; urgency=low
2353 * merged fixes from debian/experimental
2355 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 13 Aug 2010 17:49:40 +0200
2357 apt (0.8.0~pre1) experimental; urgency=low
2359 [ Programs translations ]
2360 * Swedish translation update. Closes: #592366
2363 * merge of the debian-expermental-ma branch
2364 * refresh po/pot files in doc/ and po/
2365 * apt-pkg/pkgcache.cc:
2366 - re-evaluate the architectures cache when the cache is (re)opened
2370 - fix off-by-one error in DropBinaryArch
2372 [ Julian Andres Klode ]
2373 * apt-pkg/contrib/fileutl.cc:
2374 - Add WriteAtomic mode.
2375 - Revert WriteEmpty to old behavior (LP: #613211)
2377 - Convert users of WriteEmpty to WriteAtomic.
2378 * apt-pkg/depcache.cc:
2379 - Only try upgrade for Breaks if there is a newer version, otherwise
2380 handle it as Conflicts (by removing it) (helps for #591882).
2382 - Add dependency on gnupg to apt, apt-key uses it.
2384 [ David Kalnischkies ]
2385 * apt-pkg/algorithms.cc:
2386 - let the problem resolver install packages to fix or-groups
2387 as a needed remove nuked another or-member (helps for #591882)
2388 - change the debug outputs to display also arch of the
2389 package and version dependencies information
2390 * cmdline/apt-get.cc:
2391 - let APT::Get::Arch-Only in build-dep default to false again
2392 (Closes: #592628) Thanks Mohamed Amine IL Idrissi for report!
2393 - purge packages in 'rc' state, thanks Rogier! (Closes: #150831)
2394 * apt-pkg/pkgcache.cc:
2395 - fix LongDesc handling in LANG=C environment
2397 -- Michael Vogt <mvo@debian.org> Fri, 13 Aug 2010 17:00:49 +0200
2399 apt (0.7.26~exp12ubuntu4) maverick; urgency=low
2401 [ Julian Andres Klode ]
2402 * apt-pkg/contrib/fileutl.cc:
2403 - Add WriteAtomic mode.
2404 - Revert WriteEmpty to old behavior (LP: #613211)
2406 - Convert users of WriteEmpty to WriteAtomic.
2407 * apt-pkg/depcache.cc:
2408 - Only try upgrade for Breaks if there is a newer version, otherwise
2409 handle it as Conflicts (by removing it) (helps for #591882).
2413 - Add recommends on gnupg to apt, apt-key uses it.
2414 (changed from debian)
2416 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 11 Aug 2010 12:01:30 +0200
2418 apt (0.7.26~exp12ubuntu3) maverick; urgency=low
2422 - fix off-by-one error in DropBinaryArch
2424 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 02 Aug 2010 21:04:18 +0200
2426 apt (0.7.26~exp12ubuntu2) maverick; urgency=low
2428 * debian/apt.postinst:
2429 - do not fail if ubuntu-keyring is not installed
2431 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 02 Aug 2010 11:47:59 +0200
2433 apt (0.7.26~exp12ubuntu1) maverick; urgency=low
2436 * merged from debian/experimental, remaining changes:
2437 - use ubuntu keyring and ubuntu archive keyring in apt-key
2438 - run update-apt-xapian-index in apt.cron
2439 - support apt-key net-update and verify keys against master-keyring
2440 - run apt-key net-update in cron.daily
2441 - different example sources.list
2442 * debian/apt.postinst
2443 - drop set_apt_proxy_from_gconf(), no longer needed in maverick
2444 * apt-pkg/pkgcache.cc:
2445 - re-evaluate the architectures cache when the cache is (re)opened
2447 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 30 Jul 2010 19:32:15 +0200
2449 apt (0.7.26~exp12) experimental; urgency=low
2453 - add dependency on zlib-dev for libapt-pkg-dev
2455 [ David Kalnischkies ]
2456 * apt-pkg/cacheset.cc:
2457 - [ABI BREAK] add an ErrorType option to CacheSetHelper
2458 * cmdline/apt-cache.cc:
2459 - use Notice instead of Error in the CacheSetHelper messages
2460 for compat reasons. Otherwise tools like sbuild blow up
2461 - return success in show if a virtual package was given
2463 - remove libcurl3-gnutls-dev alternative as the package is gone
2464 - increase needed version of libcurl4-gnutls-dev to >= 7.19.0
2465 as we use CURLOPT_{ISSUERCERT,CRLFILE} (Closes: #589642)
2467 -- Michael Vogt <mvo@debian.org> Fri, 30 Jul 2010 11:55:48 +0200
2469 apt (0.7.26~exp11) experimental; urgency=low
2471 [ Julian Andres Klode ]
2472 * apt-pkg/deb/dpkgpm.cc:
2473 - Write architecture information to history file.
2474 - Add to history whether a change was automatic or not.
2475 * apt-pkg/contrib/fileutl.cc:
2476 - Add FileFd::OpenDescriptor() (needed for python-apt's #383617).
2477 * cmdline/apt-get.cc:
2478 - Support large filesystems by using statvfs64() instead of statvfs()
2479 and statfs64() instead of statfs() (Closes: #590513).
2481 - Use link() instead of rename() for creating the CD database backup;
2482 otherwise there would be a short time without any database.
2484 [ David Kalnischkies ]
2485 * apt-pkg/depcache.cc:
2486 - handle "circular" conflicts for "all" packages correctly
2487 * cmdline/apt-cache.cc:
2488 - be able to omit dependency types in (r)depends (Closes: #319006)
2489 - show in (r)depends the canidate per default instead of newest
2490 - share the (r)depends code instead of codecopy
2491 * apt-pkg/cacheset.cc:
2492 - move them back to the library as they look stable now
2493 - add a 'newest' pseudo target release as in pkg/newest
2494 * apt-pkg/pkgcache.cc:
2495 - prefer non-virtual packages in FindPreferredPkg (Closes: #590041)
2496 * test/integration/*:
2497 - add with bug#590041 testcase a small test "framework"
2498 * apt-pkg/orderlist.cc:
2499 - try to install another or-group member in DepRemove before
2500 breaking the or group (Closes: #590438)
2501 - configure also the replacement before remove by adding Immediate flag
2504 * apt-pkg/contrib/error.{cc,h}
2506 - add inline DumpError() to avoid subtle API break
2508 -- Michael Vogt <mvo@debian.org> Thu, 29 Jul 2010 16:40:58 +0200
2510 apt (0.7.26~exp10) experimental; urgency=low
2512 [ David Kalnischkies ]
2513 * apt-pkg/contrib/error.{cc,h}:
2514 - remove constness of va_list parameter to fix build on amd64 and co
2515 Thanks Eric Valette! (Closes: #588610)
2516 * apt-pkg/deb/debmetaindex.cc:
2517 - do not query each architecture for flat file archives
2518 - fix typo preventing display of architecture in Info()
2520 - add a copycat of the old gzip.cc as we need it for bzip2 and lzma
2524 - Make DEB_BUILD_OPTIONS=noopt actually work by passing the right
2526 * apt-pkg/contrib/fileutl.{h,cc}:
2527 - Add support for reading of gzipped files with the new "ReadOnlyGzip"
2528 OpenMode. (Closes: #188407)
2529 - Link against zlib (in apt-pkg/makefile) and add zlib build dependency.
2530 - [ABI BREAK] This adds a new private member to FileFd, but its
2531 initialization is in the public header file.
2533 - Check for zlib library and headers.
2534 * apt-pkg/acquire-item.cc, apt-pkg/deb/debindexfile.cc,
2535 apt-pkg/deb/debrecords.cc, apt-pkg/deb/debsrcrecords.h,
2536 cmdline/apt-cache.cc:
2537 - Open Packages, Sources, and Translations indexes in "ReadOnlyGzip" mode.
2538 * apt-pkg/deb/debindexfile.cc:
2539 - If we do not find uncompressed package/source/translation indexes, look
2540 for gzip compressed ones.
2541 * apt-pkg/acquire-item.cc:
2542 - If the Acquire::GzipIndexes option is true and we download a gzipped
2543 index file, keep it as it is (and rename to .gz) instead of
2545 * doc/apt.conf.5.xml:
2546 - Document the new Acquire::GzipIndexes option.
2547 * doc/po/apt-doc.pot, doc/po/de.po:
2548 - German translation of new Acquire::GzipIndexes option.
2549 * Add test/test-indexes.sh:
2550 - Test behaviour of index retrieval and usage, in particular with
2551 uncompressed and gzip compressed indexes.
2552 * methods/gzip.cc: With FileFd now being able to read gzipped files, there
2553 is no need for the gzip method any more to spawn an external gzip process.
2554 Rewrite it to use FileFd directly, which makes the code a lot simpler, and
2555 also using less memory and overhead.
2557 -- Michael Vogt <mvo@debian.org> Mon, 12 Jul 2010 11:41:01 +0200
2559 apt (0.7.26~exp9) experimental; urgency=low
2561 [ David Kalnischkies ]
2562 * doc/apt.conf.5.xml:
2563 - add and document APT::Cache-{Start,Grow,Limit} options for mmap control
2564 * apt-pkg/contrib/fileutl.cc:
2565 - do not fail von double close()
2567 -- Michael Vogt <mvo@debian.org> Fri, 09 Jul 2010 21:51:55 +0200
2569 apt (0.7.26~exp8) experimental; urgency=low
2571 [ David Kalnischkies ]
2572 * cmdline/cacheset.cc:
2573 - doesn't include it in the library for now as it is too volatile
2574 - get the candidate either from an already built depcache
2575 or use the policy which is a bit faster than depcache generation
2576 - get packages by task^ with FromTask()
2577 - only print errors if all tries to get a package by string failed
2578 - factor out code to get a single package FromName()
2579 - check in Grouped* first without modifier interpretation
2580 * cmdline/apt-get.cc:
2581 - use the cachsets in the install commands
2582 - make the specify order of packages irrelevant (Closes: #196021)
2583 * apt-pkg/orderlist.cc:
2584 - untouched packages are never missing
2585 * apt-pkg/packagemanager.cc:
2586 - packages that are not touched doesn't need to be unpacked
2588 - remove intltool's dependency as it is an ubuntu artefact
2589 * apt-pkg/depcache.cc:
2590 - SetCandidateVer for all pseudo packages
2591 - SetReInstall for the "all" package of a pseudo package
2592 - use the new MatchAgainstConfig for the DefaultRootSetFunc
2593 - always mark the all package if a pseudo package is marked for install
2594 * apt-pkg/contrib/error.{cc,h}:
2595 - complete rewrite but use the same API
2596 - add NOTICE and DEBUG as new types of a message
2597 - add a simple stack handling to be able to delay error handling
2598 * apt-pkg/aptconfiguration.cc:
2599 - show a deprecation notice for APT::Acquire::Translation
2600 * apt-pkg/contrib/configuration.{cc,h}:
2601 - add a wrapper to match strings against configurable regex patterns
2602 * apt-pkg/contrib/fileutl.cc:
2603 - show notice about ignored file instead of being always silent
2604 - add a Dir::Ignore-Files-Silently list option to control the notice
2606 - add another round of const& madness as the previous round accidentally
2607 NOT overrides the virtual GetCandidateVer() method (Closes: #587725)
2608 * apt-pkg/pkgcachegen.{cc,h}:
2609 - make the used MMap moveable (and therefore dynamic resizeable) by
2610 applying (some) mad pointer magic (Closes: #195018)
2613 * apt-pkg/deb/dpkgpm.cc:
2614 - make the apt/term.log output unbuffered (thanks to Matt Zimmerman)
2616 [ Julian Andres Klode ]
2618 - Handle different logins on the same server (Closes: #586904).
2619 * apt-pkg/deb/deblistparser.cc:
2620 - Handle architecture wildcards (Closes: #547724).
2621 * apt-pkg/versionmatch.cc:
2622 - Support matching pins by regular expressions or glob() like patterns,
2623 regular expressions have to be put between to slashes; for example,
2625 * apt-pkg/contrib/fileutl.cc:
2626 - Make FileFd replace files atomically in WriteTemp mode (for cache, etc).
2628 - Set Standards-Version to 3.9.0
2630 -- Michael Vogt <mvo@debian.org> Fri, 09 Jul 2010 19:16:20 +0200
2632 apt (0.7.26~exp7) experimental; urgency=low
2634 * apt-pkg/cachefile.h:
2635 - make pkgPolicy public again, libapt-pkg-perl (and probably
2636 others) get unhappy without that
2638 -- Michael Vogt <mvo@debian.org> Thu, 10 Jun 2010 15:33:24 +0200
2640 apt (0.7.26~exp6) experimental; urgency=low
2643 * merge the remaining Ubuntu change:
2644 - on gpg verification failure warn and restore the last known
2646 - on failure display the IP of the server (useful for servers
2647 that use round robin DNS)
2648 - support Original-Maintainer in RewritePackageOrder
2649 - enable cdrom autodetection via libudev by default
2650 - show message about Vcs in use when apt-get source is run for
2651 packages maintained in a Vcs
2652 - better support transitional packages with mark auto-installed.
2653 when the transitional package is in "oldlibs" the new package
2654 is not marked auto installed (same is true for section
2656 - provide new "deb mirror://archive.foo/mirrors.list sid main"
2657 method expects a list of mirrors (generated on the server e.g.
2658 via geoip) and will use that, including cycle on failure
2659 - write apport crash file on package failure (disabled by default
2660 on debian until apport is available)
2661 - support mirror failure reporting (disabled by default on debian)
2663 [ David Kalnischkies ]
2664 * apt-pkg/deb/dpkgpm.cc:
2665 - write Disappeared also to the history.log
2666 - forward manual-installed bit on package disappearance
2667 * apt-pkg/deb/debsystem.cc:
2668 - add better config item for extended_states file
2669 * apt-pkg/pkgcache.h:
2670 - switch {,Install-}Size to unsigned long long
2671 * apt-pkg/depcache.cc:
2672 - do the autoremove mark process also for required packages to handle
2673 these illegally depending on lower priority packages (Closes: #583517)
2674 - try harder to find the other pseudo versions for autoremove multiarch
2675 - correct "Dangerous iterator usage" pointed out by cppcheck
2676 - deal with long long, not with int to remove 2GB Limit (LP: #250909)
2677 - deprecate AddSize with Multiplier as it is unused and switch to
2678 boolean instead to handle the sizes more gracefully.
2679 - switch i{Download,Usr}Size from double to (un)signed long long
2680 * apt-pkg/aptconfiguration.cc:
2681 - remove duplicate architectures in getArchitectures()
2682 * apt-pkg/indexrecords.{cc,h}:
2683 - backport forgotten Valid-Until patch from the obsolete experimental
2684 branch to prevent replay attacks better, thanks to Thomas Viehmann
2685 for the initial patch! (Closes: #499897)
2686 - add a constant Exists check for MetaKeys
2687 * apt-pkg/acquire-item.cc:
2688 - do not try PDiff if it is not listed in the Meta file
2689 - sent Last-Modified header also for Translation files
2690 * apt-pkg/cacheiterator.h:
2691 - let pkgCache::Iterator inherent std::iterator
2692 * ftparchive/writer.h:
2693 - add a virtual destructor to FTWScanner class (for cppcheck)
2694 * apt-pkg/cacheset.{cc,h}:
2695 - add simple wrapper around std::set for cache structures
2696 - move regex magic from apt-get to new FromRegEx method
2697 - move cmdline parsing from apt-cache to new FromCommandLine method
2698 - support special release-modifier 'installed' and 'candidate'
2699 * apt-pkg/contrib/cmdline.cc:
2700 - fix segfault in SaveInConfig caused by writing over char[] sizes
2701 * apt-pkg/pkgcache.cc:
2702 - get the best matching arch package from a group with FindPreferredPkg
2703 * cmdline/apt-cache.cc:
2704 - make the search multiarch compatible by using GrpIterator instead
2705 - use pkgCacheFile and the new CacheSets all over the place
2706 - add --target-release option (Closes: #115520)
2707 - accept pkg/release and pkg=version in show and co. (Closes: #236270)
2708 - accept package versions in the unmet command
2709 * cmdline/apt-get.cc:
2710 - use unsigned long long instead of double to store values it gets
2711 * apt-pkg/cachefile.{cc,h}:
2712 - split Open() into submethods to be able to build only parts
2713 - make the OpProgress optional in the Cache buildprocess
2714 - store also the SourceList we use internally for export
2715 * doc/apt.conf.5.xml:
2716 - document the new Valid-Until related options
2717 * apt-pkg/contrib/strutl.cc:
2718 - split StrToTime() into HTTP1.1 and FTP date parser methods and
2719 use strptime() instead of some self-made scanf mangling
2720 - use the portable timegm shown in his manpage instead of a strange
2721 looking code copycat from wget
2722 * ftparchive/writer.cc:
2723 - add ValidTime option to generate a Valid-Until header in Release file
2724 * apt-pkg/policy.cc:
2725 - get the candidate right for a not-installed pseudo package if
2726 his non-pseudo friend is installed
2727 * apt-pkg/indexcopy.cc:
2728 - move the gpg codecopy to a new method and use it also in methods/gpgv.cc
2730 -- Michael Vogt <mvo@debian.org> Thu, 10 Jun 2010 14:02:22 +0200
2732 apt (0.7.26~exp5) experimental; urgency=low
2734 [ David Kalnischkies ]
2735 * cmdline/apt-get.cc:
2736 - rerun dpkg-source in source if --fix-broken is given (Closes: #576752)
2737 - don't suggest held packages as they are installed (Closes: #578135)
2738 - handle multiple --{tar,diff,dsc}-only options correctly
2739 - show at the end of the install process a list of disappeared packages
2740 * cmdline/apt-cache.cc:
2741 - use GroupCount for package names in stats and add a package struct line
2743 - use the patchfile modification time instead of the one from the
2744 "old" file - thanks to Philipp Weis for noticing! (Closes: #571541)
2746 - remove targets referring to CVS or arch as they are useless
2747 - use $(CURDIR) instead of $(pwd)
2748 - use dpkg-buildflags if available for CXXFLAGS
2750 - remove the file completely as it has no use nowadays
2751 * apt-pkg/depcache.cc:
2752 - be doublesure that the killer query is empty before starting reinstall
2754 - remove the keyrings count limit by using vector magic
2756 - clarify "MMap reached size limit" error message, thanks Ivan Masár!
2758 - add entities for the current oldstable/stable/testing codenames
2759 * doc/sources.list.5.xml:
2760 - use stable-codename instead of stable in the examples (Closes: #531492)
2761 * doc/apt_preferences.5.xml:
2762 - adapt some examples here to use current codenames as well
2763 - add "NotAutomatic: yes" handling, thanks Osamu Aoki (Closes: #490347)
2764 * debian/libapt-pkg-doc.doc-base.cache:
2765 - remove yet another reference to the removed cache.sgml
2766 * doc/apt-get.8.xml:
2767 - do not say explicit target_release_{name,version,codename}, it should
2768 be clear by itself and 'man' can break lines again (Closes: #566166)
2769 - remove the gnome-apt reference as it is removed from unstable
2770 * apt-pkg/deb/dpkgpm.cc:
2771 - add 'disappear' to the known processing states, thanks Jonathan Nieder
2772 * apt-pkg/packagemanager.h:
2773 - export info about disappeared packages with GetDisappearedPackages()
2776 * methods/http.{cc,h}:
2777 - code cleanup, use enums instead of magic ints
2781 - spell out some less known options to reduce manpage consultation-rate
2782 - Use POSIX command substitution: $(<command sequence>)
2783 - Remove EOL whitespace (Closes: #577804)
2785 [ Julian Andres Klode ]
2786 * apt-pkg/acquire-item.cc:
2787 - Fix pkgAcqFile::Custom600Headers() to always return something.
2790 [ Christian Perrier ]
2791 * Slovak translation update. Closes: #581159
2792 * Italian translation update. Closes: #581742
2793 * Swedish translation update. Closes: #592366
2795 -- Michael Vogt <mvo@debian.org> Tue, 25 May 2010 16:01:42 +0200
2797 apt (0.7.26~exp4) experimental; urgency=low
2799 [ David Kalnischkies ]
2800 * apt-pkg/depcache.cc:
2801 - rewrite the pseudo package reinstaller to be more intelligent
2802 in his package choices
2803 * apt-pkg/packagemanager.cc:
2804 - don't try to "unpack" pseudo packages twice
2805 * apt-pkg/contrib/fileutl.cc:
2806 - add a parent-guarded "mkdir -p" as CreateDirectory()
2807 * apt-pkg/acquire.{cc,h}:
2808 - add a delayed constructor with Setup() for success reporting
2809 - check for and create directories in Setup if needed instead of
2810 error out unfriendly in the Constructor (Closes: #523920, #525783)
2811 - optional handle a lock file in Setup()
2812 * apt-pkg/acquire-item.cc:
2813 - Acquire::ForceHash to force method for expected hash
2814 * cmdline/apt-get.cc:
2815 - remove the lock file handling and let Acquire take care of it instead
2816 - display MD5Sum in --print-uris if not forced to use another method
2817 instead of displaying the strongest available (Closes: #576420)
2818 - regex for package names executed on Grp- not PkgIterator
2819 - show non-candidates as fallback for virtual packages (Closes: #578385)
2820 - set also "all" to this version for pseudo packages in TryToChangeVer
2821 * apt-pkg/deb/dpkgpm.cc:
2822 - remove Chroot-Directory from files passed to install commands.
2823 Thanks to Kel Modderman for report & patch! (Closes: #577226)
2824 * ftparchive/writer.cc:
2825 - remove 999 chars Files and Checksums rewrite limit (Closes: #577759)
2826 * cmdline/apt-cache.cc:
2827 - align Installed and Candidate Version in policy so they can be compared
2828 easier, thanks Ralf Gesellensetter for the pointer! (Closes: #578657)
2830 - Add a note about APT_CONFIG in the -c description (Closes: #578267)
2832 - correct typos in german apt_preferences manpage, thanks Chris Leick!
2833 * apt-pkg/sourcelist.cc:
2834 - be less strict and accept [option=value] as well
2835 * apt-pkg/contrib/configuration.cc:
2836 - error out if #clear directive has no argument
2838 - sync documentation with status quo, regarding files/directories in
2839 use, extended_states and uri schemes.
2841 - drop the file in favor of inplace documentation with doxygen
2842 * apt-pkg/pkgcache.h:
2843 - enhance the Groups ABI by providing a ID as the other structs does
2844 - check also the size of the Group struct then checking for the others
2847 * cmdline/apt-get.cc:
2848 - replace backticks with single quotes around fix-broken command
2849 in the broken packages message. (Closes: #577168)
2851 - modernize if-statements not to use 'x' (Closes: #577117)
2852 - replace backticks with POSIX $() (Closes: #577116)
2855 * [ Abi break ] apt-pkg/acquire-item.{cc,h}:
2856 - add "IsIndexFile" to constructor of pkgAcqFile so that it sends
2857 the right cache control headers
2858 * cmdline/apt-get.cc:
2859 - fix crash when pkg.VersionList() is empty
2860 * apt-pkg/depcache.cc:
2861 - fix incorrect std::cout usage for debug output
2862 * test/libapt/getlanguages_test.cc:
2863 - Add test for Esperanto that has nocounty associated with them
2865 * apt-pkg/deb/debrecords.cc:
2866 - fix max tag buffer size (LP: #545336, closes: #578959)
2868 - install html doxygen in libapt-pkg-doc
2870 - build-depend on doxygen
2872 [ Julian Andres Klode ]
2873 * apt-pkg/contrib/weakptr.h:
2874 - add a class WeakPointable which allows one to register weak pointers to
2875 an object which will be set to NULL when the object is deallocated.
2876 * [ABI break] apt-pkg/acquire{-worker,-item,}.h:
2877 - subclass pkgAcquire::{Worker,Item,ItemDesc} from WeakPointable.
2878 * apt-pkg/pkgcache.cc:
2879 - Merge fix from David to correct handling in single-arch environments.
2880 * cmdline/apt-cache.cc:
2881 - Add a showauto command to apt-cache.
2882 * cmdline/apt-get.cc:
2883 - Add apt-get markauto and unmarkauto commands.
2885 -- Michael Vogt <mvo@debian.org> Thu, 06 May 2010 09:32:54 +0200
2887 apt (0.7.26~exp3) experimental; urgency=low
2889 [ Christian Perrier ]
2890 * German translation update. Closes: #571037
2891 * Spanish manpages translation update. Closes: #573293
2892 * Dutch translation update. Closes: #573946
2893 * Polish manpages translation update. Closes: #574558
2894 * Add "manpages-pl (<< 20060617-3~)" to avoid file conflicts with
2895 that package that was providing some manpages for APT utilities.
2897 [ David Kalnischkies ]
2898 * [BREAK] merge MultiArch-ABI. We don't support MultiArch,
2899 but we support the usage of the new ABI so libapt users
2900 can start to prepare for MultiArch (Closes: #536029)
2901 * Ignore :qualifiers after package name in build dependencies
2902 in the library by default, but try to honour them in apt-get
2903 as we have some sort of MultiArch support ready (Closes: #558103)
2904 * add translation of the manpages to PT (portuguese)
2905 Thanks to Américo Monteiro!
2906 * Switch to dpkg-source 3.0 (native) format
2907 * apt-pkg/depcache.cc:
2908 - remove Auto-Installed information from extended_states
2909 together with the package itself (Closes: #572364)
2911 - don't crash if no arguments are given (Closes: #570962)
2913 - remove some years old and obsolete Replaces
2914 - add automake/conf build-depends/conflicts as recommend by
2915 the autotools-dev README (Closes: #572615)
2916 * apt-pkg/contrib/mmap.{h,cc}:
2917 - add char[] fallback for filesystems without shared writable
2918 mmap() like JFFS2. Thanks to Marius Vollmer for writing
2919 and to Loïc Minier for pointing to the patch! (Closes: #314334)
2920 * doc/apt_preferences.5.xml:
2921 - fix two typos and be more verbose in the novice warning.
2922 Thanks to Osamu Aoki for pointing it out! (Closes: #567669)
2923 - fix a=sid vs. n=sid typo, thanks Ansgar Burchardt!
2924 - origin can be used to match a hostname (Closes: #352667)
2925 - remove wrong pin-priority is optional remark (Closes: #574944)
2926 * apt-pkg/deb/dpkgpm.cc:
2927 - fix error message construction in OpenLog()
2928 - if available store the Commandline in the history
2929 * cmdline/apt-get.cc:
2930 - add a --only-upgrade flag to install command (Closes: #572259)
2931 - fix memory leaks in error conditions in DoSource()
2932 - try version match in FindSrc first exact than fuzzy (LP: #551178)
2933 * apt-pkg/contrib/cmndline.cc:
2934 - save Commandline in Commandline::AsString for logging
2935 * apt-pkg/deb/debversion.cc:
2936 - consider absent of debian revision equivalent to 0 (Closes: #573592)
2937 * doc/makefile, doc/*:
2938 - generate subdirectories for building the manpages in on the fly
2939 depending on the po files we have.
2940 * apt-pkg/pkgcachegen.cc:
2941 - merge versions correctly even if multiple different versions
2942 with the same version number are available.
2943 Thanks to Magnus Holmgren for the patch! (Closes: #351056)
2944 * ftparchive/writer.cc:
2945 - write LongDescriptions if they shouldn't be included in Packages
2946 file into i18n/Translation-en by default.
2948 - correct a few typos in the german manpage translation.
2949 Thanks to Chris Leick and Georg Koppen! (Closes: #574962)
2950 * apt-pkg/contrib/strutl.cc:
2951 - convert all toupper calls to tolower_ascii for a little speedup
2953 [ Jean-Baptiste Lallement ]
2954 * apt-pkg/contrib/strutl.cc:
2955 - always escape '%' (LP: #130289) (Closes: #500560)
2956 - unescape '%' sequence only if followed by 2 hex digit
2957 - username/password are urlencoded in proxy string (RFC 3986)
2959 [ Julian Andres Klode ]
2960 * cmdline/apt-cache.cc:
2961 - Change behavior of showsrc to match the one of show (Closes: #512046).
2963 - Honor Apt::GPGV::TrustedKeyring (Closes: #316390)
2965 - Use the new python-apt API (and conflict with python-apt << 0.7.93.2).
2966 * apt-inst/contrib/arfile.h:
2967 - Add public ARArchive::Members() which returns the list of members.
2968 * apt-pkg/policy.cc:
2969 - Always return a candidate if there is at least one version pinned > 0
2971 * ftparchive/apt-ftparchive.cc:
2972 - Read default configuration (Closes: #383257)
2974 - Fix the libraries name to be e.g. libapt-pkg4.9 instead of
2978 * apt-pkg/deb/dpkgpm.cc:
2979 - fix backgrounding when dpkg runs (closes: #486222)
2981 - show error on incorrect aguments (LP: #517917), thanks to
2983 * cmdline/apt-get.cc:
2984 - if apt-get source foo=version or foo/distro can not be found,
2985 error out (LP: #502641)
2986 * apt-pkg/packagemanager.cc:
2987 - better debug output
2988 * doc/examples/configure-index:
2989 - add missing Debug::pkgPackageManager option
2991 -- Michael Vogt <mvo@debian.org> Thu, 01 Apr 2010 17:30:43 +0200
2993 apt (0.7.26~exp2) experimental; urgency=low
2995 * fix crash when LANGUAGE is not set
2997 -- Michael Vogt <mvo@debian.org> Thu, 18 Feb 2010 22:07:23 +0100
2999 apt (0.7.26~exp1) experimental; urgency=low
3001 [ David Kalnischkies ]
3002 * [BREAK] add possibility to download and use multiply
3003 Translation files, configurable with Acquire::Translation
3004 (Closes: #444222, #448216, #550564)
3005 * Ignore :qualifiers after package name in build dependencies
3006 for now as long we don't understand them (Closes: #558103)
3007 * apt-pkg/contrib/mmap.{cc,h}:
3008 - extend it to have a growable flag - unused now but maybe...
3009 * apt-pkg/pkgcache.h:
3010 - use long instead of short for {Ver,Desc}File size,
3011 patch from Víctor Manuel Jáquez Leal, thanks! (Closes: #538917)
3012 * apt-pkg/acquire-item.cc:
3013 - allow also to skip the last patch if target is reached,
3014 thanks Bernhard R. Link! (Closes: #545699)
3015 * ftparchive/writer.{cc,h}:
3016 - add --arch option for packages and contents commands
3017 - if an arch is given accept only *_all.deb and *_arch.deb instead
3018 of *.deb. Thanks Stephan Bosch for the patch! (Closes: #319710)
3019 - add APT::FTPArchive::AlwaysStat to disable the too aggressive
3020 caching if versions are build multiply times (not recommend)
3021 Patch by Christoph Goehre, thanks! (Closes: #463260)
3022 * apt-pkg/deb/dpkgpm.cc:
3023 - stdin redirected to /dev/null takes all CPU (Closes: #569488)
3024 Thanks to Aurelien Jarno for providing (again) a patch!
3025 * buildlib/apti18n.h.in, po/makefile:
3026 - add ngettext support with P_()
3027 * aptconfiguration.cc:
3028 - include all existing Translation files in the Cache (Closes: 564137)
3030 - update with no changes to debian policy 3.8.4
3031 * doc/apt_preferences.5.xml:
3032 - explicitly warn against careless use (Closes: #567669)
3034 - remove creation of empty dir /usr/share/apt
3035 * doc/apt-cdrom.8.xml:
3036 - fix typo spotted by lintian: proc(c)eed
3039 * Slovak translation update. Closes: #568294
3042 * [BREAK] merged lp:~mvo/apt/history
3043 - this writes a /var/log/apt/history tagfile that contains details
3044 from the transaction (complements term.log)
3046 - add cache-control headers even if no cache is given to allow
3047 adding options for intercepting proxies
3048 - add Acquire::http::ProxyAutoDetect configuration that
3049 can be used to call a external helper to figure out the
3050 proxy configuration and return it to apt via stdout
3051 (this is a step towards WPAD and zeroconf/avahi support)
3053 - add new abitest tester using the ABI Compliance Checker from
3054 http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker
3057 * Change the package index Info methods to allow apt-cache policy to be
3058 useful when using several different archives on the same host.
3059 (Closes: #329814, LP: #22354)
3061 -- Michael Vogt <mvo@debian.org> Thu, 18 Feb 2010 16:11:39 +0100
3063 apt (0.7.25.3ubuntu10) maverick; urgency=low
3066 * debian/apt.conf.ubuntu:
3067 - no longer install (empty) apt.conf.d/01ubuntu
3068 * apt-pkg/deb/dpkgpm.cc:
3069 - make the apt/term.log output unbuffered (thanks to Matt Zimmerman)
3070 - fix FTBFS (LP: #600155)
3073 * apt-pkg/deb/dpkgpm.cc:
3074 - Fix segmentation fault when /var/log/apt ist missing. LP: #535509
3076 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 08 Jul 2010 09:37:03 +0200
3078 apt (0.7.25.3ubuntu9) lucid-proposed; urgency=low
3080 * debian/apt.postinst:
3081 - do not fail if getent returns nothing useful (LP: #579647)
3082 thanks to Jean-Baptiste Lallement
3084 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 14 May 2010 09:40:50 +0200
3086 apt (0.7.25.3ubuntu8) lucid-proposed; urgency=low
3089 * Use https:// in Vcs-Bzr URL.
3092 * apt-pkg/deb/debrecords.cc:
3093 - fix max tag buffer size (LP: #545336, closes: #578959)
3094 * apt-pkg/indexfile.cc:
3095 - If no "_" is found in the language code, try to find a "."
3096 This is required for languages like Esperanto that have no
3097 county associated with them (LP: #560956)
3098 Thanks to "Aisano" for the fix
3100 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 05 May 2010 10:33:46 +0200
3102 apt (0.7.25.3ubuntu7) lucid; urgency=low
3104 Cherry pick fixes from the lp:~mvo/apt/mvo branch:
3107 * Remember hosts with general failures for
3108 https://wiki.ubuntu.com/NetworklessInstallationFixes (LP: #556831).
3111 * improve debug output for Debug::pkgPackageManager
3113 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 14 Apr 2010 20:30:03 +0200
3115 apt (0.7.25.3ubuntu6) lucid; urgency=low
3117 * cmdline/apt-get.cc:
3118 - fix crash when pkg.VersionList() is empty (LP: #556056)
3120 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 08 Apr 2010 21:13:25 +0200
3122 apt (0.7.25.3ubuntu5) lucid; urgency=low
3124 [ David Kalnischkies ]
3125 * cmdline/apt-get.cc:
3126 - try version match in FindSrc first exact than fuzzy (LP: #551178)
3128 [ Jean-Baptiste Lallement ]
3129 * apt-pkg/contrib/strutl.cc:
3130 - always escape '%' (LP: #130289) (Closes: #500560)
3131 - unescape '%' sequence only if followed by 2 hex digit
3132 - username/password are urlencoded in proxy string (RFC 3986)
3134 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 31 Mar 2010 21:59:42 +0200
3136 apt (0.7.25.3ubuntu4) lucid; urgency=low
3138 [ David Kalnischkies ]
3139 * apt-pkg/deb/debversion.cc:
3140 - consider absent of debian revision equivalent to 0 (Closes: #573592)
3142 * cmdline/apt-get.cc, apt-pkg/cdrom.cc:
3143 - fix memory leaks in error conditions in DoSource()
3144 * apt-pkg/deb/dpkgpm.cc:
3145 - fix error message construction in OpenLog()
3147 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 26 Mar 2010 16:57:49 +0100
3149 apt (0.7.25.3ubuntu3) lucid; urgency=low
3151 * apt-pkg/indexfile.cc:
3152 - remove "cs" from languages that need the full langcode when
3153 downloading translations (thanks to Steve Langasek)
3155 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 15 Mar 2010 09:42:39 +0100
3157 apt (0.7.25.3ubuntu2) lucid; urgency=low
3161 - add new abitest tester using the ABI Compliance Checker from
3162 http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker
3163 * debian/apt.conf.autoremove:
3164 - add "oldlibs" to the APT::Never-MarkAuto-Sections as its used
3165 for transitional packages
3166 * apt-pkg/deb/dpkgpm.cc:
3167 - fix backgrounding when dpkg runs (closes: #486222)
3169 - show error on incorrect aguments (LP: #517917), thanks to
3171 * cmdline/apt-get.cc:
3172 - if apt-get source foo=version or foo/distro can not be found,
3173 error out (LP: #502641)
3174 * apt-pkg/indexfile.cc:
3175 - deal correctly with three letter langcodes (LP: #391409)
3176 * debian/apt.cron.daily:
3177 - do not look into admin users gconf anymore for the http proxy
3178 the user now needs to use the "Apply system-wide" UI in the
3179 gnome-control-center to set it
3180 * debian/apt.postinst:
3181 - add set_apt_proxy_from_gconf() and run that once on upgrade if
3182 there is no proxy configured already system-wide (LP: #432631)
3183 From that point on gnome-control-center will have to warn if
3184 the user makes changes to the proxy settings and does not apply
3188 * Change the package index Info methods to allow apt-cache policy to be
3189 useful when using several different archives on the same host.
3190 (Closes: #329814, LP: #22354)
3192 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 12 Mar 2010 23:10:52 +0100
3194 apt (0.7.25.3ubuntu1) lucid; urgency=low
3197 * merged with the debian-sid branch
3199 - add Acquire::http::ProxyAutoDetect configuration that
3200 can be used to call a external helper to figure out the
3201 proxy configuration and return it to apt via stdout
3202 (this is a step towards WPAD and zeroconf/avahi support)
3205 * Slovak translation update. Closes: #568294
3207 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 17 Feb 2010 23:33:32 +0100
3209 apt (0.7.25.3) unstable; urgency=low
3211 [ Christian Perrier ]
3212 * Italian translation update. Closes: #567532
3214 [ David Kalnischkies ]
3215 * apt-pkg/contrib/macros.h:
3216 - install the header system.h with a new name to be able to use
3217 it in other headers (Closes: #567662)
3218 * cmdline/acqprogress.cc:
3219 - Set Mode to Medium so that the correct prefix is used.
3220 Thanks Stefan Haller for the patch! (Closes: #567304 LP: #275243)
3221 * ftparchive/writer.cc:
3222 - generate sha1 and sha256 checksums for dsc (Closes: #567343)
3223 * cmdline/apt-get.cc:
3224 - don't mark as manually if in download only (Closes: #468180)
3226 -- Michael Vogt <mvo@debian.org> Mon, 01 Feb 2010 18:41:15 +0100
3228 apt (0.7.25.2) unstable; urgency=low
3231 * apt-pkg/contrib/cdromutl.cc:
3232 - fix UnmountCdrom() fails, give it a bit more time and try
3235 - fix crash in pkgUdevCdromDevices
3237 - fixes in multi cdrom setup code (closes: #549312)
3238 - add new "Acquire::cdrom::AutoDetect" config that enables/disables
3239 the dlopen of libudev for automatic cdrom detection. Off by default
3240 currently, feedback/testing welcome
3241 * cmdline/apt-cdrom.cc:
3242 - add new --auto-detect option that uses libudev to figure out
3243 the cdrom/mount-point
3245 - merge fix from Gene Cash that supports markauto for
3246 packages that are not in the extended_states file yet
3248 * ftparchive/writer.{cc,h}:
3249 - merge crash fix for apt-ftparchive on hurd, thanks to
3250 Samuel Thibault for the patch (closes: #566664)
3252 [ David Kalnischkies ]
3253 * apt-pkg/contrib/fileutl.cc:
3254 - Fix the newly introduced method GetListOfFilesInDir to not
3255 accept every file if no extension is enforced
3256 (= restore old behaviour). (Closes: #565213)
3257 * apt-pkg/policy.cc:
3258 - accept also partfiles with "pref" file extension as valid
3259 * apt-pkg/contrib/configuration.cc:
3260 - accept also partfiles with "conf" file extension as valid
3261 * doc/apt.conf.5.xml:
3262 - reorder description and split out syntax
3263 - add partfile name convention (Closes: #558348)
3264 * doc/apt_preferences.conf.5.xml:
3265 - describe partfile name convention also here
3266 * apt-pkg/deb/dpkgpm.cc:
3267 - don't segfault if term.log file can't be opened.
3268 Thanks Sam Brightman for the patch! (Closes: #475770)
3270 - replace the per language addendum with a global addendum
3271 - add a explanation why translations include (maybe) english
3272 parts to the new global addendum (Closes: #561636)
3273 * apt-pkg/contrib/strutl.cc:
3274 - fix malloc asseration fail with ja_JP.eucJP locale in
3275 apt-cache search. Thanks Kusanagi Kouichi! (Closes: #548884)
3277 [ Christian Perrier ]
3278 * French translation update
3280 -- Michael Vogt <mvo@debian.org> Wed, 27 Jan 2010 16:16:10 +0100
3282 apt (0.7.25.1) unstable; urgency=low
3284 [ Christian Perrier ]
3285 * French manpage translation update
3286 * Russian translation update by Yuri Kozlov
3290 * spot & fix various typos in all manpages
3291 * German manpage translation update
3293 [ David Kalnischkies ]
3294 * cmdline/apt-cache.cc:
3295 - remove translatable marker from the "%4i %s\n" string
3296 * buildlib/po4a_manpage.mak:
3297 - instruct debiandoc to build files with utf-8 encoding
3298 * buildlib/tools.m4:
3299 - fix some warning from the buildtools
3300 * apt-pkg/acquire-item.cc:
3301 - add configuration PDiffs::Limit-options to not download
3302 too many or too big patches (Closes: #554349)
3304 - let all packages depend on ${misc:Depends}
3305 * share/*-archive.gpg:
3306 - remove the horrible outdated files. We already depend on
3307 the keyring so we don't need to ship our own version
3309 - errors out if wget is not installed (Closes: #545754)
3310 - add --keyring option as we have now possibly many
3312 - pass all keyrings (TrustedParts) to gpgv instead of
3313 using only one trusted.gpg keyring (Closes: #304846)
3315 - finally merge the rest of the patchset from Arnaud Ebalard
3316 with the CRL and Issuers options, thanks! (Closes: #485963)
3317 * apt-pkg/deb/debindexfile.cc, apt-pkg/pkgcachegen.cc:
3318 - add debug option Debug::pkgCacheGen
3321 * cmdline/apt-get.cc:
3322 - merge fix for apt-get source pkg=version regression
3325 - merged updated ru.po, thanks to Yuri Kozlov (closes: #564171)
3327 -- Michael Vogt <mvo@debian.org> Sat, 09 Jan 2010 21:52:36 +0100
3329 apt (0.7.25ubuntu4) lucid; urgency=low
3331 * cmdline/apt-cdrom.cc:
3332 - make Acquire::cdrom::AutoDetect default, this can be
3333 turned off with "--no-auto-detect"
3335 - add cache-control headers even if no cache is given to allow
3336 adding options for intercepting proxies
3338 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 02 Feb 2010 16:58:59 -0800
3340 apt (0.7.25ubuntu3) lucid; urgency=low
3342 * cmdline/apt-get.cc:
3343 - don't mark as manually if in download only (Closes: #468180)
3345 -- Michael Vogt <mvo@debian.org> Mon, 01 Feb 2010 18:41:15 +0100
3347 apt (0.7.25ubuntu2) lucid; urgency=low
3349 * Change history branch so that it does not break the
3350 apt ABI for the pkgPackageManager interface
3351 (can be reverted on the next ABI break)
3353 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 23 Dec 2009 10:14:16 +0100
3355 apt (0.7.25ubuntu1) lucid; urgency=low
3357 * Merged from the mvo branch
3358 * merged from the lp:~mvo/apt/history branch
3360 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 22 Dec 2009 09:44:08 +0100
3362 apt (0.7.25) unstable; urgency=low
3364 [ Christian Perrier ]
3365 * Fix apt-ftparchive(1) wrt description of the "-o" option.
3366 Thanks to Dann Frazier for the patch. Closes: #273100
3367 * po/LINGUAS. Re-disable Hebrew. Closes: #534992
3368 * po/LINGUAS. Enable Asturian and Lithuanian
3369 * Fix typo in apt-cache.8.xml: nessasarily
3370 * Fix "with with" in apt-get.8.xml
3371 * Fix some of the typos mentioned by the german team
3373 * Polish translation update by Wiktor Wandachowicz
3375 * German translation update by Holger Wansing
3377 * Italian translation update by Milo Casagrande
3379 * Simplified Chinese translation update by Aron Xu
3381 * Slovak translation update by Ivan Masár
3385 * apt-pkg/packagemanager.cc:
3386 - add output about pre-depends configuring when debug::pkgPackageManager
3389 - fix incorrect use of CURLOPT_TIMEOUT, closes: #497983, LP: #354972
3390 thanks to Brian Thomason for the patch
3391 * merge lp:~mvo/apt/netrc branch, this adds support for a
3392 /etc/apt/auth.conf that can be used to store username/passwords
3393 in a "netrc" style file (with the extension that it supports "/"
3394 in a machine definition). Based on the maemo git branch (Closes: #518473)
3395 (thanks also to Jussi Hakala and Julian Andres Klode)
3396 * apt-pkg/deb/dpkgpm.cc:
3397 - add "purge" to list of known actions
3399 - add compatibility with old ABI name until the next ABI break
3400 * merge segfault fix from Mario Sanchez Prada, many thanks
3404 * apt-pkg/depcache.cc, apt-pkg/indexcopy.cc:
3405 - typo fix (LP: #462328)
3409 - Emit a warning if removed keys keyring is missing and skip associated
3410 checks (LP: #218971)
3412 [ David Kalnischkies ]
3413 * apt-pkg/packagemanager.cc:
3414 - better debug output for ImmediateAdd with depth and why
3415 - improve the message shown for failing immediate configuration
3416 * doc/guide.it.sgml: moved to doc/it/guide.it.sgml
3417 * doc/po4a.conf: activate translation of guide.sgml and offline.sgml
3418 * doc/apt.conf.5.xml:
3419 - provide a few more details about APT::Immediate-Configure
3420 - briefly document the behaviour of the new https options
3421 * doc/sources.list.5.xml:
3422 - add note about additional apt-transport-methods
3423 * doc/apt-mark.8.xml:
3424 - correct showauto synopsis, thanks Andrew Schulman (Closes: #551440)
3425 * cmdline/apt-get.cc:
3426 - source should display his final pkg pick (Closes: #249383, #550952)
3427 - source doesn't need the complete version for match (Closes: #245250)
3428 - source ignores versions/releases if not available (Closes: #377424)
3429 - only warn if (free) space overflows (Closes: #522238)
3430 - add --debian-only as alias for --diff-only
3431 * methods/connect.cc:
3432 - display also strerror of "wicked" getaddrinfo errors
3433 - add AI_ADDRCONFIG to ai_flags as suggested by Aurelien Jarno
3434 in response to Bernhard R. Link, thanks! (Closes: #505020)
3435 * buildlib/configure.mak, buildlib/config.{sub,guess}:
3436 - remove (outdated) config.{sub,guess} and use the ones provided
3437 by the new added build-dependency autotools-dev instead
3438 * configure.in, buildlib/{xml,yodl,sgml}_manpage.mak:
3439 - remove the now obsolete manpage buildsystems
3440 * doc/{pl,pt_BR,es,it}/*.{sgml,xml}:
3441 - convert all remaining translation to the po4a system
3443 - drop build-dependency on docbook-utils and xmlto
3444 - add build-dependency on autotools-dev
3445 - bump policy to 3.8.3 as we have no outdated manpages anymore
3447 - fix a typo in 0.7.24: Allready -> Already (Closes: #557674)
3448 * ftparchive/writer.{cc,h}:
3449 - add APT::FTPArchive::LongDescription to be able to disable them
3450 * apt-pkg/deb/debsrcrecords.cc:
3451 - use "diff" filetype for .debian.tar.* files (Closes: #554898)
3453 - rewrite to be able to handle even big patch files
3454 - adopt optional mmap+iovec patch from Morten Hustveit
3455 (Closes: #463354) which should speed up a bit. Thanks!
3456 * methods/http{,s}.cc
3457 - add config setting for User-Agent to the Acquire group,
3458 thanks Timothy J. Miller! (Closes: #355782)
3459 - add https options which default to http ones (Closes: #557085)
3460 * debian/apt.cron.daily:
3461 - check cache size even if we do nothing else otherwise, thanks
3462 Francesco Poli for patch(s) and patience! (Closes: #459344)
3464 - fix a few typos in strings, comments and manpage,
3465 thanks Karl Goetz! (Closes: #558757)
3469 - print an error if a new state file can't be created
3470 (Closes: #521289) and
3471 - exit nicely if python-apt is not installed (Closes: #521284)
3474 * doc/de: German translation of manpages (Closes: #552606)
3475 * doc/ various manpages:
3476 - correct various errors, typos and oddities (Closes: #552535)
3477 * doc/apt-secure.8.xml:
3478 - replace literal with emphasis tags in Archive configuration
3479 * doc/apt-ftparchive.1.xml:
3480 - remove informalexample tag which hides the programlisting
3481 * doc/apt-get.8.xml:
3482 - change equivalent "for" to "to the" (purge command)
3483 - clarify --fix-broken sentence about specifying packages
3485 [ Eugene V. Lyubimkin ]
3486 * apt-pkg/contib/strutl.h
3487 - Avoid extra inner copy in APT_MKSTRCMP and APT_MKSTRCMP2.
3488 * build infrastructure:
3489 - Bumped libapt version, excluded eglibc from SONAME. (Closes: #448249)
3491 [ Julian Andres Klode ]
3492 * doc/apt.conf.5.xml:
3493 - Deprecate unquoted values, string concatenation and explain what should
3494 not be written inside a value (quotes,backslash).
3495 - Restrict option names to alphanumerical characters and "/-:._+".
3496 - Deprecate #include, we have apt.conf.d nowadays which should be
3498 * ftparchive/apt-ftparchive.cc:
3499 - Call setlocale() so translations are actually used.
3500 * debian/apt.conf.autoremove:
3501 - Add kfreebsd-image-* to the list (Closes: #558803)
3503 -- Michael Vogt <mvo@debian.org> Tue, 15 Dec 2009 09:21:55 +0100
3505 apt (0.7.24ubuntu1) lucid; urgency=low
3508 * apt-pkg/deb/dpkgpm.cc:
3509 - include df -l output in the apport log as well (thanks to
3511 * apt-pkg/packagemanager.cc:
3512 - add output about pre-depends configuring when debug::pkgPackageManager
3515 - fix incorrect use of CURLOPT_TIMEOUT, closes: #497983, LP: #354972
3516 thanks to Brian Thomason for the patch
3517 * merge lp:~mvo/apt/netrc branch, this adds support for a
3518 /etc/apt/auth.conf that can be used to store username/passwords
3519 in a "netrc" style file (with the extension that it supports "/"
3520 in a machine definition). Based on the maemo git branch.
3523 * apt-pkg/depcache.cc, apt-pkg/indexcopy.cc:
3524 - typo fix (LP: #462328)
3526 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 14 Dec 2009 09:27:26 +0100
3528 apt (0.7.24) unstable; urgency=low
3530 [ Nicolas François ]
3531 * Cleaned up the first patch draft from KURASAWA Nozomu to finally
3532 get po4a support for translating the man pages.
3533 Many thanks to both for this excellent work! (Closes: #441608)
3534 * doc/ja/*, doc/po/ja.po:
3535 - remove the old ja man page translation and replace it with
3536 the new po4a-powered translation by KURASAWA Nozomu.
3537 * doc/*.?.xml (manpages):
3538 - add contrib to author tags and also add refmiscinfo to fix warnings
3539 * doc/style.txt, buildlib/defaults.mak, buildlib/manpage.mak:
3540 - fix a few typos in the comments of this files
3543 * apt-pkg/deb/dpkgpm.cc:
3544 - when tcgetattr() returns non-zero skip all pty magic
3545 (thanks to Simon Richter, closes: #509866)
3546 * apt-inst/contrib/arfile.cc:
3547 - show propper error message for Invalid archive members
3549 [ David Kalnischkies ]
3551 - update file with doxygen 1.6.1 (current unstable)
3552 - activate DOT_MULTI_TARGETS, it is default on since doxygen 1.5.9
3553 * buildlib/po4a_manpage.mak, doc/makefile, configure:
3554 - simplify the makefiles needed for po4a manpages
3555 * apt-pkg/contrib/configuration.cc:
3556 - add a helper to easily get a vector of strings from the config
3557 * apt-pkg/contrib/strutl.cc:
3558 - replace unknown multibytes with ? in UTF8ToCharset (Closes: #545208)
3559 * doc/apt-get.8.xml:
3560 - fix two little typos in the --simulate description. (Closes: #545059)
3561 * apt-pkg/aptconfiguration.cc, doc/apt.conf.5.xml:
3562 - add an order subgroup to the compression types to simplify reordering
3563 a bit and improve the documentation for this option group.
3564 * doc/apt.conf.5.xml:
3565 - document the Acquire::http::Dl-Limit option
3566 - try to be crystal clear about the usage of :: and {} (Closes: #503481)
3567 * doc/apt-cache.8.xml:
3568 - clarify the note for the pkgnames command (Closes: #547599)
3569 * doc/apt.ent, all man pages:
3570 - move the description of files to globally usable entities
3571 * doc/apt_preferences.5.xml:
3572 - document the new preferences.d folder (Closes: #544017)
3574 - add at the top without failing (by Bernhard R. Link, Closes: #545694)
3575 * buildlib/sizetable:
3576 - add amd64 for cross building (by Mikhail Gusarov, Closes: #513058)
3578 - remove file as nobody will upgrade from 0.4.10 anymore
3580 - remove gnome-apt suggestion as it was removed from debian
3581 * apt-pkg/deb/dpkgpm.cc, apt-pkg/packagemanager.cc, apt-pkg/orderlist.cc:
3582 - add and document _experimental_ options to make (aggressive)
3583 use of dpkg's trigger and configuration handling (Closes: #473461)
3584 * cmdline/apt-get.cc:
3585 - ignore versions that are not candidates when selecting a package
3586 instead of a virtual one (by Marius Vollmer, Closes: #547788)
3588 [ Christian Perrier ]
3589 * doc/fr/*, doc/po/fr.po:
3590 - remove the old fr man page translation and replace it with
3591 the new po4a-powered translation
3592 * doc/de: dropped (translation is too incomplete to be useful in
3593 the transition to the po4a-powered translations)
3595 -- Michael Vogt <mvo@debian.org> Fri, 25 Sep 2009 19:57:25 +0200
3597 apt (0.7.23.1ubuntu2) karmic; urgency=low
3601 - fix Vcr-Bzr header
3604 * debian/apt.cron.daily:
3605 - fix quotes for use with "eval", thanks to Lars Ljung (LP: #449535).
3607 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 15 Oct 2009 19:05:19 +0200
3609 apt (0.7.23.1ubuntu1) karmic; urgency=low
3612 * apt-pkg/deb/dpkgpm.cc:
3613 - Suppress apport reports on dpkg short reads (these I/O errors are not
3614 generally indicative of a bug in the packaging)
3618 - Emit a warning if removed keys keyring is missing and skip associated
3619 checks (LP: #218971)
3622 * cmdline/apt-get.cc:
3623 - typo fix (LP: #370094)
3626 * apt-pkg/deb/dpkgpm.cc:
3627 - when tcgetattr() returns non-zero skip all pty magic
3628 (thanks to Simon Richter, closes: #509866)
3629 * apt-inst/contrib/arfile.cc:
3630 - show propper error message for Invalid archive members
3631 * apt-pkg/acquire-worker.cc:
3632 - show error details of failed methods
3633 * apt-pkg/contrib/fileutl.cc:
3634 - if a process aborts with signal, show signal number
3636 - ignore SIGPIPE, we deal with EPIPE from write in
3637 HttpMethod::ServerDie() (LP: #385144)
3638 * debian/apt.cron.daily:
3639 - if the timestamp is too far in the future, delete it
3643 * merged from debian, reverted the libdlopen-udev branch
3644 because its too late in the release process for this now
3645 * not merged the proxy behaviour change from 0.7.23 (that will
3648 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 23 Sep 2009 18:15:10 +0200
3650 apt (0.7.23.1) unstable; urgency=low
3653 * apt-pkg/pkgcache.cc:
3654 - do not set internel "needs-configure" state for packages in
3655 triggers-pending state. dpkg will deal with the trigger and
3656 it if does it before we trigger it, dpkg will error out
3658 * apt-pkg/acquire-item.cc:
3659 - do not segfault on invalid items (closes: #544080)
3661 -- Michael Vogt <mvo@debian.org> Fri, 28 Aug 2009 21:53:20 +0200
3663 apt (0.7.23) unstable; urgency=low
3665 [ Eugene V. Lyubimkin ]
3666 * methods/{http,https,ftp}, doc/apt.conf.5.xml:
3667 - Changed and unified the code that determines which proxy to use. Now
3668 'Acquire::{http,ftp}::Proxy[::<host>]' options have the highest priority,
3669 and '{http,ftp}_proxy' environment variables are used only if options
3670 mentioned above are not specified.
3671 (Closes: #445985, #157759, #320184, #365880, #479617)
3673 [ David Kalnischkies ]
3674 * cmdline/apt-get.cc:
3675 - add APT::Get::HideAutoRemove=small to display only a short line
3676 instead of the full package list. (Closes: #537450)
3677 - ShowBroken() in build-dep (by Mike O'Connor, Closes: #145916)
3678 - check for statfs.f_type (by Robert Millan, Closes: #509313)
3679 - correct the order of picked package binary vs source in source
3680 - use SourceVersion instead of the BinaryVersion to get the source
3681 Patch by Matt Kraai, thanks! (Closes: #382826)
3682 - add pkg/archive and codename in source (Closes: #414105, #441178)
3683 * apt-pkg/contrib/strutl.cc:
3684 - enable thousand separator according to the current locale
3685 (by Luca Bruno, Closes: #223712)
3686 * doc/apt.conf.5.xml:
3687 - mention the apt.conf.d dir (by Vincent McIntyre, Closes: #520831)
3688 * apt-inst/contrib/arfile.cc:
3689 - use sizeof instead strlen (by Marius Vollmer, Closes: #504325)
3690 * doc/apt-mark.8.xml:
3691 - improve manpage based on patch by Carl Chenet (Closes: #510286)
3692 * apt-pkg/acquire-item.cc:
3693 - use configsettings for dynamic compression type use and order.
3694 Based on a patch by Jyrki Muukkonen, thanks! (LP: #71746)
3695 * apt-pkg/aptconfiguration.cc:
3696 - add default configuration for compression types and add lzma
3697 support. Order is now bzip2, lzma, gzip, none (Closes: #510526)
3698 * ftparchive/writer.cc:
3699 - add lzma support also here, patch for this (and inspiration for
3700 the one above) by Robert Millan, thanks!
3701 * apt-pkg/depcache.cc:
3702 - restore the --ignore-hold effect in the Is{Delete,Install}Ok hooks
3703 * doc/apt-get.8.xml:
3704 - update the source description to reflect what it actually does
3705 and how it can be used. (Closes: #413021)
3707 - allow empty Reason-Phase in Status-Line to please squid,
3708 thanks Modestas Vainius for noticing! (Closes: #531157, LP: #411435)
3711 * cmdline/apt-cache.cc:
3712 - fix a memory leak in the xvcg method (Closes: #511557)
3713 * apt-pkg/indexcopy.cc:
3714 - fix a memory leak then the Release file not exists (Closes: #511556)
3716 -- Michael Vogt <mvo@debian.org> Thu, 27 Aug 2009 14:44:39 +0200
3718 apt (0.7.22.2) unstable; urgency=low
3720 * debian/apt.cron.daily:
3721 - Make sure that VERBOSE is always set (Closes: #539366)
3722 - Script can be disabled by APT::Periodic::Enable=0 (Closes: #485476)
3723 - Support using debdelta to download packages (Closes: #532079)
3725 -- Julian Andres Klode <jak@debian.org> Thu, 06 Aug 2009 12:17:19 +0200
3727 apt (0.7.22.1) unstable; urgency=low
3730 * cmdline/apt-get.cc:
3731 - honor APT::Get::Only-Source properly in FindSrc() (thanks to
3732 Martin Pitt for reporting the problem), also Closes: #535362.
3734 [ Julian Andres Klode ]
3735 * apt-pkg/contrib/mmap.cc:
3736 - Fix FTBFS on GNU/kFreeBSD by disabling DynamicMMap::Grow() on
3737 non-Linux architectures as it uses mremap (Closes: #539742).
3738 * apt-pkg/sourcelist.cc:
3739 - Only warn about missing sources.list if there is no sources.list.d
3740 and vice versa as only one of them is needed (Closes: #539731).
3742 - Add myself to Uploaders.
3743 - Increase Standards-Version to 3.8.2.0.
3745 -- Julian Andres Klode <jak@debian.org> Mon, 03 Aug 2009 12:48:31 +0200
3747 apt (0.7.22) unstable; urgency=low
3749 [ Christian Perrier ]
3750 * Documentation translations:
3751 - Fix a typo in apt-get(8) French translation. Closes: #525043
3752 Thanks to Guillaume Delacour for spotting it.
3753 - Updated apt.conf(5) manpgae French translation.
3754 Thanks to Aurélien Couderc.
3757 - sk.po. Closes: #525857
3758 - ru.po. Closes: #526816
3759 - eu.po. Closes: #528985
3760 - zh_CN.po. Closes: #531390
3762 - it.po. Closes: #531758
3763 - ca.po. Closes: #531921
3764 - de.po. Closes: #536430
3765 * Added translations
3766 - ast.po (Asturian by Marcos Alvareez Costales).
3767 Closes: #529007, #529730, #535328
3769 [ David Kalnischkies ]
3770 * [ABI break] support '#' in apt.conf and /etc/apt/preferences
3772 * [ABI break] Allow pinning by codename (closes: #97564)
3773 * support running "--simulate" as user
3774 * add depth information to the debug output and show what depends
3775 type triggers a autoinst (closes: #458389)
3776 * add Debug::pkgDepCache::Marker with more detailed debug output
3778 * add Debug::pkgProblemResolver::ShowScores and make the scores
3780 * do not write state file in simulate mode (closes: #433007)
3781 * add hook for MarkInstall and MarkDelete (closes: #470035)
3782 * fix typo in apt-pkg/acquire.cc which prevents Dl-Limit to work
3783 correctly when downloading from multiple sites (Closes: #534752)
3784 * add the various foldmarkers in apt-pkg & cmdline (no code change)
3785 * versions with a pin of -1 shouldn't be a candidate (Closes: #355237)
3786 * prefer mmap as memory allocator in MMap instead of a static char
3787 array which can (at least in theory) grow dynamic
3788 * eliminate (hopefully all) segfaults in pkgcachegen.cc and mmap.cc
3789 which can arise if cache doesn't fit into the mmap (Closes: #535218)
3790 * display warnings instead of errors if the parts dirs doesn't exist
3793 * honor the dpkg hold state in new Marker hooks (closes: #64141)
3794 * debian/apt.cron.daily:
3795 - if the timestamp is too far in the future, delete it
3796 * apt-pkg/acquire.cc:
3797 - make the max pipeline depth of the acquire queue configurable
3798 via Acquire::Max-Pipeline-Depth
3799 * apt-pkg/deb/dpkgpm.cc:
3800 - add Dpkg::UseIoNice boolean option to run dpkg with ionice -c3
3802 - send "dpkg-exec" message on the status fd when dpkg is run
3803 - provide DPkg::Chroot-Directory config option (useful for testing)
3804 - fix potential hang when in a background process group
3805 * apt-pkg/algorithms.cc:
3806 - consider recommends when making the scores for the problem
3808 * apt-pkg/acquire-worker.cc:
3809 - show error details of failed methods
3810 * apt-pkg/contrib/fileutl.cc:
3811 - if a process aborts with signal, show signal number
3813 - ignore SIGPIPE, we deal with EPIPE from write in
3814 HttpMethod::ServerDie() (LP: #385144)
3815 * Only run Download-Upgradable and Unattended-Upgrades if the initial
3816 update was successful Closes: #341970
3817 * apt-pkg/indexcopy.cc:
3818 - support having CDs with no Packages file (just a Packages.gz)
3819 by not forcing a verification on non-existing files
3821 - remove the gettext from a string that consists entirely
3822 of variables (LP: #56792)
3823 * apt-pkg/cacheiterators.h:
3824 - add missing checks for Owner == 0 in end()
3825 * apt-pkg/indexrecords.cc:
3826 - fix some i18n issues
3827 * apt-pkg/contrib/strutl.h:
3828 - add new strprintf() function to make i18n strings easier
3829 - fix compiler warning
3830 * apt-pkg/deb/debsystem.cc:
3831 - make strings i18n able
3832 * fix problematic use of tolower() when calculating the version
3833 hash by using locale independent tolower_ascii() function.
3834 Thanks to M. Vefa Bicakci (LP: #80248)
3835 * build fixes for g++-4.4
3837 - add "showauto" option to show automatically installed packages
3838 * document --install-recommends and --no-install-recommends
3839 (thanks to Dereck Wonnacott, LP: #126180)
3840 * doc/apt.conf.5.xml:
3841 - merged patch from Aurélien Couderc to improve the text
3843 * [ABI] merged the libudev-dlopen branch, this allows to pass
3844 "apt-udev-auto" to Acquire::Cdrom::mount and the cdrom method will
3845 dynamically find/mount the cdrom device (if libhal is available)
3847 [ Julian Andres Klode ]
3848 * apt-pkg/contrib/configuration.cc: Fix a small memory leak in
3850 * Introduce support for the Enhances field. (Closes: #137583)
3851 * Support /etc/apt/preferences.d, by adding ReadPinDir() (Closes: #535512)
3852 * configure-index: document Dir::Etc::SourceParts and some other options
3854 * Remove Eugene V. Lyubimkin from uploaders as requested.
3855 * apt-pkg/contrib/hashes.cc, apt-pkg/contrib/md5.cc:
3856 - Support reading until EOF if Size=0 to match behaviour of
3857 SHA1Summation and SHA256Summation
3860 * Updated cron script to support backups by hardlinks and
3861 verbose levels. All features turned off by default.
3862 * Added more error handlings. Closes: #438803, #462734, #454989
3863 * Documented all cron script related configuration items in
3866 [ Dereck Wonnacott ]
3867 * apt-ftparchive might write corrupt Release files (LP: #46439)
3868 * Apply --important option to apt-cache depends (LP: #16947)
3871 * Apply patch from Sami Liedes <sliedes@cc.hut.fi> to reduce the
3872 number of times we call progress bar updating and debugging
3873 configuration settings.
3874 * Apply patch from Sami Liedes <sliedes@cc.hut.fi> to avoid unecessary
3875 temporary allocations.
3877 -- Michael Vogt <mvo@debian.org> Wed, 29 Jul 2009 19:16:22 +0200
3879 apt (0.7.21ubuntu1) karmic; urgency=low
3881 * merged from the debian-sid bzr branch
3883 [ Christian Perrier ]
3884 * Documentation translations:
3885 - Fix a typo in apt-get(8) French translation. Closes: #525043
3886 Thanks to Guillaume Delacour for spotting it.
3889 - sk.po. Closes: #525857
3890 - ru.po. Closes: #526816
3891 - eu.po. Closes: #528985
3892 - zh_CN.po. Closes: #531390
3894 - it.po. Closes: #531758
3895 - ca.po. Closes: #531921
3896 * Added translations
3897 - ast.po (Asturian by Marcos Alvareez Costales).
3898 Closes: #529007, #529730
3901 * apt-pkg/acquire.cc:
3902 - make the (internal) max pipeline depth of the acquire queue
3903 configurable via Acquire::Max-Pipeline-Depth
3905 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 09 Jun 2009 15:49:07 +0200
3907 apt (0.7.21) unstable; urgency=low
3909 [ Christian Perrier ]
3911 - bg.po. Closes: #513211
3912 - zh_TW.po. Closes: #513311
3913 - nb.po. Closes: #513843
3914 - fr.po. Closes: #520430
3915 - sv.po. Closes: #518070
3916 - sk.po. Closes: #520403
3917 - it.po. Closes: #522222
3918 - sk.po. Closes: #520403
3920 [ Jamie Strandboge ]
3921 * apt.cron.daily: catch invalid dates due to DST time changes
3926 - properly check for expired and revoked keys (closes: #433091)
3927 * apt-pkg/contrib/strutl.cc:
3928 - fix TimeToStr i18n (LP: #289807)
3929 * [ABI break] merge support for http redirects, thanks to
3930 Jeff Licquia and Anthony Towns
3931 * [ABI break] use int for the package IDs (thanks to Steve Cotton)
3932 * apt-pkg/pkgcache.cc:
3933 - do not run "dpkg --configure pkg" if pkg is in trigger-awaited
3936 - add Acquire::https::AllowRedirect support
3937 * Clarify the --help for 'purge' (LP: #243948)
3938 * cmdline/apt-get.cc
3939 - fix "apt-get source pkg" if there is a binary package and
3940 a source package of the same name but from different
3941 packages (LP: #330103)
3944 * cmdline/acqprogress.cc:
3945 - Call pkgAcquireStatus::Pulse even if quiet, so that we still get
3946 dlstatus messages on the status-fd (LP: #290234).
3948 -- Michael Vogt <mvo@debian.org> Tue, 14 Apr 2009 14:12:51 +0200
3950 apt (0.7.20.2ubuntu7) karmic; urgency=low
3952 * fix problematic use of tolower() when calculating the version
3953 hash by using locale independant tolower_ascii() function.
3954 Thanks to M. Vefa Bicakci (LP: #80248)
3955 * build fixes for g++-4.4
3956 * include dmesg output in apport package failures
3957 * include apt ordering into apport package failures
3959 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 24 Apr 2009 10:14:01 +0200
3961 apt (0.7.20.2ubuntu6) jaunty; urgency=low
3963 [ Jamie Strandboge ]
3964 * apt.cron.daily: catch invalid dates due to DST time changes
3965 in the stamp files (LP: #354793)
3969 - properly check for expired and revoked keys (closes: #433091)
3972 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 08 Apr 2009 22:39:50 +0200
3974 apt (0.7.20.2ubuntu5) jaunty; urgency=low
3977 * cmdline/acqprogress.cc:
3978 - Call pkgAcquireStatus::Pulse even if quiet, so that we still get
3979 dlstatus messages on the status-fd (LP: #290234).
3982 * debian/apt.cron.daily:
3983 - do not clutter cron mail with bogus gconftool messages
3985 - merge fix for cache locking from debian (closes: #459344)
3986 - run update-apt-xapian-index (with ionice) to ensure that
3987 the index is up-to-date when synaptic is run (LP: #288797)
3989 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 30 Mar 2009 13:22:28 +0200
3991 apt (0.7.20.2ubuntu4) jaunty; urgency=low
3993 * ftparchive/cachedb.cc:
3994 - when apt-ftparchive clean is used, compact the database
3995 at the end (thanks to cprov)
3997 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 26 Mar 2009 13:43:59 +0100
3999 apt (0.7.20.2ubuntu3) jaunty; urgency=low
4001 * methods/mirror.cc:
4002 - when download the mirror file and the server is down,
4003 return a propper error message (LP: #278635)
4005 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 19 Mar 2009 15:42:15 +0100
4007 apt (0.7.20.2ubuntu2) jaunty; urgency=low
4009 * apt-pkg/deb/dpkgpm.cc:
4010 - revert termios patch (LP: #338514)
4011 * cmdline/apt-get.cc
4012 - fix "apt-get source pkg" if there is a binary package and
4013 a source package of the same name but from different
4014 packages (LP: #330103)
4016 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 09 Mar 2009 16:33:28 +0100
4018 apt (0.7.20.2ubuntu1) jaunty; urgency=low
4020 [ Christian Perrier ]
4022 - bg.po. Closes: #513211
4023 - zh_TW.po. Closes: #513311
4024 - nb.po. Closes: #513843
4027 * merged from the debian-sid branch
4028 * [ABI break] merge support for http redirects, thanks to
4029 Jeff Licquia and Anthony Towns
4030 * [ABI break] use int for the package IDs (thanks to Steve Cotton)
4031 * apt-pkg/contrib/strutl.cc:
4032 - fix TimeToStr i18n (LP: #289807)
4033 * debian/apt.conf.autoremove:
4034 - readd "linux-image" (and friends) to the auto-remove
4036 * fix some i18n issues (thanks to Gabor Kelemen)
4038 * apt-pkg/deb/dpkgpm.cc:
4039 - filter "ENOMEM" errors when creating apport reports
4040 * cmdline/apt-get.cc:
4041 - fix "apt-get source pkg=ver" if binary name != source name
4043 * apt-pkg/indexrecords.cc:
4044 - fix some i18n issues
4045 * apt-pkg/contrib/strutl.h:
4046 - add new strprintf() function to make i18n strings easier
4047 * apt-pkg/dev/debsystem.cc:
4048 - add missing apti18n.h header
4049 * cmdline/apt-get.cc:
4050 - default to "false" for the "APT::Get::Build-Dep-Automatic"
4051 option (follow debian here)
4052 * apt-pkg/pkgcache.cc:
4053 - do not run "dpkg --configure pkg" if pkg is in trigger-awaited
4056 - add Acquire::https::AllowRedirect support
4057 - do not unlink files in partial/ (thanks to robbiew)
4059 [ Dereck Wonnacott ]
4060 * Clarify the --help for 'purge' (LP: #243948)
4063 * /apt-pkg/deb/debsystem.cc:
4064 - add 'sudo' to the error message to "run 'dpkg --configure -a'"
4067 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 09 Feb 2009 14:21:05 +0100
4069 apt (0.7.20.2) unstable; urgency=medium
4071 [ Eugene V. Lyubimkin ]
4072 * Urgency set to medium due to RC bug fix.
4073 * doc/apt.ent, apt-get.8.xml:
4074 - Fix invalid XML entities. (Closes: #514402)
4076 -- Eugene V. Lyubimkin <jackyf.devel@gmail.com> Sat, 07 Feb 2009 16:48:21 +0200
4078 apt (0.7.20.1) unstable; urgency=low
4081 * apt-pkg/pkgcachegen.cc:
4082 - fix apt-cache search for localized description
4085 [ Christian Perrier ]
4087 - fr.po: fix spelling error to "défectueux". Thanks to Thomas Péteul.
4089 -- Michael Vogt <mvo@debian.org> Tue, 20 Jan 2009 09:35:05 +0100
4091 apt (0.7.20) unstable; urgency=low
4093 [ Eugene V. Lyubimkin ]
4095 - Fixed place of 'merged install-recommends and install-task branches'
4096 from 0.6.46.1 to 0.7.0. (Closes: #439866)
4097 * buildlib/config.{sub,guess}:
4098 - Renewed. This fixes lintian errors.
4099 * doc/apt.conf.5.xml, debian/apt-transport-https:
4100 - Documented briefly 'Acquire::https' group of options. (Closes: #507398)
4101 - Applied patch from Daniel Burrows to document 'Debug' group of options.
4103 - Mentioned 'APT::Periodic' and 'APT::Archives' groups of options.
4105 - Mentioned '/* ... */' comments. (Closes: #507601)
4106 * doc/examples/sources.list:
4107 - Removed obsolete commented non-us deb-src entry, replaced it with
4108 'deb-src security.debian.org' one. (Closes: #411298)
4109 * apt-pkg/contrib/mmap.cc:
4110 - Added instruction how to work around MMap error in MMap error message.
4111 (Closes: #385674, 436028)
4113 - Actualized. Removed obsolete Qt section, added GPLv2 clause.
4114 (Closes: #440049, #509337)
4117 * add option to "apt-get build-dep" to mark the needed
4118 build-dep packages as automatic installed.
4119 This is controlled via the value of
4120 APT::Get::Build-Dep-Automatic and is set "false" by default.
4121 Thanks to Aaron Haviland, closes: #448743
4122 * apt-inst/contrib/arfile.cc:
4123 - support members ending with '/' as well (thanks to Michal Cihr,
4126 [ Christian Perrier ]
4128 - Finnish updated. Closes: #508449
4129 - Galician updated. Closes: #509151
4130 - Catalan updated. Closes: #509375
4131 - Vietnamese updated. Closes: #509422
4132 - Traditional Chinese added. Closes: #510664
4133 - French corrected (remove awful use of first person)
4135 -- Michael Vogt <mvo@debian.org> Mon, 05 Jan 2009 08:59:20 +0100
4137 apt (0.7.19ubuntu1) jaunty; urgency=low
4141 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 24 Nov 2008 10:52:20 +0100
4143 apt (0.7.19) unstable; urgency=low
4145 [ Eugene V. Lyubimkin ]
4146 * doc/sources.list.5.xml:
4147 - Mentioned allowed characters in file names in /etc/apt/sources.list.d.
4148 Thanks to Matthias Urlichs. (Closes: #426913)
4149 * doc/apt-get.8.xml:
4150 - Explicitly say that 'dist-upgrade' command may remove packages.
4151 - Included '-v'/'--version' as a command to synopsis.
4152 * cmdline/apt-cache.cc:
4153 - Advanced built-in help. Patch by Andre Felipe Machado. (Closes: #286061)
4154 - Fixed typo 'GraphVis' -> 'GraphViz'. (Closes: #349038)
4155 - Removed asking to file a release-critical bug against a package if there
4156 is a request to install only one package and it is not installable.
4160 - fix SIGHUP handling (closes: #463030)
4162 [ Christian Perrier ]
4165 - Bulgarian updated. Closes: #505476
4166 - Slovak updated. Closes: #505483
4167 - Swedish updated. Closes: #505491
4168 - Japanese updated. Closes: #505495
4169 - Korean updated. Closes: #505506
4170 - Catalan updated. Closes: #505513
4171 - British English updated. Closes: #505539
4172 - Italian updated. Closes: #505518, #505683
4173 - Polish updated. Closes: #505569
4174 - German updated. Closes: #505614
4175 - Spanish updated. Closes: #505757
4176 - Romanian updated. Closes: #505762
4177 - Simplified Chinese updated. Closes: #505727
4178 - Portuguese updated. Closes: #505902
4179 - Czech updated. Closes: #505909
4180 - Norwegian Bokmål updated. Closes: #505934
4181 - Brazilian Portuguese updated. Closes: #505949
4182 - Basque updated. Closes: #506085
4183 - Russian updated. Closes: #506452
4185 - Ukrainian updated. Closes: #506545
4187 -- Michael Vogt <mvo@debian.org> Mon, 24 Nov 2008 10:33:54 +0100
4189 apt (0.7.18) unstable; urgency=low
4191 [ Christian Perrier ]
4194 - Thai updated. Closes: #505067
4196 [ Eugene V. Lyubimkin ]
4197 * doc/examples/configure-index:
4198 - Removed obsoleted header line. (Closes: #417638)
4199 - Changed 'linux-kernel' to 'linux-image'.
4200 * doc/sources.list.5.xml:
4201 - Fixed typo and grammar in 'sources.list.d' section. Thanks to
4202 Timothy G Abbott <tabbott@MIT.EDU>. (Closes: #478098)
4203 * doc/apt-get.8.xml:
4204 - Advanced descriptions for 'remove' and 'purge' options.
4207 - Target 'apt' need to depend on 'build-doc'. Thanks for Peter Green.
4208 Fixes FTBFS. (Closes: #504181)
4211 * fix depend on libdb4.4 (closes: #501253)
4213 -- Michael Vogt <mvo@debian.org> Fri, 07 Nov 2008 22:13:39 +0100
4215 apt (0.7.17) unstable; urgency=low
4217 [ Eugene V. Lyubimkin ]
4219 - 'Vcs-Bzr' field is official, used it.
4220 - Bumped 'Standards-Version' to 3.8.0, no changes needed.
4221 - Actualized 'Uploaders' field.
4223 - Substituded 'apt-archive' with 'apt-ftparchive' in docs.
4224 Patch based on work of Andre Felipe Machado. (Closes: #350865)
4225 - Mentioned '/<release>' and '=<version>' for 'apt-get install' and
4226 '=<version>' for 'apt-get source' in apt-get manpage. Patch based on
4227 work of Andre Felipe Machado. (Closes: #399673)
4228 - Mentioned more short options in the apt-get manpage. Documented 'xvcg'
4229 option in the apt-cache manpage. The part of patch by Andre Felipe
4230 Machado. (Closes: #176106, #355945)
4231 - Documented that 'apt-get install' command should be used for upgrading
4232 some of installed packages. Based on patch by Nori Heikkinen and
4233 Andre Felipe Machado. (Closes: #267087)
4234 - Mentioned 'apt_preferences(5)' in apt manpage. (Closes: #274295)
4235 - Documented 'APT::Default-Release' in apt.conf manpage. (Closes: #430399)
4236 - APT::Install-Recommends is now true by default, mentioned this in
4237 configure-index example. (Closes: #463268)
4238 - Added 'APT::Get::AllowUnauthenticated' to configure-index example.
4240 - Documented '--no-install-recommends' option in apt-get manpage.
4242 - Documented 'Acquire::PDiffs' in apt.conf manpage. (Closes: #376029)
4243 - Added 'copy', 'rsh', 'ssh' to the list of recognized URI schemes in
4244 sources.list manpage, as they are already described under in the manpage.
4245 - Removed notice that ssh/rsh access cannot use password authentication
4246 from sources.list manpage. Thanks to Steffen Joeris. (Closes: #434894)
4247 - Added '(x)' to some referrings to manpages in apt-get manpage. Patch by
4248 Andre Felipe Machado. (Closes: #309893)
4249 - Added 'dist-upgrade' apt-get synopsis in apt-get manpage.
4252 -- Michael Vogt <mvo@debian.org> Wed, 05 Nov 2008 13:14:56 +0100
4254 apt (0.7.17~exp4) experimental; urgency=low
4257 - Fixed lintian warnings "debian/rules ignores make errors".
4259 - Substituted outdated "Source-Version" fields with "binary:Version".
4260 - Added 'python-apt' to Suggests, as apt-mark need it for work.
4261 - Drop Debian revision from 'doc-base' build dependency, this fixes
4262 appropriate lintian warning.
4263 * debian/libapt-pkg-doc.doc-base.*:
4264 - Changed section: from old 'Devel' to 'Debian'. This fixes appropriate
4266 * debian/{postrm,prerm,preinst}:
4267 - Added 'set -e', fixes lintian warnings
4268 'maintainer-script-ignores-error'.
4270 - Removed unneeded 'LOCAL' entry. This allows cleaning rule to run smoothly.
4271 * share/lintian-overrides:
4272 - Added with override of 'apt must depend on python'. Script 'apt-mark'
4273 needs apt-python for working and checks this on fly. We don't want
4274 python in most cases.
4276 - Added 'unset GREP_OPTIONS' to the script. This prevents 'apt-key update'
4277 failure when GREP_OPTIONS contains options that modify grep output.
4280 -- Eugene V. Lyubimkin <jackyf.devel@gmail.com> Fri, 31 Oct 2008 23:45:17 +0300
4282 apt (0.7.17~exp3) experimental; urgency=low
4284 * apt-pkg/acquire-item.cc:
4285 - fix a merge mistake that prevents the fallback to the
4286 uncompressed 'Packages' to work correctly (closes: #409284)
4288 -- Michael Vogt <mvo@debian.org> Wed, 29 Oct 2008 09:36:24 +0100
4290 apt (0.7.17~exp2) experimental; urgency=low
4292 [ Eugene V. Lyubimkin ]
4293 * apt-pkg/acquire-item.cc:
4294 - Added fallback to uncompressed 'Packages' if neither 'bz2' nor 'gz'
4295 available. (Closes: #409284)
4296 * apt-pkg/algorithm.cc:
4297 - Strip username and password from source URL in error message.
4301 * fix various -Wall warnings
4303 -- Michael Vogt <mvo@debian.org> Tue, 28 Oct 2008 18:06:38 +0100
4305 apt (0.7.17~exp1) experimental; urgency=low
4309 - apt-pkg/depcache.cc
4310 * Fix compilation warnings:
4311 - apt-pkg/acquire.cc
4312 - apt-pkg/versionmatch.cc
4313 * Compilation fixes and portability improvement for compiling APT against non-GNU libc
4314 (thanks to Martin Koeppe, closes: #392063):
4315 - buildlib/apti18n.h.in:
4316 + textdomain() and bindtextdomain() must not be visible when --disable-nls
4317 - buildlib/inttypes.h.in: undefine standard int*_t types
4318 - Append INTLLIBS to SLIBS:
4320 + ftparchive/makefile
4322 * doc/apt.conf.5.xml:
4323 - clarify whether configuration items of apt.conf are case-sensitive
4324 (thanks to Vincent McIntyre, closes: #345901)
4326 -- Luca Bruno <lethalman88@gmail.com> Sat, 11 Oct 2008 09:17:46 +0200
4328 apt (0.7.16) unstable; urgency=low
4331 * doc/apt-cache.8.xml:
4332 - search command uses POSIX regex, and searches for virtual packages too
4334 * doc/offline.sgml: clarify remote and target hosts
4335 (thanks to Nikolaus Schulz, closes: #175940)
4336 * Fix several typos in docs, translations and debian/changelog
4337 (thanks to timeless, Nicolas Bonifas and Josh Triplett,
4338 closes: #368665, #298821, #411532, #431636, #461458)
4339 * Document apt-key finger and adv commands
4340 (thanks to Stefan Schmidt, closes: #350575)
4341 * Better documentation for apt-get --option
4342 (thanks to Tomas Pospisek, closes: #386579)
4343 * Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: #471276)
4344 * Better documentation on using both APT::Default-Release and
4345 /etc/apt/preferences (thanks to Ingo Saitz, closes: #145575)
4348 * doc/apt-cache.8.xml:
4349 - add missing citerefentry
4351 -- Michael Vogt <mvo@debian.org> Fri, 10 Oct 2008 23:44:50 +0200
4353 apt (0.7.15) unstable; urgency=low
4355 * Upload to unstable
4357 -- Michael Vogt <mvo@debian.org> Sun, 05 Oct 2008 13:23:47 +0200
4359 apt (0.7.15~exp3) experimental; urgency=low
4362 * apt-pkg/deb/dpkgpm.cc:
4363 - Store the trigger state descriptions in a way that does not break
4364 the ABI. The approach taken makes the search for a string O(n) rather
4365 than O(lg(n)), but since n == 4, I do not consider this a major
4366 concern. If it becomes a concern, we can sort the static array and
4367 use std::equal_range(). (Closes: #499322)
4370 * apt-pkg/packagemanager.cc, apt-pkg/deb/dpkgpm.cc:
4371 - move the state file writting into the Go() implementation
4372 of dpkgpm (closes: #498799)
4373 * apt-pkg/algorithms.cc:
4374 - fix simulation performance drop (thanks to Ferenc Wagner
4375 for reporting the issue)
4377 -- Michael Vogt <mvo@debian.org> Wed, 01 Oct 2008 18:09:49 +0200
4379 apt (0.7.15~exp2) experimental; urgency=low
4382 * apt-pkg/pkgcachegen.cc:
4383 - do not add multiple identical descriptions for the same
4384 language (closes: #400768)
4386 [ Program translations ]
4387 * Catalan updated. Closes: #499462
4389 -- Michael Vogt <mvo@debian.org> Tue, 23 Sep 2008 07:29:59 +0200
4391 apt (0.7.15~exp1) experimental; urgency=low
4393 [ Christian Perrier ]
4394 * Fix typo in cron.daily script. Closes: #486179
4396 [ Program translations ]
4397 * Traditional Chinese updated. Closes: #488526
4398 * German corrected and completed. Closes: #490532, #480002, #498018
4400 * Bulgarian updated. Closes: #492473
4401 * Slovak updated. Closes: #492475
4402 * Galician updated. Closes: #492794
4403 * Japanese updated. Closes: #492975
4404 * Fix missing space in Greek translation. Closes: #493922
4406 * Brazilian Portuguese updated.
4407 * Basque updated. Closes: #496754
4408 * Romanian updated. Closes: #492773, #488361
4409 * Portuguese updated. Closes: #491790
4410 * Simplified Chinese updated. Closes: #489344
4411 * Norwegian Bokmål updated. Closes: #480022
4412 * Czech updated. Closes: #479628, #497277
4413 * Korean updated. Closes: #464515
4414 * Spanish updated. Closes: #457706
4415 * Lithuanian added. Closes: #493328
4416 * Swedish updated. Closes: #497496
4417 * Vietnamese updated. Closes: #497893
4418 * Portuguese updated. Closes: #498411
4419 * Greek updated. Closes: #498687
4423 * merge patch that enforces stricter https server certificate
4424 checking (thanks to Arnaud Ebalard, closes: #485960)
4425 * allow per-mirror specific https settings
4426 (thanks to Arnaud Ebalard, closes: #485965)
4427 * add doc/examples/apt-https-method-example.cof
4428 (thanks to Arnaud Ebalard, closes: #485964)
4429 * apt-pkg/depcache.cc:
4430 - when checking for new important deps, skip critical ones
4432 * improve apt progress reporting, display trigger actions
4433 * add DPkg::NoTriggers option so that applications that call
4434 apt/aptitude (like the installer) defer trigger processing
4435 (thanks to Joey Hess)
4437 - add examples/apt-https-method-example.conf
4439 -- Michael Vogt <mvo@debian.org> Tue, 16 Sep 2008 21:27:03 +0200
4441 apt (0.7.14ubuntu7) jaunty; urgency=low
4443 * cmdline/apt-cache.cc:
4444 - remove the gettext from a string that consists entirely
4445 of variables (LP: #56792)
4446 * apt-pkg/deb/dpkgpm.cc:
4447 - fix potential hang when in a backgroud process group
4449 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 28 Oct 2008 21:09:12 +0100
4451 apt (0.7.14ubuntu6) intrepid; urgency=low
4453 * debian/apt.conf.autoremove:
4454 - remove "linux-image" (and friends) from the auto-remove
4455 blacklist. we have the kernel fallback infrastructure now
4456 in intrepid (thanks to BenC)
4457 * apt-pkg/indexcopy.cc:
4458 - support having CDs with no Packages file (just a Packages.gz)
4459 by not forcing a verification on non-existing files
4461 * apt-pkg/deb/dpkgpm.cc:
4462 - improve the filtering for duplicated apport reports (thanks
4463 to seb128 for pointing that problem out)
4464 - do not report disk full errors from dpkg via apport
4466 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 07 Aug 2008 16:28:05 +0200
4468 apt (0.7.14ubuntu5) intrepid; urgency=low
4470 * fix various -Wall warnings
4471 * make "apt-get build-dep" installed packages marked automatic
4472 by default. This can be changed by setting the value of
4473 APT::Get::Build-Dep-Automatic to false (thanks to Aaron
4474 Haviland, closes: #44874, LP: #248268)
4476 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 06 Aug 2008 14:00:51 +0200
4478 apt (0.7.14ubuntu4) intrepid; urgency=low
4481 * apt-pkg/deb/dpkgpm.cc:
4482 - fix uninitialized variable that caused no apport reports
4483 to be written sometimes (thanks to Matt Zimmerman)
4484 * merge patch that enforces stricter https server certificate
4485 checking (thanks to Arnaud Ebalard, closes: #485960)
4486 * allow per-mirror specific https settings
4487 (thanks to Arnaud Ebalard, closes: #485965)
4488 * add doc/examples/apt-https-method-example.cof
4489 (thanks to Arnaud Ebalard, closes: #485964)
4490 * add DPkg::NoTriggers option so that applications that call
4491 apt/aptitude (like the installer) defer trigger processing
4492 (thanks to Joey Hess)
4493 * document --install-recommends and --no-install-recommends
4494 (thanks to Dereck Wonnacott, LP: #126180)
4496 [ Dereck Wonnacott ]
4497 * apt-ftparchive might write corrupt Release files (LP: #46439)
4498 * Apply --important option to apt-cache depends (LP: #16947)
4500 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 05 Aug 2008 10:10:49 +0200
4502 apt (0.7.14ubuntu3) intrepid; urgency=low
4505 * Apply patch to avoid truncating of arbitrary files. Thanks to Bryan
4506 Donlan <bdonlan@fushizen.net> for the patch. Closes: #482476
4507 * Avoid using dbus if dbus-daemon isn't running. Closes: #438803
4510 * apt-pkg/deb/dpkgpm.cc:
4511 - improve apt progress reporting, display trigger actions
4512 * apt-pkg/depcache.cc:
4513 - when checking for new important deps, skip critical ones
4516 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 03 Jun 2008 17:27:07 +0200
4518 apt (0.7.14ubuntu2) intrepid; urgency=low
4521 - fix FTBFS by adding missing intltool dependency
4523 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 09 May 2008 13:50:22 +0200
4525 apt (0.7.14) unstable; urgency=low
4527 [ Christian Perrier ]
4528 * Mark a message from dselect backend as translatable
4529 Thanks to Frédéric Bothamy for the patch
4532 [ Program translations ]
4533 * Simplified Chinese updated. Closes: #473360
4534 * Catalan fixes. Closes: #387141
4535 * Typo fix in Greek translation. Closes: #479122
4537 * Thai updated. Closes: #479313
4538 * Italian updated. Closes: #479326
4539 * Polish updated. Closes: #479342
4540 * Bulgarian updated. Closes: #479379
4541 * Finnish updated. Closes: #479403
4542 * Korean updated. Closes: #479426
4543 * Basque updated. Closes: #479452
4544 * Vietnamese updated. Closes: #479748
4545 * Russian updated. Closes: #479777, #499029
4546 * Galician updated. Closes: #479792
4547 * Portuguese updated. Closes: #479847
4548 * Swedish updated. Closes: #479871
4549 * Dutch updated. Closes: #480125
4550 * Kurdish added. Closes: #480150
4551 * Brazilian Portuguese updated. Closes: #480561
4552 * Hungarian updated. Closes: #480662
4555 * Apply patch to avoid truncating of arbitrary files. Thanks to Bryan
4556 Donlan <bdonlan@fushizen.net> for the patch. Closes: #482476
4557 * Avoid using dbus if dbus-daemon isn't running. Closes: #438803
4560 * debian/apt.cron.daily:
4561 - apply patch based on the ideas of Francesco Poli for better
4562 behavior when the cache can not be locked (closes: #459344)
4564 -- Michael Vogt <mvo@debian.org> Wed, 28 May 2008 15:19:12 +0200
4566 apt (0.7.13) unstable; urgency=low
4569 * Add missing build-depends back from build-depends-indep field.
4571 * Make cron script quiet if cache is locked. Thanks to Ted Percival
4572 <ted@midg3t.net> for the patch. Closes: #459344
4573 * Add timeout support for https. Thanks to Andrew Martens
4574 <andrew.martens@strangeloopnetworks.com> for the patch.
4576 [ Goswin von Brederlow ]
4577 * Add support for --no-download on apt-get update. Closes: #478517
4579 [ Program translations ]
4580 - Vietnamese updated. Closes: #479008
4582 -- Otavio Salvador <otavio@debian.org> Fri, 02 May 2008 14:46:00 -0300
4584 apt (0.7.12) unstable; urgency=low
4588 - add support for a master-keyring that contains signing keys
4589 that can be used to sign the archive signing keys. This should
4590 make key-rollover easier.
4591 * apt-pkg/deb/dpkgpm.cc:
4592 - merged patch from Kees Cook to fix anoying upper-case display
4594 * apt-pkg/algorithms.cc:
4595 - add APT::Update::Post-Invoke-Success script slot
4596 - Make the breaks handling use the kill list. This means, that a
4597 Breaks: Pkg (<< version) may put Pkg onto the remove list.
4598 * apt-pkg/deb/debmetaindex.cc:
4599 - add missing "Release" file uri when apt-get update --print-uris
4601 * methods/connect.cc:
4602 - remember hosts with Resolve failures or connect Timeouts
4603 * cmdline/apt-get.cc:
4604 - fix incorrect help output for -f (LP: #57487)
4605 - do two passes when installing tasks, first ignoring dependencies,
4606 then resolving them and run the problemResolver at the end
4607 so that it can correct any missing dependencies
4608 * debian/apt.cron.daily:
4609 - sleep random amount of time (default within 0-30min) before
4610 starting the upate to hit the mirrors less hard
4611 * doc/apt_preferences.5.xml:
4613 * added debian/README.source
4615 [ Christian Perrier ]
4616 * Fix typos in manpages. Thanks to Daniel Leidert for the fixes
4618 * Fix syntax/copitalisation in some messages. Thanks to Jens Seidel
4619 for pointing this and providing the patch.
4621 * Fix Polish offline translation. Thanks to Robert Luberda for the patch
4622 and apologies for applying it very lately. Closes: #337758
4623 * Fix typo in offline.sgml. Closes: #412900
4625 [ Program translations ]
4626 - German updated. Closes: #466842
4628 - Polish updated. Closes: #469581
4629 - Slovak updated. Closes: #471341
4631 - Bulgarian updated. Closes: #448492
4632 - Galician updated. Closes: #476839
4635 * apt-pkg/depcache.cc:
4636 - Patch MarkInstall to follow currently satisfied Recommends even
4637 if they aren't "new", so that we automatically force upgrades
4638 when the version of a Recommends has been tightened. (Closes: #470115)
4639 - Enable more complete debugging information when Debug::pkgAutoRemove
4641 * apt-pkg/contrib/configuration.cc
4642 - Lift the 1024-byte limit on lines in configuration files.
4643 (Closes: #473710, #473874)
4644 * apt-pkg/contrib/strutl.cc:
4645 - Lift the 64000-byte limit on individual messages parsed by ReadMessages.
4648 - Add missing Build-Depends-Indep on xsltproc, docbook-xsl, and xmlto.
4650 -- Daniel Burrows <dburrows@debian.org> Sat, 26 Apr 2008 12:24:35 -0700
4652 apt (0.7.11) unstable; urgency=critical
4654 [ Raise urgency to critical since it fixes a critical but for Debian
4655 Installer Lenny Beta1 release ]
4657 [ Program translations ]
4658 - Vietnamese updated. Closes: #460825
4659 - Basque updated. Closes: #461166
4660 - Galician updated. Closes: #461468
4661 - Portuguese updated. Closes: #464575
4662 - Korean updated. Closes: #448430
4663 - Simplified Chinese updated. Closes: #465866
4666 * Applied patch from Robert Millan <rmh@aybabtu.com> to fix the error
4667 message when gpgv isn't installed, closes: #452640.
4668 * Fix regression about APT::Get::List-Cleanup setting being ignored,
4671 -- Otavio Salvador <otavio@debian.org> Thu, 17 Jan 2008 22:36:46 -0200
4673 apt (0.7.10) unstable; urgency=low
4676 * Applied patch from Mike O'Connor <stew@vireo.org> to add a manpage to
4677 apt-mark, closes: #430207.
4678 * Applied patch from Andrei Popescu <andreimpopescu@gmail.com> to add a
4679 note about some frontends in apt.8 manpage, closes: #438545.
4680 * Applied patch from Aurelien Jarno <aurel32@debian.org> to avoid CPU
4681 getting crazy when /dev/null is redirected to stdin (which breaks
4682 buildds), closes: #452858.
4683 * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix building
4684 with newest dpkg-shlibdeps changing the packaging building order and a
4685 patch from Robert Millan <rmh@aybabtu.com> to fix parallel building,
4687 * Applied patch from Alexander Winston <alexander.winston@comcast.net>
4688 to use 'min' as symbol for minute, closes: #219034.
4689 * Applied patch from Amos Waterland <apw@us.ibm.com> to allow apt to
4690 work properly in initramfs, closes: #448316.
4691 * Applied patch from Robert Millan <rmh@aybabtu.com> to make apt-key and
4692 apt-get to ignore time conflicts, closes: #451328.
4693 * Applied patch from Peter Eisentraut <peter_e@gmx.net> to fix a
4694 grammatical error ("manual installed" -> "manually installed"),
4696 * Fix cron.daily job to not call fail if apt isn't installed, closes:
4698 * Fix compilation warnings in apt-pkg/cdrom.cc and
4699 apt-pkg/contrib/configuration.cc.
4700 * Fix typo in debian/copyright file ("licened" instead of "licensed"),
4703 [ Program translations ]
4704 - Basque updated. Closes: #453088
4705 - Vietnamese updated. Closes: #453774, #459013
4706 - Japanese updated. Closes: #456909
4707 - Simplified Chinese updated. Closes: #458039
4709 - Norwegian Bokmål updated. Closes: #457917
4713 - fix https install location
4714 * debian/apt.conf.daily:
4715 - print warning if the cache can not be locked (closes: #454561),
4716 thanks to Bastian Kleineidam
4718 - remove cruft code that caused timestamp/I-M-S issues
4719 * ftparchive/contents.cc:
4721 * apt-pkg/acquire-item.{cc,h}:
4722 - make the authentication download code more robust against
4723 servers/proxies with broken If-Range implementations
4724 * apt-pkg/packagemanager.{cc,h}:
4725 - propergate the Immediate flag to make hitting the
4726 "E: Internal Error, Could not perform immediate configuration (2)"
4729 - build against libdb-dev (instead of libdb4.4-dev)
4730 * merged the apt--DoListUpdate branch, this provides a common interface
4731 for "apt-get update" like operations for the frontends and also provides
4732 hooks to run stuff in APT::Update::{Pre,Post}-Invoke
4735 * ftparchive/contents.cc:
4736 - support lzma data members
4737 * ftparchive/multicompress.cc:
4738 - support lzma output
4741 * apt-pkg/contrib/configuration.cc:
4742 - if RootDir is set, then FindFile and FindDir will return paths
4743 relative to the directory stored in RootDir, closes: #456457.
4745 [ Christian Perrier ]
4746 * Fix wording for "After unpacking...". Thanks to Michael Gilbert
4747 for the patch. Closes: #260825
4749 -- Michael Vogt <mvo@debian.org> Mon, 07 Jan 2008 21:40:47 +0100
4751 apt (0.7.9ubuntu17) hardy-proposed; urgency=low
4753 * apt-pkg/acquire-item.cc:
4754 - fix signaure removal on transient network failures LP: #220627
4755 (thanks to Scott James Remnant)
4757 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 22 Apr 2008 16:32:49 +0200
4759 apt (0.7.9ubuntu16) hardy; urgency=low
4762 - only check against master-keys in net-update to not break
4763 custom CDs (thanks to Colin Watson)
4765 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 08 Apr 2008 14:17:14 +0200
4767 apt (0.7.9ubuntu15) hardy; urgency=low
4769 * cmdline/apt-get.cc:
4770 - do two passes when installing tasks, first ignoring dependencies,
4771 then resolving them and run the problemResolver at the end
4772 so that it can correct any missing dependencies. This should
4773 fix livecd building for kubuntu (thanks to Jonathan Riddell
4774 for reporting the problem)
4776 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 13 Mar 2008 23:25:45 +0100
4778 apt (0.7.9ubuntu14) hardy; urgency=low
4780 * cmdline/apt-get.cc:
4781 - fix incorrect help output for -f (LP: #57487)
4782 - run the problemResolver after a task was installed
4783 so that it can correct any missing dependencies
4784 * typo fixes (LP: #107960)
4786 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 11 Mar 2008 21:46:07 +0100
4788 apt (0.7.9ubuntu13) hardy; urgency=low
4790 [ Lionel Porcheron ]
4791 * debian/apt.cron.daily:
4792 - only call gconftool if gcontool is installed (LP: #194281)
4795 * doc/apt_preferences.5.xml:
4796 - fix typo (LP: #150900)
4797 * doc/example/sources.list:
4798 - updated for hardy (LP: #195879)
4799 * debian/apt.cron.daily:
4800 - sleep random amount of time (default within 0-30min) before
4801 starting the upate to hit the mirrors less hard
4803 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 04 Mar 2008 15:35:09 +0100
4805 apt (0.7.9ubuntu12) hardy; urgency=low
4807 * debian/apt.cron.daily:
4808 - use admin user proxy settings
4809 * cmdline/apt-get.cc:
4810 - fix task installation (thanks to Colin Watson)
4812 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 21 Feb 2008 15:07:44 +0100
4814 apt (0.7.9ubuntu11) hardy; urgency=low
4816 * apt-pkg/algorithms.cc:
4817 - add APT::Update::Post-Invoke-Success script slot
4820 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Jan 2008 12:06:12 +0100
4822 apt (0.7.9ubuntu10) hardy; urgency=low
4825 - add "net-update" command that fetches the
4826 ubuntu-archive-keyring.gpg and add keys from it that are
4827 signed by the ubuntu-master-keyring.gpg
4828 (apt-archive-key-signatures spec)
4829 * debian/apt.cron.daily:
4830 - add apt-key net-update to the nightly cron job
4832 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 13 Feb 2008 15:50:28 +0100
4834 apt (0.7.9ubuntu9) hardy; urgency=low
4836 * fix FTBFS due to incorrect intltool build-depends
4838 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 11 Feb 2008 16:04:37 +0100
4840 apt (0.7.9ubuntu8) hardy; urgency=low
4842 * share/apt-auth-failure.note:
4843 - show update-notifier note if the nightly update fails with a
4844 authentication failure (apt-authentication-reliability spec)
4846 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 11 Feb 2008 14:04:56 +0100
4848 apt (0.7.9ubuntu7) hardy; urgency=low
4850 * methods/connect.cc:
4851 - remember hosts with Resolve failures or connect Timeouts
4852 see https://wiki.ubuntu.com/NetworklessInstallationFixes
4854 - fix bug in the new apt-key update code that imports only
4855 keys signed with the master key (thanks to cjwatson)
4857 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 08 Feb 2008 11:38:35 +0100
4859 apt (0.7.9ubuntu6) hardy; urgency=low
4862 - add support for a master-keyring that contains signing keys
4863 that can be used to sign the archive signing keys. This should
4864 make key-rollover easier.
4865 * apt-pkg/deb/dpkgpm.cc:
4866 - merged patch from Kees Cook to fix anoying upper-case display
4868 * apt-pkg/algorithms.cc:
4869 - add APT::Update::Post-Invoke-Success script slot
4870 - Make the breaks handling use the kill list. This means, that a
4871 Breaks: Pkg (<< version) may put Pkg onto the remove list.
4872 * apt-pkg/deb/dpkgpm.cc:
4873 - add APT::Apport::MaxReports to limit the maximum number
4874 of reports generated in a single run (default to 3)
4875 * apt-pkg/deb/debmetaindex.cc:
4876 - add missing "Release" file uri when apt-get update --print-uris
4879 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 04 Feb 2008 14:28:02 +0100
4881 apt (0.7.9ubuntu5) hardy; urgency=low
4883 * Merged apt-authentication-reliabilty branch. This means
4884 that apt will refuse to update and use the old lists if
4885 the authentication of a repository that used to be
4886 authenticated fails. See
4887 https://wiki.ubuntu.com/AptAuthenticationReliability
4890 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 16 Jan 2008 10:36:10 +0100
4892 apt (0.7.9ubuntu4) hardy; urgency=low
4894 * apt-pkg/algorithms.cc:
4895 - Since APT::Get::List-Cleanup and APT::List-Cleanup both default to
4896 true, the effect of the compatibility code was to require both of them
4897 to be set to false in order to disable list cleanup; this broke the
4898 installer. Instead, disable list cleanup if either of them is set to
4901 -- Colin Watson <cjwatson@ubuntu.com> Wed, 09 Jan 2008 22:34:37 +0000
4903 apt (0.7.9ubuntu3) hardy; urgency=low
4905 * merged the apt--DoListUpdate branch, this provides a common interface
4906 for "apt-get update" like operations for the frontends and also provides
4907 hooks to run stuff in APT::Update::{Pre,Post}-Invoke
4909 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 07 Jan 2008 19:02:11 +0100
4911 apt (0.7.9ubuntu2) hardy; urgency=low
4914 * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix building
4915 with newest dpkg-shlibdeps changing the packaging building order and a
4916 patch from Robert Millan <rmh@aybabtu.com> to fix parallel building,
4918 * Applied patch from Alexander Winston <alexander.winston@comcast.net>
4919 to use 'min' as symbol for minute, closes: #219034.
4920 * Applied patch from Amos Waterland <apw@us.ibm.com> to allow apt to
4921 work properly in initramfs, closes: #448316.
4922 * Applied patch from Robert Millan <rmh@aybabtu.com> to make apt-key and
4923 apt-get to ignore time conflicts, closes: #451328.
4924 * Applied patch from Peter Eisentraut <peter_e@gmx.net> to fix a
4925 grammatical error ("manual installed" -> "manually installed"),
4927 * Fix cron.daily job to not call fail if apt isn't installed, closes:
4931 * apt-pkg/contrib/configuration.cc:
4932 - if RootDir is set, then FindFile and FindDir will return paths
4933 relative to the directory stored in RootDir, closes: #456457.
4935 [ Christian Perrier ]
4936 * Fix wording for "After unpacking...". Thans to Michael Gilbert
4937 for the patch. Closes: #260825
4939 [ Program translations ]
4940 - Vietnamese updated. Closes: #453774
4941 - Japanese updated. Closes: #456909
4945 * apt-pkg/packagemanager.{cc,h}:
4946 - propergate the Immediate flag to make hitting the
4947 "E: Internal Error, Could not perform immediate configuration (2)"
4948 harder. (LP: #179247)
4949 * debian/apt.conf.daily:
4950 - print warning if the cache can not be locked (closes: #454561),
4951 thanks to Bastian Kleineidam
4953 - build against libdb-dev (instead of libdb4.4-dev)
4955 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 03 Jan 2008 11:31:45 +0100
4957 apt (0.7.9ubuntu1) hardy; urgency=low
4959 * merged from http://bzr.debian.org/apt/apt/debian-sid/, remaining
4961 - mirror download method (pending merge with debian)
4962 - no pdiff download by default (unsuitable for ubuntu)
4963 - no recommends-by-default yet
4964 - add "Original-Maintainer" field to tagfile
4965 - show warning on apt-get source if the package is maintained
4966 in a VCS (pedinging merge with debian)
4967 - use ubuntu-archive keyring instead of debians one
4968 - support metapackages section for autoremoval
4969 - debian maintainer field change
4970 - send ubuntu string in user-agent
4972 * Changes from the debian-sid bzr branch (but not uploaded to debian
4976 * Applied patch from Mike O'Connor <stew@vireo.org> to add a manpage to
4977 apt-mark, closes: #430207.
4978 * Applied patch from Andrei Popescu <andreimpopescu@gmail.com> to add a
4979 note about some frontends in apt.8 manpage, closes: #438545.
4980 * Applied patch from Aurelien Jarno <aurel32@debian.org> to avoid CPU
4981 getting crazy when /dev/null is redirected to stdin (which breaks
4982 buildds), closes: #452858.
4984 [ Program translations ]
4985 - Basque updated. Closes: #453088
4989 - fix https install location
4991 - remove cruft code that caused timestamp/I-M-S issues
4992 * ftparchive/contents.cc:
4994 * methods/mirror.{cc,h}:
4995 - only update mirror list on IndexFile updates
4996 * apt-pkg/acquire-item.{cc,h}:
4997 - make the authentication download code more robust against
4998 servers/proxies with broken If-Range implementations
5000 - build against libdb-dev (instead of libdb4.4-dev)
5001 * merged the apt--DoListUpdate branch, this provides a common interface
5002 for "apt-get update" like operations for the frontends and also provides
5003 hooks to run stuff in APT::Update::{Pre,Post}-Invoke
5006 * ftparchive/contents.cc:
5007 - support lzma data members
5008 * ftparchive/multicompress.cc:
5009 - support lzma output
5011 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 13 Dec 2007 14:46:27 +0100
5013 apt (0.7.9) unstable; urgency=low
5015 [ Christian Perrier ]
5016 * Add several languages to LINGUAS and, therefore, really ship the relevant
5018 Arabic, Dzongkha, Khmer, Marathi, Nepali, Thai
5019 Thanks to Theppitak Karoonboonyanan for checking this out. Closes: #448321
5021 [ Program translations ]
5022 - Korean updated. Closes: #448430
5023 - Galician updated. Closes: #448497
5027 * Fix configure script to check for CURL library and headers presense.
5028 * Applied patch from Brian M. Carlson <sandals@crustytoothpaste.ath.cx>
5029 to add backward support for arches that lacks pselect support,
5031 * Umount CD-ROM when calling apt-cdrom ident, except when called with
5032 -m, closes: #448521.
5034 -- Otavio Salvador <otavio@debian.org> Wed, 31 Oct 2007 13:37:26 -0200
5036 apt (0.7.8) unstable; urgency=low
5038 * Applied patch from Daniel Leidert <daniel.leidert@wgdd.de> to fix
5039 APT::Acquire::Translation "none" support, closes: #437523.
5040 * Applied patch from Daniel Burrows <dburrows@debian.org> to add support
5041 for the Homepage field (ABI break), closes: #447970.
5042 * Applied patch from Frans Pop <elendil@planet.nl> to fix a trailing
5043 space after cd label, closes: #448187.
5045 -- Otavio Salvador <otavio@debian.org> Fri, 26 Oct 2007 18:20:13 -0200
5047 apt (0.7.7) unstable; urgency=low
5050 * apt-inst/contrib/extracttar.cc:
5051 - fix fd leak for zero size files (thanks to Bill Broadley for
5053 * apt-pkg/acquire-item.cc:
5054 - remove zero size files on I-M-S hit
5056 - only send LastModified if we actually have a file
5057 - send range request with if-range
5058 - delete failed downloads
5059 - delete zero size I-M-S hits
5060 * apt-pkg/deb/dpkgpm.{cc,h}:
5061 - merged dpkg-log branch, this lets you specify a
5062 Dir::Log::Terminal file to log dpkg output to
5064 - fix parse error when dpkg sends unexpected data
5065 * merged apt--sha256 branch to fully support the new
5066 sha256 checksums in the Packages and Release files
5068 * apt-pkg/pkgcachegen.cc:
5069 - increase default mmap size
5071 - added local repository testcase
5072 * apt-pkg/acquire.cc:
5073 - increase MaxPipeDepth for the internal worker<->method
5074 communication to 1000 for the debtorrent backend
5075 * make apt build with g++ 4.3
5076 * fix missing SetExecClose() call when the status-fd is used
5077 * debian/apt.cron.daily:
5078 - move unattended-upgrade before apt-get autoclean
5079 * fix "purge" commandline argument, closes: #133421
5080 (thanks to Julien Danjou for the patch)
5081 * cmdline/apt-get.cc:
5082 - do not change the auto-installed information if a package
5084 * apt-pkg/acquire-item.cc:
5085 - fix crash in diff acquire code
5087 - Fix chmoding after have renamed the extended-states file (LP: #140019)
5088 (thanks to Laurent Bigonville)
5089 * apt-pkg/depcache.cc:
5090 - set "APT::Install-Recommends" to true by default (OMG!)
5091 * debian/apt.cron.daily:
5092 - only run the cron job if apt-get check succeeds (LP: #131719)
5094 [ Program translations ]
5096 - Basque updated. Closes: #436425
5097 - Fix the zh_CN translator's name in debian/changelog for 0.7.2
5099 - Vietnamese updated. Closes: #440611
5100 - Danish updated. Closes: #441102
5101 - Thai added. Closes: #442833
5103 - Galician updated. Closes: #446626
5106 * Add hash support to copy method. Thanks Anders Kaseorg by the patch
5108 * Reset curl options and timestamp between downloaded files. Thanks to
5109 Ryan Murray <rmurray@debian.org> for the patch (closes: #437150)
5110 * Add support to apt-key to export keys to stdout. Thanks to "Dwayne
5111 C. Litzenberger" <dlitz@dlitz.net> for the patch (closes: #441942)
5112 * Fix compilation warnings:
5113 - apt-pkg/indexfile.cc: conversion from string constant to 'char*';
5114 - apt-pkg/acquire-item.cc: likewise;
5115 - apt-pkg/cdrom.cc: '%lu' expects 'long unsigned int', but argument
5117 - apt-pkg/deb/dpkgpm.cc: initialization order and conversion from
5118 string constant to 'char*';
5119 - methods/gpgv.cc: conversion from string constant to 'char*';
5120 - methods/ftp.cc: likewise;
5121 - cmdline/apt-extracttemplates.cc: likewise;
5122 - apt-pkg/deb/debmetaindex.cc: comparison with string literal results
5123 in unspecified behaviour;
5124 * cmdline/apt-get.cc: adds 'autoremove' as a valid comment to usage
5125 statement of apt-get (closes: #445468).
5126 * cmdline/apt-get.cc: really applies Julien Danjou <acid@debian.org>
5127 patch to add 'purge' command line argument (closes: #133421).
5130 * dpkg-triggers: Deal properly with new package states.
5133 * apt-pkg/contrib/mmap.cc:
5134 - don't fail if msync() returns > 0
5136 -- Michael Vogt <mvo@debian.org> Tue, 23 Oct 2007 14:58:03 +0200
5138 apt (0.7.6ubuntu14.1) gutsy-proposed; urgency=low
5141 * apt-pkg/deb/dpkgpm.{cc,h}:
5142 - give up timeslice on EIO error in read from master terminal
5143 * debian/apt.cron.daily:
5144 - only run the cron job if apt-get check succeeds (LP: #131719)
5147 * apt-pkg/deb/dpkgpm.{cc,h}:
5148 - rewrite dpkgpm.cc to use pselect() instead of select()
5149 to block signals during select() (LP: #134858)
5151 -- Michael Vogt <michael.vogt@ubuntu.com> Sat, 20 Oct 2007 07:51:12 +0200
5153 apt (0.7.6ubuntu14) gutsy; urgency=low
5155 * apt-pkg/deb/dpkgpm.cc:
5156 - fix resource leak (LP: #148806)
5158 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 15 Oct 2007 20:57:44 +0200
5160 apt (0.7.6ubuntu13) gutsy; urgency=low
5162 * apt-pkg/deb/dpkgpm.cc:
5163 - fix crash in WriteApportReport (LP: #144537)
5164 * apt-pkg/acquire-item.cc
5165 - fix disappearing local Packages.gz file (LP: #131166)
5167 - fix off-by-one error I-M-S handling
5168 - cleanup after I-M-S hit
5170 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 09 Oct 2007 01:48:26 +0200
5172 apt (0.7.6ubuntu12) gutsy; urgency=low
5176 - Fix chmoding after have renamed the extended-states file
5177 (thanks to Laurent Bigonville, LP: #140019)
5178 * apt-pkg/deb/debmetaindex.cc: comparison with string literal results
5179 in unspecified behaviour;
5180 * Reset curl options and timestamp between downloaded files. Thanks to
5181 Ryan Murray <rmurray@debian.org> for the patch
5184 * Have 'cron.daily/apt' send D-Bus doesn't exist error messages
5185 to the bit bucket. Thanks to 'dasdda'. (LP: #115397)
5187 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 03 Oct 2007 02:17:45 +0200
5189 apt (0.7.6ubuntu11) gutsy; urgency=low
5191 * apt-pkg/contrib/mmap.cc:
5192 - don't fail if msync() returns > 0 (LP: #144001)
5194 -- Colin Watson <cjwatson@ubuntu.com> Sat, 22 Sep 2007 21:39:29 +0100
5196 apt (0.7.6ubuntu10) gutsy; urgency=low
5198 * apt-pkg/deb/dpkgpm.cc:
5199 - fix parse error when dpkg sends unexpected data
5201 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 18 Sep 2007 17:25:09 +0100
5203 apt (0.7.6ubuntu9) gutsy; urgency=low
5205 * apt-pkg/deb/dpkgpm.cc:
5206 - fix progress reporting precent calculation (LP: #137798)
5207 * make apt build with g++ 4.3
5208 * fix missing SetExecClose() call when the status-fd is used
5210 * debian/apt.cron.daily:
5211 - move unattended-upgrade before apt-get autoclean
5212 * fix "purge" commandline argument, closes LP: #125733
5213 (thanks to Julien Danjou for the patch)
5214 * cmdline/apt-get.cc:
5215 - do not change the auto-installed information if a package
5216 is reinstalled (LP: #139448)
5218 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 11 Sep 2007 20:55:00 +0200
5220 apt (0.7.6ubuntu8) gutsy; urgency=low
5222 * apt-pkg/deb/dpkgpm.{cc,h}:
5223 - fix bug in dpkg log writing when a signal is caught during
5224 select() (LP: #134858)
5225 - write end marker in the log as well
5227 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 05 Sep 2007 15:03:46 +0200
5229 apt (0.7.6ubuntu7) gutsy; urgency=low
5231 * reupload to fix FTBFS
5233 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 16 Aug 2007 19:44:20 +0200
5235 apt (0.7.6ubuntu6) gutsy; urgency=low
5237 * dpkg-triggers: Deal properly with new package states.
5239 -- Ian Jackson <iwj@ubuntu.com> Wed, 15 Aug 2007 20:44:37 +0100
5241 apt (0.7.6ubuntu5) UNRELEASED; urgency=low
5243 * apt-pkg/acquire-item.cc:
5244 - fix file removal on local repo i-m-s hit (LP: #131166)
5246 - added regression test for this bug
5248 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 09 Aug 2007 12:34:07 +0200
5250 apt (0.7.6ubuntu4) gutsy; urgency=low
5252 * cmdline/apt-get.cc:
5253 - remove YnPrompt when a XS-Vcs- tag is found, improve the
5254 notice (LP: #129575)
5256 - take hashes here too
5257 * apt-pkg/acquire-worker.cc:
5258 - only pass on computed hash if we recived one from the method
5260 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 08 Aug 2007 19:30:29 +0200
5262 apt (0.7.6ubuntu3) gutsy; urgency=low
5264 * apt-pkg/deb/dpkgpm.cc:
5265 - fix packagename extraction when writting apport reports
5266 * apt-pkg/pkgcachegen.cc:
5267 - increase default mmap size (LP: #125640)
5269 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 07 Aug 2007 09:52:00 +0200
5271 apt (0.7.6ubuntu2) gutsy; urgency=low
5273 * doc/examples/sources.list:
5274 - change example source to gutsy
5275 * apt-pkg/deb/dpkgpm.cc:
5276 - do not break if no /dev/pts is available
5278 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 06 Aug 2007 15:17:57 +0200
5280 apt (0.7.6ubuntu1) gutsy; urgency=low
5283 * apt-inst/contrib/extracttar.cc:
5284 - fix fd leak for zero size files (thanks to Bill Broadley for
5286 * apt-pkg/acquire-item.cc:
5287 - remove zero size files on I-M-S hit
5289 - only send LastModified if we actually have a file
5290 - send range request with if-range
5291 - delete failed downloads
5292 (thanks to Thom May for his help here)
5293 - delete zero size I-M-S hits
5294 * apt-pkg/deb/dpkgpm.{cc,h}:
5295 - merged dpkg-log branch, this lets you specify a
5296 Dir::Log::Terminal file to log dpkg output to
5298 - when writting apport reports, attach the dpkg
5300 * merged apt--sha256 branch to fully support the new
5301 sha256 checksums in the Packages and Release files
5303 * apt-pkg/pkgcachegen.cc:
5304 - increase default mmap size
5306 - added local repository testcase
5307 * make apt build with g++ 4.3
5308 * fix missing SetExecClose() call when the status-fd is used
5309 * debian/apt.cron.daily:
5310 - move unattended-upgrade before apt-get autoclean
5311 * fix "purge" commandline argument, closes: #133421
5312 (thanks to Julien Danjou for the patch)
5313 * cmdline/apt-get.cc:
5314 - do not change the auto-installed information if a package
5317 - Fix chmoding after have renamed the extended-states file (LP: #140019)
5318 (thanks to Laurent Bigonville)
5321 * dpkg-triggers: Deal properly with new package states.
5323 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 02 Aug 2007 11:55:54 +0200
5325 apt (0.7.6) unstable; urgency=low
5327 * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrong
5328 directory downloading on non-linux architectures (closes: #435597)
5330 -- Otavio Salvador <otavio@debian.org> Wed, 01 Aug 2007 19:49:51 -0300
5332 apt (0.7.5) unstable; urgency=low
5335 * Applied patch from Guillem Jover <guillem@debian.org> to use
5336 dpkg-architecture to get the host architecture (closes: #407187)
5337 * Applied patch from Guillem Jover <guillem@debian.org> to add
5338 support to add lzma support (closes: #408201)
5341 * apt-pkg/depcache.cc:
5342 - support a list of sections for:
5343 APT::Install-Recommends-Sections
5344 APT::Never-MarkAuto-Sections
5346 - install lzma symlink method (for full lzma support)
5350 -- Otavio Salvador <otavio@ossystems.com.br> Wed, 25 Jul 2007 20:16:46 -0300
5352 apt (0.7.4ubuntu1) gutsy; urgency=low
5354 * debian/apt.conf.ubuntu, apt.conf.autoremove:
5355 - Change metapackages to {restricted,universe,multiverse}/metapackages
5356 in Install-Recommends-Sections and Never-MarkAuto-Sections
5358 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 26 Jul 2007 10:42:29 +0200
5360 apt (0.7.4) unstable; urgency=low
5363 * cmdline/apt-get.cc:
5364 - fix in the task-install code regexp (thanks to Adam Conrad and
5366 - support task removal too: apt-get remove taskname^
5367 (thanks to Matt Zimmerman reporting this problem)
5370 * Fix a typo on 0.7.3 changelog entry about g++ (7.3 to 4.3)
5371 * Fix compilation warnings:
5372 - apt-pkg/contrib/configuration.cc: wrong argument type;
5373 - apt-pkg/deb/dpkgpm.cc: wrong signess;
5374 - apt-pkg-acquire-item.cc: wrong signess and orderned initializers;
5378 - changed SetupProxy() method to void;
5379 * Simplified HttpMethod::Fetch on http.cc removing Tail variable;
5380 * Fix pipeline handling on http.cc (closes: #413324)
5381 * Fix building to properly support binNMUs. Thanks to Daniel Schepler
5382 <schepler@math.unipd.it> by the patch (closes: #359634)
5383 * Fix example for Install-{Recommends,Suggests} options on
5384 configure-index example file. Thanks to Peter Eisentraut
5385 <peter_e@gmx.net> by the patch (closes: #432223)
5387 [ Christian Perrier ]
5388 * Basque translation update. Closes: ##423766
5389 * Unfuzzy formerly complete translations
5390 * French translation update
5391 * Re-generate PO(T) files
5392 * Spanish translation update
5393 * Swedish translation update
5395 -- Otavio Salvador <otavio@debian.org> Tue, 24 Jul 2007 09:55:50 -0300
5397 apt (0.7.3) unstable; urgency=low
5399 * fixed compile errors with g++ 4.3 (thanks to
5400 Daniel Burrows, closes: #429378)
5401 * fixes in the auto-mark code (thanks to Daniel
5403 * fix FTBFS by changing build-depends to
5404 libcurl4-gnutls-dev (closes: #428363)
5405 * cmdline/apt-get.cc:
5406 - fix InstallTask code when a pkgRecord ends
5407 with a single '\n' (thanks to Soren Hansen for reporting)
5408 * merged from Christian Perrier:
5409 * vi.po: completed to 532t, again. Closes: #429899
5410 * gl.po: completed to 532t. Closes: #429506
5411 * vi.po: completed to 532t. Closes: #428672
5412 * Update all PO and the POT. Gives 514t14f4u for formerly
5413 complete translations
5414 * fr.po: completed to 532t
5415 * ku.po, uk.po, LINGUAS: reintegrate those translations
5416 which disappeared from the BZR repositories
5418 -- Michael Vogt <mvo@debian.org> Sun, 01 Jul 2007 12:31:29 +0200
5420 apt (0.7.2ubuntu7) gutsy; urgency=low
5422 * fix build-dependencies
5423 * fixes in the auto-mark code (thanks to Daniel
5426 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 9 Jul 2007 19:02:54 +0200
5428 apt (0.7.2ubuntu6) gutsy; urgency=low
5431 * cmdline/apt-get.cc:
5432 - make the XS-Vcs-$foo warning more copy'n'paste
5433 friendly (thanks to Matt Zimmerman)
5434 - ignore the Vcs-Browser tag (Fixes LP: #121770)
5435 * debian/apt.conf.autoremove:
5436 - added "linux-ubuntu-modules" to APT::NeverAutoRemove
5439 * Change metapackages to *metapackages in Install-Recommends-Section
5440 and Never-MarkAuto-Section of debian/apt.conf.autoremove, so that
5441 the Recommends of metapackages in universe and multiverse will get
5443 * Also make this change in doc/examples/configure-index.
5444 * Added a Build Dependancies of automake, docbook-xsl, xsltproc, xmlto,
5445 docbook to fix FTBFS.
5446 * Added in previous changelog entries, as those who uploaded did not
5447 actually commit to Bzr.
5449 -- Sarah Hobbs <hobbsee@ubuntu.com> Mon, 09 Jul 2007 01:15:57 +1000
5451 apt (0.7.2ubuntu5) gutsy; urgency=low
5453 * Rerun autoconf to fix the FTBFS.
5455 -- Michael Bienia <geser@ubuntu.com> Fri, 06 Jul 2007 19:17:33 +0200
5457 apt (0.7.2ubuntu4) gutsy; urgency=low
5459 * Rebuild for the libcurl4 -> libcurl3 transition mess.
5461 -- Steve Kowalik <stevenk@ubuntu.com> Fri, 6 Jul 2007 12:44:05 +1000
5463 apt (0.7.2ubuntu3) gutsy; urgency=low
5465 * cmdline/apt-get.cc:
5466 - fix InstallTask code when a pkgRecord ends
5467 with a single '\n' (thanks to Soren Hansen for reporting)
5469 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 27 Jun 2007 13:33:38 +0200
5471 apt (0.7.2ubuntu2) gutsy; urgency=low
5473 * fixed compile errors with g++ 4.3 (thanks to
5474 Daniel Burrows, closes: #429378)
5475 * fix FTFBFS by changing build-depends to
5476 libcurl4-gnutls-dev (closes: #428363)
5478 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 19 Jun 2007 13:47:03 +0200
5480 apt (0.7.2ubuntu1) gutsy; urgency=low
5482 * apt-pkg/deb/dpkgpm.cc:
5483 - apport integration added, this means that a apport
5484 report is written on dpkg failures
5485 * cmdline/apt-get.cc:
5486 - merged http://people.ubuntu.com/~mvo/bzr/apt/xs-vcs-bzr/
5487 this will warn when Vcs- headers are found on apt-get source
5489 * merged from debian/unstable, remaining changes:
5490 - maintainer field changed
5491 - merged the apt--mirror branch
5492 http://people.ubuntu.com/~mvo/bzr/apt/apt--mirror/
5493 - apport reporting on package install/upgrade/remove failure
5494 - support for "Originial-Maintainer" field
5495 - merged apt--xs-vcs-bzr branch
5496 (http://people.ubuntu.com/~mvo/bzr/apt/xs-vcs-bzr/)
5497 - use ubuntu archive keyring by default
5498 - debian/apt.conf.autoremove
5499 + install recommands for section "metapackages"
5500 + do not mark direct dependencies of "metapackages" as autoremoved
5502 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 14 Jun 2007 10:38:36 +0200
5504 apt (0.7.2-0.1) unstable; urgency=low
5506 * Non-maintainer upload.
5507 * Build-depend on libcurl4-gnutls-dev instead of the obsolete
5508 libcurl3-gnutls-dev. Closes: #428363.
5510 -- Steve Langasek <vorlon@debian.org> Thu, 28 Jun 2007 18:46:53 -0700
5512 apt (0.7.2) unstable; urgency=low
5514 * merged the debian/experimental changes back
5515 into the debian/sid branch
5516 * merged from Christian Perrier:
5517 * mr.po: New Marathi translation Closes: #416806
5518 * zh_CN.po: Updated by Kov Chai Closes: #416822
5519 * tl.po: Updated by Eric Pareja Closes: #416638
5520 * gl.po: Updated by Jacobo Tarrio
5522 * da.po: Updated by Claus Hindsgaul
5524 * fr.po: Remove a non-breakable space for usability
5525 issues. Closes: #408877
5526 * ru.po: Updated Russian translation. Closes: #405476
5527 * *.po: Unfuzzy after upstream typo corrections
5528 * buildlib/archtable:
5529 - added support for sh3/sh4 (closes: #424870)
5530 - added support for m32r (closes: #394096)
5531 * buildlib/systemtable:
5532 - added support for lpia
5534 - check systemtable for architecture mapping too
5535 * fix error in AutocleanInterval, closes: #319339
5536 (thanks to Israel G. Lugo for the patch)
5537 * add "purge" commandline argument, closes: #133421)
5538 (thanks to Julien Danjou for the patch)
5539 * add "purge" commandline argument, closes: #133421)
5540 (thanks to Julien Danjou for the patch)
5541 * fix FTBFS with gcc 4.3, closes: #417090
5542 (thanks to Martin Michlmayr for the patch)
5543 * add --dsc-only option, thanks to K. Richard Pixley
5544 * Removed the more leftover #pragma interface/implementation
5545 closes: #306937 (thanks to Andreas Henriksson for the patch)
5547 -- Michael Vogt <mvo@debian.org> Wed, 06 Jun 2007 23:19:50 +0200
5549 apt (0.7.1) experimental; urgency=low
5551 * ABI library name change because it's built against
5553 * implement SourceVer() in pkgRecords
5554 (thanks to Daniel Burrows for the patch!)
5555 * apt-pkg/algorithm.cc:
5556 - use clog for all debugging
5557 - only increase the score of installed applications if they
5559 - fix resolver bug on removal triggered by weak-dependencies
5562 - send apt version in User-Agent
5563 * apt-pkg/deb/debrecords.cc:
5564 - fix SHA1Hash() return value
5566 - only unmount if APT::CDROM::NoMount is false
5568 - only umount if it was mounted by the method before
5570 - fix error translation that causes trouble to lsb_release
5571 * apt-pkg/acquire-item.cc:
5572 - if decompression of a index fails, delete the index
5573 * apt-pkg/acquire.{cc,h}:
5574 - deal better with duplicated sources.list entries (avoid
5575 double queuing of URLs) - this fixes hangs in bzip/gzip
5576 * merged from Christian Perrier:
5577 * mr.po: New Marathi translation Closes: #416806
5578 * zh_CN.po: Updated by Eric Pareja Closes: #416822
5579 * tl.po: Updated by Eric Pareja Closes: #416638
5580 * gl.po: Updated by Jacobo Tarrio
5582 * da.po: Updated by Claus Hindsgaul
5584 * fr.po: Remove a non-breakable space for usability
5585 issues. Closes: #408877
5586 * ru.po: Updated Russian translation. Closes: #405476
5587 * *.po: Unfuzzy after upstream typo corrections
5588 * vi.po: Updated to 515t. Closes: #426976
5589 * eu.po: Updated to 515t. Closes: #423766
5590 * pt.po: 515t. Closes: #423111
5591 * fr.po: Updated by Christian Perrier
5592 * Update all PO and the POT. Gives 513t2f for formerly
5593 complete translations
5594 * apt-pkg/policy.cc:
5595 - allow multiple packages (thanks to David Foerster)
5597 -- Michael Vogt <mvo@debian.org> Wed, 2 May 2007 13:43:44 +0200
5599 apt (0.7.0) experimental; urgency=low
5601 * Package that contains all the new features
5602 * Removed all #pragma interface/implementation
5603 * Branch that contains all the new features:
5604 * translated package descriptions
5605 * task install support
5606 * automatic dependency removal (thanks to Daniel Burrows)
5607 * merged support for the new dpkg "Breaks" field
5608 (thanks to Ian Jackson)
5609 * handle network failures more gracefully on "update"
5610 * support for unattended-upgrades (via unattended-upgrades
5612 * added apt-transport-https method
5613 * merged "install-recommends" branch (ABI break):
5614 - new "--install-recommends"
5615 - install new recommends on "upgrade" if --install-recommends is
5617 - new "--fix-policy" option to install all packages with unmet
5618 important dependencies (usefull with --install-recommends to
5619 see what not-installed recommends are on the system)
5620 - fix of recommended packages display (only show CandidateVersion
5621 fix or-group handling)
5622 * merged "install-task" branch (use with "apt-get install taskname^")
5624 -- Michael Vogt <mvo@debian.org> Fri, 12 Jan 2007 20:48:07 +0100
5626 apt (0.6.46.4ubuntu10) feisty; urgency=low
5628 * apt-pkg/depcache.cc:
5629 - added "APT::Never-MarkAuto-Section" and consider dependencies
5630 of packages in this section manual (LP#59893)
5631 - ensure proper permissions in the extended_state file (LP#67037)
5632 * debian/apt.conf.ubuntu:
5633 - added APT::Never-MarkAuto-Section "metapackages" (LP#59893)
5634 * cmdline/apt-get.cc:
5635 - "apt-get install foo" on a already installed package foo will
5636 clean the automatic installed flag (LP#72007)
5637 - do not show packages already marked for removal as auto-installed
5639 - applied patch to (optionally) hide the auto-remove information
5640 (thanks to Frode M. Døving) (LP#69148)
5642 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 14 Mar 2007 13:32:32 +0100
5644 apt (0.6.46.4ubuntu9) feisty; urgency=low
5647 - set XS-Vcs-Bzr header
5648 - Set Ubuntu maintainer address
5650 - only unmount if APT::CDROM::NoMount is false
5651 - only umount if it was mounted by the method before
5652 * cmdline/apt-get.cc:
5653 - fix version output in autoremove list (LP#68941)
5654 * apt-pkg/packagemanager.cc:
5655 - do not spin 100% cpu in FixMissing() (LP#84476)
5656 * apt-pkg/indexfile.cc:
5657 - fix problem overwriting APT::Acquire::Translation
5658 * doc/examples/configure-index:
5659 - document APT::Acquire::Translation
5661 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 13 Mar 2007 15:24:39 +0100
5663 apt (0.6.46.4ubuntu8) feisty; urgency=low
5665 * fix segfault in the pkgRecords destructor
5668 - make the libcurl3-gnutls-dev versionized (LP#86614)
5670 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 26 Feb 2007 14:26:33 +0100
5672 apt (0.6.46.4ubuntu7) feisty; urgency=low
5674 * Merged the apt--mirror branch. This means that a new 'mirror'
5675 method is available that will allow dynamic mirror updates.
5676 The sources.list entry looks something like this:
5677 "deb mirror://mirrors.lp.net/get_mirror feisty main restricted"
5679 It also supports error reporting to a configurable url for mirror
5683 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 6 Feb 2007 11:38:06 +0100
5685 apt (0.6.46.4ubuntu6) feisty; urgency=low
5688 - send apt version in User-Agent
5689 * apt-pkg/deb/debrecords.cc:
5690 - fix SHA1Hash() return value
5691 * apt-pkg/algorithms.cc:
5692 - fix resolver bug on removal triggered by weak-dependencies
5694 - fix segfault (lp: #76530)
5696 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 20 Dec 2006 11:04:36 +0100
5698 apt (0.6.46.4ubuntu5) feisty; urgency=low
5700 * added apt-transport-https package to provide a optional
5701 https transport (apt-https spec)
5703 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 19 Dec 2006 16:23:43 +0100
5705 apt (0.6.46.4ubuntu4) feisty; urgency=low
5707 * apt-pkg/algorithms.cc:
5708 - only increase the score of installed applications if they
5711 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 18 Dec 2006 19:39:05 +0100
5713 apt (0.6.46.4ubuntu3) feisty; urgency=low
5715 * apt-pkg/algorithm.cc:
5716 - use clog for all debugging
5717 * apt-pkg/depcache.cc:
5718 - never mark Required package for autoremoval (lp: #75882)
5720 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 18 Dec 2006 11:56:05 +0100
5722 apt (0.6.46.4ubuntu2) feisty; urgency=low
5724 * apt-pkg/algorithms.cc: add missing call to MarkKeep
5725 so that dist-upgrade isn't broken by unsatisfiable Breaks.
5726 (thanks to Ian Jackson)
5728 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 7 Dec 2006 23:07:24 +0100
5730 apt (0.6.46.4ubuntu1) feisty; urgency=low
5732 * merged with debian
5734 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 7 Dec 2006 12:13:14 +0100
5736 apt (0.6.46.4-0.1) unstable; urgency=emergency
5739 * Fix broken use of awk in apt-key that caused removal of the wrong keys
5740 from the keyring. Closes: #412572
5742 -- Joey Hess <joeyh@debian.org> Mon, 26 Feb 2007 16:00:22 -0500
5744 apt (0.6.46.4) unstable; urgency=high
5746 * ack NMU (closes: #401017)
5747 * added apt-secure.8 to "See also" section
5748 * apt-pkg/deb/dpkgpm.cc:
5749 - added "Dpkg::StopOnError" variable that controls if apt
5750 will abort on errors from dpkg
5751 * apt-pkg/deb/debsrcrecords.{cc,h}:
5752 - make the Buffer grow dynmaically (closes: #400874)
5753 * Merged from Christian Perrier bzr branch:
5754 - uk.po: New Ukrainian translation: 483t28f3u
5755 - el.po: Update to 503t9f2u
5756 - de.po: Updates and corrections.
5757 * apt-pkg/contrib/progress.cc:
5758 - OpProgress::CheckChange optimized, thanks to Paul Brook
5760 * apt-pkg/contrib/sha256.cc:
5761 - fix building with noopt
5763 -- Michael Vogt <mvo@debian.org> Thu, 7 Dec 2006 10:49:50 +0100
5765 apt (0.6.46.3ubuntu2) feisty; urgency=low
5767 * apt-pkg/algorithms.cc: add missing call to MarkKeep
5768 so that dist-upgrade isn't broken by unsatisfiable Breaks.
5770 -- Ian Jackson <iwj@ubuntu.com> Thu, 7 Dec 2006 15:46:52 +0000
5772 apt (0.6.46.3ubuntu1) feisty; urgency=low
5774 * doc/apt-get.8.xml:
5775 - documented autoremove, thanks to Vladimír Lapá
\e%GÄ
\8d\e%@ek
5777 * fix broken i18n in the dpkg progress reporting, thanks to
5778 Frans Pop and Steinar Gunderson. (closes: #389261)
5781 * add apt-secure.8 to "See also" section
5783 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 23 Nov 2006 07:24:12 +0100
5785 apt (0.6.46.3-0.2) unstable; urgency=high
5787 * Non-maintainer upload with permission of Michael Vogt.
5788 * Fix FTBFS on most arches (regression from the fix of #400874)
5790 -- Andreas Barth <aba@not.so.argh.org> Tue, 5 Dec 2006 15:51:22 +0000
5792 apt (0.6.46.3-0.1) unstable; urgency=high
5794 * Non-maintainer upload with permission of Michael Vogt.
5795 * Fix segfault at apt-get source. Closes: #400874
5796 * Add apt-key update in postinst, so that debian-archive-keyring doesn't
5797 need to depend on apt >= 0.6. Closes: #401114
5798 * Don't double-queue pdiff files. Closes: #401017
5800 -- Andreas Barth <aba@not.so.argh.org> Tue, 5 Dec 2006 10:34:56 +0000
5802 apt (0.6.46.3) unstable; urgency=low
5804 * apt-pkg/deb/dpkgpm.cc:
5805 - make progress reporting robust against multiline error
5808 * Merged from Christian Perrier bzr branch:
5809 - ca.po: Updated to 514t
5810 - be.po: Updated to 514t
5811 - it.po: Updated to 514t
5812 - hu.po: Updated to 514t
5813 - zh_TW.po: Updated to 514t
5814 - ar.po: Updated to 293t221u.
5815 - ru.po: Updated to 514t. Closes: #392466
5816 - nb.po: Updated to 514t. Closes: #392466
5817 - pt.po: Updated to 514t. Closes: #393199
5818 - fr.po: One spelling error corrected: s/accèder/accéder
5819 - km.po: Updated to 514t.
5820 - ko.po: Updated to 514t.
5821 - bg.po: Updated to 514t.
5822 - de.po: Updated to 514t.
5823 - en_GB.po: Updated to 514t.
5825 -- Michael Vogt <mvo@debian.org> Thu, 2 Nov 2006 11:37:58 +0100
5827 apt (0.6.46.2) unstable; urgency=low
5830 - depend on debian-archive-keyring to offer clean upgrade path
5832 * Merged from Christian Perrier bzr branch:
5833 - es.po: Updated to 514t. Closes: #391661
5834 - da.po: Updated to 514t. Closes: #391424
5835 - cs.po: Updated. Closes: #391064
5836 - es.po: Updated to 514t. Closes: #391661
5837 - da.po: Updated to 514t. Closes: #391424
5839 -- Michael Vogt <mvo@debian.org> Wed, 11 Oct 2006 09:03:15 +0200
5841 apt (0.6.46.1) unstable; urgency=low
5844 - deal with empty files
5845 * Applied patch from Daniel Schepler to make apt bin-NMU able.
5846 (closes: bug#359634)
5847 * rebuild against current g++ because of:
5848 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29289
5850 * fix broken i18n in the dpkg progress reporting, thanks to
5851 Frans Pop and Steinar Gunderson. (closes: #389261)
5852 * Merged from Christian Perrier bzr branch:
5853 * fi.po: Updated to 514t. Closes: #390149
5854 * eu.po: Updated to 514t. Closes: #389725
5855 * vi.po: Updated to 514t. Closes: #388555
5856 * make the internal buffer in pkgTagFile grow dynamically
5859 -- Michael Vogt <mvo@debian.org> Mon, 2 Oct 2006 20:42:20 +0200
5861 apt (0.6.46) unstable; urgency=low
5864 - switched to libdb4.4 for building (closes: #381019)
5865 * cmdline/apt-get.cc:
5866 - show only the recommends/suggests for the candidate-version, not for all
5867 versions of the package (closes: #257054)
5868 - properly handle recommends/suggests or-groups when printing the list of
5869 suggested/recommends packages (closes: #311619)
5871 - check more careful for incorrect proxy settings (closes: #378868)
5873 - don't hang when /var is full (closes: #341537), thanks to
5874 Luis Rodrigo Gallardo Cruz for the patch
5875 * doc/examples/sources.list:
5876 - removed non-us.debian.org from the example (closes: #380030,#316196)
5877 * Merged from Christian Perrier bzr branch:
5878 * ro.po: Updated to 514t. Closes: #388402
5879 * dz.po: Updated to 514t. Closes: #388184
5880 * it.po: Fixed typos. Closes: #387812
5881 * ku.po: New kurdish translation. Closes: #387766
5882 * sk.po: Updated to 514t. Closes: #386851
5883 * ja.po: Updated to 514t. Closes: #386537
5884 * gl.po: Updated to 514t. Closes: #386397
5885 * fr.po: Updated to 516t.
5886 * fi.po: Updated to 512t. Closes: #382702
5887 * share/archive-archive.gpg:
5888 - removed the outdated amd64 and debian-2004 keys
5889 * apt-pkg/tagfile.cc:
5890 - applied patch from Jeroen van Wolffelaar to make the tags
5891 caseinsensitive (closes: #384182)
5892 - reverted MMap use in the tagfile because it does not work
5893 across pipes (closes: #383487)
5895 -- Michael Vogt <mvo@debian.org> Thu, 21 Sep 2006 10:25:03 +0200
5897 apt (0.6.45ubuntu14) edgy; urgency=low
5899 * cmdline/apt-get.cc:
5900 - fix in the TryInstallTask() code to make sure that all package
5901 there are marked manual install (lp: #61684)
5903 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 28 Sep 2006 00:34:20 +0200
5905 apt (0.6.45ubuntu13) edgy; urgency=low
5907 * no-changes upload to make apt rebuild against latest g++ and
5908 fix synaptic FTBFS (see bug: #62461 for details)
5910 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 26 Sep 2006 22:33:10 +0200
5912 apt (0.6.45ubuntu12) edgy; urgency=low
5914 * apt-pkg/depcache.cc:
5915 - fix in the sweep() code, set garbage flag for packages scheduled
5917 - do not change the autoFlag in MarkKeep(), this can lead to suprising
5920 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 21 Sep 2006 00:58:24 +0200
5922 apt (0.6.45ubuntu11) edgy; urgency=low
5924 * removed "installtask" and change it so that tasknames can be given
5925 with "apt-get install taskname^"
5926 * improve the writeStateFile() code
5928 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 20 Sep 2006 14:14:24 +0200
5930 apt (0.6.45ubuntu10) edgy; urgency=low
5933 - check more careful for incorrect proxy settings (closes: #378868)
5935 - don't hang when /var is full (closes: #341537), thanks to
5936 Luis Rodrigo Gallardo Cruz for the patch
5937 * doc/examples/sources.list:
5938 - removed non-us.debian.org from the example (closes: #380030,#316196)
5939 * Merged from Christian Perrier bzr branch:
5940 * ro.po: Updated to 514t. Closes: #388402
5941 * dz.po: Updated to 514t. Closes: #388184
5942 * it.po: Fixed typos. Closes: #387812
5943 * ku.po: New kurdish translation. Closes: #387766
5944 * sk.po: Updated to 514t. Closes: #386851
5945 * ja.po: Updated to 514t. Closes: #386537
5946 * gl.po: Updated to 514t. Closes: #386397
5947 * fr.po: Updated to 516t.
5948 * fi.po: Updated to 512t. Closes: #382702
5949 * share/archive-archive.gpg:
5950 - removed the outdated amd64 and debian-2004 keys
5951 * apt-pkg/tagfile.cc:
5952 - applied patch from Jeroen van Wolffelaar to make the tags
5953 caseinsensitive (closes: #384182)
5954 - reverted MMap use in the tagfile because it does not work
5955 across pipes (closes: #383487)
5956 * added "installtask" command
5957 * added new ubuntu specific rewrite rule for "Original-Maintainer"
5959 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 19 Sep 2006 15:07:51 +0200
5961 apt (0.6.45ubuntu9) edgy; urgency=low
5963 * cmdline/apt-get.cc:
5964 - if --no-remove is given, do not run the AutoRemove code
5966 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 13 Sep 2006 11:54:20 +0200
5968 apt (0.6.45ubuntu8) edgy; urgency=low
5970 * apt-pkg/algorithm.cc:
5971 - fix pkgProblemResolver.InstallProtect() to preserve the auto-install
5972 information (lp: #59457)
5973 * cmdline/apt-get.cc:
5974 - fix typo in autoremove information (lp: #59420)
5975 * install apt-mark to modify the automatically install information for
5978 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 8 Sep 2006 20:07:22 +0200
5980 apt (0.6.45ubuntu7) edgy; urgency=low
5982 * apt-pkg/depcache.cc:
5983 - fix a bug in the install-recommends-section code
5985 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 7 Sep 2006 18:22:38 +0200
5987 apt (0.6.45ubuntu6) edgy; urgency=low
5990 * cmdline/apt-get.cc:
5991 - always show auto-removable packages and give a hint how to remove
5993 * debian/apt.conf.ubuntu:
5994 - exlucde linux-image and linux-restricted-modules from ever being
5996 - added "metapackages" as the section we want to install recommends
5998 * apt-pkg/depcache.cc:
5999 - added support to turn install-recommends selectively on/off by
6002 * Tests pass without code changes! Except that we need this:
6003 * Bump cache file major version to force rebuild so that Breaks
6004 dependencies are included.
6005 * Don't depend on or suggest any particular dpkg or dpkg-dev versions;
6006 --auto-deconfigure is very very old and dpkg-dev's Breaks support
6007 is more or less orthogonal.
6008 * Initial draft of `Breaks' implementation. Appears to compile,
6009 but as yet *completely untested*.
6011 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 7 Sep 2006 11:50:52 +0200
6013 apt (0.6.45ubuntu5) edgy; urgency=low
6015 * apt-pkg/pkgcachegen.cc:
6016 - increase the APT::Cache-Limit to deal with the increased demand due
6017 to the translated descriptions
6018 * apt-pkg/deb/dpkgpm.cc:
6019 - pass "--auto-deconfigure" to dpkg on install to support the
6020 new "breaks" in dpkg
6022 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 15 Aug 2006 12:06:26 +0200
6024 apt (0.6.45ubuntu4) edgy; urgency=low
6026 * cmdline/apt-get.cc:
6027 - fix in the new --fix-polciy code
6029 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 14 Aug 2006 21:08:11 +0200
6031 apt (0.6.45ubuntu3) edgy; urgency=low
6034 * merged latest apt--install-recommends (closes: #559000)
6035 * added "--fix-policy" option to can be used as "--fix-broken" and
6036 will install missing weak depends (recommends, and/or suggests
6037 depending on the settings)
6038 * merged the apt--ddtp branch
6040 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 11 Aug 2006 12:53:23 +0200
6042 apt (0.6.45ubuntu2) edgy; urgency=low
6045 - switched to libdb4.4 for building (closes: #381019)
6046 * cmdline/apt-get.cc:
6047 - show only the recommends/suggests for the candidate-version, not for all
6048 versions of the package (closes: #257054)
6049 - properly handle recommends/suggests or-groups when printing the list of
6050 suggested/recommends packages (closes: #311619)
6051 * merged "apt--install-recommends" branch:
6052 - added "{no-}install-recommends" commandline option
6053 - added APT::Install-{Recommends,Suggests} option
6054 - currently Install-Recommends defaults to "False"
6056 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 9 Aug 2006 23:38:46 +0200
6058 apt (0.6.45ubuntu1) edgy; urgency=low
6060 * merged with debian/unstable
6062 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 1 Aug 2006 15:43:22 +0200
6064 apt (0.6.45) unstable; urgency=low
6066 * apt-pkg/contrib/sha256.cc:
6067 - fixed the sha256 generation (closes: #378183)
6068 * ftparchive/cachedb.cc:
6069 - applied patch from Anthony Towns to fix Clean() function
6071 * doc/apt-get.8.xml:
6072 - fix path to the apt user build (Closes: #375640)
6073 * doc/apt-cache.8.xml:
6074 - typo (Closes: #376408)
6075 * apt-pkg/deb/dpkgpm.cc:
6076 - make progress reporting more robust against multiline error
6077 messages (first half of a fix for #374195)
6078 * doc/examples/configure-index:
6079 - document Debug::pkgAcquire::Auth
6081 - deal with gpg error "NODATA". Closes: #296103, Thanks to
6082 Luis Rodrigo Gallardo Cruz for the patch
6083 * apt-inst/contrib/extracttar.cc:
6084 - fix for string mangling, closes: #373864
6085 * apt-pkg/acquire-item.cc:
6086 - check for bzip2 in /bin (closes: #377391)
6087 * apt-pkg/tagfile.cc:
6088 - make it work on non-mapable files again, thanks
6089 to James Troup for confirming the fix (closes: #376777)
6090 * Merged from Christian Perrier bzr branch:
6091 * ko.po: Updated to 512t. Closes: #378901
6092 * hu.po: Updated to 512t. Closes: #376330
6093 * km.po: New Khmer translation: 506t6f. Closes: #375068
6094 * ne.po: New Nepali translation: 512t. Closes: #373729
6095 * vi.po: Updated to 512t. Closes: #368038
6096 * zh_TW.po: Remove an extra %s in one string. Closes: #370551
6097 * dz.po: New Dzongkha translation: 512t
6098 * ro.po: Updated to 512t
6101 * fix apt-get dist-upgrade
6102 * fix warning if no /var/lib/apt/extended_states is present
6103 * don't download Translations for deb-src sources.list lines
6104 * apt-pkg/tagfile.cc:
6105 - support not-mmapable files again
6107 -- Michael Vogt <mvo@debian.org> Thu, 27 Jul 2006 00:52:05 +0200
6109 apt (0.6.44.2ubuntu4) edgy; urgency=low
6111 * Make apt-get dselect-upgrade happy again
6113 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 21 Jul 2006 11:03:02 +0200
6115 apt (0.6.44.2ubuntu3) edgy; urgency=low
6117 * Close extended_states file after writing it.
6119 -- Colin Watson <cjwatson@ubuntu.com> Tue, 18 Jul 2006 00:12:13 +0100
6121 apt (0.6.44.2ubuntu2) edgy; urgency=low
6123 * create a empty extended_states file if none exists already
6125 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 4 Jul 2006 09:23:03 +0200
6127 apt (0.6.44.2ubuntu1) edgy; urgency=low
6129 * merged with debian/unstable
6130 * merged the "auto-mark" branch to support aptitude like
6131 marking of automatically installed dependencies and added
6132 "apt-get remove --auto-remove" to remove unused auto-installed
6134 * changed library version from 3.11 to 3.50 to make it clearly
6135 different from the debian version (we are ABI incompatible because
6136 of the auto-mark patch)
6138 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 3 Jul 2006 18:30:46 +0200
6140 apt (0.6.44.2exp1) experimental; urgency=low
6142 * added support for i18n of the package descriptions
6143 * added support for aptitude like auto-install tracking (a HUGE
6144 HUGE thanks to Daniel Burrows who made this possible)
6145 * synced with the http://people.debian.org/~mvo/bzr/apt/debian-sid branch
6146 * build from http://people.debian.org/~mvo/bzr/apt/debian-experimental
6148 -- Michael Vogt <mvo@debian.org> Mon, 3 Jul 2006 21:50:31 +0200
6150 apt (0.6.44.2) unstable; urgency=low
6152 * apt-pkg/depcache.cc:
6153 - added Debug::pkgDepCache::AutoInstall (thanks to infinity)
6154 * apt-pkg/acquire-item.cc:
6155 - fix missing chmod() in the new aquire code
6156 (thanks to Bastian Blank, Closes: #367425)
6158 http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main:
6159 * sk.po: Completed to 512t
6160 * eu.po: Completed to 512t
6161 * fr.po: Completed to 512t
6162 * sv.po: Completed to 512t
6163 * Update all PO and the POT. Gives 506t6f for formerly
6164 complete translations
6166 -- Michael Vogt <mvo@debian.org> Wed, 14 Jun 2006 12:00:57 +0200
6168 apt (0.6.44.1-0.1) unstable; urgency=low
6170 * Non-maintainer upload.
6171 * Don't give an error when parsing empty Packages/Sources files.
6172 (Closes: #366931, #367086, #370160)
6174 -- Steinar H. Gunderson <sesse@debian.org> Fri, 9 Jun 2006 00:52:21 +0200
6176 apt (0.6.44.1) unstable; urgency=low
6178 * apt-pkg/acquire-item.cc:
6179 - fix reversed logic of the "Acquire::PDiffs" option
6181 http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main:
6182 - po/LINGUAS: added "bg" Closes: #360262
6183 - po/gl.po: Galician translation update. Closes: #366849
6184 - po/hu.po: Hungarian translation update. Closes: #365448
6185 - po/cs.po: Czech translation updated. Closes: #367244
6186 * apt-pkg/contrib/sha256.cc:
6187 - applied patch to fix unaligned access problem. Closes: #367417
6188 (thanks to David Mosberger)
6190 -- Michael Vogt <mvo@debian.org> Tue, 16 May 2006 21:51:16 +0200
6192 apt (0.6.44) unstable; urgency=low
6194 * apt-pkg/acquire.cc: don't show ETA if it is 0 or absurdely large
6195 * apt-pkg/contrib/sha256.{cc,h},hashes.{cc,h}: support for sha256
6196 (thanks to Anthony Towns)
6197 * ftparchive/cachedb.{cc,h},writer.{cc,h}: optimizations
6198 (thanks to Anthony Towns)
6199 * apt pdiff support from experimental merged
6200 * apt-pkg/deb/dpkgpm.cc: wording fixes (thanks to Matt Zimmerman)
6201 * apt-pkg/deb/dpkgpm.cc:
6202 - wording fixes (thanks to Matt Zimmerman)
6203 - fix error in dpkg interaction (closes: #364513, thanks to Martin Dickopp)
6204 * apt-pkg/tagfile.{cc,h}:
6205 - use MMap to read the entries (thanks to Zephaniah E. Hull for the
6206 patch) Closes: #350025
6207 * Merge from http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main:
6208 * bg.po: Added, complete to 512t. Closes: #360262
6209 * doc/apt-ftparchive.1.xml:
6210 - fix documentation for "SrcPackages" -> "Sources"
6211 (thanks to Bart Martens for the patch, closes: #307756)
6212 * debian/libapt-pkg-doc.doc-base.cache:
6213 - remove broken charackter from description (closes: #361129)
6214 * apt-inst/deb/dpkgdb.cc, methods/gpgv.cc:
6215 - i18n fixes (closes: #349298)
6216 * debian/postinst: dont fail on not available
6217 /usr/share/doc/apt/examples/sources.list (closes: #361130)
6219 - unlink empty file in partial if the download failed because
6220 the file is missing on the server (closes: #316337)
6221 * apt-pkg/deb/debversion.cc:
6222 - treats a version string with explicit zero epoch equal
6223 than the same without epoch (Policy 5.6.12, closes: #363358)
6224 Thanks to Lionel Elie Mamane for the patch
6226 -- Michael Vogt <mvo@debian.org> Mon, 8 May 2006 22:28:53 +0200
6228 apt (0.6.43.3ubuntu3) dapper; urgency=low
6231 - fix the user-agent string
6233 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 26 May 2006 18:09:32 +0200
6235 apt (0.6.43.3ubuntu2) dapper; urgency=low
6237 * apt-pkg/deb/dpkgpm.cc: wording fixes (thanks to Matt Zimmerman)
6239 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 18 Apr 2006 13:24:40 +0200
6241 apt (0.6.43.3ubuntu1) dapper; urgency=low
6243 * apt-pkg/acquire.cc: don't show ETA if it is 0 or absurdely large in
6244 the status-fd (ubuntu #28954)
6246 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 28 Mar 2006 20:34:46 +0200
6248 apt (0.6.43.3) unstable; urgency=low
6250 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-186:
6251 * ca.po: Completed to 512t. Closes: #351592
6252 * eu.po: Completed to 512t. Closes: #350483
6253 * ja.po: Completed to 512t. Closes: #349806
6254 * pl.po: Completed to 512t. Closes: #349514
6255 * sk.po: Completed to 512t. Closes: #349474
6256 * gl.po: Completed to 512 strings Closes: #349407
6257 * sv.po: Completed to 512 strings Closes: #349210
6258 * ru.po: Completed to 512 strings Closes: #349154
6259 * da.po: Completed to 512 strings Closes: #349084
6260 * fr.po: Completed to 512 strings
6261 * vi.po: Completed to 511 strings Closes: #348968
6262 * zh_CN.po: Completed to 512t. Closes: #353936
6263 * it.po: Completed to 512t. Closes: #352803
6264 * pt_BR.po: Completed to 512t. Closes: #352419
6265 * LINGUAS: Add Welsh
6266 * *.po: Updated from sources (512 strings)
6267 * apt-pkg/deb/deblistparser.cc:
6268 - don't explode on a DepCompareOp in a Provides line, but warn about
6269 it and ignore it otherwise (thanks to James Troup for reporting it)
6270 * cmdline/apt-get.cc:
6271 - don't lock the lists directory in DoInstall, breaks --print-uri
6272 (thanks to James Troup for reporting it)
6273 * debian/apt.dirs: create /etc/apt/sources.list.d
6274 * make apt-cache madison work without deb-src entries (#352583)
6275 * cmdline/apt-get.cc: only run the list-cleaner if a update was
6278 -- Michael Vogt <mvo@debian.org> Wed, 22 Feb 2006 10:13:04 +0100
6280 apt (0.6.43.2ubuntu1) dapper; urgency=low
6282 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-182:
6283 * ca.po: Completed to 512t. Closes: #351592
6284 * eu.po: Completed to 512t. Closes: #350483
6285 * ja.po: Completed to 512t. Closes: #349806
6286 * pl.po: Completed to 512t. Closes: #349514
6287 * sk.po: Completed to 512t. Closes: #349474
6288 * gl.po: Completed to 512 strings Closes: #349407
6289 * vi.po: Completed to 512 strings
6290 * sv.po: Completed to 512 strings Closes: #349210
6291 * ru.po: Completed to 512 strings Closes: #349154
6292 * da.po: Completed to 512 strings Closes: #349084
6293 * fr.po: Completed to 512 strings
6294 * LINGUAS: Add Welsh
6295 * *.po: Updated from sources (512 strings)
6296 * vi.po: Completed to 511 strings Closes: #348968
6297 * apt-pkg/deb/deblistparser.cc:
6298 - don't explode on a DepCompareOp in a Provides line, but warn about
6299 it and ignore it otherwise (thanks to James Troup for reporting it)
6300 * cmdline/apt-get.cc:
6301 - don't lock the lists directory in DoInstall, breaks --print-uri
6302 (thanks to James Troup for reporting it)
6303 * debian/apt.dirs: create /etc/apt/sources.list.d
6304 * make apt-cache madison work without deb-src entries (#352583)
6305 * cmdline/apt-get.cc: only run the list-cleaner if a update was
6307 * apt-get update errors are only warnings nowdays
6308 * be more careful with the signature file on network failures
6310 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 20 Feb 2006 22:27:48 +0100
6312 apt (0.6.43.2) unstable; urgency=low
6314 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-166:
6315 - en_GB.po, de.po: fix spaces errors in "Ign " translations Closes: #347258
6316 - makefile: make update-po a pre-requisite of clean target so
6317 that POT and PO files are always up-to-date
6318 - sv.po: Completed to 511t. Closes: #346450
6319 - sk.po: Completed to 511t. Closes: #346369
6320 - fr.po: Completed to 511t
6321 - *.po: Updated from sources (511 strings)
6322 - el.po: Completed to 511 strings Closes: #344642
6323 - da.po: Completed to 511 strings Closes: #348574
6324 - es.po: Updated to 510t1f Closes: #348158
6325 - gl.po: Completed to 511 strings Closes: #347729
6326 - it.po: Yet another update Closes: #347435
6327 * added debian-archive-keyring to the Recommends (closes: #347970)
6328 * fixed message in apt-key to install debian-archive-keyring
6329 * typos fixed in apt-cache.8 (closes: #348348, #347349)
6330 * add patch to fix http download corruption problem (thanks to
6331 Petr Vandrovec, closes: #280844, #290694)
6333 -- Michael Vogt <mvo@debian.org> Thu, 19 Jan 2006 00:06:33 +0100
6335 apt (0.6.43.1ubuntu1) dapper; urgency=low
6337 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-159:
6338 - en_GB.po, de.po: fix spaces errors in "Ign " translations
6340 - makefile: make update-po a pre-requisite of clean target so
6341 that POT and PO files are always up-to-date
6342 - sv.po: Completed to 511t. Closes: #346450
6343 - sk.po: Completed to 511t. Closes: #346369
6344 - fr.po: Completed to 511t
6345 - *.po: Updated from sources (511 strings)
6346 * add patch to fix http download corruption problem (thanks to
6347 Petr Vandrovec, closes: #280844, #290694)
6348 * added APT::Periodic::Unattended-Upgrade (requires the package
6349 "unattended-upgrade")
6351 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 10 Jan 2006 17:09:31 +0100
6353 apt (0.6.43.1) unstable; urgency=low
6355 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-148:
6356 * fr.po: Completed to 510 strings
6357 * it.po: Completed to 510t
6358 * en_GB.po: Completed to 510t
6359 * cs.po: Completed to 510t
6360 * zh_CN.po: Completed to 510t
6361 * el.po: Updated to 510t
6362 * vi.po: Updated to 383t93f34u
6363 * tl.po: Completed to 510 strings (Closes: #344306)
6364 * sv.po: Completed to 510 strings (Closes: #344056)
6365 * LINGUAS: disabled Hebrew translation. (Closes: #313283)
6366 * eu.po: Completed to 510 strings (Closes: #342091)
6367 * apt-get source won't download already downloaded files again
6369 * share/debian-archive.gpg: new 2006 ftp-archive signing key added
6371 * redownload the Release file if IMS-Hit and gpg failure
6372 * deal with multiple signatures on a Release file
6374 -- Michael Vogt <mvo@debian.org> Fri, 6 Jan 2006 01:17:08 +0100
6376 apt (0.6.43ubuntu2) dapper; urgency=low
6378 * merged some missing bits that wheren't merged by baz in the previous
6381 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 8 Dec 2005 18:35:58 +0100
6383 apt (0.6.43ubuntu1) dapper; urgency=low
6385 * merged with debian
6387 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 25 Nov 2005 11:36:29 +0100
6389 apt (0.6.43) unstable; urgency=medium
6391 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-132:
6392 * zh_CN.po: Completed to 510 strings(Closes: #338267)
6393 * gl.po: Completed to 510 strings (Closes: #338356)
6394 * added support for "/etc/apt/sources.list.d" directory
6396 * make pkgDirStream (a bit) more complete
6397 * fix bug in pkgCache::VerIterator::end() (thanks to Daniel Burrows)
6399 * pkgAcqFile is more flexible now (closes: #57091)
6400 * support a download rate limit for http (closes: #146877)
6401 * included lots of the speedup changes from #319377
6402 * add stdint.h to contrib/md5.h (closes: #340448)
6403 * ABI change, library name changed (closes: #339147)
6404 * Fix GNU/kFreeBSD crash on non-existing server file (closes: #317718)
6405 * switch to libdb4.3 in build-depends
6407 -- Michael Vogt <mvo@debian.org> Tue, 29 Nov 2005 00:17:07 +0100
6409 apt (0.6.42.3ubuntu2) dapper; urgency=low
6411 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-131:
6412 * zh_CN.po: Completed to 507 strings(Closes: #338267)
6413 * gl.po: Completed to 510 strings (Closes: #338356)
6414 * added support for "/etc/apt/sources.list.d" directory
6417 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 14 Nov 2005 15:30:12 +0100
6419 apt (0.6.42.3ubuntu1) dapper; urgency=low
6421 * synced with debian
6423 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Nov 2005 05:05:56 +0100
6425 apt (0.6.42.3) unstable; urgency=low
6427 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-129:
6428 - patch-118: Russian translation update by Yuri Kozlov (closes: #335164)
6429 - patch-119: add update-po as a pre-req for binary (closes: #329910)
6430 - patch-121: Complete French translation
6431 - patch-125: Fixed localization of y/n questions in German translation
6433 - patch-126: Swedish translation update (closes: #337163)
6434 - patch-127: Complete Tagalog translation (closes: #337306)
6435 - patch-128: Danish translation update (closes: #337949)
6436 - patch-129: Basque translation update (closes: #338101)
6437 * cmdline/apt-get.cc:
6438 - bufix in FindSrc (closes: #335213, #337910)
6439 * added armeb to archtable (closes: #333599)
6440 * with --allow-unauthenticated use the old fallback behaviour for
6441 sources (closes: #335112)
6443 -- Michael Vogt <mvo@debian.org> Wed, 9 Nov 2005 07:22:31 +0100
6445 apt (0.6.42.2) unstable; urgency=high
6447 * NMU (approved by maintainer)
6448 * Add AMD64 archive signing key to debian-archive.gpg (closes: #336500).
6449 * Add big-endian arm (armeb) support (closes: #333599).
6450 * Priority high to get the AMD key into testing ASAP.
6452 -- Frans Pop <fjp@debian.org> Sun, 30 Oct 2005 21:29:11 +0100
6454 apt (0.6.42.1) unstable; urgency=low
6456 * fix a incorrect example in the apt_prefrences man page
6457 (thanks to Filipus Klutiero, closes: #282918)
6458 * apt-pkg/pkgrecords.cc:
6459 - revert patch from last version, it causes trouble on alpha
6460 and ia64 (closes: #335102, #335103)
6461 * cmdline/apt-get.cc:
6462 - be extra carefull in FindSrc (closes: #335213)
6464 -- Michael Vogt <mvo@debian.org> Sat, 22 Oct 2005 23:44:35 +0200
6466 apt (0.6.42) unstable; urgency=low
6469 - unmount the cdrom when apt failed to locate any package files
6470 * allow cdrom failures and fallback to other sources in that case
6472 * better error text when dpkg-source fails
6473 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-115:
6474 - patch-99: Added Galician translation
6475 - patch-100: Completed Danish translation (Closes: #325686)
6476 - patch-104: French translation completed
6477 - patch-109: Italian translation completed
6478 - patch-112: Swedish translation update
6479 - patch-115: Basque translation completed (Closes: #333299)
6480 * applied french man-page update (thanks to Philippe Batailler)
6481 (closes: #316638, #327456)
6482 * fix leak in the mmap code, thanks to Daniel Burrows for the
6483 patch (closes: #250583)
6484 * support for apt-get [build-dep|source] -t (closes: #152129)
6485 * added "APT::Authentication::TrustCDROM" option to make the life
6486 for the installer people easier (closes: #334656)
6487 * fix crash in apt-ftparchive (thanks to Bastian Blank for the patch)
6489 * apt-pkg/contrib/md5.cc:
6490 - fix a alignment problem on sparc64 that gives random bus errors
6491 (thanks to Fabbione for providing a test-case)
6492 * init the default ScreenWidth to 79 columns by default
6494 * cmdline/apt-cdrom.cc:
6495 - fix some missing gettext() calls (closes: #334539)
6496 * doc/apt-cache.8.xml: fix typo (closes: #334714)
6498 -- Michael Vogt <mvo@debian.org> Wed, 19 Oct 2005 22:02:09 +0200
6500 apt (0.6.41) unstable; urgency=low
6502 * improved the support for "error" and "conffile" reporting from
6503 dpkg, added the format to README.progress-reporting
6504 * added README.progress-reporting to the apt-doc package
6505 * improved the network timeout handling, if a index file from a
6506 sources.list times out or EAI_AGAIN is returned from getaddrinfo,
6507 don't try to get the other files from that entry
6508 * Support architecture-specific extra overrides
6509 (closes: #225947). Thanks to Anthony Towns for idea and
6510 the patch, thanks to Colin Watson for testing it.
6511 * Javier Fernandez-Sanguino Pen~a:
6512 - Added a first version of an apt-secure.8 manpage, and modified
6513 apt-key and apt.end accordingly. Also added the 'update'
6514 argument to apt-key which was previously not documented
6517 - added example apt-ftparchive.conf file to doc/examples
6519 * Fix a incorrect example in the man-page (closes: #282918)
6520 * Fix a bug for very long lines in the apt-cdrom code (closes: #280356)
6521 * Fix a manual page bug (closes: #316314)
6522 * Do md5sum checking for file and cdrom method (closes: #319142)
6523 * Change pkgPolicy::Pin from private to protected to let subclasses
6524 access it too (closes: #321799)
6525 * add default constructor for PrvIterator (closes: #322267)
6526 * Reread status configuration on debSystem::Initialize()
6527 (needed for apt-proxy, thanks to Otavio for this patch)
6529 -- Michael Vogt <mvo@debian.org> Mon, 5 Sep 2005 22:59:03 +0200
6531 apt (0.6.40.1ubuntu8) breezy; urgency=low
6533 * Cherry picked michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-62:
6534 - fix for a bad memory/file leak in the mmap code (ubuntu #15603)
6535 * po/de.po, po/fr.po:
6536 - updated the translations
6538 - create a single pot file in each domain dir to make rosetta happy
6540 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 28 Sep 2005 10:16:06 +0200
6542 apt (0.6.40.1ubuntu7) breezy; urgency=low
6544 * updated the pot/po files , no code changes
6546 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 27 Sep 2005 18:38:16 +0200
6548 apt (0.6.40.1ubuntu6) breezy; urgency=low
6550 * Cherry picked michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-56:
6551 - make it possible for apt to handle a failed MediaChange event and
6552 fall back to other sources (ubuntu #13713)
6554 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 13 Sep 2005 22:09:50 +0200
6556 apt (0.6.40.1ubuntu5) breezy; urgency=low
6558 * Cherry picked michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-{50,51}.
6559 This adds media-change reporting to the apt status-fd (ubuntu #15213)
6560 * Cherry picked michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-55:
6562 - unmount the cdrom when apt failed to locate any package files
6564 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 12 Sep 2005 15:44:26 +0200
6566 apt (0.6.40.1ubuntu4) breezy; urgency=low
6568 * debian/apt.cron.daily:
6569 - fix a embarrassing typo
6571 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 7 Sep 2005 10:10:37 +0200
6573 apt (0.6.40.1ubuntu3) breezy; urgency=low
6575 * debian/apt.cron.daily:
6576 - use the ctime as well when figuring what packages need to
6577 be removed. This fixes the problem that packages copied with
6578 "cp -a" (e.g. from the installer) have old mtimes (ubuntu #14504)
6580 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 6 Sep 2005 18:30:46 +0200
6582 apt (0.6.40.1ubuntu2) breezy; urgency=low
6584 * improved the support for "error" and "conffile" reporting from
6585 dpkg, added the format to README.progress-reporting
6586 * added README.progress-reporting to the apt-doc package
6587 * Do md5sum checking for file and cdrom method (closes: #319142)
6588 * Change pkgPolicy::Pin from private to protected to let subclasses
6589 access it too (closes: #321799)
6590 * methods/connect.cc:
6591 - send failure reason for EAI_AGAIN (TmpResolveFailure) to acuire-item
6592 * apt-pkg/acquire-item.cc:
6593 - fail early if a FailReason is TmpResolveFailure (avoids hangs during
6594 the install when no network is available)
6595 * merged michael.vogt@ubuntu.com--2005/apt--trust-cdrom--0
6597 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 23 Aug 2005 19:44:55 +0200
6599 apt (0.6.40.1ubuntu1) breezy; urgency=low
6601 * Synchronize with Debian
6603 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 5 Aug 2005 14:20:56 +0200
6605 apt (0.6.40.1) unstable; urgency=low
6607 * bugfix in the parsing code for the apt<->dpkg communication. apt
6608 crashed when dpkg sends the same state more than once under certain
6610 * 0.6.40 breaks the ABI but I accidentally didn't change the soname :/
6612 -- Michael Vogt <mvo@debian.org> Fri, 5 Aug 2005 13:24:58 +0200
6614 apt (0.6.40ubuntu1) breezy; urgency=low
6616 * Synchronize with Debian
6618 -- Matt Zimmerman <mdz@ubuntu.com> Thu, 4 Aug 2005 15:53:22 -0700
6620 apt (0.6.40) unstable; urgency=low
6622 * Patch from Jordi Mallach to mark some additional strings for translation
6623 * Updated Catalan translation from Jordi Mallach
6624 * Merge from bubulle@debian.org--2005/apt--main--0:
6625 - Update pot and merge with *.po
6626 - Updated French translation, including apt-key.fr.8
6627 * Restore changelog entries from the 0.6.x series that went to Debian
6629 * Merge michael.vogt@ubuntu.com--2005/apt--progress-reporting--0
6630 - Provide an interface for progress reporting which can be used by
6633 -- Matt Zimmerman <mdz@debian.org> Thu, 28 Jul 2005 11:57:32 -0700
6635 apt (0.6.39ubuntu4) breezy; urgency=low
6637 * Fix keyring paths in apt-key, apt.postinst (I swear I remember doing this
6640 -- Matt Zimmerman <mdz@ubuntu.com> Wed, 29 Jun 2005 08:39:17 -0700
6642 apt (0.6.39ubuntu3) breezy; urgency=low
6644 * Fix keyring locations for Ubuntu in apt-key too.
6646 -- Colin Watson <cjwatson@ubuntu.com> Wed, 29 Jun 2005 14:45:36 +0100
6648 apt (0.6.39ubuntu2) breezy; urgency=low
6650 * Install ubuntu-archive.gpg rather than debian-archive.gpg as
6651 /etc/apt/trusted.gpg.
6653 -- Colin Watson <cjwatson@ubuntu.com> Wed, 29 Jun 2005 11:53:34 +0100
6655 apt (0.6.39ubuntu1) breezy; urgency=low
6658 - Change debian/bugscript to use #!/bin/bash (Closes: #313402)
6659 - Fix a incorrect example in the man-page (closes: #282918)
6660 - Support architecture-specific extra overrides
6661 (closes: #225947). Thanks to Anthony Towns for idea and
6662 the patch, thanks to Colin Watson for testing it.
6663 - better report network timeouts from the methods to the acuire code,
6664 only timeout once per sources.list line
6666 -- Matt Zimmerman <mdz@ubuntu.com> Tue, 28 Jun 2005 11:52:24 -0700
6668 apt (0.6.39) unstable; urgency=low
6670 * Welsh translation update: daf@muse.19inch.net--2005/apt--main--0--patch-6
6671 * Merge mvo's changes from 0.6.36ubuntu1:
6672 michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-32
6673 * Merge aggregated translation updates:
6674 bubulle@debian.org--2005/apt--main--0
6675 * Update priority of apt-utils to important, to match the override file
6676 * Install only one keyring on each branch (Closes: #316119)
6678 -- Matt Zimmerman <mdz@debian.org> Tue, 28 Jun 2005 11:51:09 -0700
6680 apt (0.6.38ubuntu1) breezy; urgency=low
6682 * First release from Ubuntu branch
6683 * Merge with --main--0, switch back to Ubuntu keyring
6685 -- Matt Zimmerman <mdz@ubuntu.com> Sat, 25 Jun 2005 16:52:41 -0700
6687 apt (0.6.38) unstable; urgency=low
6689 * Merge michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-6, a workaround
6690 for the French man pages' failure to build
6691 * Branch Debian and Ubuntu
6692 - apt.postinst, apt-key: use the appropriate keyring
6693 - debian/rules: install all keyrings
6694 * Add the current Debian archive signing key (4F368D5D) to
6696 * make pinning on the "component" work again (using the section of the
6697 archive, we don't use per-section Release files anymore with apt-0.6)
6698 (closes ubuntu #9935)
6700 -- Matt Zimmerman <mdz@debian.org> Sat, 25 Jun 2005 09:51:00 -0700
6702 apt (0.6.37) breezy; urgency=low
6704 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-81
6705 - patch-66: Italian update
6706 - patch-71: French update
6707 - patch-73: Basque update
6708 - patch-74: Hebrew update
6709 - patch-76: Correct Hebrew translation (Closes: #306658)
6710 - patch-77: French man page update
6711 - patch-79: Correct syntax errors in Hebrew translation
6712 - patch-81: Portuguese update
6713 * Fix build of French man pages (now using XML, not SGML)
6714 * Add Welsh translation from Dafydd Harries
6715 (daf@muse.19inch.net--2005/apt--main--0--patch-1)
6716 * Change debian/bugscript to use #!/bin/bash (Closes: #313402)
6717 * Fix a incorrect example in the man-page (closes: #282918)
6719 -- Matt Zimmerman <mdz@ubuntu.com> Tue, 24 May 2005 14:38:25 -0700
6721 apt (0.6.36ubuntu1) breezy; urgency=low
6723 * make it possible to write a cache-control: no-cache header even if
6724 no proxy is set to support transparent proxies (closes ubuntu: #10773)
6726 * Merge otavio@debian.org--2005/apt--fixes--0.6:
6727 - Fix comment about the need of xmlto while building from Arch;
6728 - Fix StatStore struct on cachedb.h to use time_t and then fix a compile
6730 - Lock database at start of DoInstall routine to avoid concurrent
6731 runs of install/remove and update commands (Closes: #194467)
6732 - Fix warnings while compiling with GCC 4.0 compiler
6734 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 23 May 2005 11:57:53 +0200
6736 apt (0.6.36) experimental; urgency=low
6738 * Merge apt--mvo--0:
6739 - apt-pkg/acquire-item.cc:
6740 added "Acquire::BrokenProxy" that will force apt to always
6741 re-get the Release.gpg file (for broken proxies)
6742 - debian/apt.cron.daily:
6743 MinAge is defaulting to 2 days now to prevent over-aggresive removal
6745 honor "Acquire::gpgv::Options" when verifying the signature (Ubuntu #8496)
6747 -- Michael Vogt <mvo@debian.org> Thu, 31 Mar 2005 20:37:11 +0200
6749 apt (0.6.35) hoary; urgency=low
6751 * Merge apt--mvo--0 (incorporates 0.6.34ubuntu1):
6752 - Implement MaxSize and MaxAge in apt.cron.daily, to prevent the cache
6753 from growing too large (Ubuntu #6761)
6754 - some comments about the pkgAcqMetaSig::Custom600Headers() added
6755 - use gpg --with-colons
6756 - commented the ftp no_proxy unseting in methods/ftp.cc
6757 - added support for "Acquire::gpgv::options" in methods/gpgv.cc
6758 * Merge bubulle@debian.org--2005/apt--main--0
6759 - Make capitalization more consistent
6760 - Un-fuzzy translations resulting from capitalization changes
6761 - Italian translation update
6763 -- Matt Zimmerman <mdz@ubuntu.com> Mon, 7 Mar 2005 20:08:33 -0800
6765 apt (0.6.34) hoary; urgency=low
6767 * Add missing semicolon to configure-index (Closes: #295773)
6768 * Update build-depends on gettext to 0.12 (Closes: #295077)
6769 * Merge from bubulle@debian.org--2005/apt--main--0 to get
6772 -- Matt Zimmerman <mdz@ubuntu.com> Fri, 4 Mar 2005 16:13:15 -0800
6774 apt (0.6.33) hoary; urgency=low
6776 * Merge michael.vogt@ubuntu.com--2005/apt--mvo--0 (through patch-6)
6777 - patch-1: cosmetic changes (whitespace, "Apt::GPGV->APT::GPGV")
6778 - patch-2: (doc) documentation for gpgv
6779 - patch-3: (doc) new config variables added configure-index
6780 - patch-4: pkgAcquire::Run() pulse intervall can be configured
6781 - patch-5: fix for apt-get update removing Release.gpg files (#6865)
6782 - patch-6: change the path scoring in apt-cdrom, prefer pathes without
6785 -- Matt Zimmerman <mdz@ubuntu.com> Sat, 26 Feb 2005 15:21:17 -0800
6787 apt (0.6.32) hoary; urgency=low
6789 * Merge michael.vogt@ubuntu.com--2005/apt--mvo--0 (patch-1)
6790 - Implement Acquire::gpgv::options (Ubuntu bug#6283)
6792 -- Matt Zimmerman <mdz@ubuntu.com> Tue, 8 Feb 2005 19:31:15 -0800
6794 apt (0.6.31) hoary; urgency=low
6797 - Remove debugging output from apt.cron.daily (no one noticed?)
6798 - Apply patch from Anthony Towns to allow SHA1Summation to process a file
6799 descriptor until EOF, rather than requiring that the length of input be
6800 specified (Closes: #291338)
6801 - Fix build/install of Polish offline documentation, based on patch from
6802 Christian Perrier (Closes: #270404)
6804 - apt-cdrom.cc seperated into frontend (cmdline/apt-cdrom.cc and library
6805 apt-pkg/cdrom.{cc,h}) (Ubuntu #5668)
6807 -- Matt Zimmerman <mdz@ubuntu.com> Fri, 4 Feb 2005 10:23:01 -0800
6809 apt (0.6.30) unstable; urgency=low
6811 * Add ppc64 to buildlib/archtable
6812 * Merge michael.vogt@canonical.com--2004/apt--status-fd--0
6813 - Support preserving dpkg status file descriptor, to support
6814 better integration with synaptic
6816 -- Matt Zimmerman <mdz@ubuntu.com> Wed, 19 Jan 2005 00:26:01 -0800
6818 apt (0.6.29) hoary; urgency=low
6820 * Merge apt--mvo--0 (0.6.27ubuntu4)
6823 -- Matt Zimmerman <mdz@canonical.com> Tue, 28 Dec 2004 17:18:02 -0800
6825 apt (0.6.28) hoary; urgency=low
6828 * Rebuild source to get rid of arch metadata and temporary files in
6831 -- Matt Zimmerman <mdz@canonical.com> Thu, 23 Dec 2004 18:53:16 -0800
6833 apt (0.6.27ubuntu4) hoary; urgency=low
6835 * remove old sig-file in partial/ before starting to fetch a new sig-file
6836 (see ubuntu #4769 for the rational)
6837 * added apt-key update method (uses ubuntu-keyring)
6838 * documented the "--allow-unauthenticated" switch
6839 * added DEB_BUILD_PROG_OPTS to debian/rules (additonal options can be
6840 passed to DEB_BUILD_PROG like "-S")
6842 -- Michael Vogt <mvo@debian.org> Thu, 23 Dec 2004 11:12:51 +0100
6844 apt (0.6.27ubuntu3) hoary; urgency=low
6846 * added a exact dependency from libapt-pkg-dev to the apt version it was
6849 -- Michael Vogt <mvo@debian.org> Wed, 15 Dec 2004 09:56:32 +0100
6851 apt (0.6.27ubuntu2) hoary; urgency=low
6853 * fixed a bug in the rule file that happend during the big 0.5->0.6 merge
6855 -- Michael Vogt <mvo@debian.org> Tue, 14 Dec 2004 12:14:25 +0100
6857 apt (0.6.27ubuntu1) hoary; urgency=low
6859 * chmod 755 /usr/bin/apt-key
6860 * don't display a error when a apt-get update don't find a
6861 Packages.bz2/Sources.bz2 file
6863 -- Michael Vogt <mvo@debian.org> Mon, 13 Dec 2004 18:40:21 +0100
6865 apt (0.6.27) hoary; urgency=low
6867 * Merge apt--authentication--0 branch
6868 - Implement gpg authentication for package repositories (Closes: #203741)
6869 - Also includes Michael Vogt's fixes
6870 * Merge apt--misc-abi-changes--0 branch
6871 - Use pid_t throughout to hold process IDs (Closes: #226701)
6872 - Import patch from Debian bug #195510: (Closes: #195510)
6873 - Make Simulate::Describe and Simulate::ShortBreaks private member
6875 - Add a parameter (Candidate) to Describe to control whether the
6876 candidate version is displayed
6877 - Pass an appropriate value for Candidate everywhere Describe is called
6879 -- Matt Zimmerman <mdz@canonical.com> Mon, 13 Dec 2004 01:03:11 -0800
6881 apt (0.6.25) experimental; urgency=low
6883 * Fix handling of two-part sources for sources.list deb-src entries in
6884 the same way that deb entries were fixed
6886 -- Matt Zimmerman <mdz@debian.org> Wed, 9 Jun 2004 05:29:50 -0700
6888 apt (0.6.24) experimental; urgency=low
6890 * YnPrompt fixes were inadvertently left out, include them (Closes:
6893 -- Matt Zimmerman <mdz@debian.org> Sun, 16 May 2004 14:18:53 -0700
6895 apt (0.6.23) experimental; urgency=low
6897 * Remove obsolete pkgIterator::TargetVer() (Closes: #230159)
6898 * Reverse test in CheckAuth to match new prompt (Closes: #248211)
6900 -- Matt Zimmerman <mdz@debian.org> Sun, 9 May 2004 21:01:58 -0700
6902 apt (0.6.22) experimental; urgency=low
6905 * Make the unauthenticated packages prompt more intuitive (yes to
6906 continue, default no), but require --force-yes in addition to
6907 --assume-yes in order to override
6909 -- Matt Zimmerman <mdz@debian.org> Fri, 19 Mar 2004 13:55:35 -0800
6911 apt (0.6.21) experimental; urgency=low
6915 -- Matt Zimmerman <mdz@debian.org> Tue, 16 Mar 2004 22:52:34 -0800
6917 apt (0.6.20) experimental; urgency=low
6921 -- Matt Zimmerman <mdz@debian.org> Thu, 26 Feb 2004 17:17:02 -0800
6923 apt (0.6.19) experimental; urgency=low
6926 * Convert apt-key(8) to docbook XML
6928 -- Matt Zimmerman <mdz@debian.org> Mon, 9 Feb 2004 15:44:49 -0800
6930 apt (0.6.18) experimental; urgency=low
6932 * Add new Debian Archive Automatic Signing Key to the default keyring
6933 (existing keyrings are not updated; do that yourself)
6935 -- Matt Zimmerman <mdz@debian.org> Sat, 17 Jan 2004 17:04:30 -0800
6937 apt (0.6.17) experimental; urgency=low
6940 * Handle more IMS stuff correctly
6942 -- Matt Zimmerman <mdz@debian.org> Fri, 16 Jan 2004 10:54:25 -0800
6944 apt (0.6.16) experimental; urgency=low
6946 * Fix some cases where the .gpg file could be left in place when it is
6949 -- Matt Zimmerman <mdz@debian.org> Fri, 9 Jan 2004 09:22:15 -0800
6951 apt (0.6.15) experimental; urgency=low
6953 * s/Debug::Acquire::gpg/&v/
6954 * Honor the [vendor] syntax in sources.list again (though it is not
6955 presently used for anything)
6956 * Don't ship vendors.list(5) since it isn't used yet
6957 * Revert change from 0.6.10; it was right in the first place and the
6958 problem was apparently something else. Archive = Suite.
6960 -- Matt Zimmerman <mdz@debian.org> Mon, 5 Jan 2004 17:43:01 -0800
6962 apt (0.6.14) experimental; urgency=low
6966 -- Matt Zimmerman <mdz@debian.org> Sun, 4 Jan 2004 11:09:21 -0800
6968 apt (0.6.13) experimental; urgency=low
6972 -- Matt Zimmerman <mdz@debian.org> Sat, 3 Jan 2004 16:22:31 -0800
6974 apt (0.6.12) experimental; urgency=low
6976 * Have pkgAcquireIndex calculate an MD5 sum if one is not provided by
6977 the method (as with file: and copy:). Local repositories
6978 * Fix warning about dist name mismatch to actually print what it was
6980 * Don't expect any particular distribution name for two-part
6981 sources.list entries
6984 -- Matt Zimmerman <mdz@debian.org> Fri, 2 Jan 2004 13:59:00 -0800
6986 apt (0.6.11) experimental; urgency=low
6988 * Support IMS requests of Release.gpg and Release
6989 * This required API changes, bump the libapt-pkg version
6990 * Copy local Release files into Dir::State::Lists
6991 * Set IndexFile attribute when retrieving Release and Release.gpg so
6992 that the appropriate Cache-Control headers are sent
6994 -- Matt Zimmerman <mdz@debian.org> Fri, 2 Jan 2004 10:46:17 -0800
6996 apt (0.6.10) experimental; urgency=low
6998 * Use "Codename" (woody, sarge, etc.) to supply the value of the
6999 "Archive" package file attribute, used to match "release a=" type
7000 pins, rather than "Suite" (stable, testing, etc.)
7002 -- Matt Zimmerman <mdz@debian.org> Thu, 1 Jan 2004 16:56:47 -0800
7004 apt (0.6.9) experimental; urgency=low
7006 * Another tagfile workaround
7008 -- Matt Zimmerman <mdz@debian.org> Thu, 1 Jan 2004 13:56:08 -0800
7010 apt (0.6.8) experimental; urgency=low
7012 * Add a config option and corresponding command line option
7013 (--allow-unauthenticated) to apt-get, to make buildd operators happy
7016 -- Matt Zimmerman <mdz@debian.org> Wed, 31 Dec 2003 08:28:04 -0800
7018 apt (0.6.7) experimental; urgency=low
7020 * Forgot to revert part of the changes to tagfile in 0.6.4. Hopefully
7021 will fix segfaults for some folks.
7023 -- Matt Zimmerman <mdz@debian.org> Wed, 31 Dec 2003 08:01:28 -0800
7025 apt (0.6.6) experimental; urgency=low
7027 * Restore the ugly hack I removed from indexRecords::Load which set the
7028 pkgTagFile buffer size to (file size)+256. This is concealing a bug,
7029 but I can't fix it right now. This should fix the segfaults that
7030 folks are seeing with 0.6.[45].
7032 -- Matt Zimmerman <mdz@debian.org> Mon, 29 Dec 2003 18:11:13 -0800
7034 apt (0.6.5) experimental; urgency=low
7036 * Move the authentication check into a separate function in apt-get
7037 * Fix display of unauthenticated packages when they are in the cache
7040 -- Matt Zimmerman <mdz@debian.org> Sun, 28 Dec 2003 16:47:57 -0800
7042 apt (0.6.4) experimental; urgency=low
7044 * Use the top-level Release file in LoadReleaseInfo, rather than looking
7045 for the per-section ones (which aren't downloaded anymore). This
7046 unbreaks release pinning, including the NotAutomatic bit used by
7047 project/experimental
7048 * Use FileFd::Size() rather than a separate stat() call in
7050 * Fix pkgTagFile to leave a little extra room at the end of the buffer
7051 to append the record separator if it isn't present
7052 * Change LoadReleaseInfo to use "Suite" rather than "Archive", to match
7053 the Debian archive's dist-level Release files
7055 -- Matt Zimmerman <mdz@debian.org> Sun, 28 Dec 2003 15:55:55 -0800
7057 apt (0.6.3) experimental; urgency=low
7059 * Fix MetaIndexURI for flat ("foo/") sources
7061 -- Matt Zimmerman <mdz@debian.org> Sun, 28 Dec 2003 12:11:56 -0800
7063 apt (0.6.2) experimental; urgency=low
7065 * Add space between package names when multiple unauthenticated packages
7066 are being installed (Closes: #225212)
7067 * Provide apt-key with a secret keyring and a trustdb, even though we
7068 would never use them, because it blows up if it doesn't have them
7069 * Fix typo in apt-key(8) (standard input is '-', not '/')
7071 -- Matt Zimmerman <mdz@debian.org> Sat, 27 Dec 2003 13:01:40 -0800
7073 apt (0.6.1) experimental; urgency=low
7076 * Rearrange Release file authentication code to be more clear
7077 * If Release is present, but Release.gpg is not, don't forget to still
7078 queue Packages files
7079 * Convert distribution "../project/experimental" to "experimental" for
7081 * Make a number of Release file errors into warnings; for now, it is OK
7082 not to have a codename, for example. We mostly care about checksums
7085 -- Matt Zimmerman <mdz@debian.org> Fri, 26 Dec 2003 15:12:47 -0800
7087 apt (0.6.0) experimental; urgency=low
7089 * Signature verification support patch ("apt-secure") from Colin Walters
7090 <walters@debian.org> and Isaac Jones <ijones@syntaxpolice.org>. This
7092 - Release signature verification (Release.gpg)
7093 - Packages, Sources md5sum verification against Release
7095 * Make some modifications to signature verification support:
7096 - Release.gpg is always retrieved and verified if present, rather than
7097 requiring that sources be configured as secure
7098 - Print a hint about installing gnupg if exec(gpgv) fails
7099 - Remove obsolete pkgAcqIndexRel
7100 - Move vendors.list stuff into a separate module (vendorlist.{h,cc})
7101 - If any files about to be retrieved are not authenticated, issue a
7102 warning to the user and require confirmation
7103 - Fix a heap corruption bug in pkgSrcRecords::pkgSrcRecords()
7105 * Install a keyring in /usr/share/apt/debian-archive.gpg containing an
7106 initial set of Debian archive signing keys to seed /etc/apt/trusted.gpg
7107 * Add a new tool, apt-key(8) used to manage the keyring
7109 -- Matt Zimmerman <mdz@debian.org> Fri, 26 Dec 2003 08:27:19 -0800
7111 apt (0.5.32) hoary; urgency=low
7113 * Call setlocale in the methods, so that the messages are properly
7114 localised (Closes: #282700)
7115 * Implement support for bzip2-compressed debs (data.tar.bz2)
7117 -- Matt Zimmerman <mdz@canonical.com> Sat, 11 Dec 2004 09:05:52 -0800
7119 apt (0.5.31) unstable; urgency=low
7121 * New Romanian translation from Sorin Batariuc <sorin@bonbon.net>
7123 * Merge changes from Hoary (0.5.30,0.5.30ubuntu2]
7124 * Fix the example in apt_preferences(5) to match the text
7126 * Add APT::Periodic::Autoclean setting, to allow "apt-get autoclean" to
7127 be run periodically. This is useful with
7128 APT::Periodic::Download-Upgradeable-Packages, and defaults to the same
7129 value, so that the cache size is bounded
7131 -- Matt Zimmerman <mdz@debian.org> Tue, 23 Nov 2004 12:53:04 -0800
7133 apt (0.5.30ubuntu2) hoary; urgency=low
7135 * bzip2 is now "Suggested" and it will detect if bzip2 is installed
7136 and only then trying to get Packages.bz2
7138 -- Michael Vogt <mvo@debian.org> Fri, 19 Nov 2004 12:00:39 +0100
7140 apt (0.5.30ubuntu1) hoary; urgency=low
7142 * Need to Depend: bzip2 or Packages.bz2 fail.
7144 -- LaMont Jones <lamont@canonical.com> Thu, 18 Nov 2004 12:51:05 -0700
7146 apt (0.5.30) hoary; urgency=low
7148 * Patch from Michael Vogt to enable Packages.bz2 use, with a fallback to
7149 Packages.gz if it is not present (Closes: #37525)
7151 -- Matt Zimmerman <mdz@debian.org> Mon, 15 Nov 2004 12:57:28 -0800
7153 apt (0.5.29) unstable; urgency=low
7155 * Don't hardcode paths in apt.cron.daily
7156 * Add to apt.cron.daily the capability to pre-download upgradeable
7158 * Place timestamp files in /var/lib/apt/periodic, rather than
7160 * Standardize debhelper files a bit
7161 - Create all directories in debian/dirs rather than creating some on
7162 the dh_installdirs command line
7163 - Rename debian/dirs to debian/apt.dirs, debian/examples to
7166 -- Matt Zimmerman <mdz@debian.org> Sat, 13 Nov 2004 17:58:07 -0800
7168 apt (0.5.28) hoary; urgency=low
7170 * Translation updates:
7171 - Updated Hungarian from Kelemen Gábor <kelemeng@gnome.hu> (Closes: #263436)
7172 - Updated Greek from George Papamichelakis (Closes: #265004)
7173 - Updated Simplified Chinese from Tchaikov (Closes: #265190)
7174 - Updated French by Christian Perrier (Closes: #265816)
7175 - Updated Japanese by Kenshi Muto (Closes: #265630)
7176 - Updated Catalan from Jordi Mallach
7177 - Updated Dutch from Bart Cornelis (Closes: #268258, #278697)
7178 - Updated Portuguese from Miguel Figueiredo (Closes: #268265)
7179 - Updated Polish from Robert Luberda <robert@debian.org> (Closes: #268451)
7180 - Updated Danish from Claus Hindsgaul (Closes: #269417)
7181 - Updated Norwegian Nynorsk from Håvard Korsvoll <korsvoll@skulelinux.no>
7183 - Updated Russian from Yuri Kozlov <yuray@id.ru> (Closes: #271104)
7184 - Updated Italian from Samuele Giovanni Tonon <samu@debian.org>
7186 - Updated Brazilian Portuguese from Andre Luis Lopes (Closes: #273944)
7187 - Updated Slovak from Peter Mann (Closes: #279481)
7188 * APT::Get::APT::Get::No-List-Cleanup -> APT::Get::List-Cleanup in apt-get.cc
7190 * Merge Ubuntu changes:
7191 - Set default Dpkg::MaxArgs to 1024, and Dpkg::MaxArgBytes to 32k.
7192 Needed to work around ordering bugs when installing a large number of
7194 - Patch from Michael Vogt to add an optional cron job which
7195 can run apt-get update periodically
7196 * Add arch-build target to debian/rules
7198 -- Matt Zimmerman <mdz@debian.org> Sat, 13 Nov 2004 15:52:20 -0800
7200 apt (0.5.27) unstable; urgency=high
7202 * Sneak in a bunch of updated translations before the freeze
7204 * Translation updates:
7205 - New Finnish translation from Tapio Lehtonen <tale@debian.org>
7207 - New Bosnian translation from Safir Šećerović <sapphire@linux.org.ba>
7209 - Fix Italian incontrario (Closes: #217277)
7210 - Updated Spanish from Ruben Porras (Closes: #260483)
7211 - Updated Danish from Claus Hindsgaul (Closes: #260569)
7212 - Updated Slovak from Peter Mann (Closes: #260627)
7213 - Updated Portuguese from Miguel Figueiredo (Closes: #261423)
7214 * Bring configure-index up to date with documented options, patch from
7215 Uwe Zeisberger <zeisberg@informatik.uni-freiburg.de> (Closes: #259540)
7216 * Note in apt.conf(5) that configure-index does not contain strictly
7217 default values, but also examples
7218 * Add Polish translation of offline.sgml (Closes: #259229)
7220 -- Matt Zimmerman <mdz@debian.org> Thu, 29 Jul 2004 09:30:12 -0700
7222 apt (0.5.26) unstable; urgency=low
7224 * Translation updates:
7225 - Spanish update from Ruben Porras <nahoo82@telefonica.net> (Closes: #248214)
7226 - Sync Spanish apt(8) (Closes: #249241)
7227 - French update from Christian Perrier <bubulle@debian.org> (Closes: #248614)
7228 - New Slovak translation from Peter Mann <Peter.Mann@tuke.sk> (Closes: #251676)
7229 - Czech update from Miroslav Kure <kurem@upcase.inf.upol.cz> (Closes: #251682)
7230 - pt_BR update from Andre Luis Lopes <andrelop@debian.org> (Closes: #251961)
7231 - German translation of apt(8) from Helge Kreutzmann <kreutzm@itp.uni-hannover.de>
7233 - pt update from Miguel Figueiredo <elmig@debianpt.org> (Closes: #252700)
7234 - New Hebrew translation from Lior Kaplan <webmaster@guides.co.il>
7236 - New Basque translation from Piarres Beobide Egaña <pi@beobide.net>
7237 (Vasco - Euskara - difficult language, Closes: #254407) and already a
7238 correction (Closes: #255760)
7239 - Updated Brazilian Portuguese translation from
7240 Guilherme de S. Pastore <gpastore@colband.com.br> (Closes: #256396)
7241 - Updated Greek translation (complete now) from
7242 George Papamichelakis <george@step.gr> (Closes: #256797)
7243 - New Korean translation from Changwoo Ryu <cwryu@debian.org>
7245 - German translation now available in two flavours: with Unicode usage and
7246 without (related to #228486, #235759)
7247 * Update apt-get(8) to reflect the fact that APT::Get::Only-Source will
7248 affect apt-get build-dep as well as apt-get source
7249 * Remove aborted remnants of a different method of implementing DEB_BUILD_OPTIONS
7251 * Fix typo in error message when encountering unknown type in source list
7253 * Update k*bsd-gnu arch names in buildlib/ostable (Closes: #253532)
7254 * Add amd64 to buildlib/archtable (Closes: #240896)
7255 * Have configure output a more useful error message if the architecture
7258 -- Matt Zimmerman <mdz@debian.org> Thu, 8 Jul 2004 15:53:28 -0700
7260 apt (0.5.25) unstable; urgency=low
7262 * Patch from Jason Gunthorpe to remove arbitrary length limit on Binary
7263 field in SourcesWriter::DoPackage
7264 * Fix typo in apt-cache(8) (Closes: #238578)
7265 * Fix obsolete reference to bug(1) in stub apt(8) man page
7267 * Fix typo in configure-index (RecruseDepends -> RecurseDepends)
7269 * Support DEB_BUILD_OPTIONS=noopt in debian/rules
7271 * Increase length of line buffer in ReadConfigFile to 1024 chars;
7272 detect if a line is longer than that and error out
7274 * Suppress a signed/unsigned warning in apt-cache.cc:DisplayRecord
7275 * Build apt-ftparchive with libdb4.2 rather than libdb2
7276 - Patch from Clint Adams to do most of the work
7277 - Build-Depends: s/libdb2-dev/libdb4.2-dev/
7278 - Add AC_PREREQ(2.50) to configure.in
7279 - Use db_strerror(err) rather than GlobalError::Errno (which uses strerror)
7280 - Add note to NEWS.Debian about upgrading old databases
7281 * Attempt to fix problems with chunked encoding by stripping only a single CR
7283 * Modify debian/rules cvs-build to use cvs export, to avoid picking up
7284 junk files from the working directory
7285 * Add lang=fr attribute to refentry section of
7286 apt-extracttemplates.fr.1.sgml and apt-sortpkgs.fr.1.sgml so they are
7288 * Remove extraneous '\' characters from <command> tags in
7289 apt_preferences.fr.5.sgml
7290 * Translation updates:
7291 - Updated Swedish translation from Peter Karlsson <peter@softwolves.pp.se>
7293 - New Slovenian translation from Jure Čuhalev <gandalf@owca.info>
7295 - New Portuguese translation from Miguel Figueiredo <elmig@debianpt.org>
7297 - Updated Spanish translation from Ruben Porras <nahoo82@telefonica.net>
7298 - Updated Spanish translation of man pages from Ruben Porras
7299 <nahoo82@telefonica.net>
7300 - Updated Simplified Chinese translation from "Carlos Z.F. Liu" <carlos_liu@yahoo.com>
7302 - Updated Russian translation from Dmitry Astapov <adept@despammed.com>
7304 - Updated Polish translation from Marcin Owsiany <porridge@debian.org>
7306 - Updated Czech translation from Miroslav Kure <kurem@upcase.inf.upol.cz>
7308 - Updated Japanese translation from Kenshi Muto <kmuto@debian.org>
7310 - Run make -C po update-po to update .po files
7311 - Updated French translation from Christian Perrier <bubulle@debian.org>
7313 - Updated Danish translation from Claus Hindsgaul <claus_h@image.dk>
7316 -- Matt Zimmerman <mdz@debian.org> Sat, 8 May 2004 12:52:20 -0700
7318 apt (0.5.24) unstable; urgency=low
7320 * Updated Czech translation from Miroslav Kure <kurem@upcase.inf.upol.cz>
7322 * Updated French translation from Christian Perrier <bubulle@debian.org>
7324 * Updates to XML man pages from richard.bos@xs4all.nl
7325 * Updated Danish translation from Claus Hindsgaul <claus_h@image.dk>
7327 * Updated Greek translation from Konstantinos Margaritis
7330 * Updated Spanish translation from Ruben Porras <nahoo82@telefonica.net>
7332 * Updated pt_BR translation from Andre Luis Lopes <andrelop@debian.org>
7334 * Regenerate .pot file (Closes: #237892)
7335 * Updated Polish translation from Marcin Owsiany <porridge@debian.org>
7337 * In pkgAcquire::Shutdown(), set the status of fetching items to
7338 StatError to avoid a sometimes large batch of error messages
7340 * Implement an ugly workaround for the 10000-character limit on the
7341 Binaries field in debSrcRecordParser, until such time as some things
7342 can be converted over to use STL data types (ABI change) (Closes: #236688)
7343 * Increase default tagfile buffer from 32k to 128k; this arbitrary limit
7344 should also be removed someday (Closes: #174945)
7345 * Checked against Standards-Version 3.6.1 (no changes)
7347 -- Matt Zimmerman <mdz@debian.org> Tue, 16 Mar 2004 22:47:55 -0800
7349 apt (0.5.23) unstable; urgency=low
7351 * Cosmetic updates to XML man pages from Richard Bos <radoeka@xs4all.nl>
7352 * Use the 'binary' target rather than 'all' so that the ssh and bzip2
7353 symlinks are created correctly (thanks to Adam Heath)
7355 * Updated Simplified Chinese translation of message catalog from Tchaikov
7356 <chaisave@263.net> (Closes: #234186)
7357 * Change default for Acquire::http::max-age to 0 to prevent index files
7358 being out of sync with each other (important with Release.gpg)
7359 * Add an assert() to make sure that we don't overflow a fixed-size
7360 buffer in the very unlikely event that someone adds 10 packaging
7361 systems to apt (Closes: #233678)
7362 * Fix whitespace in French translation of "Yes, do as I say!", which
7363 made it tricky to type, again. Thanks to Sylvain Pasche
7364 <sylvain.pasche@switzerland.org> (Closes: #234494)
7365 * Print a slightly clearer error message if no packaging systems are
7366 available (Closes: #233681)
7367 * Point to Build-Depends in COMPILING (Closes: #233669)
7368 * Make debian/rules a bit more consistent in a few places.
7369 Specifically, always use -p$@ rather than an explicit package name,
7370 and always specify it first, and use dh_shlibdeps -l uniformly rather
7371 than sometimes changing LD_LIBRARY_PATH directly
7372 * Document unit for Cache-Limit (bytes) (Closes: #234737)
7373 * Don't translate "Yes, do as I say!" in Chinese locales, because it can
7374 be difficult to input (Closes: #234886)
7376 -- Matt Zimmerman <mdz@debian.org> Thu, 26 Feb 2004 17:08:14 -0800
7378 apt (0.5.22) unstable; urgency=low
7380 * Updated French translation of man pages from Philippe Batailler
7381 <philippe.batailler@free.fr> (Closes: #203119)
7382 * Initialize StatusFile in debSystem (Closes: #229791)
7383 * Fix apt-get's suggests/recommends printing, which was skipping every
7384 other dependency due to both using GlobOr and incrementing the DepIterator
7386 * Restore SIGINT/SIGQUIT handlers to their old values (rather than
7387 SIG_DFL) after invoking dpkg (Closes: #229854)
7388 * Updated Dutch translation of message catalog from cobaco
7389 <cobaco@linux.be> (Closes: #229601)
7390 * Catalan translation from Antoni Bella, Matt Bonner and Jordi Mallach
7392 * Simplified Chinese translation of message catalog from "Carlos
7393 Z.F. Liu" <carlos_liu@yahoo.com> (Closes: #230960)
7394 * Replace SGML manpages with XML man pages from richard.bos@xs4all.nl
7396 * Updated Spanish translation of man pages from Ruben Porras
7397 <nahoo82@telefonica.net> (Closes: #231539)
7398 * New Czech translation of message catalog from Miroslav Kure
7399 <kurem@upcase.inf.upol.cz> (Closes: #231921)
7401 -- Matt Zimmerman <mdz@debian.org> Mon, 9 Feb 2004 12:44:54 -0800
7403 apt (0.5.21) unstable; urgency=low
7405 * Patch from Eric Wong <normalperson@yhbt.net> to include apt18n.h after
7406 other headers to avoid breaking locale.h when setlocale() is defined
7407 as an empty macro. This was not a problem on Debian, but broke
7408 compilation on Solaris. (Closes: #226509)
7409 * Updated French translation from Pierre Machard <pmachard@debian.org>
7411 * Add colons to apt-get's "kept back"/"upgraded"/"downgraded" messages
7413 * Fix typo in apt-cache(8) (Closes: #226351)
7414 * Clearer error message in place of "...has no available version, but
7415 exists in the database" (Closes: #212203)
7416 * Patch from Oliver Kurth <oku@masqmail.cx> to use AC_CACHE_VAL for
7417 GLIBC_VER to make cross-compilation easier (Closes: #221528)
7418 * Add example preferences file (Closes: #220799)
7419 * Updated Greek translation from Konstantinos Margaritis <markos@debian.org>
7421 * Updated Spanish translation of man pages from Ruben Porras
7422 <nahoo82@telefonica.net> (Closes: #227729)
7424 -- Matt Zimmerman <mdz@debian.org> Fri, 16 Jan 2004 10:54:39 -0800
7426 apt (0.5.20) unstable; urgency=low
7428 * Fixed German translations of "Suggested" from Christian Garbs
7429 <debian@cgarbs.de> (Closes: #197960)
7430 * Add an "apt-cache madison" command with an output format similar to
7431 the katie tool of the same name (but less functionality)
7432 * Fix debSourcesIndex::Describe() to correctly say "Sources" rather than
7435 -- Matt Zimmerman <mdz@debian.org> Sat, 3 Jan 2004 23:42:50 -0800
7437 apt (0.5.19) unstable; urgency=low
7439 * Fix Packages::Extensions support in apt-ftparchive generate
7442 -- Matt Zimmerman <mdz@debian.org> Sat, 3 Jan 2004 16:20:31 -0800
7444 apt (0.5.18) unstable; urgency=low
7446 * New no_NO.po file from Tollef Fog Heen <tfheen@debian.org> to fix
7447 encoding problems (Closes: #225602)
7448 * Have "apt-ftparchive release" strip the leading path component from
7449 the checksum entries
7451 -- Matt Zimmerman <mdz@debian.org> Fri, 2 Jan 2004 11:24:35 -0800
7453 apt (0.5.17) unstable; urgency=low
7455 * Enable apt-ftparchive to generate Release files. Hopefully this will
7456 make it easier for folks to secure their apt-able packages
7458 -- Matt Zimmerman <mdz@debian.org> Fri, 26 Dec 2003 12:53:21 -0800
7460 apt (0.5.16) unstable; urgency=low
7462 * po/de.po update from Michael Karcher <karcher@physik.fu-berlin.de>
7464 * Update config.guess and config.sub from autotools-dev 20031007.1
7465 * Add knetbsd to buildlib/ostable (Closes: #212344)
7466 * Don't suggest apt-get -f install to correct broken build-deps; broken
7467 installed packages are rarely the cause (Closes: #220858)
7468 * Avoid clobbering configure.in if sed fails
7470 -- Matt Zimmerman <mdz@debian.org> Wed, 24 Dec 2003 14:54:40 -0800
7472 apt (0.5.15) unstable; urgency=low
7474 * Spanish man pages, patch from Ruben Porras <nahoo82@telefonica.net>
7476 - apt.es.8 wasn't included in the patch, but was referenced. Fetched
7477 version 1.3 from debian-doc cvs
7478 - Create doc/es/.cvsignore
7479 * Patch from Koblinger Egmont <egmont@uhulinux.hu> to fix
7480 pkgCache::PkgFileIterator::Label() to correctly refer to File->Label
7481 rather than File->Origin (Closes: #213311)
7482 * Add missing comma and space to German translation of "downgraded"
7484 * Add missing comma in apt_preferences(5) (Closes: #215362)
7485 * Fix whitespace in French translation of "Yes, do as I say!", which
7486 made it tricky to type. Thanks to Sylvain Pasche
7487 <sylvain.pasche@switzerland.org> (Closes: #217152)
7488 * Let apt-get build-dep try alternatives if the installed package
7489 doesn't meet version requirements (Closes: #214736)
7490 * Fix version display for recommends (Closes: #219900)
7491 * Use isatty rather than ttyname for checking if stdin is a terminal.
7492 isatty has the advantage of not requiring /proc under Linux, and thus
7494 * Correctly implement -n as a synonym for --names-only (Closes: #224515)
7495 * Update apt-cache(8)
7496 - Document --installed
7497 - --recursive applies to both depends and rdepends
7498 * Japanese translation of documentation from Kurasawa Nozomu <nabetaro@slug.jp>
7500 * Clarify documentation of --no-upgrade in apt-get(8) (Closes: #219743)
7501 * Clean up and simplify some of the suggests/recommends display in apt-get
7502 * Use cvs update -d in debian/rules cvs-build rather than just update
7503 * Pass --preserve-envvar PATH --preserve-envvar CCACHE_DIR to debuild. apt
7504 takes a long time to build, and ccache helps
7506 -- Matt Zimmerman <mdz@debian.org> Sat, 20 Dec 2003 16:34:30 -0800
7508 apt (0.5.14) unstable; urgency=low
7510 * apt-get build-dep, when trying to skip over the remaining elements of
7511 an or-expression, would accidentally inherit the version requirements of a
7512 later item in the or-expression. Fixed it.
7513 * Let apt-get build-dep try alternatives if the first dependency in an
7514 or-expression is not available
7515 * Add a Debug::BuildDeps to generate some trace output
7516 * Help apt-get build-dep produce more useful error messages
7517 * Process build-dependencies in forward rather than reverse order
7518 * Error out if an installed package is too new for a << or <=
7520 * apt-get build-dep should now be able to handle almost any package with
7521 correct build-depends. The primary exception is build-dependencies on
7522 virtual packages with more than one provider, and these are
7523 discouraged for automated processing (but still common,
7526 -- Matt Zimmerman <mdz@debian.org> Tue, 23 Sep 2003 22:57:31 -0400
7528 apt (0.5.13) unstable; urgency=medium
7530 * Document configuration file comment syntax in apt.conf(5)
7532 * s/removed/installed/ in a comment in apt-get.cc
7533 * Move comment for ListParser::ParseDepends into the right place
7534 * Don't preserve ownership when copying config.guess and config.sub.
7535 This broke builds where the clean target was run with different
7536 privileges than the rest of the build (i.e., root) (Closes: #212183)
7537 * On second thought, don't copy config.guess and config.sub at all. I'd
7538 rather they always match what is in CVS.
7540 -- Matt Zimmerman <mdz@debian.org> Mon, 22 Sep 2003 10:28:17 -0400
7542 apt (0.5.12) unstable; urgency=low
7544 * Exclude subdirectories named 'debian-installer' from the apt-cdrom
7545 search (Closes: #210485 -- release-critical)
7547 -- Matt Zimmerman <mdz@debian.org> Thu, 11 Sep 2003 21:48:14 -0400
7549 apt (0.5.11) unstable; urgency=low
7551 * Updated pt_BR translations from Andre Luis Lopes <andrelop@debian.org>
7553 * In apt.conf(5), give the fully qualified name of Dir::Bin::Methods,
7554 rather than just "methods"
7555 * Add new nb and nn translations from Petter Reinholdtsen <pere@hungry.com>
7556 * Clean up reportbug script a bit, and extend it to distinguish between a
7557 configuration file not existing and the user declining to submit it with
7559 * Add #include <langinfo.h> to cmdline/apt-get.cc. This apparently gets
7560 pulled in by something else with recent g++ and/or glibc, but is
7561 required when building on, e.g., stable
7562 * Patch from Koblinger Egmont <egmont@uhulinux.hu> to fix version
7563 comparisons with '~' (Closes: #205960)
7564 * Disable Russian translation until someone can review it
7567 -- Matt Zimmerman <mdz@debian.org> Wed, 10 Sep 2003 19:41:28 -0400
7569 apt (0.5.10) unstable; urgency=low
7571 * Correct the section in apt_preferences(5) on interpreting priorities
7572 to show that zero is not a valid priority, and print a warning if such
7573 a pin is encountered in the preferences file (Closes: #204971)
7574 * Regenerate French man pages from sgml source (Closes: #205886)
7575 * Get self-tests compiling again, updated for latest library API
7577 * Add version comparison tests for #194327 and #205960
7578 * Fix error message in version test to output versions in the order in
7579 which they were compared when the reverse comparison fails
7580 * Reference the source package bug page rather than the one for the
7581 binary package 'apt' in the man pages (Closes: #205290)
7582 * Updated Polish po file from Marcin Owsiany <porridge@debian.org>
7584 * Mention some of the available frontends in apt-get(8) (Closes: #205829)
7585 * Add apt-config to SEE ALSO section of apt-get (Closes: #205036)
7586 * Add missing "lang" attributes to refentry tags in French man pages
7587 (apt-cdrom, apt-extracttemplates, apt-sortpkgs)
7588 * Change upgraded/newly installed/not fully installed or removed
7589 messages to be consistent and somewhat shorter (some translations
7590 exceeded 80 characters even in the simplest case)
7591 * Make APT::Get::Show-Upgraded (aka apt-get -u) default to true.
7592 * Updates to Dutch translation from Bart Cornelis <cobaco@linux.be>
7595 -- Matt Zimmerman <mdz@debian.org> Sun, 31 Aug 2003 21:12:39 -0400
7597 apt (0.5.9) unstable; urgency=low
7599 * Oh well, apt isn't going to make it into testing anytime soon due to
7600 new glibc and gcc deps, so we might as well fix more bugs
7601 * Fix typo in example ftp-archive.conf (Closes: #203295)
7602 * Mention default setting for --all-versions (Closes: #203298)
7603 * Patch from Otavio Salvador <otavio@debian.org> to have --version
7604 only print the version (and not usage as well) (Closes: #203418)
7605 * Patch from Otavio Salvador <otavio@debian.org> to switch from
7606 dh_installmanpages to dh_installman. Fixes the problem where the
7607 pt_BR man page was installed in the wrong location (Closes: #194558)
7608 * Move the French apt-ftparchive man page into apt-utils where it
7609 belongs. apt-utils Replaces: apt (<< 0.5.9)
7610 * Write records from "apt-cache show" using fwrite(3) rather than
7611 write(2), in case for some reason the entire record doesn't get
7612 written by a single write(2)
7613 * Add new French man pages to doc/fr/.cvsignore
7614 * Add freebsd to buildlib/ostable (Closes: #193430)
7615 * Avoid segfault if a package name is specified which consists
7616 entirely of characters which look like end tags ('+', '-')
7618 * Patch from Otavio Salvador <otavio@debian.org> to avoid listing
7619 suggests/recommends for packages which are selected for installation
7620 at the same time as the package which suggests/recommends them
7622 * Patch from Otavio Salvador <otavio@debian.org> to avoid listing
7623 suggests/recommends which are Provided by a package which is already
7624 installed (Closes: #200395)
7625 * Patch to update pt_BR man page for apt_preferences(5) from Andre Luis
7626 Lopes <andrelop@debian.org> (Closes: #202245)
7627 * Use nl_langinfo(YESEXPR) rather than comparing to the translated
7628 string "Y". Closes: #200953 and should make the prompting generally
7629 more robust in the face of i18n. In the particular case of #200953,
7630 it was being fooled because of signedness issues with toupper(3)
7632 * apt Suggests: aptitude | synaptic | gnome-apt | wajig
7634 * Clean up whitespace in translated strings in ru.po, which messed up
7635 indentation (some other translations probably have similar problems)
7637 * Run ispell -h over the man page sources and fix a bunch of typos
7638 * Use debian/compat rather than DH_COMPAT
7639 * Update to debhelper compatibility level 3
7640 - remove ldconfig calls from debian/{postinst,postrm} as dh_makeshlibs
7642 - echo 3 > debian/compat
7643 - Build-Depends: debhelper (>= 3)
7644 * Exclude '.#*' from cvs-build
7645 * Let the ftp method work with ftp servers which do not require a
7646 password (Closes: #199425)
7647 * Build-depend on debhelper >= 4.1.62, because we need the fix for
7648 #204731 in order for dh_installman to work correctly
7649 with our SGML man pages
7650 * Move dh_makeshlibs ahead of dh_installdeb so that its postinst
7651 fragments are properly substituted
7653 -- Matt Zimmerman <mdz@debian.org> Sun, 10 Aug 2003 19:54:39 -0400
7655 apt (0.5.8) unstable; urgency=medium
7657 * urgency=medium because the changes since 0.5.5.1 are pretty safe as
7658 far as core functionality, 0.5.5.1 survived unstable for 10 days, and
7659 I don't want to delay apt's progress into testing any further. It's
7660 decidedly better than 0.5.4.
7661 * Clarify the meaning of the only-source option in apt-get(8)
7663 * Updated French man pages from Philippe Batailler
7664 <philippe.batailler@free.fr> (Closes: #182194)
7665 * Give a warning if an illegal type abbreviation is used when looking up a
7666 configuration item (Closes: #168453)
7667 * Improve build-depends handling of virtual packages even further, so that
7668 it will now also try to satisfy build-depends on virtual packages if they
7669 are not installed. Note that this only works if there is only one
7670 package providing the virtual package, as in other cases (Closes: #165404)
7671 * Update config.guess and config.sub from autotools-dev 20030717.1
7672 * Tweak SGML in apt-extracttemplates.1.sgml so that literal '>' doesn't end
7674 * Document SrcDirectory in apt-ftparchive.1.sgml (Closes: #156370)
7675 * Support TMPDIR in apt-extracttemplates (Closes: #191656)
7676 * Fix ru.po to use a capital letter for the translation of 'Y' so that
7677 YnPrompt works correctly (Closes: #200953). No other translations seem
7678 to have this problem
7679 * Regenerate POT file and sync .po files
7680 * Only try to clear stdin if it is a tty, to avoid looping if there is
7681 lots of stuff (perhaps an infinite amount) to read (Closes: #192228)
7683 -- Matt Zimmerman <mdz@debian.org> Fri, 25 Jul 2003 20:21:53 -0400
7685 apt (0.5.7) unstable; urgency=low
7687 * Update control file to match overrides (apt priority important,
7688 libapt-pkg-dev section libdevel)
7689 * Silence the essential packages check if we are only downloading
7690 archives and not changing the system (Closes: #190862)
7691 * Skip version check if a build-dependency is provided by an installed package
7693 * Have apt-cache show exit with an error if it cannot find any of the
7694 specified packages (Closes: #101490)
7696 -- Matt Zimmerman <mdz@debian.org> Mon, 21 Jul 2003 23:43:24 -0400
7698 apt (0.5.6) unstable; urgency=low
7700 * Adam Heath <doogie@debian.org>
7701 - Fix segfault when handling /etc/apt/preferences. Closes: #192409.
7702 * Matt Zimmerman <mdz@debian.org>
7703 - Clean up some string handling, patch from Peter Lundkvist
7704 <p.lundkvist@telia.com> (Closes: #192225)
7705 - Don't fall off the end of the buffer when comparing versions.
7706 Patch from Koblinger Egmont <egmont@uhulinux.hu> (Closes: #194327)
7707 - Minor fixes to apt-ftparchive(1) (Closes: #118156)
7708 - Fix typo in apt-ftparchive help text (Closes: #119072)
7709 - More typos in apt-ftparchive help text (Closes: #190936)
7710 - Update config.guess, config.sub to latest versions
7711 - Modify the description for apt-utils to reflect the fact that it is not
7712 (any longer) infrequently used (Closes: #138045)
7713 - Make setup script for dselect method more explicit about
7714 overwriting sources.list (Closes: #151727)
7715 - Fix typo in apt-cache(8) (Closes: #161243)
7716 - Remove duplicate 'showpkg' from synopsis on apt-cache(8)
7718 - Document in apt-get(8) the meaning of the '*' in ShowList, which is that
7719 the package is being purged (Closes: #182369)
7720 - Fix extra "/" character in apt.conf(5) (Closes: #185545)
7721 - Fix typo in tar error message (Closes: #191424)
7722 - Clarify description of 'search' on apt-cache(8) (Closes: #192216)
7723 - Fix incorrect path for 'partial' directory on apt-get(8)
7725 - Fixes to pt_BR translation from Andre Luis Lopes <andrelop@ig.com.br>
7727 - Updated apt_preferences(5) man page with many corrections and
7728 clarifications from Thomas Hood <jdthood@yahoo.co.uk>
7730 - Fix SGML validation errors in apt-cache.8.sgml introduced in 0.5.5 or so
7731 - Add a simple example to apt-ftparchive(1) (Closes: #95257)
7732 - Add bug script for collecting configuration info (Closes: #176482)
7734 -- Matt Zimmerman <mdz@debian.org> Mon, 21 Jul 2003 01:59:43 -0400
7736 apt (0.5.5.1) unstable; urgency=low
7738 * Move the target of the example docs from doc to binary. Closes:
7740 * Fix api breakage that broke apt-ftparchive and apt-cache dumpavail, by
7741 backing out change that incorretly attempted to handle Package sections
7742 larger than 32k. Closes: #192373
7743 * Fix never-ending loop with apt-get install -V. Closes: #192355.
7745 -- Adam Heath <doogie@debian.org> Mon, 19 May 2003 12:30:16 -0500
7747 apt (0.5.5) unstable; urgency=low
7749 * New deb version compare function, that has no integer limits, and
7750 supports pre-versions using ~. Code ported from dpkg.
7751 * Fix handling of [!arch] for build-dependencies. Closes: #88798, #149595
7752 * Fix handling of build-deps on unknown packages. Closes: #88664, #153307
7753 * "apt-get --arch-only build-dep" to install only architecture-
7754 dependent build dependencies. Bump minor shared lib number to reflect
7755 small change in BuildDepend API.
7756 * APT::Build-Essential configuration option (defaults to "build-essential")
7757 so that "apt-get build-dep" will ensure build essential packages are
7758 installed prior to installing other build-dependencies. Closes: #148879
7759 * LD_LIBRARY_PATH thing. Closes: #109430, #147529
7760 * /usr/doc reference in postinst. Closes: #126189
7761 * Doc updates. Closes: #120689
7762 * Possible apt-cache segfault. Closes: #120311, #118431, #117915, #135295,
7764 * Print special message for EAI_AGAIN. Closes: #131397
7765 * libapt-pkg-dev needs to bring in the apt-inst library if linking
7766 is to work. Closes: #133943
7767 * Typos, Doc Stuff. Closes: #132772, #129970, #123642, #114892, #113786,
7768 #109591, #105920, #103678, #139752, #138186, #138054, #138050,
7769 #139994, #142955, #151654, #151834, #147611, #154268, #173971
7770 * Fix possibility for tag file parsing to fail in some unlikely situations.
7772 * Use std C++ names for some header files. Closes: #128741
7773 * Do not check for free space if --no-download. Closes: #117856
7774 * Actually implement or group handling for 'upgrade'. Closes: #133950
7775 * "Internal Error, Couldn't configure pre-depend" is not actually an
7776 internal error, it is a packaging error and now it says so, and
7777 pinpoints the problem dependency. Closes: #155621
7778 * Allows failure to write to a pipe for post-invoke stuff. Closes: #89830
7779 * Use usr/share/doc for dhelp. Closes: #115701
7780 * --print-uris works with 'update'. Closes: #57070
7781 * Options Dpkg::MaxArgs,Dpkg::MaxArgBytes to allow a much longer dpkg
7783 * Fixed 2 little OR group bugs, thanks to Yann Dirson. Closes: #143995,
7785 * Allow an uninstalled package to be marked for removal on an install
7786 line (meaning not to automatically install it), also fix some dodgy
7787 handling of protected packages. Closes: #92287, #116011
7788 * Fix errant prefix matching in version selection. Closes: #105968
7789 * Ensure that all files needed to run APT as a user are readable and
7790 ignore roots umask for these files. Closes: #108801
7791 * Support larger config spaces. Closes: #111914
7792 * 'apt-get update' no longer does 'Building Dependency Tree'.
7793 * When matching regexs allways print a message. Change regex activation
7794 charset. Closes: #147817
7795 * Don't die if lines in sources.list are too long. Closes: #146846
7796 * Show file name on apt-extracttemplate error messges. Closes: #151835
7797 * i18n gettext stuff, based on work from Michael Piefel: Closes: #95933
7798 * Some highly unlikely memory faults. Closes: #155842
7799 * C++ stuff for G++3.2. Closes: #162617, #165515,
7800 * apt-config dumps sends to stdout not stderr now. Closes: #146294
7801 * Fix segfault in FindAny when /i is used, and there is no default.
7803 * Add s390x to archtable. Closese: #160992.
7804 * Update config.sub/config.guess in cvs, and add support to debian/rules
7805 to update them from /usr/share/misc if they exist. Closes: #155014
7806 * Remove 'Sorry' from messages. Closes: #148824.
7807 * Change wording of 'additional disk space usage' message. Closes:
7809 * apt-extracttemplates now prepends the package name when extracting
7810 files. Closes: #132776
7811 * Add -n synonym for --names-only for apt-cache. Closes: #130689
7812 * Display both current version and new version in apt-get -s. Closes:
7814 * Add an options and timeout config item to ssh/rsh. Closes: #90654
7815 * libapt-pkg-dev now depends on apt-utils. Closes: #133942.
7816 * Change verbose logging output of apt-ftparchive to go to stderr,
7817 instead of stdout. Also, errors that occur no longer go to stdout,
7818 but stderr. Closes: #161592
7819 * Test for timegm in configure. Closes: #165516.
7820 * s/st_mtime/mtime/ on our local stat structure in apt-ftparchive, to
7821 support compliation on platforms where st_mtime is a macro. Closes:
7823 * Check the currently mounted cdrom, to see if it's the one we are
7824 interested in. Closes: #154602
7825 * Refer to reportbug instead of bug in the man pages. Closes: #173745
7826 * Link apt-inst to apt-pkg. Closes: #175055
7827 * New apt_preferences man page from Thomas Hood, Susan Kleinmann,
7829 * Fix > 300 col screen segfault. Closes: #176052
7830 * Rebuild with gcc-3.2. Closes: #177752, #178008.
7831 * Fix build-dep handling of | dependencies.
7832 Closes: #98640, #145997, #158896, #172901
7833 * Double default value of APT::Cache-Limit, until such time as it
7834 can be made more dynamic. Closes: #178623.
7835 * Report uris with '.gz' when there are errors. Closes: #178435.
7836 * When installing build-deps, make sure the new version will
7837 satisfy build requirements. Closes: #178121
7838 * Split offline and guide documentation into apt-doc. This was done so
7839 that binary-arch builds do not require documention deps. Note, that
7840 apt-doc is not installed on upgrades.
7841 * Use doc-base, instead of dhelp directly. Closes: #110389
7842 * Change http message 'Waiting for file' to 'Waiting for headers'.
7844 * Remove trailing lines on package lists in apt-get. Closes: #178736.
7845 * Fix origin pins for file:// uris. Closes: #189014.
7846 * Apply typo and syntax patch from bug to apt-cache.8.sgml. Closes:
7848 * s/dpkg-preconfig/dpkg-preconfigure/ in examples/configure-index.
7850 * Fix some typos in the apt-get manual. Closes: #163932.
7851 * Apply patch from bug, to change frozen to testing, and then do it
7852 everywhere else. Closes: #165085.
7853 * Update es.po. Closes: #183111.
7854 * Add pt_BR translation of apt_preferences(5). Also, build fr manpages.
7856 * Add a vcg command to apt-cache, similiar to dotty. Closes: #150512.
7857 * Add option to apt-get to show versions of packages being
7859 * Be quiet in apt.post{inst,rm}. Closes: #70685.
7860 * apt-get now prints out suggested and recommended packages. Closes:
7862 * Insert some newlines in the cdrom change media message. Closes:
7864 * Add a rdepends command to apt-cache. Closes: #159864.
7865 * When building the dpkg command line, allow for 8192 chars to be used,
7866 instead of only 1024.
7867 * APT::Immediate-Configure had inverted semantics(false meant it was
7868 enabled). Closes: #173619.
7869 * Fix status file parser so that if a record is larger than 32k, the
7870 buffer size will be doubled, and the read attempted again. Closes:
7873 -- Adam Heath <doogie@debian.org> Sun, 27 Apr 2003 01:23:12 -0500
7875 apt (0.5.4) unstable; urgency=low
7877 * M68k config.guess patch. Closes: #88913
7878 * Bi-yearly test on OpenBSD and Solaris
7879 * Doc updates. Closes: #89121, #89854, #99671, #98353, #95823, #93057,
7880 #97520, #102867, #101071, #102421, #101565, #98272, #106914,
7882 * Various cosmetic code updates. Closes: #89066, #89066, #89152
7883 * Add "pre-auto" as an option for DSelect::Clean (run autoclean after
7885 * More patches from Alfredo for Vendors and more SHA-1 stuff
7886 * Fix for AJ's 'desire to remove perl-5.005' and possibly other
7887 similar situations. Closes: #56708, #59432
7888 * no_proxy and ftp. Closes: #89671
7889 * Philippe Batailler's man page patches.
7890 * Fix for display bug. Closes: #92033, #93652, #98468
7891 * Use more than 16bits for the dep ID. Some people ran out..
7892 Closes: #103020, #97809, #102951, #99974, #107362, #107395, #107362,
7893 #106911, #107395, #108968
7894 * Reordered some things to make dante and FTP happier. Closes: #92757
7895 * James R. Van Zandt's guide.sgml updates. Closes: #90027
7896 * apt-ftparchive copes with no uncompressed package files + contents.
7897 * French man pages from philippe batailler - well sort of. They
7899 * run-parts. Closes: #94286
7900 * 'apt-cache policy' preferences debug tool.
7901 * Whatever. Closes: #89762
7902 * libstdc++ and HURD. Closes: #92025
7903 * More apt-utils verbage. Closes: #86954
7904 * Fliped comparision operator. Closes: #94618
7905 * Used the right copyright file. Closes: #65691
7906 * Randolph's G++3 patches.
7907 * Fixed no_proxy tokanizing. Closes: #100046
7908 * Strip Config-Version when copying status to available. Closes: #97520
7909 * Segfault with missing source files. Closes: #100325
7910 * EINTR check. Closes: #102293
7911 * Various changes to the locking metholodgy for --print-uris.
7913 * Lame LD_LIBRARY_PATH thing. Closes: #98928
7914 * apt-cache search searchs provide names too now. Closes: #98695
7915 * Checksum and long lines problem. Closes: #106591
7916 * .aptignr and empty files are just a warning. Closes: #97364
7918 -- Jason Gunthorpe <jgg@debian.org> Sat, 18 Aug 2001 17:21:59 -0500
7920 apt (0.5.3) unstable; urgency=low
7922 * JoeyH's dpkg::preconfig not working. Closes: #88675
7923 * Fixed apt override disparity
7924 * Alfredo's SHA-1 and related patches
7926 -- Jason Gunthorpe <jgg@debian.org> Sun, 4 Mar 2001 15:39:43 -0700
7928 apt (0.5.2) unstable; urgency=low
7930 * Fixed mention of /usr/doc in the long description
7931 * JoeyH's downgrade bug -- don't use 0.5.1
7932 * Doc bug. Closes: #88538
7933 * Fault in building release strings. Closes: #88533
7935 -- Jason Gunthorpe <jgg@debian.org> Sun, 4 Mar 2001 15:39:43 -0700
7937 apt (0.5.1) unstable; urgency=low
7939 * Fixed #82894 again, or should be and.
7940 * Process the option string right. Closes: #86921
7941 * Don't eat the last command for pipes. Closes: #86923
7942 * Ignore .* for configuration directory processing. Closes: #86923
7943 * Alfredo's no_proxy patch
7944 * Documentation fixes. Closes: #87091
7945 * JoeyH's double slash bug. Closes: #87266
7946 * Unintitialized buffer and apt-ftparchive contents generation.
7948 * Build-deps on virtual packages. Closes: #87639
7949 * Fixes glibc/libstdc++ symbol dependencies by including glibc and
7950 libstdc++ version info in the library soname and in the package
7951 provides. Closes: #87426
7952 * Updated soname version to 0.3.2
7953 * apt-extracttemplates moved from debconf into apt-utils
7954 * s390 archtable entry. Closes: #88232
7956 * Some instances where the status file can source a package in a
7957 non-sensical way. Closes: #87390
7958 * Work better if there are duplicate sources.list entries.
7959 * Fixed the resetting of Dir with "dir {};". Closes: #87323
7961 -- Randolph Chung <tausq@debian.org> Sat, 3 Mar 2001 15:37:38 -0700
7963 apt (0.5.0) unstable; urgency=low
7965 * Fixed an obscure bug with missing final double new lines in
7967 * Changed the apt-cdrom index copy routine to use the new section
7969 * Added a package file sorter, apt-sortpkgs
7970 * Parse obsolete Optional dependencies.
7971 * Added Ben's rsh method. Closes: #57794
7972 * Added IPv6 FTP support and better DNS rotation support.
7973 * Include the server IP in error messages when using a DNS rotation.
7975 * Made most of the byte counters into doubles to prevent 32bit overflow.
7977 * HTTP Authorization. Closes: #61158
7978 * Ability to parse and return source index build depends from Randolph.
7979 * new 'apt-get build-dep' command from Randolph. Closes: #63982
7980 * Added apt-ftparchive the all dancing all singing FTP archive
7982 * Allow version specifications with =1.2.4-3 and /2.2 or /stable postfixes
7984 * Removed useless internal cruft including the xstatus file.
7985 * Fixed config parser bugs. Closes: #67848, #71108
7986 * Brain Damanged apt-get config options changed, does not change the command
7987 line interface, except to allow --enable-* to undo a configuration
7990 No-Download -> Download
7991 No-Upgrade -> Upgrade
7992 * Made this fix configable (DSelect::CheckDir) and default to disabled:
7993 * No remove prompt if the archives dir has not changed. Closes: #55709
7994 Because it is stupid in the case where no files were downloaded due to
7995 a resumed-aborted install, or a full cache! Closes: #65952
7996 * Obscure divide by zero problem. Closes: #64394
7997 * Update sizetable for mips. Closes: #62288
7998 * Fixed a bug with passive FTP connections
7999 * Has sizetable entry for sparc64. Closes: #64869
8000 * Escape special characters in the ::Label section of the cdroms.lst
8001 * Created apt-utils and python-apt packages
8002 * Due to the new policy engine, the available file may contain entries
8003 from the status file. These are generated if the package is not obsolete
8004 but the policy engine prohibits using the version from the package files.
8005 They can be identified by the lack of a Filename field.
8006 * The new policy engine. Closes: #66509, #66944, #45122, #45094, #40006,
8007 #36223, #33468, #22551
8008 * Fixed deb-src line for non-us. Closes: #71501, #71601
8009 * Fixes for G++ 2.96, s/friend/friend class/
8010 * Fixed mis doc of APT::Get::Fix-Missing. Closes: #69269
8011 * Confirmed fix for missing new line problem. Closes: #69386
8012 * Fixed up dhelp files. Closes: #71312
8013 * Added some notes about dselect and offline usage. Closes: #66473, #38316
8014 * Lock files on read only file systems are ignored w/ warning.
8016 * apt-get update foo now gives an error! Closes: #42891
8017 * Added test for shlibs on hurd. Closes: #71499
8018 * Clarified apt-cache document. Closes: #71934
8019 * DocBook SGML man pages and some improvements in the text..
8020 * sigwinch thing. Closes: #72382
8021 * Caching can be turned off by setting the cache file names blank.
8022 * Ignores arches it does not know about when autocleaning. Closes: #72862
8023 * New function in apt-config to return dirs, files, bools and integers.
8024 * Fixed an odd litle bug in MarkInstall and fixed it up to handle
8025 complex cases involving OR groups and provides.
8026 68754 describes confusing messages which are the result of this..
8027 Closes: #63149, #69394, #68754, #77683, #66806, #81486, #78712
8028 * Speeling mistake and return code for the 'wicked' resolver error
8029 Closes: #72621, #75226, #77464
8030 * Solved unable to upgrade libc6 from potato to woody due to 3 package
8031 libc6 dependency loop problem.
8032 * Leading sources.list spaces. Closes: #76010
8033 * Removed a possible infinite loop while processing installations.
8034 * Man page updates. Closes: #75411, #75560, #64292, #78469
8035 * ReduceSourceList bug. Closes: #76027
8036 * --only-source option. Closes: #76320
8037 * Typos. Closes: #77812, #77999
8038 * Different status messages. Closes: #76652, #78353
8039 * /etc/apt/apt.conf.d/ directory for Joey and Matt and pipe protocol 2
8040 * OS detection an support for the new pseduo standard of os-arch for the
8041 Architecture string. Also uses regexing.. Closes: #39227, #72349
8042 * Various i18n stuff. Note that this still needs some i18n wizard
8043 to do the last gettextization right. Closes: #62386
8044 * Fixed a problem with some odd http servers/proxies that did not return
8045 the content size in the header. Closes: #79878, #44379
8046 * Little acquire bugs. Closes: #77029, #55820
8047 * _POSIX_THREADS may not be defined to anything, just defined..
8049 * Spelling of Ignore-Hold correctly. Closes: #78042
8050 * Unlock the dpkg db if in download only mode. Closes: #84851
8051 * Brendan O'Dea's dselect admindir stuff. Closes: #62811
8052 * Patch from BenC. Closes: #80810
8053 * Single output of some names in lists. Closes: #80498, #43286
8054 * Nice message for people who can't read syserror output. Closes: #84734
8055 * OR search function. Closes: #82894
8056 * User's guide updates. Closes: #82469
8057 * The AJ/JoeyH var/state to var/lib transition patch. Closes: #59094
8058 * Various CD bugs, again thanks to Greenbush
8059 Closes: #80946, #76547, #71810, #70049, #69482
8060 * Using potato debhelper. Closes: #57977
8061 * I cannot self-terminate. Closes: #74928
8063 -- Jason Gunthorpe <jgg@debian.org> Wed, 21 Feb 2001 00:39:15 -0500
8065 apt (0.3.19) frozen unstable; urgency=low
8067 * Updates to apt-cdrom to support integrated non-us nicely, thanks to
8069 * Fixed that apt-get/cdrom deadlock thing. Closes: #59853, #62945, #61976
8070 * Fixed hardcoded path. Closes: #59743
8071 * Fixed Jay's relative path bug
8072 * Allowed source only CDs. Closes: #58952
8073 * Space check is supressed if --print-uris is given. Closes: #58965
8074 * Clarified the documenation examples for non-us. Closes: #58646
8075 * Typo in the package description. Closes: #60230
8076 * Man Page typo. Closes: #60347
8077 * Typo in Algorithms.cc. Closes: #63577
8078 * Evil dotty function in apt-cache for generating dependency graphs
8079 with the as-yet-unpackaged GraphVis.
8080 * Appears to have been fixed in Janurary.. Closes: #57981
8081 * New config.guess/sub for the new archs. Closes: #60874
8082 * Fixed error reporting for certain kinds of resolution failures.
8084 * Made autoclean respect 'q' settings. Closes: #63023
8085 * Fixed up the example sources.list. Closes: #63676
8086 * Added DPkg::FlushSTDIN to control the flushing of stdin before
8087 forking dpkg. Closes: #63991
8089 -- Ben Gertzfield <che@debian.org> Fri, 12 May 2000 21:10:54 -0700
8091 apt (0.3.18) frozen unstable; urgency=low
8093 * Changes in the postinst script. Closes: #56855, #57237
8094 * Fixed bashism. Closes: #57216, #57335
8095 * Doc updates. Closes: #57772, #57069, #57331, #57833, #57896
8097 -- Ben Gertzfield <che@debian.org> Sun, 13 Feb 2000 01:52:31 -0800
8099 apt (0.3.17) unstable; urgency=low
8101 * RFC 2732 usage for CDROM URIs and fixes to apt-cdrom
8102 * Fixed the configuration parser to not blow up if ; is in the config
8104 * Applied visual patch to dselect install script . Closes #55214
8105 * Included the configure-index example
8107 * Library soname has increased
8108 * Fixed default sources.list to have correct URLs for potato when it
8110 * Added a message about erasing sources.list to dselect setup script
8112 * No remove prompt if the archives dir has not changed. Closes: #55709
8113 * Fixed inclusion of 2nd sample config file. Closes: #55374
8114 * Made file mtimes of 0 not confuse the methods If-Modifed-Since check.
8117 -- Ben Gertzfield <che@debian.org> Mon, 31 Jan 2000 12:12:40 -0800
8119 apt (0.3.16) unstable; urgency=low
8121 * Made --no-download work. Closes: #52993
8122 * Now compiles on OpenBSD, Solaris and HP-UX
8123 * Clarify segfault errors
8124 * More debhelper fixes. Closes: #52662, #54566, #52090, #53531, #54769
8125 * Fix for Joel's discovery of glibc removal behavoir.
8126 * Fix for Ben Collins file: uri from slink upgrade.
8127 * Fixed resume code in FTP. Closes: #54323
8128 * Take more precautions to prevent the corruption Joey Hess saw.
8129 * Fixed --no-list-cleanup
8130 * RFC 2732 URI parsing ([] for hostnames).
8131 * Typo in apt-cache man page. Closes: #54949
8133 -- Ben Gertzfield <che@debian.org> Fri, 14 Jan 2000 08:04:15 -0800
8135 apt (0.3.15) unstable; urgency=low
8137 * Added DSelect::WaitAfterDownload Closes: #49549
8138 * Fixed cast error in byteswap macro and supporting code. Closes: #50093
8139 * Fixed buffer overflow for wide terminal sizes. Closes: #50295
8140 * Made -s and clean not do anything. Closes: #50238
8141 * Problem with Protected packages and the new OR code.
8142 * /usr/share/doc stuff. Closes: #51017, #50228, #51141
8143 * Remove doesn't require a package to be installable. Closes: #51175
8144 * FTP proxy touch ups in the mabn page. Closes: #51315, #51314
8146 -- Ben Gertzfield <che@debian.org> Sat, 4 Dec 1999 21:17:24 -0800
8148 apt (0.3.14) unstable; urgency=low
8150 * Fix Perl or group pre-depends thing Closes: #46091, #46096, #46233, #45901
8151 * Fix handling of dpkg's conversions from < -> <= Closes: #46094, #47088
8152 * Make unparsable priorities non-fatal Closes: #46266, #46267, #46293, #46298
8153 * Fix handling of '/' for the dist name. Closes: #43830, #45640, #45692
8154 * Fixed 'Method gave a blank filename' error from IMS queries onto CDs.
8155 Closes: #45034, #45695, #46537
8156 * Made OR group handling in the problem resolver more elaborate. Closes: #45646
8157 * Added APT::Clean-Installed option. Closes: #45973
8158 * Moves the free space check to after the calculated size is printed.
8159 Closes: #46639, #47498
8160 * mipsel arch Closes: #47614
8161 * Beautified URI printing to not include passwords Closes: #46857
8162 * Fixed little problem with --no-download Closes: #47557
8163 * Tweaked Dselect 'update' script to re-gen the avail file even in the
8164 event of a failure Closes: #47112
8165 * Retries for source archives too Closes: #47529
8166 * Unmounts CDROMs iff it mounted them Closes: #45299
8167 * Checks for the partial directories before doing downloads Closes: #47392
8168 * no_proxy environment variable (http only!) Closes: #43476
8169 * apt-cache showsrc Closes: #45799
8170 * De-Refs Single Pure virtual packages. Closes: #42437, #43555
8171 * Regexs for install. Closes: #35304, #38835
8172 * Dependency reports now show OR group relations
8173 * Re-Install feature. Cloes: #46961, #37393, #38919
8174 * Locks archive directory on clean (woops)
8175 * Remove is not 'sticky'. Closes: #48392
8176 * Slightly more accurate 'can not find package' message. Closes: #48311
8177 * --trivial-only and --no-remove. Closes: #48518
8178 * Increased the cache size. Closes: #47648
8179 * Comment woopsie. Closes: #48789
8180 * Removes existing links when linking sources. Closes: #48775
8181 * Problem resolver does not install all virtual packages. Closes: #48591, #49252
8182 * Clearer usage message about 'source' Closes: #48858
8183 * Immediate configure internal error Closes: #49062, #48884
8185 -- Ben Gertzfield <che@debian.org> Sun, 7 Nov 1999 20:21:25 -0800
8187 apt (0.3.13) unstable; urgency=low
8189 * Fix timestamp miss in FTP. Closes: #44363
8190 * Fix sorting of Kept packages. Closes: #44377
8191 * Fix Segfault for dselect-upgrade. Closes: #44436
8192 * Fix handling of '/' for the dist name. Closes #43830
8193 * Added APT::Get::Diff-Only and Tar-Only options. Closes #44384
8194 * Add commented-out deb-src URI to default sources.list file.
8196 -- Ben Gertzfield <che@debian.org> Sun, 19 Sep 1999 18:54:20 -0700
8198 apt (0.3.12) unstable; urgency=low
8200 * Fix for typo in the dhelp index. Closes: #40377
8201 * Multiple media swap support
8202 * Purge support. Closes: #33291, #40694
8203 * Better handling of - remove notation. Closes: #41024
8204 * Purge support. Closes: #33291, #40694
8205 * Error code on failed update. Closes: #41053
8206 * apt-cdrom adds entries for source directories. Closes: #41231
8207 * Sorts the output of any list. Closes: #41107
8208 * Fixes the looping problem. Closes: #41784, #42414, #44022
8209 * Fixes the CRC mechanism to lowercase all strings. Closes: #41839
8210 * More checks to keep the display sane. Particularly when fail-over is
8211 used with local mirrors and CD-Roms. Closes: #42127, #43130, #43668
8212 * PThread lockup problem on certain sparc/m68k. Closes: #40628
8213 * apt-cdrom understands .gz Package files too. Closes: #42779
8214 * Spelling error in dselect method description. Closes: #43251
8215 * Added security to the default source list. Closes: #43356
8217 -- Ben Gertzfield <che@debian.org> Fri, 3 Sep 1999 09:04:28 -0700
8219 apt (0.3.11) unstable; urgency=low
8221 * Fix for mis-parsed file: URIs. Closes: #40373, #40366, #40230
8222 * Fix for properly upgrading the system from perl 5.004 to 5.005
8224 -- Ben Gertzfield <che@debian.org> Mon, 28 Jun 1999 21:06:44 -0700
8226 apt (0.3.9) unstable; urgency=low
8228 * Spelling error in cachefile.cc. Closes: #39885
8229 * Trailing slash in dselect install if you try to use the
8230 default config file. Closes: #40011
8231 * Simulate works for autoclean. Closes: #39141
8232 * Fixed spelling errors. Closes: #39673
8233 * Changed url parsing a bit. Closes: #40070, #40069
8234 * Version 0.3.8 will be for slink/hamm (GNU libc 2).
8236 -- Ben Gertzfield <che@debian.org> Thu, 24 Jun 1999 18:02:52 -0700
8238 apt (0.3.7) unstable; urgency=low
8240 * Fixed missing text in the apt-get(8) page. Closes: #37596
8241 * Made --simulate and friends work with apt-get source. Closes: #37597, #37656
8242 * Fixed inclusion of man pages in the -doc/-dev package. Closes: #37633, #38651
8243 * Fixed handling of the -q option with not-entirely integer arguments
8245 * Man page typo Closes: #37762
8246 * Fixed parsing of the Source: line. Closes: #37679
8247 * Dpkg/dpkg-hurd source bug. Closes: #38004, #38032
8248 * Added a check for an empty cache directory. Closes: #37963
8249 * Return a failure code if -d is given and packages fail to download.
8251 * Arranged for an ftp proxy specifing an http server to work. See the
8252 important note in the sources.list man page.
8253 * Accounted for resumed files in the cps calculation. Closes: #36787
8254 * Deal with duplicate same version different packages. Closes: #30237
8255 * Added --no-download. Closes: #38095
8256 * Order of apt-cdrom dist detection. Closes: #38139
8257 * Fix apt-cdrom chop handling and missing lines. Closes: #37276
8259 * Suggests dpkg-dev for apt-get source. Closes: #38158
8260 * Fixed typo in apt-get help. Closes: #38712
8261 * Improved the error message in the case of broken held package. Closes: #38777
8262 * Fixed handling of MD5 failures
8263 * Documented list notation Closes: #39008
8264 * Change the 'b' to 'B'. Closes: #39007
8266 -- Ben Gertzfield <che@debian.org> Sun, 20 Jun 1999 18:36:20 -0700
8268 apt (0.3.6) unstable; urgency=low
8270 * Note that 0.3.5 never made it out the door..
8271 * Fix for apt-cdrom and unusual disk label locations. Closes: #35571
8272 * Made APT print numbers in decimal. Closes: #35617, #37319
8273 * Buffer munching fix for FTP. Closes: #35868
8274 * Typo in sample config file. Closes: #35907
8275 * Fixed whitespace in version compares. Closes: #35968, #36283, #37051
8276 * Changed installed size counter to only count unpacked packages.
8278 * apt-get source support. Closes: #23934, #27190
8279 * Renames .debs that fail MD5 checking, provides automatic corruption
8280 recovery. Closes: #35931
8281 * Fixed autoconf verison. Closes: #37305
8282 * Random Segfaulting. Closes: #37312, #37530
8283 * Fixed apt-cache man page. Closes: #36904
8284 * Added a newline to apt-cache showpkg. Closes: #36903
8286 -- Ben Gertzfield <che@debian.org> Wed, 12 May 1999 09:18:49 -0700
8288 apt (0.3.4) unstable; urgency=low
8290 * Release for Ben while he is out of town.
8291 * Checked the size of partial files. Closes: #33705
8292 * apt-get should not print progress on non-tty. Closes: #34944
8293 * s/guide.text.gz/users-guide.txt.gz/ debian/control: Closes: #35207
8294 * Applied cdrom patches from Torsten. Closes: #35140, #35141
8295 * smbmounted cdrom fix. Closes: #35470
8296 * Changed ie to eg. Closes: #35196
8298 -- Adam Heath <doogie@debian.org> Sun, 4 Apr 1999 18:26:44 -0500
8300 apt (0.3.3) unstable; urgency=low
8302 * Fixes bug with file:/ URIs and multi-CD handling. Closes: #34923
8304 -- Ben Gertzfield <che@debian.org> Tue, 23 Mar 1999 12:15:44 -0800
8306 apt (0.3.2) unstable; urgency=low
8308 * Major release into unstable of v3
8309 * These bugs have been fixed, explanations are in the bug system, read
8310 the man pages as well..
8311 Closes: #21113, #22507, #22675, #22836, #22892, #32883, #33006, #34121,
8312 #23984, #24685, #24799, #25001, #25019, #34223, #34296, #34355,
8313 #24021, #25022, #25026, #25104, #25176, #31557, #31691, #31853,
8314 #25458, #26019, #26433, #26592, #26670, #27100, #27100, #27601,
8315 #28184, #28391, #28778, #29293, #29351, #27841, #28172, #30260,
8316 #29382, #29441, #29903, #29920, #29983, #30027, #30076, #30112,
8317 #31009, #31155, #31381, #31883, #32140, #32395, #32584. #34465,
8318 #30383, #30441, #30472, #30643, #30827, #30324, #36425, #34596
8320 -- Ben Gertzfield <che@debian.org> Mon, 15 Mar 1999 19:14:25 -0800
8322 apt (0.3.1) experimental; urgency=low
8324 * Minor release of cvs version.
8325 * Added virtual package libapt-pkgx.x
8327 -- Mitch Blevins <mblevin@debian.org> Wed, 10 Mar 1999 07:52:44 -0500
8329 apt (0.3.0) experimental; urgency=low
8331 * New experimental version.
8333 -- Ben Gertzfield <che@debian.org> Tue, 15 Dec 1998 12:53:21 -0800
8335 apt (0.1.9) frozen unstable; urgency=low
8337 * Return to the wacky numbering for when we build 0.1.8 for hamm
8338 * Important bug related to APT on the Alpha fixed
8339 * apt-get dist-upgrade problems fixed
8340 * tiny patch for http method to fix an endless loop
8341 * nice fix from /usr/doc/lintian/ to remove rpath nastiness from
8342 libtool and add proper shared lib dependancies
8343 * now dh_shlibdeps is called with LD_LIBRARY_PATH=debian/tmp/usr/lib
8344 in case an old libpkg is installed while building APT to prevent
8345 spurious dependancies
8347 -- Ben Gertzfield <che@debian.org> Thu, 5 Nov 1998 17:43:25 -0800
8349 apt (0.1.7) unstable; urgency=low
8351 * New build with libstdc++2.9.
8352 * Various fixes; read the Changelog.
8354 -- Ben Gertzfield <che@debian.org> Thu, 15 Oct 1998 18:29:18 -0700
8356 apt (0.1.6) unstable; urgency=low
8358 * Various fixes in the FTP method for error checking. Fixes: #26188.
8359 * Spelling corrections in dselect method. Fixes: #25884
8360 * Fixes for compilation on alpha/ppc. Fixes: #25313, #26108.
8361 * No more bo releases: we're using a normal numbering system now.
8363 -- Ben Gertzfield <che@debian.org> Tue, 8 Sep 1998 19:27:13 -0700
8365 apt (0.1.5) unstable; urgency=low
8367 * Changed sources.list to point to 'unstable' by default, as
8368 'frozen' no longer exists!
8370 -- Ben Gertzfield <che@debian.org> Thu, 23 Jul 1998 22:00:18 -0700
8372 apt (0.1.3) unstable; urgency=low
8374 * New upstreamish version.
8375 * ftp method rewritten in C. Removes dependancies on all perl/perl
8376 related modules. This fixes many of the ftp method bugs.
8378 -- Ben Gertzfield <che@debian.org> Thu, 16 Jul 1998 22:19:00 -0700
8380 apt (0.1.1) unstable; urgency=low
8382 * Release for unstable.
8384 -- Ben Gertzfield <che@debian.org> Tue, 30 Jun 1998 20:48:30 -0700
8386 apt (0.1) unstable; urgency=low
8388 * Kludge to fix problem in libnet-perl with illegal anonymous
8390 * Moved to unstable; apt is in a useable state now.
8391 * Fixed version numbering. From now on, numbering will be:
8392 0.1 (no actual release) -> 0.1.0bo (release for libc5) ->
8393 0.1.1 (release for unstable). Thanks, Manoj.
8395 -- Ben Gertzfield <che@debian.org> Tue, 30 Jun 1998 20:40:58 -0700
8397 apt (0.0.17-1) experimental; urgency=low
8399 * Fixed problem with libc6 version compare
8400 * Scott's away for a while, so I'll be packaging apt for the time
8403 -- Ben Gertzfield <che@debian.org> Thu, 25 Jun 1998 19:02:03 -0700
8405 apt (0.0.16-1) experimental; urgency=low
8407 * Modifications to make apt-get more friendly when backgrounded.
8408 * Updated documentation.
8409 * Updates to graphic widgets
8411 -- Scott K. Ellis <scott@debian.org> Mon, 8 Jun 1998 11:22:02 -0400
8413 apt (0.0.15-0.2bo) experimental; urgency=low
8416 * Bob Hilliards crash
8418 -- Jason Gunthorpe <jgg@debian.org> Sun, 31 May 1998 20:18:35 -0600
8420 apt (0.0.15-0.1bo) experimental; urgency=low
8423 * libstdc++272 patch
8425 -- Jason Gunthorpe <jgg@debian.org> Sun, 31 May 1998 20:18:35 -0600
8427 apt (0.0.15) experimental; urgency=low
8429 * Clean up source tarball (no user-visible changes)
8431 -- Scott K. Ellis <scott@debian.org> Tue, 26 May 1998 12:23:53 -0400
8433 apt (0.0.14) experimental; urgency=low
8435 * Updates in ordering code to make sure certain upgrades work correctly.
8436 * Made dselect/setup understand ftp as well as http
8438 -- Scott K. Ellis <scott@debian.org> Wed, 20 May 1998 13:33:32 -0400
8440 apt (0.0.13-bo1) experimental; urgency=low
8444 -- Jason Gunthorpe <jgg@debian.org> Mon, 18 May 1998 15:10:49 -0600
8446 apt (0.0.13) experimental; urgency=low
8448 * Remove hardcoded egcc from debian/rules (#21575)
8449 * Fixes for ordering logic when system has a number of unpacked
8450 but unconfigured packages installed.
8451 * Spelling fix in dselect install method (#22556)
8453 -- Scott K. Ellis <scott@debian.org> Sun, 17 May 1998 20:08:33 -0400
8455 apt (0.0.12) experimental; urgency=low
8457 * Fixed problems with package cache corruption.
8458 * Made to depend on libc6 >= 2.0.7pre1 due to timezone problems with
8460 * Interface and documentation improvements.
8462 -- Scott K. Ellis <scott@debian.org> Sat, 16 May 1998 23:17:32 -0400
8464 apt (0.0.11) experimental; urgency=low
8466 * Change dependancies to pre-depends since breaking your packaging tools
8467 in the middle of an installation isn't very good.
8468 * Bug fixes to ftp method and general apt-get code
8470 -- Scott K. Ellis <scott@debian.org> Fri, 15 May 1998 08:57:38 -0400
8472 apt (0.0.10) experimental; urgency=low
8474 * Run "dpkg --configure -a" after an aborted dselect install
8475 * Fixed problem with install looping
8476 * Support for authenticating proxys: (note this isn't terribly secure)
8477 http_proxy="http://user:pass@firewall:port/"
8478 * Substitute $ARCH in sources.list
8479 * Fixes in the resumption code for ftp
8481 -- Scott K. Ellis <scott@debian.org> Tue, 12 May 1998 09:14:41 -0400
8483 apt (0.0.9) experimental; urgency=low
8485 * Added ftp support.
8486 * Various other less visible bug fixes.
8487 * Fixed problem with segfault when apt-get invoked in a non-existant
8488 directory (Bug #21863)
8489 * Bumped policy to 2.4.1
8491 -- Scott K. Ellis <scott@debian.org> Fri, 1 May 1998 09:18:19 -0400
8493 apt (0.0.8) experimental; urgency=low
8495 * Fixed generated available file (Bug #21836)
8496 * Added download ETA (Bug #21774).
8497 * Fixed hardcoded ARCH (Bug #21751).
8498 * Fixed check on http_proxy (Bug #21795).
8499 * Added download speed indicator.
8501 -- Scott K. Ellis <scott@debian.org> Mon, 27 Apr 1998 10:58:32 -0400
8503 apt (0.0.7) experimental; urgency=low
8505 * Remove libdeity and apt from package for now, since only apt-get and
8506 apt-cache are actually useful right now.
8507 * Clean up handling of package installation errors.
8508 * Added timeout to http transfers (#21269)
8509 * Updated setup for dselect/apt method.
8511 * Long options (added in 0.0.6)
8513 -- Scott K. Ellis <scott@debian.org> Tue, 21 Apr 1998 09:06:49 -0400
8515 apt (0.0.6) experimental; urgency=low
8518 * Revamped download status display.
8519 * Call apt-get clean after successful install in dselect.
8520 * Added "apt-get clean" which deletes package files from /var/cache/apt
8522 -- Scott K. Ellis <scott@debian.org> Thu, 9 Apr 1998 15:13:59 -0400
8524 apt (0.0.5) experimental; urgency=low
8526 * Ignore signals while dpkg is running so we don't leave dpkg running in
8527 the background (#20804)
8528 * Check Packages as well as Packages.gz for file URIs (#20784)
8529 * Spelling cleanup (#20800)
8530 * Added -m option to permit upgrade to go on in the case of a bad mirror.
8531 This option may result in incomplete upgrades when used with -f.
8533 -- Scott K. Ellis <scott@debian.org> Tue, 7 Apr 1998 12:40:29 -0400
8535 apt (0.0.4) experimental; urgency=low
8538 * Various documentation updates and cleanup.
8539 * Added '-f' option to apt-get attempt to fix broken dependancies.
8541 -- Scott K. Ellis <scott@debian.org> Sat, 4 Apr 1998 14:36:00 -0500
8543 apt (0.0.3) experimental; urgency=low
8545 * Added a shlibs.local file to prevent apt from depending on itself.
8546 * Updates to how apt-get handles bad states in installed packages.
8547 * Updated rules to make sure build works from a freshly checked out source
8548 archive. Building from CVS needs libtool/automake/autoconf, builds from
8549 the distributed source package should have no such dependancy.
8551 -- Scott K. Ellis <scott@debian.org> Fri, 3 Apr 1998 11:49:47 -0500
8553 apt (0.0.2) unstable; urgency=low
8555 * Updates to apt-get and http binding for dselect method (apt).
8556 * Updating version number from 0.0.1, which was released only on IRC.
8558 -- Scott K. Ellis <scott@debian.org> Fri, 3 Apr 1998 00:35:18 -0500
8560 apt (0.0.1) unstable; urgency=low
8564 -- Scott K. Ellis <scott@debian.org> Tue, 31 Mar 1998 12:49:28 -0500