1 apt (0.8.16~exp5ubuntu10) oneiric; urgency=low
4 - cleanup broken downloads properly (just like http)
6 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 20 Sep 2011 18:26:13 +0200
8 apt (0.8.16~exp5ubuntu9) oneiric; urgency=low
11 * apt-pkg/acquire-item.h, apt-pkg/deb/debmetaindex.cc:
12 - fix fetching translated package descriptions (including the newly
13 stripped out english ones) by adding OptionalSubIndexTarget
15 [ David Kalnischkies ]
16 * apt-pkg/acquire-item.cc:
17 - if no Release.gpg file is found try to verify with hashes,
18 but do not fail if a hash can't be found
19 * apt-pkg/indexrecords.cc:
20 - fix Acquire::Max-ValidTime option by interpreting it really
21 as seconds as specified in the manpage and not as days
22 - add an Acquire::Min-ValidTime option (Closes: #640122)
24 - reword Acquire::Max-ValidTime documentation to make clear
25 that it doesn't provide the new Min-ValidTime functionality
27 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 16 Sep 2011 09:50:16 +0200
29 apt (0.8.16~exp5ubuntu8) oneiric; urgency=low
31 * cherry pick r1825 from lp:~mvo/apt/mvo:
32 * apt-pkg/contrib/configuration.cc:
33 - fix double delete (LP: #848907)
34 - ignore only the invalid regexp instead of all options
36 * cherry pick r2165 from lp:~donkult/apt/sid:
37 [ David Kalnischkies ]
39 - output list of virtual package providers to c1out in -q=1
40 instead of /dev/null to unbreak sbuild (LP: #816155)
42 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 13 Sep 2011 18:23:09 +0200
44 apt (0.8.16~exp5ubuntu7) oneiric; urgency=low
47 * cherry pick revision 2173 from lp:~donkult/apt/sid
49 [ David Kalnischkies ]
50 - M-A:same lockstep unpack should operate on installed
51 packages first (LP: #835625)
53 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 13 Sep 2011 09:03:33 +0200
55 apt (0.8.16~exp5ubuntu6) oneiric; urgency=low
58 * merged lp:~jr/ubuntu/oneiric/apt/bzr-get-rename, thanks to
61 [ David Kalnischkies ]
62 * lots of cppcheck fixes
63 * apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc:
64 - ignore "self"-conflicts for all architectures of a package
65 instead of just for the architecture of the package locked at
66 in the ordering of installations too (Closes: #802901)
68 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 17 Aug 2011 11:32:58 +0200
70 apt (0.8.16~exp5ubuntu5) oneiric; urgency=low
75 - include the architecture(s) in the query string as well so
76 that the server can make better decisions
78 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 11 Aug 2011 18:03:19 +0200
80 apt (0.8.16~exp5ubuntu4) oneiric; urgency=low
82 * Merge change from Robert Collins to upgrade ubuntu-keyring recommends
83 to a hard dependency to match Debian behaviour and fix LP: #816606
85 -- Adam Conrad <adconrad@ubuntu.com> Tue, 09 Aug 2011 14:48:24 -0600
87 apt (0.8.16~exp5ubuntu3) oneiric; urgency=low
90 - fix potential divide-by-zero (LP: #823277)
92 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 09 Aug 2011 15:56:44 +0200
94 apt (0.8.16~exp5ubuntu2) oneiric; urgency=low
96 * test/integration/test-hashsum-verification:
97 - add regression test for hashsum verification
98 * apt-pkg/acquire-item.cc:
99 - if no Release.gpg file is found, still load the hashes for
100 verification (closes: #636314) and add test
101 * apt-pkg/pkgcachegen.cc:
102 - fix incorrect comparision when checking sources.list freshness
104 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 09 Aug 2011 09:22:14 +0200
106 apt (0.8.16~exp5ubuntu1) oneiric; urgency=low
108 * merged new version from debian/experimental, this includes
109 a ABI break and two new library packages
111 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 08 Aug 2011 14:30:07 +0200
113 apt (0.8.16~exp5) UNRELEASED; urgency=low
117 - install sha256.h compat header
118 * apt-pkg/pkgcachegen.{cc,h}:
119 - use ref-to-ptr semantic in NewDepends() to ensure that the
120 libapt does not segfault if the cache is remapped in between
124 * ftparchive/cachedb.cc:
125 - fix buffersize in bytes2hex
127 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 29 Jul 2011 13:44:01 +0200
129 apt (0.8.16~exp4) experimental; urgency=low
131 [ Julian Andres Klode ]
132 * apt-pkg/pkgcache.h:
133 - [ABI break] Add pkgCache::Header::CacheFileSize, storing the cache size
134 * apt-pkg/pkgcachegen.cc:
135 - Write the file size to the cache
136 * apt-pkg/pkgcache.cc:
137 - Check that cache is at least CacheFileSize bytes large (LP: #16467)
140 * merged latest fixes from debian-sid
141 * apt-pkg/cdrom.{cc,h}:
142 - cleanup old ABI break avoidance hacks
143 * [ABI break] apt-pkg/acquire-item.{cc,h}:
144 - cleanup around OptionalIndexTarget and SubIndexTarget
145 * [ABI break] merged patch from Jonathan Thomas to have a new
146 RecordField() function in the pkgRecorder parser. Many thanks
148 * [ABI break] merge patch from Jonathan Thomas to speed up the
149 depcache by caching the install-recommends and install-suggests
151 * apt-pkg/contrib/fileutl.{cc,h}:
152 - add GetModificationTime() helper
153 * apt-pkg/pkgcachegen.cc:
154 - regenerate the cache if the sources.list changes to ensure
155 that changes in the ordering there will be honored by apt
156 * apt-pkg/sourcelist.{cc,h}:
157 - add pkgSourceList::GetLastModifiedTime() helper
159 -- Michael Vogt <mvo@debian.org> Thu, 28 Jul 2011 16:57:08 +0200
161 apt (0.8.16~exp3) experimental; urgency=low
163 [ David Kalnischkies ]
164 * apt-pkg/pkgcache.h:
165 - readd All{Foreign,Allowed} as suggested by Julian to
166 remain strictly API compatible
167 * apt-pkg/acquire*.{cc,h}:
168 - try even harder to support really big files in the fetcher by
169 converting (hopefully) everything to 'long long' (Closes: #632271)
170 * ftparchive/writer.cc:
171 - generate all checksums in one run over the file for Release
172 * cmdline/apt-get.cc:
173 - add an --assume-no option for testing to say 'no' to everything
174 * apt-pkg/deb/debmetaindex.cc:
175 - add trusted=yes option to mark unsigned (local) repository as trusted
176 based on a patch from Ansgar Burchardt, thanks a lot! (Closes: #596498)
179 * merge fixes from the debian/unstable upload
180 * merge lp:~mvo/apt/sha512-template to get fixes for the
181 sha1/md5 verifiation (closes: #632520)
183 -- Michael Vogt <mvo@debian.org> Fri, 15 Jul 2011 09:56:17 +0200
185 apt (0.8.16~exp2) experimental; urgency=low
187 [ David Kalnischkies ]
188 * [ABI-Break] Implement EDSP in libapt-pkg so that all front-ends which
189 use the internal resolver can now be used also with external
190 ones as the usage is hidden in between the old API
191 * provide two edsp solvers in apt-utils:
192 - 'dump' to quickly output a complete scenario and
193 - 'apt' to use the internal as an external resolver
194 * apt-pkg/pkgcache.h:
195 - clean up mess with the "all" handling in MultiArch to
196 fix LP: #733741 cleanly for everyone now
197 * apt-pkg/depcache.cc:
198 - use a boolean instead of an int for Add/Remove in AddStates
199 similar to how it works with AddSizes
200 - let the Mark methods return if their marking was successful
201 - if a Breaks can't be upgraded, remove it. If it or a Conflict
202 can't be removed the installation of the breaker fails.
203 * cmdline/apt-get.cc:
204 - do not discard the error messages from the resolver and instead
205 only show the general 'Broken packages' message if nothing else
207 [ Stefano Zacchiroli ]
208 * doc/external-dependency-solver-protocol.txt:
209 - describe EDSP and the configuration interface around it
212 * [ABI-Break] merge lp:~mvo/apt/sha512-template to add support for sha512
213 * [ABI-Break] merge lp:~mvo/apt/dpointer to support easier extending
214 without breaking the ABI
215 * increase ABI version and update package names
217 -- Michael Vogt <mvo@debian.org> Wed, 29 Jun 2011 13:57:28 +0200
219 apt (0.8.16~exp1) experimental; urgency=low
221 * merged with the debian/unstable upload
223 -- Michael Vogt <mvo@debian.org> Wed, 29 Jun 2011 12:40:31 +0200
225 apt (0.8.15.6) unstable; urgency=low
228 * apt-pkg/contrib/fileutl.{cc,h}:
229 - add GetModificationTime() helper
230 * apt-pkg/pkgcachegen.cc:
231 - regenerate the cache if the sources.list changes to ensure
232 that changes in the ordering there will be honored by apt
233 * apt-pkg/sourcelist.{cc,h}:
234 - add pkgSourceList::GetLastModifiedTime() helper
235 * apt-pkg/pkgcachegen.{cc,h}:
236 - use ref-to-ptr semantic in NewDepends() to ensure that the
237 libapt does not segfault if the cache is remapped in between
239 - fix crash when P.Arch() was used but the cache got remapped
240 * test/integration/test-hashsum-verification:
241 - add regression test for hashsum verification
242 * apt-pkg/acquire-item.cc:
243 - if no Release.gpg file is found, still load the hashes for
244 verification (closes: #636314) and add test
246 [ David Kalnischkies ]
247 * lots of cppcheck fixes
249 -- Michael Vogt <mvo@debian.org> Mon, 15 Aug 2011 09:20:35 +0200
251 apt (0.8.15.5ubuntu1) oneiric; urgency=low
253 * apt-pkg/pkgcachegen.{cc,h}:
254 - fix crash when P.Arch() was used but the cache got remapped
257 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 01 Aug 2011 15:18:50 +0200
259 apt (0.8.15.5) unstable; urgency=low
261 [ David Kalnischkies ]
262 * apt-pkg/deb/deblistparser.cc:
263 - do not assume that the last char on a line is a \n (Closes: #633350)
265 -- Michael Vogt <mvo@debian.org> Thu, 28 Jul 2011 16:49:15 +0200
267 apt (0.8.15.4ubuntu2) oneiric; urgency=low
269 * apt-pkg/contrib/fileutl.{cc,h}:
270 - add GetModificationTime() helper
271 * apt-pkg/pkgcachegen.cc:
272 - regenerate the cache if the sources.list changes to ensure
273 that changes in the ordering there will be honored by apt
274 * apt-pkg/sourcelist.{cc,h}:
275 - add pkgSourceList::GetLastModifiedTime() helper
276 * apt-pkg/pkgcachegen.{cc,h}:
277 - use ref-to-ptr semantic in NewDepends() to ensure that the
278 libapt does not segfault if the cache is remapped in between
281 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 29 Jul 2011 18:25:22 +0200
283 apt (0.8.15.4ubuntu1) oneiric; urgency=low
285 * merged from debian-sid
287 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 26 Jul 2011 13:19:49 +0200
289 apt (0.8.15.4) unstable; urgency=low
292 * apt-pkg/contrib/sha1.cc:
293 - fix illegally casts of on-stack buffer to a type requiring more
294 alignment than it has resulting in segfaults on sparc (Closes: #634696)
297 * apt-pkg/contrib/cdromutl.cc:
298 - fix escape problem when looking for the mounted devices
299 * apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc:
300 - add new DeEscapeString() similar to DeQuoteString but
301 unescape character escapes like \0XX and \xXX (plus added
305 -- Michael Vogt <mvo@debian.org> Tue, 26 Jul 2011 12:12:27 +0200
307 apt (0.8.15.3) unstable; urgency=low
310 * apt-pkg/acquire-item.cc:
311 - improve error message for a expired Release file
312 * apt-pkg/algorithms.cc:
313 - Hold back packages that would enter "policy-broken" state on upgrade
314 when doing a "apt-get upgrade"
315 * cmdline/apt-get.cc:
316 - fix missing download progress in apt-get download
318 [ David Kalnischkies ]
319 * apt-pkg/pkgcachegen.cc:
320 - fallback to memory if file is not writeable even if access()
321 told us the opposite before (e.g. in fakeroot 1.16) (Closes: #630591)
322 * doc/sources.list.5.xml:
323 - document available [options] for sources.list entries (Closes: 632441)
324 * doc/apt.conf.5.xml:
325 - document APT::Architectures list (Closes: #612102)
326 * cmdline/apt-get.cc:
327 - restore all important dependencies for garbage packages (LP: #806274)
328 - do not require unused partial dirs in 'source' (Closes: #633510)
329 - buildconflicts effect all architectures
330 - implement MultiarchCross for build-dep and source (Closes: #632221)
332 - use CndSet in pkgInitConfig (Closes: #629617)
333 * apt-pkg/depcache.cc:
334 - change default of APT::AutoRemove::SuggestsImportant to true
336 - use a tmpfile instead of /etc/apt/secring.gpg (Closes: #632596)
337 * debian/apt.postinst:
338 - remove /etc/apt/secring.gpg if it is an empty file
339 * doc/apt-cache.8.xml:
340 - apply madison typofix from John Feuerstein, thanks! (Closes: #633455)
342 - emit an error on unknown APT::Default-Release value (Closes: #407511)
343 * apt-pkg/aptconfiguration.cc:
344 - ensure that native architecture is if not specified otherwise the
345 first architecture in the Architectures vector
346 * apt-pkg/deb/deblistparser.cc:
347 - Strip only :any and :native if MultiArch should be stripped as it is
348 save to ignore them in non-MultiArch contexts but if the dependency
349 is a specific architecture (and not the native) do not strip
351 -- Michael Vogt <mvo@debian.org> Mon, 25 Jul 2011 15:04:43 +0200
353 apt (0.8.15.2ubuntu2) oneiric; urgency=low
355 * cmdline/apt-get.cc:
356 - fix missing download progress in apt-get download
358 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 22 Jul 2011 13:20:49 +0200
360 apt (0.8.15.2ubuntu1) oneiric; urgency=low
363 * apt-pkg/acquire-item.cc:
364 - improve error message for a expired Release file
365 * apt-pkg/algorithms.cc:
366 - Hold back packages that would enter "policy-broken" state on upgrade
367 when doing a "apt-get upgrade"
369 [ David Kalnischkies ]
370 * apt-pkg/pkgcachegen.cc:
371 - fallback to memory if file is not writeable even if access()
372 told us the opposite before (e.g. in fakeroot 1.16) (Closes: #630591)
373 * doc/sources.list.5.xml:
374 - document available [options] for sources.list entries (Closes: 632441)
375 * doc/apt.conf.5.xml:
376 - document APT::Architectures list (Closes: #612102)
377 * cmdline/apt-get.cc:
378 - restore all important dependencies for garbage packages (LP: #806274)
380 - use CndSet in pkgInitConfig (Closes: #629617)
381 * apt-pkg/depcache.cc:
382 - change default of APT::AutoRemove::SuggestsImportant to true
384 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 15 Jul 2011 10:16:45 +0200
386 apt (0.8.15.2) unstable; urgency=high
388 * fix from David Kalnischkies for the InRelease gpg verification
391 -- Michael Vogt <mvo@debian.org> Tue, 12 Jul 2011 11:54:47 +0200
393 apt (0.8.15.1ubuntu2) oneiric; urgency=low
396 * apt-pkg/deb/dpkgpm.cc:
397 - do not report errors encountered when decompressing packages
400 * fix from David Kalnischkies for the InRelease gpg verification
403 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 13 Jul 2011 14:42:02 +0200
405 apt (0.8.15.1ubuntu1) oneiric; urgency=low
407 * merge from debian/sid
409 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 30 Jun 2011 09:16:12 +0100
411 apt (0.8.15.1) unstable; urgency=low
413 [ David Kalnischkies ]
415 - create doxygen directory to avoid depending on magic (Closes: #628799)
417 - explicitly state that net-update is not supported if no url is set
418 - require to be root for add, rm, update and net-update
419 - clarify update vs. net-update in different distros (Closes: #632043)
420 * debian/apt.symbols:
421 - forgot 'mips' in the list for all architecture dependent symbols
422 - comment out gcc-4.5 specific symbols as gcc-4.6 is now default
423 - the symbol for PrintStatus() is architecture dependent
425 - do not segfault in pinning if a package with this name doesn't exist.
426 Thanks to Ferdinand Thommes for the report!
427 - Defaults is a vector of Pin not of PkgPin
428 - ensure that only the first specific stanza for a package is used
429 - save all stanzas which had no effect in Unmatched
430 - allow package:architecure in Package:
432 -- Michael Vogt <mvo@debian.org> Thu, 30 Jun 2011 10:05:36 +0200
434 apt (0.8.15ubuntu1) oneiric; urgency=low
436 * merged from debian-unstable, remainging changes:
437 - use ubuntu keyring and ubuntu archive keyring in apt-key
438 - run update-apt-xapian-index in apt.cron
439 - support apt-key net-update and verify keys against master-keyring
440 - run apt-key net-update in cron.daily
441 - different example sources.list
443 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 29 Jun 2011 09:03:39 +0100
445 apt (0.8.15) unstable; urgency=low
447 [ Julian Andres Klode ]
448 * apt-pkg/depcache.cc:
449 - Really release action groups only once (Closes: #622744)
450 - Make purge work again for config-files (LP: #244598) (Closes: #150831)
451 * apt-pkg/acquire-item.cc:
452 - Reject files known to be invalid (LP: #346386) (Closes: #627642)
453 * debian/apt.cron.daily:
454 - Check power after wait, patch by manuel-soto (LP: #705269)
456 - Move ${shlibs:Depends} to Pre-Depends, as we do not want APT
457 unpacked if a library is too old and thus break upgrades
459 - Document apt-key net-update (LP: #192810)
461 [ Christian Perrier ]
462 * Galician translation update (Miguel Anxo Bouzada). Closes: #626505
463 * Italian translation update (Milo Casagrande). Closes: #627834
464 * German documentation translation update (Chris Leick). Closes: #629949
465 * Catalan translation update (Jordi Mallach). Closes: #630657
467 [ David Kalnischkies ]
468 * fix a bunch of cppcheck warnings/errors based on a patch by
469 Niels Thykier, thanks! (Closes: #622805)
470 * apt-pkg/depcache.cc:
471 - really include 'rc' packages in the delete count by fixing a
472 typo which exists since 1999 in the source… (LP: #761175)
473 - if critical or-group can't be satisfied, exit directly.
474 * apt-pkg/acquire-method.cc:
475 - write directly to stdout instead of creating the message in
476 memory first before writing to avoid hitting limits
477 - fix order of CurrentURI and UsedMirror in Status() and Log()
478 * apt-pkg/orderlist.cc:
479 - let VisitRProvides report if the calls were successful
480 * apt-pkg/deb/dpkgpm.cc:
481 - replace obsolete usleep with nanosleep
482 - remove invalid pkgcache.bin and rebuild it if possible
483 - log reinstall commands in history.log
484 * debian/apt{,-utils}.symbols:
485 - update both experimental symbol-files to reflect 0.8.14 state
487 - remove unused embedded jquery by doxygen from libapt-pkg-doc
488 * cmdline/apt-mark.cc:
489 - reimplement apt-mark in c++
490 - provide a 'showmanual' command (Closes: #582791)
491 - provide a 'dpkg --set-selections' wrapper to set/release holds
492 * cmdline/apt-get.cc:
493 - deprecate mostly undocumented 'markauto' in favor of 'apt-mark'
494 * cmdline/apt-cache.cc:
495 - deprecate mostly undocumented 'showauto' in favor of 'apt-mark'
496 * apt-pkg/pkgcache.cc:
497 - really ignore :arch in FindPkg() in non-multiarch environment
499 - undo the translation of the command 'dump' in manpage of apt-config
500 as report by Burghard Grossmann on debian-l10n-german, thanks!
501 * apt-pkg/deb/debmetaindex.cc:
502 - do not download TranslationIndex if no Translation-* will be
503 downloaded later on anyway (Closes: #624218)
505 - disable obscure version number tests with versions dpkg doesn't
506 allow any more as they don't start with a number
507 * apt-pkg/acquire-worker.cc:
508 - print filename in the unmatching size warning (Closes: #623137)
509 * apt-pkg/acquire-item.cc:
510 - apply fix for poorly worded 'locate file' error message from
511 Ben Finney, thanks! (Closes: #623171)
513 - add config option to ignore a closed stdin to be able to easily
514 use the method as a simple standalone downloader
515 - Location header in redirects should be absolute URI, but some
516 servers just send an absolute path so still deal with it properly
517 - dequote URL taken from Location in redirects as we will otherwise
518 quote an already quoted string in the request later (Closes: #602412)
519 * apt-pkg/contrib/netrc.cc:
520 - replace non-posix gnu-extension strdupa with strdup
521 * apt-pkg/packagemanager.cc:
522 - ensure for Multi-Arch:same packages that they are unpacked in
523 lock step even in immediate configuration (Closes: #618288)
525 - don't set deprecated APT::Acquire::Translation, thanks Jörg Sommer!
526 * cmdline/apt-config.cc:
527 - show Acquire::Languages and APT::Architectures settings
528 in 'dump' (Closes: 626739)
529 * apt-pkg/orderlist.cc:
530 - ensure that an old version of a package with a provides can
531 never satisfy a dependency of a newer version of this package
535 - ignore lines starting with "#" in the mirror file
536 - ignore non http urls in the mirrors
537 - append the dist (e.g. sid, wheezy) as a query string when
538 asking for a suitable mirror
539 * apt-pkg/deb/deblistparser.cc:
540 - include all known languages when building the apt cache
542 * apt-pkg/deb/debindexfile.cc:
543 - remove some no longer valid checks for "TranslationsAvailable()"
545 [ Kenneth Solbø Andersen ]
546 * apt-pkg/deb/dpkgpm.cc:
547 - set permissions of term.log to root.adm and 644 (LP: #404724)
550 * various typo and syntax corrections in doc/*.xml
552 -- Michael Vogt <mvo@debian.org> Tue, 28 Jun 2011 18:00:48 +0200
554 apt (0.8.15~exp3) experimental; urgency=low
557 - add Breaks: 0.8.15~exp3) for libapt-pkg4.10 and
558 libapt-inst1.2 (thanks to Jonathan Nieder, closes: #630214)
559 - use depends for the ${shlibs:Depends} to make the breaks work
561 -- Michael Vogt <mvo@debian.org> Fri, 17 Jun 2011 21:51:41 +0200
563 apt (0.8.15~exp2) experimental; urgency=low
566 - fix incorrect Replaces (closes: #630204) for libapt-inst1.2
568 -- Michael Vogt <mvo@debian.org> Wed, 15 Jun 2011 16:51:14 +0200
570 apt (0.8.15~exp1) experimental; urgency=low
572 [ Julian Andres Klode ]
573 * apt-pkg/depcache.cc:
574 - Really release action groups only once (Closes: #622744)
575 - Make purge work again for config-files (LP: #244598) (Closes: #150831)
576 * apt-pkg/acquire-item.cc:
577 - Reject files known to be invalid (LP: #346386) (Closes: #627642)
578 * debian/apt.cron.daily:
579 - Check power after wait, patch by manuel-soto (LP: #705269)
581 - Move ${shlibs:Depends} to Pre-Depends, as we do not want APT
582 unpacked if a library is too old and thus break upgrades
584 - Document apt-key net-update (LP: #192810)
586 [ Christian Perrier ]
587 * Galician translation update (Miguel Anxo Bouzada). Closes: #626505
588 * Italian translation update (Milo Casagrande). Closes: #627834
589 * German documentation translation update (Chris Leick). Closes: #629949
591 [ David Kalnischkies ]
592 * fix a bunch of cppcheck warnings/errors based on a patch by
593 Niels Thykier, thanks! (Closes: #622805)
594 * apt-pkg/depcache.cc:
595 - really include 'rc' packages in the delete count by fixing a
596 typo which exists since 1999 in the source… (LP: #761175)
597 - if critical or-group can't be satisfied, exit directly.
598 * apt-pkg/acquire-method.cc:
599 - write directly to stdout instead of creating the message in
600 memory first before writing to avoid hitting limits
601 - fix order of CurrentURI and UsedMirror in Status() and Log()
602 * apt-pkg/orderlist.cc:
603 - let VisitRProvides report if the calls were successful
604 * apt-pkg/deb/dpkgpm.cc:
605 - replace obsolete usleep with nanosleep
606 * debian/apt{,-utils}.symbols:
607 - update both experimental symbol-files to reflect 0.8.14 state
609 - remove unused embedded jquery by doxygen from libapt-pkg-doc
610 * cmdline/apt-mark.cc:
611 - reimplement apt-mark in c++
612 - provide a 'showmanual' command (Closes: #582791)
613 - provide a 'dpkg --set-selections' wrapper to set/release holds
614 * cmdline/apt-get.cc:
615 - deprecate mostly undocumented 'markauto' in favor of 'apt-mark'
616 * cmdline/apt-cache.cc:
617 - deprecate mostly undocumented 'showauto' in favor of 'apt-mark'
618 * apt-pkg/pkgcache.cc:
619 - really ignore :arch in FindPkg() in non-multiarch environment
621 - undo the translation of the command 'dump' in manpage of apt-config
622 as report by Burghard Grossmann on debian-l10n-german, thanks!
623 * apt-pkg/deb/debmetaindex.cc:
624 - do not download TranslationIndex if no Translation-* will be
625 downloaded later on anyway (Closes: #624218)
627 - disable obscure version number tests with versions dpkg doesn't
628 allow any more as they don't start with a number
629 * apt-pkg/acquire-worker.cc:
630 - print filename in the unmatching size warning (Closes: #623137)
631 * apt-pkg/acquire-item.cc:
632 - apply fix for poorly worded 'locate file' error message from
633 Ben Finney, thanks! (Closes: #623171)
635 - add config option to ignore a closed stdin to be able to easily
636 use the method as a simple standalone downloader
637 - Location header in redirects should be absolute URI, but some
638 servers just send an absolute path so still deal with it properly
639 - dequote URL taken from Location in redirects as we will otherwise
640 quote an already quoted string in the request later (Closes: #602412)
641 * apt-pkg/contrib/netrc.cc:
642 - replace non-posix gnu-extension strdupa with strdup
643 * apt-pkg/packagemanager.cc:
644 - ensure for Multi-Arch:same packages that they are unpacked in
645 lock step even in immediate configuration (Closes: #618288)
649 - ignore lines starting with "#" in the mirror file
650 - ignore non http urls in the mirrors
651 - append the dist (e.g. sid, wheezy) as a query string when
652 asking for a suitable mirror
654 - add libapt-pkg4.10 and libapt-inst1.2 library packages
656 -- Michael Vogt <mvo@debian.org> Fri, 10 Jun 2011 15:32:07 +0200
658 apt (0.8.14.2) UNRELEASED; urgency=low
660 [ Julian Andres Klode ]
661 * apt-pkg/depcache.cc:
662 - Really release action groups only once (Closes: #622744)
663 - Make purge work again for config-files (LP: #244598) (Closes: #150831)
664 * debian/apt.cron.daily:
665 - Check power after wait, patch by manuel-soto (LP: #705269)
667 - Move ${shlibs:Depends} to Pre-Depends, as we do not want APT
668 unpacked if a library is too old and thus break upgrades
670 - Document apt-key net-update (LP: #192810)
672 [ Christian Perrier ]
673 * Galician translation update (Miguel Anxo Bouzada). Closes: #626505
675 [ David Kalnischkies ]
676 * fix a bunch of cppcheck warnings/errors based on a patch by
677 Niels Thykier, thanks! (Closes: #622805)
678 * apt-pkg/depcache.cc:
679 - really include 'rc' packages in the delete count by fixing a
680 typo which exists since 1999 in the source… (LP: #761175)
681 - if critical or-group can't be satisfied, exit directly.
682 * apt-pkg/acquire-method.cc:
683 - write directly to stdout instead of creating the message in
684 memory first before writing to avoid hitting limits
685 - fix order of CurrentURI and UsedMirror in Status() and Log()
686 * apt-pkg/orderlist.cc:
687 - let VisitRProvides report if the calls were successful
688 * apt-pkg/deb/dpkgpm.cc:
689 - replace obsolete usleep with nanosleep
690 * debian/apt{,-utils}.symbols:
691 - update both experimental symbol-files to reflect 0.8.14 state
693 - remove unused embedded jquery by doxygen from libapt-pkg-doc
694 * cmdline/apt-mark.cc:
695 - reimplement apt-mark in c++
696 - provide a 'showmanual' command (Closes: #582791)
697 - provide a 'dpkg --set-selections' wrapper to set/release holds
698 * cmdline/apt-get.cc:
699 - deprecate mostly undocumented 'markauto' in favor of 'apt-mark'
700 * cmdline/apt-cache.cc:
701 - deprecate mostly undocumented 'showauto' in favor of 'apt-mark'
702 * apt-pkg/pkgcache.cc:
703 - really ignore :arch in FindPkg() in non-multiarch environment
705 - undo the translation of the command 'dump' in manpage of apt-config
706 as report by Burghard Grossmann on debian-l10n-german, thanks!
707 * apt-pkg/deb/debmetaindex.cc:
708 - do not download TranslationIndex if no Translation-* will be
709 downloaded later on anyway (Closes: #624218)
711 - disable obscure version number tests with versions dpkg doesn't
712 allow any more as they don't start with a number
713 * apt-pkg/acquire-worker.cc:
714 - print filename in the unmatching size warning (Closes: #623137)
715 * apt-pkg/acquire-item.cc:
716 - apply fix for poorly worded 'locate file' error message from
717 Ben Finney, thanks! (Closes: #623171)
719 - add config option to ignore a closed stdin to be able to easily
720 use the method as a simple standalone downloader
721 - Location header in redirects should be absolute URI, but some
722 servers just send an absolute path so still deal with it properly
723 - dequote URL taken from Location in redirects as we will otherwise
724 quote an already quoted string in the request later (Closes: #602412)
725 * apt-pkg/contrib/netrc.cc:
726 - replace non-posix gnu-extension strdupa with strdup
727 * apt-pkg/packagemanager.cc:
728 - ensure for Multi-Arch:same packages that they are unpacked in
729 lock step even in immediate configuration (Closes: #618288)
731 -- Michael Vogt <mvo@debian.org> Mon, 16 May 2011 14:57:52 +0200
733 apt (0.8.14.1ubuntu8) UNRELEASED; urgency=low
736 * debian/apt.conf.changelog:
737 - add missing ";", thanks to Julian Andres Klode
740 * apt-pkg/deb/dpkgpm.cc:
741 - updated allocate memory string
742 - cannot access archive string is lowercase
743 * apt-pkg/deb/dpkgpm.cc:
744 - resolve issue where AptOrdering is included in DpkgTerminalLog in apport
747 -- Brian Murray <brian@ubuntu.com> Wed, 15 Jun 2011 14:00:43 -0700
749 apt (0.8.14.1ubuntu7) oneiric; urgency=low
752 * apt-pkg/deb/deblistparser.cc:
753 - include all known languages when building the apt cache
755 * apt-pkg/deb/debindexfile.cc:
756 - remove some no longer valid checks for "TranslationsAvailable()"
758 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 09 Jun 2011 13:56:25 +0200
760 apt (0.8.14.1ubuntu6) oneiric; urgency=low
763 * apt-pkg/deb/dpkgpm.cc:
764 - prevent reporting of package installation failures due to inaccessible
765 local files (LP: #791102, #790040)
766 - include /var/log/apt/history.log in apport-package reports so we know
767 the context for the package management request
771 - ignore lines starting with "#" in the mirror file
772 - ignore non http urls in the mirrors
773 - append the dist (e.g. sid, wheezy) as a query string when
774 asking for a suitable mirror
776 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 07 Jun 2011 15:55:07 +0200
778 apt (0.8.14.1ubuntu5) oneiric; urgency=low
780 * apt-pkg/acquire-item.cc:
781 - do not reject empty Packages files when checking them for
784 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 31 May 2011 10:41:30 +0200
786 apt (0.8.14.1ubuntu4) oneiric; urgency=low
788 [ Julian Andres Klode ]
789 * apt-pkg/acquire-item.cc:
790 - Reject files known to be invalid (LP: #346386) (Closes: #627642)
792 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 30 May 2011 17:12:27 +0200
794 apt (0.8.14.1ubuntu3) oneiric; urgency=low
796 * Rebuild with recent binutils. LP: #774175.
798 -- Matthias Klose <doko@ubuntu.com> Mon, 23 May 2011 19:15:34 +0200
800 apt (0.8.14.1ubuntu2) oneiric; urgency=low
803 - build in verbose mode by default (thanks to Matthias Klose)
805 - add temporary build-dependency on gcc-4.6 (>= 4.6.0-6ubuntu2)
807 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 03 May 2011 13:58:10 +0200
809 apt (0.8.14.1ubuntu1) oneiric; urgency=low
812 * merged from the debian-sid bzr branch
814 [ Julian Andres Klode ]
815 * apt-pkg/depcache.cc:
816 - Really release action groups only once (Closes: #622744)
817 - Make purge work again for config-files (LP: #244598) (Closes: #150831)
818 * debian/apt.cron.daily:
819 - Check power after wait, patch by manuel-soto (LP: #705269)
821 - Move ${shlibs:Depends} to Pre-Depends, as we do not want APT
822 unpacked if a library is too old and thus break upgrades
824 - Document apt-key net-update (LP: #192810)
826 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 29 Apr 2011 17:55:20 +0200
828 apt (0.8.14.1) unstable; urgency=low
830 * apt-pkg/acquire-item.cc:
831 - Only try to rename existing Release files (Closes: #622912)
833 -- Julian Andres Klode <jak@debian.org> Sat, 16 Apr 2011 14:36:10 +0200
835 apt (0.8.14) unstable; urgency=low
837 [ Julian Andres Klode ]
838 * apt-pkg/indexcopy.cc:
839 - Use RealFileExists() instead of FileExists(), allows amongst other
840 things a directory named Sources to exist on a CD-ROM (LP: #750694).
841 * apt-pkg/acquire-item.cc:
842 - Use Release files even if they cannot be verified (LP: #704595)
843 * cmdline/apt-get.cc:
844 - Do not install recommends for build-dep (Closes: #454479) (LP: #245273)
845 * apt-pkg/deb/deblistparser.cc:
846 - Handle no space before "[" in build-dependencies (LP: #72344)
848 - Allow pinning by glob() expressions, and regular expressions
849 surrounded by slashes (the "/" character) (LP: #399474)
852 - Set Standards-Version to 3.9.2
856 - do not crash if the mirror file fails to download
857 * apt-pkg/aptconfiguration.cc:
858 - fix comparing for a empty string
859 * debian/apt.cron.daily:
860 - run unattended-upgrades even if there was a error during
861 the apt-get update (LP: #676295)
863 [ David Kalnischkies ]
864 * apt-pkg/pkgcache.cc:
865 - use the native Architecture stored in the cache header instead of
866 loading it from configuration as suggested by Julian Andres Klode
868 -- Julian Andres Klode <jak@debian.org> Fri, 15 Apr 2011 14:28:15 +0200
870 apt (0.8.13.2ubuntu3) natty-proposed; urgency=low
872 * apt-pkg/deb/dpkgpm.cc:
873 - stop reporting of apport-package bug reports regarding
874 dpkg I/O errors (LP: #767776)
876 -- Brian Murray <brian@ubuntu.com> Wed, 20 Apr 2011 15:05:12 -0700
878 apt (0.8.13.2ubuntu2) natty; urgency=low
881 * debian/apt.cron.daily:
882 - run unattended-upgrades even if there was a error during
883 the apt-get update (LP: #676295)
885 [ Julian Andres Klode ]
886 * apt-pkg/indexcopy.cc:
887 - Use RealFileExists() instead of FileExists(), allows amongst other
888 things a directory named Sources to exist on a CD-ROM (LP: #750694).
890 [ David Kalnischkies ]
891 * apt-pkg/pkgcache.cc:
892 - use the native Architecture stored in the cache header instead of
893 loading it from configuration as suggested by Julian Andres Klode
895 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 07 Apr 2011 12:52:21 +0200
897 apt (0.8.13.2ubuntu1) natty; urgency=low
899 * merge fixes from debian-sid, most notable the handling of
900 arch=all architectures in python-apt (LP: #733741)
901 * apt-pkg/aptconfiguration.cc:
902 - fix comparing for a empty string
904 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 05 Apr 2011 13:19:56 +0200
906 apt (0.8.13.2) unstable; urgency=low
908 [ David Kalnischkies ]
909 * apt-pkg/deb/dpkgpm.cc:
910 - skip --configure if all packages disappeared
911 * apt-pkg/vendor.cc, apt-pkg/vendorlist.cc:
912 - mark them as deprecated as they are unused
913 * apt-pkg/deb/deblistparser.h:
914 - enable StripMultiArch by default for ParseDepends
915 * debian/apt.conf.autoremove:
916 - adapt to new gnumach kernel package naming (Closes: #619337)
917 * doc/apt_preferences.5.xml:
918 - correct typo spotted by Charles Plessy (Closes: #619088)
919 - document ButAutomaticUpgrades together with NotAutomatic
920 as suggested by Charles Plessy (Closes: #619083)
921 * apt-pkg/depcache.cc:
922 - remove pseudo handling leftover from SetReInstall
923 - do not change protected packages in autoinstall (Closes: #618848)
924 * apt-pkg/pkgcachegen.cc:
925 - make "all"->"native" an implementation detail of NewPackage
926 rather than rewrite it in higher methods
927 * apt-pkg/cacheiterator.h:
928 - return "all" instead of native architecture without breaking the abi
929 (too much) by extending enum instead of using bitflags (LP: #733741)
930 * apt-pkg/aptconfiguration.cc:
931 - use dpkg --print-foreign-architectures to get multiarch configuration
932 if non is specified with APT::Architectures (Closes: #612958)
933 * cmdline/apt-get.cc:
934 - do not show simulation notice for non-root commands (Closes: #619072)
935 - be able to disable resolver with APT::Get::CallResolver and disable
936 auto installation with APT::Get::AutoSolving
937 * apt-pkg/deb/deblistparser.cc:
938 - create foo:any provides for all architectures for an allowed package
940 -- Michael Vogt <mvo@debian.org> Tue, 05 Apr 2011 09:40:28 +0200
942 apt (0.8.13.1ubuntu1) natty; urgency=low
944 * merged fixes from the debian-sid (LP: #744832)
946 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 04 Apr 2011 14:40:51 +0200
948 apt (0.8.13.1) unstable; urgency=low
950 * apt-pkg/acquire-item.cc: Use stat buffer if stat was
951 successful, not if it failed (Closes: #620546)
953 -- Julian Andres Klode <jak@debian.org> Sat, 02 Apr 2011 20:55:35 +0200
955 apt (0.8.13ubuntu2) natty; urgency=low
958 - add hack to run MSGMERGE again if it segfaults. this is to help
961 - merge fix from Matt Zimmerman, many thanks (LP: #741098)
962 - do not crash if the mirror file fails to download
964 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 24 Mar 2011 18:01:38 +0100
966 apt (0.8.13ubuntu1) natty; urgency=low
968 * merged from debian/sid, this adds important fixes in the
971 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 16 Mar 2011 08:23:19 +0100
973 apt (0.8.13) unstable; urgency=low
975 [ Thorsten Spindler ]
977 - fix rsh/ssh option parsing (LP: #678080), thanks to
981 * apt-pkg/acquire-item.cc:
982 - mark pkgAcqIndexTrans as Index-File to avoid asking the
983 user to insert the CD on each apt-get update
985 - updated, thanks to Andrej Znidarsic
987 - when downloading data, show the mirror being used
988 - randomize mirror list after download in a host specific way
989 to ensure that the load is evenly spreaded accross the mirrors
990 - fix some missing "Fail-Ignore"
992 -- Michael Vogt <mvo@debian.org> Wed, 16 Mar 2011 08:04:42 +0100
994 apt (0.8.12ubuntu2) unstable; urgency=low
996 [ Thorsten Spindler ]
998 - fix rsh/ssh option parsing (LP: #678080), thanks to
1002 * apt-pkg/acquire-item.cc:
1003 - mark pkgAcqIndexTrans as Index-File to avoid asking the
1004 user to insert the CD on each apt-get update
1005 * methods/mirror.cc:
1006 - improve debug output and fix bug in TryNextMirror
1008 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Mar 2011 15:56:54 +0100
1010 apt (0.8.12ubuntu1) natty; urgency=low
1012 * merged from debian/sid, this adds important fixes in the udev based
1013 cdrom handling and multiarch handling
1015 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Mar 2011 16:12:22 +0100
1017 apt (0.8.12) unstable; urgency=low
1020 * apt-pkg/deb/debindexfile.cc:
1021 - ignore missing deb-src files in /var/lib/apt/lists, thanks
1022 to Thorsten Spindler (LP: #85590)
1023 * apt-pkg/contrib/fileutl.cc, apt-pkg/deb/dpkgpm.cc:
1024 - honor Dpkg::Chroot-Directory in the RunScripts*() methods
1025 * apt-pkg/contrib/cdromutl.{cc,h}, apt-pkg/cdrom.{cc,h}:
1026 - deal with missing FSTAB_DIR when using libudev to discover cdrom
1027 - add experimental APT::cdrom::CdromOnly option (on by default).
1028 When this is set to false apt-cdrom will handle any removable
1029 deivce (like a usb-stick) as a "cdrom/dvd" source
1031 [ Christian Perrier ]
1032 * Fix error in French translation of manpages (apt_preferences(5)).
1033 Merci, Rémi Vanicat. Closes: #613689
1034 * Complete French manpage translation
1035 * Italian translation update (Milo Casagrande). Closes: #614395
1037 [ David Kalnischkies ]
1038 * ftparchive/multicompress.cc, apt-inst/deb/debfile.cc:
1039 - support xz compressor to create xz-compressed Indexes and be able
1040 to open data.tar.xz files
1041 - load the supported compressors from configuration
1042 * ftparchive/writer.cc:
1043 - ensure that Date and Valid-Until time strings are not localised
1044 - add options to disable specific checksums for Indexes
1045 - include xz-compressed Packages and Sources files in Release file
1046 * apt-pkg/aptconfiguration.cc:
1047 - support download of xz-compressed indexes files
1048 - support adding new compressors by configuration
1049 * apt-pkg/deb/debsrcrecords.cc:
1050 - support xz-compressed source v3 debian.tar files
1051 - support every compression we have a compressor configured
1052 * ftparchive/contents.cc:
1053 - remove ExtractArchive codecopy from apt-inst/deb/debfile.cc
1054 * apt-inst/deb/debfile.cc:
1055 - support data.tar's compressed with any configured compressor
1056 * cmdline/apt-get.cc:
1057 - reinstall dependencies of reinstalled "garbage" (Closes: #617257)
1060 * apt-pkg/deb/dpkgpm.cc:
1061 - make sure that for multiarch packages, we are passing the full
1062 qualified package name to dpkg for removals. (Closes: #614298)
1063 * Remove the "pseudopackage" handling of Architecture: all packages for
1064 Multi-Arch; instead, Arch: all packages only satisfy dependencies for
1065 the native arch, except where the Arch: all package is declared
1066 Multi-Arch: foreign. (Closes: #613584)
1068 -- Michael Vogt <mvo@debian.org> Thu, 10 Mar 2011 14:46:48 +0100
1070 apt (0.8.11.5ubuntu2) natty; urgency=low
1073 * apt-pkg/deb/debindexfile.cc:
1074 - ignore missing deb-src files in /var/lib/apt/lists, thanks
1075 to Thorsten Spindler (LP: #85590)
1076 * apt-pkg/contrib/fileutl.cc, apt-pkg/deb/dpkgpm.cc:
1077 - honor Dpkg::Chroot-Directory in the RunScripts*() methods
1079 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 03 Mar 2011 17:39:30 +0100
1081 apt (0.8.11.5ubuntu1) natty; urgency=low
1083 * Merged from debian/sid
1085 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 18 Feb 2011 12:01:19 +0100
1087 apt (0.8.11.5) unstable; urgency=low
1089 [ Christian Perrier ]
1090 * Add missing dot in French translation of manpages. Merci, Olivier
1092 * French translation update
1093 * French manpages translation update
1095 [ David Kalnischkies ]
1096 * apt-pkg/depcache.cc:
1097 - party revert fix in 0.8.11.2 which marked all packages as manual
1098 installed if the FromUser bit is set in the MarkInstall call.
1099 The default for this bit is true and aptitude depends on the old
1100 behavior so the package is only marked as manual if its not marked
1101 ("old" behavior) or if automatic installation is enabled - which
1102 aptitude disables always (see also #613775)
1104 -- David Kalnischkies <kalnischkies@gmail.com> Thu, 17 Feb 2011 15:16:31 +0100
1106 apt (0.8.11.4) unstable; urgency=low
1108 [ David Kalnischkies ]
1109 * apt-pkg/contrib/error.cc:
1110 - ensure that va_list is not invalid in second try
1111 * cmdline/apt-get.cc:
1112 - don't remove new dependencies of garbage packages (Closes: #613420)
1115 * test/integration/*
1116 - fix dashish in the integration tests
1118 -- Michael Vogt <mvo@debian.org> Wed, 16 Feb 2011 14:36:03 +0100
1120 apt (0.8.11.3) unstable; urgency=low
1122 * apt-pkg/contrib/fileutl.cc:
1123 - really detect bigendian machines by including config.h,
1124 so we can really (Closes: #612986)
1125 * apt-pkg/contrib/mmap.cc:
1126 - Base has as 'valid' failure states 0 and -1 so add a simple
1127 validData method to check for failure states
1129 -- David Kalnischkies <kalnischkies@gmail.com> Mon, 14 Feb 2011 16:58:03 +0100
1131 apt (0.8.11.2) unstable; urgency=low
1134 * merged lp:~evfool/apt/fix641673:
1135 - String-fix in the source and the translations for the grammatical
1136 mistake reported in bug LP: #641673, thanks to Robert Roth
1137 * merged lp:~evfool/apt/fix418552:
1138 - Grammar fix for bug LP: #418552, thanks to Robert Roth
1140 [ David Kalnischkies ]
1141 * cmdline/apt-get.cc:
1142 - add --install-suggests option (Closes: #473089)
1143 * apt-pkg/depcache.cc:
1144 - mark a package which was requested to be installed on commandline
1145 always as manual regardless if it is already marked or not as the
1146 marker could be lost later by the removal of rdepends (Closes: #612557)
1148 - read patch into MMap only if we work on uncompressed patches
1149 - update size of dynamic MMap as we write in from the outside
1150 * apt-pkg/contrib/mmap.cc:
1151 - do not try to free the mapping if its is unset
1152 * apt-pkg/contrib/fileutl.cc:
1153 - reorder the loaded filesize bytes for big endian (Closes: #612986)
1154 Thanks to Jörg Sommer for the detailed analyse!
1156 -- Michael Vogt <mvo@debian.org> Mon, 14 Feb 2011 12:07:18 +0100
1158 apt (0.8.11.1) unstable; urgency=low
1160 [ Stefan Lippers-Hollmann ]
1162 - fix root test which prevented setting of trustdb-name
1163 which lets gpg fail if it adds/remove keys from trusted.gpg
1164 as it tries to open the (maybe) not existent /root/.gnupg
1166 [ David Kalnischkies ]
1167 * debian/apt.symbols:
1168 - add more arch dependent symbols
1170 -- Michael Vogt <mvo@debian.org> Wed, 09 Feb 2011 17:49:59 +0100
1172 apt (0.8.11) unstable; urgency=low
1174 [ David Kalnischkies ]
1175 * apt-pkg/depcache.cc:
1176 - add SetCandidateRelease() to set a candidate version and
1177 the candidates of dependencies if needed to a specified
1178 release (Closes: #572709)
1179 - allow conflicts in the same group again (Closes: #612099)
1180 * cmdline/apt-get.cc:
1181 - if --print-uris is used don't setup downloader as we don't need
1182 progress, lock nor the directories it would create otherwise
1183 - show dependencies of essential packages which are going to remove
1184 only if they cause the remove of this essential (Closes: #601961)
1185 - keep not installed garbage packages uninstalled instead of showing
1186 in the autoremove section and installing those (Closes: #604222)
1187 - change pkg/release behavior to use the new SetCandidateRelease
1188 so installing packages from experimental or backports is easier
1189 - really do not show packages in the extra section if they were
1190 requested on the commandline, e.g. with a modifier (Closes: #184730)
1191 - always do removes first and set not installed remove packages
1192 on hold to prevent temporary installation later (Closes: #549968)
1194 - add Vcs-Browser now that loggerhead works again (Closes: #511168)
1195 - depend on debhelper 7 to raise compat level
1196 - depend on dpkg-dev (>= 1.15.8) to have c++ symbol mangling
1197 * apt-pkg/contrib/fileutl.cc:
1198 - add a RealFileExists method and check that your configuration files
1199 are real files to avoid endless loops if not (Closes: #604401)
1200 - ignore non-regular files in GetListOfFilesInDir (Closes: #594694)
1201 * apt-pkg/contrib/weakptr.h:
1202 - include stddefs.h to fix compile error (undefined NULL) with gcc-4.6
1204 - fix CURLOPT_SSL_VERIFYHOST by really passing 2 to it if enabled
1206 - fix popen/fclose mismatch reported by cppcheck. Thanks to Petter
1207 Reinholdtsen for report and patch! (Closes: #607803)
1208 * doc/apt.conf.5.xml:
1209 - fix multipl{y,e} spelling error reported by Jakub Wilk (Closes: #607636)
1210 * apt-inst/contrib/extracttar.cc:
1211 - let apt-utils work with encoded tar headers if uid/gid are large.
1212 Thanks to Nobuhiro Hayashi for the patch! (Closes: #330162)
1213 * apt-pkg/cacheiterator.h:
1214 - do not segfault if cache is not build (Closes: #254770)
1215 * doc/apt-get.8.xml:
1216 - remove duplicated mentioning of --install-recommends
1217 * doc/sources.list.5.xml:
1218 - remove obsolete references to non-us (Closes: #594495)
1219 - a notice is printed for ignored files (Closes: #597615)
1221 - use -- instead of deprecated -u for dh_gencontrol
1222 - remove shlibs.local creation and usage
1223 - show differences in the symbol files, but never fail
1225 - remove as it is not needed for a working 'bzr bd'
1226 * debian/{apt,apt-utils}.symbols:
1227 - ship experimental unmangled c++ symbol files
1229 - operate optional on gzip compressed pdiffs
1230 * apt-pkg/acquire-item.cc:
1231 - don't uncompress downloaded pdiff files before feeding it to rred
1232 - try downloading clearsigned InRelease before trying Release.gpg
1233 - change the internal handling of Extensions in pkgAcqIndex
1234 - add a special uncompressed compression type to prefer those files
1235 - download and use i18n/Index to choose which Translations to download
1237 - don't set trustdb-name as non-root so 'list' and 'finger'
1238 can be used without being root (Closes: #393005, #592107)
1239 * apt-pkg/deb/deblistparser.cc:
1240 - rewrite LoadReleaseInfo to cope with clearsigned Releasefiles
1241 * ftparchive/writer.cc:
1242 - add config option to search for more patterns in release command
1243 - include Index files by default in the Release file
1244 * methods/{gzip,bzip}.cc:
1245 - print a good error message if FileSize() is zero
1246 * apt-pkg/aptconfiguration.cc:
1247 - remove the inbuilt Translation files whitelist
1248 * cmdline/apt-cache.cc:
1249 - remove not implemented 'apt-cache add' command
1250 * doc/apt-cache.8.xml:
1251 - describe reality as apt-cache just queries and doesn't manipulate
1252 the caches. Thanks to Enrico Zini for spotting it! (Closes: #612009)
1253 * apt-pkg/algorithms.cc:
1254 - mark pseudo packages of installed all packages as configured
1255 in the simulation as we don't call configure for these packages
1256 * apt-pkg/pkgcachegen.cc:
1257 - in multiarch, let :all packages conflict with :any packages
1258 with a different version to be sure
1259 * apt-pkg/contrib/error.cc:
1260 - remove 400 char size limit of error messages (LP: #365611)
1264 - do not hang if Acquire::http::ProxyAutoDetect can not be
1265 executed or returns no data (LP: #654393)
1266 * debian/apt.conf.autoremove:
1267 - never autoremove the GNU/Hurd kernel (closes: #588423), thanks
1269 * apt-pkg/cdrom.cc, apt-pkg/init.cc, methods/cdrom.cc:
1270 - use /media/cdrom as default mountoint (closes: #611569)
1271 * cmdline/apt-get.cc:
1272 - add apt-get changelog (closes: #526990)
1273 - add apt-get download (closes: #82738)
1276 * test/integration/test-compressed-indexes, test/test-indexes.sh:
1277 - Explicitly disable compressed indexes at the start. This ensures that we
1278 will actually test uncompressed indexes regardless of the internal
1279 default value of Acquire::GzipIndexes.
1281 -- Michael Vogt <mvo@debian.org> Tue, 08 Feb 2011 12:58:12 +0100
1283 apt (0.8.10.3) unstable; urgency=low
1285 [ Programs translations ]
1286 * po/es.po: Updated, plus fixes encoding issues and fixes two fuzzy
1287 strings, thanks to Javier Fernandez-Sanguino (closes: #610692)
1289 -- Michael Vogt <mvo@debian.org> Tue, 25 Jan 2011 11:51:42 +0100
1291 apt (0.8.10.2) unstable; urgency=low
1293 [ David Kalnischkies ]
1294 * ftparchive/apt-ftparchive.cc:
1295 - fix endless loop for multiple TranslationsWriters
1297 -- Michael Vogt <mvo@debian.org> Tue, 25 Jan 2011 10:26:15 +0100
1299 apt (0.8.10.1) unstable; urgency=low
1301 [ Christian Perrier ]
1302 * Fix encoding for Slovenian translation. PO file switched
1303 to UTF-8. Closes: #609957
1305 [ Julian Andres Klode ]
1306 * cmdline/apt-cache.cc: Create an error for apt-cache depends
1307 if packages could not found (LP: #647045)
1309 [ Programs translations ]
1310 * Spanish update by Javier Fernández-Sanguino Peña. Closes: #607145
1312 [ Manpages translations ]
1313 * Correct a typo and an error in French manpages translation.
1316 -- Michael Vogt <mvo@debian.org> Mon, 17 Jan 2011 13:41:04 +0100
1318 apt (0.8.10ubuntu2) UNRELEASED; urgency=low
1320 * apt-pkg/deb/dpkgpm.cc:
1321 - ignore lzma "Cannot allocate memory" errors, thanks to Brian
1323 - add i18n support for the "short read in buffer_copy %s" handling
1326 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 11 Jan 2011 18:26:05 +0100
1328 apt (0.8.10ubuntu1) natty; urgency=low
1330 [ Julian Andres Klode ]
1331 * cmdline/apt-cache.cc: Create an error for apt-cache depends
1332 if packages could not found (LP: #647045)
1335 * merged from debian-sid
1337 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 07 Dec 2010 15:53:49 +0100
1339 apt (0.8.10) unstable; urgency=low
1341 [ Programs translations ]
1342 * Czech by Miroslav Kure. Closes: #605107
1345 * test/integration/test-compressed-indexes, test/test-indexes.sh:
1346 - Explicitly disable compressed indexes at the start. This ensures that we
1347 will actually test uncompressed indexes regardless of the internal
1348 default value of Acquire::GzipIndexes.
1350 [ David Kalnischkies ]
1351 * apt-pkg/algorithms.cc:
1352 - mark all installed packages first without auto installation in
1353 a dist-upgrade to prefer upgrading packages instead of installing
1354 new packages in versioned or-groups (Closes: #605394)
1356 -- Michael Vogt <mvo@debian.org> Tue, 30 Nov 2010 10:42:17 +0100
1358 apt (0.8.9ubuntu4) natty; urgency=low
1362 - set timeout of wget for net-update to 90 seconds (thanks to \sh)
1365 * Revert r1819 and r1820 to disable compressed indexes by default again.
1366 Testing has brought up a few places where this seriously degrades
1367 performance, mostly in applications which iterate through all available
1368 package records, like update-apt-xapian-index or synaptic. See
1369 https://bugs.launchpad.net/ubuntu/+bugs?field.tag=apt-compressed-indexes
1371 -- Martin Pitt <martin.pitt@ubuntu.com> Thu, 25 Nov 2010 08:50:37 +0100
1373 apt (0.8.9ubuntu3) natty; urgency=low
1376 - do not hang if Acquire::http::ProxyAutoDetect can not be
1377 executed or returns no data (LP: #654393)
1379 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 22 Nov 2010 10:42:50 +0100
1381 apt (0.8.9ubuntu2) natty; urgency=low
1383 * drop apt-changelog, apt-get changelog implements all the
1384 features it provides
1386 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 18 Nov 2010 15:22:40 +0100
1388 apt (0.8.9ubuntu1) natty; urgency=low
1390 * re-merged from the debian-sid bzr branch
1391 * merged lp:~mvo/apt/mvo, this brings two new commands:
1392 - apt-get download binary-pkgname to download a deb
1393 - apt-get changelog binary-pkgname to display the changelog
1394 * cmdline/apt-get.cc:
1395 - if the changelog download failed, do not show the generic error
1396 but point to launchpad instead
1398 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 18 Nov 2010 15:02:14 +0100
1400 apt (0.8.9) unstable; urgency=low
1402 [ Christian Perrier ]
1403 * Fix "typos" in French manpages translations. Thanks to
1404 Cyril Brulebois for bashing me.
1405 * Drop useless untranslatable sections from apt.8
1407 [ Programs translations ]
1408 * Slovenian update by Andrej Žnidaršič and Rosetta Slovenian team
1409 * German update by Holger Wansing. Closes: #603619
1411 [ David Kalnischkies ]
1412 * apt-pkg/aptconfiguration.cc:
1413 - evaluate Acquire::Languages= before LANG= (Closes: #602573)
1414 * apt-pkg/orderlist.cc:
1415 - try fixing before removing even if the fix is hidden in
1416 a provides, hidden in the #590438 testcase
1417 * apt-pkg/algorithms.cc:
1418 - if the package was explicitly marked as ToRemove don't
1419 consider it as a candidate for FixByInstall
1420 * apt-pkg/depcache.cc:
1421 - don't install previously not installed providers in a try
1422 to statisfy a "Breaks: provides" dependency by upgrade
1423 * cmdline/acqprogress.cc:
1424 - don't ask the user for media change if quiet >= 2, stdout is not
1425 a tty and assume-yes, force-yes or trivial-only option is set to
1426 avoid cpu eating endless loops in unattended runs like apt.cron
1427 (Closes: #602354, LP: #665580)
1429 -- Michael Vogt <mvo@debian.org> Thu, 18 Nov 2010 09:25:04 +0100
1431 apt (0.8.8ubuntu3) natty; urgency=low
1433 * cmdline/apt-changelog: Filter out multiple results for a source package,
1434 just take the latest one.
1435 * cmdline/apt-changelog: Read server name from configuration
1436 APT::Changelog::Server instead of hardcoding it. This allows local users
1437 to point to a local changelog mirror, or make this script work for Debian.
1438 * Add debian/apt.conf.changelog: Configuration for apt-changelog with the
1439 server for Ubuntu (changelogs.ubuntu.com). Install it in debian/rules.
1440 * doc/apt-changelog.1.xml: Document the new option.
1441 * test/integration/test-compressed-indexes, test/test-indexes.sh:
1442 - Explicitly disable compressed indexes at the start. This ensures that we
1443 will actually test uncompressed indexes regardless of the internal
1444 default value of Acquire::GzipIndexes.
1445 * apt-pkg/acquire-item.cc: Set Acquire::GzipIndexes to "true" by default, to
1446 store compressed indexes. This feature is now mature enough for general
1447 consumption. Update doc/apt.conf.5.xml accordingly.
1448 * apt-pkg/aptconfiguration.cc: Have Acquire::CompressionTypes::Order default
1449 to preferring "gz", so that compressed indexes will actually work.
1451 -- Martin Pitt <martin.pitt@ubuntu.com> Mon, 15 Nov 2010 12:14:15 +0100
1453 apt (0.8.8ubuntu2) natty; urgency=low
1455 * Add cmdline/apt-changelog: Script to fetch package changelog from
1456 changelogs.ubuntu.com. Install it in cmdline/makefile and debian/rules.
1457 * Add doc/apt-changelog.1.xml, and install it in debian/rules.
1459 -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 09 Nov 2010 11:32:27 +0100
1461 apt (0.8.8ubuntu1) natty; urgency=low
1463 * merged from debian-unstable, remainging changes:
1464 - use ubuntu keyring and ubuntu archive keyring in apt-key
1465 - run update-apt-xapian-index in apt.cron
1466 - support apt-key net-update and verify keys against master-keyring
1467 - run apt-key net-update in cron.daily
1468 - different example sources.list
1470 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 29 Oct 2010 10:07:09 -0400
1472 apt (0.8.8) unstable; urgency=low
1474 [ David Kalnischkies ]
1475 * apt-pkg/contrib/fileutl.cc:
1476 - Add a FileFd::FileSize() method to get the size of the underlying
1477 file and not the size of the content in the file as FileFd::Size()
1478 does - the sizes can differ since the direct gzip integration
1479 * methods/{gzip,bzip2}.cc:
1480 - use FileSize() to determine if the file is invalid (Closes: #600852)
1481 * apt-pkg/pkgcache.cc:
1482 - fallback always to a suitable description (Closes: #601016)
1485 * apt-pkg/deb/dpkgpm.cc:
1486 - ensure that history.log gets closed to avoid leaking a FD
1489 -- Michael Vogt <mvo@debian.org> Thu, 28 Oct 2010 21:22:21 +0200
1491 apt (0.8.7ubuntu1) natty; urgency=low
1493 * merged from debian-unstable, remainging changes:
1494 - use ubuntu keyring and ubuntu archive keyring in apt-key
1495 - run update-apt-xapian-index in apt.cron
1496 - support apt-key net-update and verify keys against master-keyring
1497 - run apt-key net-update in cron.daily
1498 - different example sources.list
1500 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 15 Oct 2010 18:31:17 +0200
1502 apt (0.8.7) unstable; urgency=low
1504 [ Manpages translations ]
1505 * Typo fixed in French (extra "Z"). Thanks to Florentin Duneau.
1506 * Another typo fixed in French ("Anfin"). Thanks to bubulle
1507 * Wrong translation for "showauto" fixed. Thanks to Raphaël Hertzog
1511 * debian/apt.cron.daily:
1512 - source /etc/default/locale (if available) so that the
1513 apt-get update cron job fetches the right translated package
1515 * fix test failure on amd64
1516 * apt-pkg/deb/debsystem.cc:
1517 - fix issues with dir::state::status and dir::state::extended_states
1518 when alternative rootdirs are used
1521 * apt-pkg/deb/debindexfile.cc:
1522 - Use FileFd::Size() instead of stat()ing the sources/binary/translations
1523 indexes directly, so that we have transparent handling of gzipped
1525 * apt-pkg/contrib/fileutl.cc:
1526 - Fix FileFd::Size() for gzipped files to give the size of the
1527 uncompressed data. This fixes cache building progress going way
1530 [ David Kalnischkies ]
1531 * apt-pkg/deb/deblistparser.cc:
1532 - support ArmHardFloat port in CompleteArch, thanks to Sebastian
1533 Andrzej Siewior for the patch!
1535 - move some strings into apt-verbatim.ent to avoid showing them in
1536 apt-doc.pot as they are untranslatable anyway (e.g. manpage references)
1537 * doc/apt-verbatim.ent:
1538 - change the codenames to reflect the situation after squeeze release
1539 * doc/examples/apt-https-method-example.conf:
1540 - apply various typo fixes by Olly Betts, thanks! (Closes: #600249)
1542 -- Michael Vogt <mvo@debian.org> Fri, 15 Oct 2010 18:16:10 +0200
1544 apt (0.8.6) unstable; urgency=low
1546 [ Programs translations ]
1547 * Vietnamese update by Clytie Siddall (Closes: #598489)
1548 * Asturian update by Maacub (Closes: #599057)
1550 [ David Kalnischkies ]
1551 * cmdline/apt-cache.cc:
1552 - use the TranslatedDescription for searching and not the first
1553 available one as it is maybe not an expected language (Closes: #597925)
1554 * apt-pkg/contrib/strutl.cc:
1555 - add a space between number and unit as required by SI (Closes: #598352)
1556 * apt-pkg/depcache.cc:
1557 - do not check endpointer packages instead of only those which prevented
1558 NeverAutoRemove settings from having an effect (Closes: #598452)
1559 - do not remove packages which the user requested for installation
1560 explicitly while satisfying other install requests (Closes: #598669)
1561 * apt-pkg/packagemanager.cc:
1562 - Add a space between period and 'Please' and unfuzzy all translations
1564 - remove the duplicated "angefertigt" in translation-holder string
1566 -- Michael Vogt <mvo@debian.org> Mon, 04 Oct 2010 11:52:19 +0200
1568 apt (0.8.5) unstable; urgency=low
1570 [ Manpages translations ]
1571 * German (Chris Leick). Closes: #597163
1574 * merged lp:~mvo/apt/conflicts-on-virtuals to better deal with
1575 conflicts/breaks against virtual packages (LP: #614993)
1577 [ David Kalnischkies ]
1578 * apt-pkg/policy.cc:
1579 - support 100-pinning in Release file with ButAutomaticUpgrades
1580 as requested by the backports crew (Closes: #596097)
1581 * apt-pkg/deb/deblistparser.cc:
1582 - overrule NotAutomatic in case of ButAutomaticUpgrades
1583 * debian/apt.cron.daily:
1584 - handle absolut directory paths correctly by loading directories
1585 directly instead of building the paths on our own (Closes: #596421)
1587 - build-depend on docbook-xml to ensure that the xml DTDs are always
1588 available on the buildds (Closes: #597145)
1589 * buildlib/debiandoc.mak, buildlib/po4a_manpage.mak:
1590 - ensure that the build fails if documentation building fails
1592 - correct two syntax issues to ensure we can build fine
1594 -- Michael Vogt <mvo@debian.org> Fri, 17 Sep 2010 22:05:06 +0200
1596 apt (0.8.4) unstable; urgency=low
1599 * ftparchive/writer.cc:
1600 - write out {Files,Checksum-Sha1,Checksum-Sha256} only if
1601 available LP: #633967. Thanks to Colin Watson
1602 * apt-pkg/contrib/cdromutl.cc:
1603 - if apt-cdrom is used on writable media (like usb-sticks), do
1604 not use the root directory to identify the medium (as all
1605 changes there change the ident id). Use the .disk directory
1608 [ David Kalnischkies ]
1609 * ftparchive/writer.cc:
1610 - null the valid string instead of the date if Valid-Until is not set
1611 * apt-pkg/acquire-item.cc:
1612 - use also unsigned Release files again (Closes: #596189)
1614 [ Christian Perrier ]
1615 * Fix missing space after dot in a message from apt-pkg
1616 Translations unfuzzied. Thanks to Holger Wansing.
1618 -- Michael Vogt <mvo@debian.org> Fri, 10 Sep 2010 20:45:15 +0200
1620 apt (0.8.3ubuntu7) maverick; urgency=low
1622 [ David Kalnischkies ]
1623 * apt-pkg/depcache.cc:
1624 - do not remove packages which the user requested for installation
1625 explicitly while satisfying other install requests (Closes: #598669)
1626 Test case: debootstrap, install exim4, run "apt-get install postfix"
1627 This will result in exim4-heavy instead of postfix
1629 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 05 Oct 2010 14:13:38 +0200
1631 apt (0.8.3ubuntu6) maverick; urgency=low
1634 * debian/apt.cron.daily:
1635 - source /etc/default/locale (if available) so that the
1636 apt-get update cron job fetches the right translated package
1637 descriptions (LP: #652951)
1639 [ David Kalnischkies ]
1640 * apt-pkg/depcache.cc:
1641 - do not check endpointer packages instead of only those which prevented
1642 NeverAutoRemove settings from having an effect (Closes: #598452)
1643 * cmdline/apt-cache.cc:
1644 - use the TranslatedDescription for searching and not the first
1645 available one as it is maybe not an expected language (Closes: #597925)
1647 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 01 Oct 2010 15:25:00 +0200
1649 apt (0.8.3ubuntu5) maverick; urgency=low
1652 - add missing /usr/share/apt so that the keyring is installed
1653 into the right place (LP: #620576)
1655 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 22 Sep 2010 18:34:18 +0200
1657 apt (0.8.3ubuntu4) maverick; urgency=low
1659 * merged lp:~mvo/apt/conflicts-on-virtuals to better deal
1660 with conflicts/breaks against virtual packages (LP: #614993)
1662 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 15 Sep 2010 19:48:26 +0200
1664 apt (0.8.3ubuntu3) maverick; urgency=low
1666 * merged fixes from debian-sid
1669 * apt-pkg/contrib/cdromutl.cc:
1670 - if apt-cdrom is used on writable media (like usb-sticks), do
1671 not use the root directory to identify the medium (as all
1672 changes there change the ident id). Use the .disk directory
1675 [ David Kalnischkies ]
1676 * ftparchive/writer.cc:
1677 - null the valid string instead of the date if Valid-Until is not set
1678 * apt-pkg/acquire-item.cc:
1679 - use also unsigned Release files again (Closes: #596189)
1681 [ Christian Perrier ]
1682 * Fix missing space after dot in a message from apt-pkg
1683 Translations unfuzzied. Thanks to Holger Wansing.
1685 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 10 Sep 2010 21:45:49 +0200
1687 apt (0.8.3ubuntu2) maverick; urgency=low
1689 * ftparchive/writer.cc:
1690 - write out {Files,Checksum-Sha1,Checksum-Sha256} only if
1691 available LP: #633967. Thanks to Colin Watson
1693 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 09 Sep 2010 15:30:19 +0200
1695 apt (0.8.3ubuntu1) maverick; urgency=low
1697 * merged fixes from debian-sid
1699 - put ubuntu-archive.gpg back into the package (LP: #620576)
1701 - ignore ".distUpgrade" and ".save" files in sources.list.d
1704 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 07 Sep 2010 09:27:24 +0200
1706 apt (0.8.3) unstable; urgency=low
1708 [ Programs translations ]
1709 * German (Holger Wansing). Closes: #596141
1711 [ Manpages translations ]
1712 * Japanese (KURASAWA Nozomu). Closes: #595862
1715 * apt-pkg/indexcopy.cc:
1716 - only use trusted.gpg.d directory if it exists
1717 - do not replace /dev/null when running in APT::CDROM::NoAct
1718 mode (LP: #612666), thanks to Colin Watson
1720 [ David Kalnischkies ]
1721 * ftparchive/apt-ftparchive.cc:
1722 - ensure that BinDirectory as well as Tree settings get
1723 the correct default FileMode setting (Closes: #595922)
1725 -- Michael Vogt <mvo@debian.org> Tue, 07 Sep 2010 15:28:41 +0200
1727 apt (0.8.2) unstable; urgency=low
1729 [ Manpages translations ]
1730 * Spanish (Omar Campagne). Closes: #595557
1732 [ David Kalnischkies ]
1733 * apt-pkg/versionmatch.cc:
1734 - do not accept 'Pin: origin "' (missing closing ") as a valid
1735 way to pin a local archive: either "" or none…
1736 * apt-pkg/deb/dpkgpm.cc:
1737 - create Dir::Log if needed to support /var/log as tmpfs or similar,
1738 inspired by Thomas Bechtold, thanks! (Closes: #523919, LP: #220239)
1739 * apt-pkg/indexcopy.cc:
1740 - support really still the APT::GPGV::TrustedKeyring setting,
1741 as it breaks d-i badly otherwise (Closes: #595428)
1743 - support also Dir::Etc::Trusted so that apt-key works in the same
1744 way as the library part which works with the trusted files
1745 * methods/{gzip,bzip2}.cc:
1746 - empty files can never be valid archives (Closes: #595691)
1748 -- Michael Vogt <mvo@debian.org> Mon, 06 Sep 2010 18:10:06 +0200
1750 apt (0.8.1) unstable; urgency=low
1752 [ Programs translations ]
1753 * Thai (Theppitak Karoonboonyanan). Closes: #592695
1754 * Russian (Yuri Kozlov). Closes: #594232
1755 * Slovak (Ivan Masár). Closes: #594255
1756 * Swedish (Daniel Nylander). Closes: #594241
1757 * Japanese (Kenshi Muto, Osamu Aoki). Closes: #594265
1758 * Italian (Milo Casagrande). Closes: #594238
1759 * Asturian (maacub). Closes: #594303
1760 * Simplified Chinese (Aron Xu). Closes: #594458
1761 * Bulgarian (Damyan Ivanov). Closes: #594627
1762 * Portuguese (Miguel Figueiredo). Closes: #594668
1763 * Korean (Changwoo Ryu). Closes: #594809
1764 * Norwegian Bokmål (Hans Nordhaug). Closes: #595182
1765 * Danish (Joe Hansen). Closes: #595176
1766 * Catalan (Agustí Grau). Closes: #595234
1768 [ Christian Perrier ]
1769 * Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aoki
1772 [ Manpages translations ]
1773 * Portuguese (Américo Monteiro)
1775 [ David Kalnischkies ]
1776 * cmdline/apt-cache.cc:
1777 - show in madison command again also source packages (LP: #614589)
1778 - remove useless GetInitialize method
1779 * cmdline/apt-get.cc:
1780 - remove direct calls of ReadMainList and use the wrapper instead
1781 to protect us from useless re-reads and two-times notice display
1782 - remove death code by removing unused GetInitialize
1783 * apt-pkg/depcache.cc:
1784 - now that apt-get purge works on 'rc' packages let the MarkDelete
1785 pass this purge forward to the non-pseudo package for pseudos
1786 * apt-pkg/contrib/fileutl.cc:
1787 - apply SilentlyIgnore also on files without an extension
1788 * apt-pkg/contrib/configuration.cc:
1789 - fix autoremove by using correct config-option name and
1790 don't make faulty assumptions in error handling (Closes: #594689)
1791 * apt-pkg/versionmatch.cc:
1792 - let the pin origin actually work as advertised in the manpage
1793 which means "" are optional and pinning a local archive does
1794 work - even if it is a non-flat archive (Closes: #594435)
1796 -- Michael Vogt <mvo@debian.org> Fri, 03 Sep 2010 18:36:11 +0200
1798 apt (0.8.0ubuntu3) maverick; urgency=low
1800 * merged fixes from the debian-sid bzr branch:
1802 [ Programs translations ]
1803 * Simplified Chinese (Aron Xu). Closes: #594458
1804 * Bulgarian (Damyan Ivanov). Closes: #594627
1805 * Portuguese (Miguel Figueiredo). Closes: #594668
1806 * Korean (Changwoo Ryu). Closes: #594809
1808 [ Manpages translations ]
1809 * Portuguese (Américo Monteiro)
1811 [ David Kalnischkies ]
1812 * cmdline/apt-cache.cc:
1813 - remove useless GetInitialize method
1814 * cmdline/apt-get.cc:
1815 - remove direct calls of ReadMainList and use the wrapper instead
1816 to protect us from useless re-reads and two-times notice display
1817 - remove death code by removing unused GetInitialize
1818 * apt-pkg/depcache.cc:
1819 - now that apt-get purge works on 'rc' packages let the MarkDelete
1820 pass this purge forward to the non-pseudo package for pseudos
1821 * apt-pkg/contrib/fileutl.cc:
1822 - apply SilentlyIgnore also on files without an extension
1823 * apt-pkg/contrib/configuration.cc:
1824 - fix autoremove by using correct config-option name and
1825 don't make faulty assumptions in error handling (Closes: #594689)
1826 * apt-pkg/versionmatch.cc:
1827 - let the pin origin actually work as advertised in the manpage
1828 which means "" are optional and pinning a local archive does
1829 work - even if it is a non-flat archive (Closes: #594435)
1831 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 03 Sep 2010 17:05:53 +0200
1833 apt (0.8.0ubuntu2) maverick; urgency=low
1835 * merged fixes from the debian-sid bzr branch:
1837 [ Programs translations ]
1838 * Thai (Theppitak Karoonboonyanan). Closes: #592695
1839 * Russian (Yuri Kozlov). Closes: #594232
1840 * Slovak (Ivan Masár). Closes: #594255
1841 * Swedish (Daniel Nylander). Closes: #594241
1842 * Japanese (Kenshi Muto, Osamu Aoki). Closes: #594265
1843 * Italian (Milo Casagrande). Closes: #594238
1844 * Asturian (maacub). Closes: #594303
1846 [ Christian Perrier ]
1847 * Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aoki
1850 [ David Kalnischkies ]
1851 * show in madison command again also source packages (LP: #614589)
1853 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 26 Aug 2010 18:56:23 +0200
1855 apt (0.8.0ubuntu1) maverick; urgency=low
1857 * merged from debian/unstable
1859 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 24 Aug 2010 21:39:06 +0200
1861 apt (0.8.0) unstable; urgency=low
1864 * merge of the debian-expermental-ma branch
1865 * refresh po/pot files in doc/ and po/
1867 [ Programs translations ]
1868 * Swedish (Daniel Nylander). Closes: #592366
1869 * French (Christian Perrier)
1871 [ Manpages translations ]
1872 * French (Christian Perrier)
1874 -- Michael Vogt <mvo@debian.org> Tue, 24 Aug 2010 16:32:19 +0200
1876 apt (0.8.0~pre2) experimental; urgency=low
1878 [ David Kalnischkies ]
1879 * apt-pkg/contrib/strutl.cc:
1880 - fix error checking for vsnprintf in its safe variant
1882 - fix error checking for read in case of failing bzip2/lzma/whatever
1883 * debian/apt.cron.daily:
1884 - create backups for our extended_states file (Closes: #593430)
1886 - set the default values for dir::etc::trusted options correctly
1887 * ftparchive/writer.cc:
1888 - init valid-until correctly to prevent garbage entering Release file
1889 * apt-pkg/deb/debsystem.cc:
1890 - set dir::state::status based at least on dir
1891 * apt-pkg/deb/dpkgpm.cc:
1892 - use the InstVer instead of the CurrentVer for the autobit transfer
1894 - some http servers violate HTTP1.1 by not issuing a Reason-Phrase
1895 (or at least a space after the code) especially for 200, but lets
1896 be nice and ignore it as we don't need the reason in general
1897 * apt-pkg/acquire-item.cc:
1898 - don't use ReadOnlyGzip mode for PDiffs as this mode doesn't work
1899 in combination with the AddFd methods of our hashclasses
1901 -- Michael Vogt <mvo@debian.org> Mon, 23 Aug 2010 19:09:08 +0200
1903 apt (0.8.0~pre1ubuntu2) maverick; urgency=low
1905 * apt-pkg/deb/dpkgpm.cc:
1906 - enable apport reports again (got lost in the previous merge),
1907 thanks to Matt Zimmerman
1909 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 23 Aug 2010 13:53:09 +0200
1911 apt (0.8.0~pre1ubuntu1) maverick; urgency=low
1913 * merged fixes from debian/experimental
1915 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 13 Aug 2010 17:49:40 +0200
1917 apt (0.8.0~pre1) experimental; urgency=low
1919 [ Programs translations ]
1920 * Swedish translation update. Closes: #592366
1923 * merge of the debian-expermental-ma branch
1924 * refresh po/pot files in doc/ and po/
1925 * apt-pkg/pkgcache.cc:
1926 - re-evaluate the architectures cache when the cache is (re)opened
1930 - fix off-by-one error in DropBinaryArch
1932 [ Julian Andres Klode ]
1933 * apt-pkg/contrib/fileutl.cc:
1934 - Add WriteAtomic mode.
1935 - Revert WriteEmpty to old behavior (LP: #613211)
1937 - Convert users of WriteEmpty to WriteAtomic.
1938 * apt-pkg/depcache.cc:
1939 - Only try upgrade for Breaks if there is a newer version, otherwise
1940 handle it as Conflicts (by removing it) (helps for #591882).
1942 - Add dependency on gnupg to apt, apt-key uses it.
1944 [ David Kalnischkies ]
1945 * apt-pkg/algorithms.cc:
1946 - let the problem resolver install packages to fix or-groups
1947 as a needed remove nuked another or-member (helps for #591882)
1948 - change the debug outputs to display also arch of the
1949 package and version dependencies information
1950 * cmdline/apt-get.cc:
1951 - let APT::Get::Arch-Only in build-dep default to false again
1952 (Closes: #592628) Thanks Mohamed Amine IL Idrissi for report!
1953 - purge packages in 'rc' state, thanks Rogier! (Closes: #150831)
1954 * apt-pkg/pkgcache.cc:
1955 - fix LongDesc handling in LANG=C environment
1957 -- Michael Vogt <mvo@debian.org> Fri, 13 Aug 2010 17:00:49 +0200
1959 apt (0.7.26~exp12ubuntu4) maverick; urgency=low
1961 [ Julian Andres Klode ]
1962 * apt-pkg/contrib/fileutl.cc:
1963 - Add WriteAtomic mode.
1964 - Revert WriteEmpty to old behavior (LP: #613211)
1966 - Convert users of WriteEmpty to WriteAtomic.
1967 * apt-pkg/depcache.cc:
1968 - Only try upgrade for Breaks if there is a newer version, otherwise
1969 handle it as Conflicts (by removing it) (helps for #591882).
1973 - Add recommends on gnupg to apt, apt-key uses it.
1974 (changed from debian)
1976 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 11 Aug 2010 12:01:30 +0200
1978 apt (0.7.26~exp12ubuntu3) maverick; urgency=low
1982 - fix off-by-one error in DropBinaryArch
1984 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 02 Aug 2010 21:04:18 +0200
1986 apt (0.7.26~exp12ubuntu2) maverick; urgency=low
1988 * debian/apt.postinst:
1989 - do not fail if ubuntu-keyring is not installed
1991 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 02 Aug 2010 11:47:59 +0200
1993 apt (0.7.26~exp12ubuntu1) maverick; urgency=low
1996 * merged from debian/experimental, remaining changes:
1997 - use ubuntu keyring and ubuntu archive keyring in apt-key
1998 - run update-apt-xapian-index in apt.cron
1999 - support apt-key net-update and verify keys against master-keyring
2000 - run apt-key net-update in cron.daily
2001 - different example sources.list
2002 * debian/apt.postinst
2003 - drop set_apt_proxy_from_gconf(), no longer needed in maverick
2004 * apt-pkg/pkgcache.cc:
2005 - re-evaluate the architectures cache when the cache is (re)opened
2007 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 30 Jul 2010 19:32:15 +0200
2009 apt (0.7.26~exp12) experimental; urgency=low
2013 - add dependency on zlib-dev for libapt-pkg-dev
2015 [ David Kalnischkies ]
2016 * apt-pkg/cacheset.cc:
2017 - [ABI BREAK] add an ErrorType option to CacheSetHelper
2018 * cmdline/apt-cache.cc:
2019 - use Notice instead of Error in the CacheSetHelper messages
2020 for compat reasons. Otherwise tools like sbuild blow up
2021 - return success in show if a virtual package was given
2023 - remove libcurl3-gnutls-dev alternative as the package is gone
2024 - increase needed version of libcurl4-gnutls-dev to >= 7.19.0
2025 as we use CURLOPT_{ISSUERCERT,CRLFILE} (Closes: #589642)
2027 -- Michael Vogt <mvo@debian.org> Fri, 30 Jul 2010 11:55:48 +0200
2029 apt (0.7.26~exp11) experimental; urgency=low
2031 [ Julian Andres Klode ]
2032 * apt-pkg/deb/dpkgpm.cc:
2033 - Write architecture information to history file.
2034 - Add to history whether a change was automatic or not.
2035 * apt-pkg/contrib/fileutl.cc:
2036 - Add FileFd::OpenDescriptor() (needed for python-apt's #383617).
2037 * cmdline/apt-get.cc:
2038 - Support large filesystems by using statvfs64() instead of statvfs()
2039 and statfs64() instead of statfs() (Closes: #590513).
2041 - Use link() instead of rename() for creating the CD database backup;
2042 otherwise there would be a short time without any database.
2044 [ David Kalnischkies ]
2045 * apt-pkg/depcache.cc:
2046 - handle "circular" conflicts for "all" packages correctly
2047 * cmdline/apt-cache.cc:
2048 - be able to omit dependency types in (r)depends (Closes: #319006)
2049 - show in (r)depends the canidate per default instead of newest
2050 - share the (r)depends code instead of codecopy
2051 * apt-pkg/cacheset.cc:
2052 - move them back to the library as they look stable now
2053 - add a 'newest' pseudo target release as in pkg/newest
2054 * apt-pkg/pkgcache.cc:
2055 - prefer non-virtual packages in FindPreferredPkg (Closes: #590041)
2056 * test/integration/*:
2057 - add with bug#590041 testcase a small test "framework"
2058 * apt-pkg/orderlist.cc:
2059 - try to install another or-group member in DepRemove before
2060 breaking the or group (Closes: #590438)
2061 - configure also the replacement before remove by adding Immediate flag
2064 * apt-pkg/contrib/error.{cc,h}
2066 - add inline DumpError() to avoid subtle API break
2068 -- Michael Vogt <mvo@debian.org> Thu, 29 Jul 2010 16:40:58 +0200
2070 apt (0.7.26~exp10) experimental; urgency=low
2072 [ David Kalnischkies ]
2073 * apt-pkg/contrib/error.{cc,h}:
2074 - remove constness of va_list parameter to fix build on amd64 and co
2075 Thanks Eric Valette! (Closes: #588610)
2076 * apt-pkg/deb/debmetaindex.cc:
2077 - do not query each architecture for flat file archives
2078 - fix typo preventing display of architecture in Info()
2080 - add a copycat of the old gzip.cc as we need it for bzip2 and lzma
2084 - Make DEB_BUILD_OPTIONS=noopt actually work by passing the right
2086 * apt-pkg/contrib/fileutl.{h,cc}:
2087 - Add support for reading of gzipped files with the new "ReadOnlyGzip"
2088 OpenMode. (Closes: #188407)
2089 - Link against zlib (in apt-pkg/makefile) and add zlib build dependency.
2090 - [ABI BREAK] This adds a new private member to FileFd, but its
2091 initialization is in the public header file.
2093 - Check for zlib library and headers.
2094 * apt-pkg/acquire-item.cc, apt-pkg/deb/debindexfile.cc,
2095 apt-pkg/deb/debrecords.cc, apt-pkg/deb/debsrcrecords.h,
2096 cmdline/apt-cache.cc:
2097 - Open Packages, Sources, and Translations indexes in "ReadOnlyGzip" mode.
2098 * apt-pkg/deb/debindexfile.cc:
2099 - If we do not find uncompressed package/source/translation indexes, look
2100 for gzip compressed ones.
2101 * apt-pkg/acquire-item.cc:
2102 - If the Acquire::GzipIndexes option is true and we download a gzipped
2103 index file, keep it as it is (and rename to .gz) instead of
2105 * doc/apt.conf.5.xml:
2106 - Document the new Acquire::GzipIndexes option.
2107 * doc/po/apt-doc.pot, doc/po/de.po:
2108 - German translation of new Acquire::GzipIndexes option.
2109 * Add test/test-indexes.sh:
2110 - Test behaviour of index retrieval and usage, in particular with
2111 uncompressed and gzip compressed indexes.
2112 * methods/gzip.cc: With FileFd now being able to read gzipped files, there
2113 is no need for the gzip method any more to spawn an external gzip process.
2114 Rewrite it to use FileFd directly, which makes the code a lot simpler, and
2115 also using less memory and overhead.
2117 -- Michael Vogt <mvo@debian.org> Mon, 12 Jul 2010 11:41:01 +0200
2119 apt (0.7.26~exp9) experimental; urgency=low
2121 [ David Kalnischkies ]
2122 * doc/apt.conf.5.xml:
2123 - add and document APT::Cache-{Start,Grow,Limit} options for mmap control
2124 * apt-pkg/contrib/fileutl.cc:
2125 - do not fail von double close()
2127 -- Michael Vogt <mvo@debian.org> Fri, 09 Jul 2010 21:51:55 +0200
2129 apt (0.7.26~exp8) experimental; urgency=low
2131 [ David Kalnischkies ]
2132 * cmdline/cacheset.cc:
2133 - doesn't include it in the library for now as it is too volatile
2134 - get the candidate either from an already built depcache
2135 or use the policy which is a bit faster than depcache generation
2136 - get packages by task^ with FromTask()
2137 - only print errors if all tries to get a package by string failed
2138 - factor out code to get a single package FromName()
2139 - check in Grouped* first without modifier interpretation
2140 * cmdline/apt-get.cc:
2141 - use the cachsets in the install commands
2142 - make the specify order of packages irrelevant (Closes: #196021)
2143 * apt-pkg/orderlist.cc:
2144 - untouched packages are never missing
2145 * apt-pkg/packagemanager.cc:
2146 - packages that are not touched doesn't need to be unpacked
2148 - remove intltool's dependency as it is an ubuntu artefact
2149 * apt-pkg/depcache.cc:
2150 - SetCandidateVer for all pseudo packages
2151 - SetReInstall for the "all" package of a pseudo package
2152 - use the new MatchAgainstConfig for the DefaultRootSetFunc
2153 - always mark the all package if a pseudo package is marked for install
2154 * apt-pkg/contrib/error.{cc,h}:
2155 - complete rewrite but use the same API
2156 - add NOTICE and DEBUG as new types of a message
2157 - add a simple stack handling to be able to delay error handling
2158 * apt-pkg/aptconfiguration.cc:
2159 - show a deprecation notice for APT::Acquire::Translation
2160 * apt-pkg/contrib/configuration.{cc,h}:
2161 - add a wrapper to match strings against configurable regex patterns
2162 * apt-pkg/contrib/fileutl.cc:
2163 - show notice about ignored file instead of being always silent
2164 - add a Dir::Ignore-Files-Silently list option to control the notice
2166 - add another round of const& madness as the previous round accidentally
2167 NOT overrides the virtual GetCandidateVer() method (Closes: #587725)
2168 * apt-pkg/pkgcachegen.{cc,h}:
2169 - make the used MMap moveable (and therefore dynamic resizeable) by
2170 applying (some) mad pointer magic (Closes: #195018)
2173 * apt-pkg/deb/dpkgpm.cc:
2174 - make the apt/term.log output unbuffered (thanks to Matt Zimmerman)
2176 [ Julian Andres Klode ]
2178 - Handle different logins on the same server (Closes: #586904).
2179 * apt-pkg/deb/deblistparser.cc:
2180 - Handle architecture wildcards (Closes: #547724).
2181 * apt-pkg/versionmatch.cc:
2182 - Support matching pins by regular expressions or glob() like patterns,
2183 regular expressions have to be put between to slashes; for example,
2185 * apt-pkg/contrib/fileutl.cc:
2186 - Make FileFd replace files atomically in WriteTemp mode (for cache, etc).
2188 - Set Standards-Version to 3.9.0
2190 -- Michael Vogt <mvo@debian.org> Fri, 09 Jul 2010 19:16:20 +0200
2192 apt (0.7.26~exp7) experimental; urgency=low
2194 * apt-pkg/cachefile.h:
2195 - make pkgPolicy public again, libapt-pkg-perl (and probably
2196 others) get unhappy without that
2198 -- Michael Vogt <mvo@debian.org> Thu, 10 Jun 2010 15:33:24 +0200
2200 apt (0.7.26~exp6) experimental; urgency=low
2203 * merge the remaining Ubuntu change:
2204 - on gpg verification failure warn and restore the last known
2206 - on failure display the IP of the server (useful for servers
2207 that use round robin DNS)
2208 - support Original-Maintainer in RewritePackageOrder
2209 - enable cdrom autodetection via libudev by default
2210 - show message about Vcs in use when apt-get source is run for
2211 packages maintained in a Vcs
2212 - better support transitional packages with mark auto-installed.
2213 when the transitional package is in "oldlibs" the new package
2214 is not marked auto installed (same is true for section
2216 - provide new "deb mirror://archive.foo/mirrors.list sid main"
2217 method expects a list of mirrors (generated on the server e.g.
2218 via geoip) and will use that, including cycle on failure
2219 - write apport crash file on package failure (disabled by default
2220 on debian until apport is available)
2221 - support mirror failure reporting (disabled by default on debian)
2223 [ David Kalnischkies ]
2224 * apt-pkg/deb/dpkgpm.cc:
2225 - write Disappeared also to the history.log
2226 - forward manual-installed bit on package disappearance
2227 * apt-pkg/deb/debsystem.cc:
2228 - add better config item for extended_states file
2229 * apt-pkg/pkgcache.h:
2230 - switch {,Install-}Size to unsigned long long
2231 * apt-pkg/depcache.cc:
2232 - do the autoremove mark process also for required packages to handle
2233 these illegally depending on lower priority packages (Closes: #583517)
2234 - try harder to find the other pseudo versions for autoremove multiarch
2235 - correct "Dangerous iterator usage" pointed out by cppcheck
2236 - deal with long long, not with int to remove 2GB Limit (LP: #250909)
2237 - deprecate AddSize with Multiplier as it is unused and switch to
2238 boolean instead to handle the sizes more gracefully.
2239 - switch i{Download,Usr}Size from double to (un)signed long long
2240 * apt-pkg/aptconfiguration.cc:
2241 - remove duplicate architectures in getArchitectures()
2242 * apt-pkg/indexrecords.{cc,h}:
2243 - backport forgotten Valid-Until patch from the obsolete experimental
2244 branch to prevent replay attacks better, thanks to Thomas Viehmann
2245 for the initial patch! (Closes: #499897)
2246 - add a constant Exists check for MetaKeys
2247 * apt-pkg/acquire-item.cc:
2248 - do not try PDiff if it is not listed in the Meta file
2249 - sent Last-Modified header also for Translation files
2250 * apt-pkg/cacheiterator.h:
2251 - let pkgCache::Iterator inherent std::iterator
2252 * ftparchive/writer.h:
2253 - add a virtual destructor to FTWScanner class (for cppcheck)
2254 * apt-pkg/cacheset.{cc,h}:
2255 - add simple wrapper around std::set for cache structures
2256 - move regex magic from apt-get to new FromRegEx method
2257 - move cmdline parsing from apt-cache to new FromCommandLine method
2258 - support special release-modifier 'installed' and 'candidate'
2259 * apt-pkg/contrib/cmdline.cc:
2260 - fix segfault in SaveInConfig caused by writing over char[] sizes
2261 * apt-pkg/pkgcache.cc:
2262 - get the best matching arch package from a group with FindPreferredPkg
2263 * cmdline/apt-cache.cc:
2264 - make the search multiarch compatible by using GrpIterator instead
2265 - use pkgCacheFile and the new CacheSets all over the place
2266 - add --target-release option (Closes: #115520)
2267 - accept pkg/release and pkg=version in show and co. (Closes: #236270)
2268 - accept package versions in the unmet command
2269 * cmdline/apt-get.cc:
2270 - use unsigned long long instead of double to store values it gets
2271 * apt-pkg/cachefile.{cc,h}:
2272 - split Open() into submethods to be able to build only parts
2273 - make the OpProgress optional in the Cache buildprocess
2274 - store also the SourceList we use internally for export
2275 * doc/apt.conf.5.xml:
2276 - document the new Valid-Until related options
2277 * apt-pkg/contrib/strutl.cc:
2278 - split StrToTime() into HTTP1.1 and FTP date parser methods and
2279 use strptime() instead of some self-made scanf mangling
2280 - use the portable timegm shown in his manpage instead of a strange
2281 looking code copycat from wget
2282 * ftparchive/writer.cc:
2283 - add ValidTime option to generate a Valid-Until header in Release file
2284 * apt-pkg/policy.cc:
2285 - get the candidate right for a not-installed pseudo package if
2286 his non-pseudo friend is installed
2287 * apt-pkg/indexcopy.cc:
2288 - move the gpg codecopy to a new method and use it also in methods/gpgv.cc
2290 -- Michael Vogt <mvo@debian.org> Thu, 10 Jun 2010 14:02:22 +0200
2292 apt (0.7.26~exp5) experimental; urgency=low
2294 [ David Kalnischkies ]
2295 * cmdline/apt-get.cc:
2296 - rerun dpkg-source in source if --fix-broken is given (Closes: #576752)
2297 - don't suggest held packages as they are installed (Closes: #578135)
2298 - handle multiple --{tar,diff,dsc}-only options correctly
2299 - show at the end of the install process a list of disappeared packages
2300 * cmdline/apt-cache.cc:
2301 - use GroupCount for package names in stats and add a package struct line
2303 - use the patchfile modification time instead of the one from the
2304 "old" file - thanks to Philipp Weis for noticing! (Closes: #571541)
2306 - remove targets referring to CVS or arch as they are useless
2307 - use $(CURDIR) instead of $(pwd)
2308 - use dpkg-buildflags if available for CXXFLAGS
2310 - remove the file completely as it has no use nowadays
2311 * apt-pkg/depcache.cc:
2312 - be doublesure that the killer query is empty before starting reinstall
2314 - remove the keyrings count limit by using vector magic
2316 - clarify "MMap reached size limit" error message, thanks Ivan Masár!
2318 - add entities for the current oldstable/stable/testing codenames
2319 * doc/sources.list.5.xml:
2320 - use stable-codename instead of stable in the examples (Closes: #531492)
2321 * doc/apt_preferences.5.xml:
2322 - adapt some examples here to use current codenames as well
2323 - add "NotAutomatic: yes" handling, thanks Osamu Aoki (Closes: #490347)
2324 * debian/libapt-pkg-doc.doc-base.cache:
2325 - remove yet another reference to the removed cache.sgml
2326 * doc/apt-get.8.xml:
2327 - do not say explicit target_release_{name,version,codename}, it should
2328 be clear by itself and 'man' can break lines again (Closes: #566166)
2329 - remove the gnome-apt reference as it is removed from unstable
2330 * apt-pkg/deb/dpkgpm.cc:
2331 - add 'disappear' to the known processing states, thanks Jonathan Nieder
2332 * apt-pkg/packagemanager.h:
2333 - export info about disappeared packages with GetDisappearedPackages()
2336 * methods/http.{cc,h}:
2337 - code cleanup, use enums instead of magic ints
2341 - spell out some less known options to reduce manpage consultation-rate
2342 - Use POSIX command substitution: $(<command sequence>)
2343 - Remove EOL whitespace (Closes: #577804)
2345 [ Julian Andres Klode ]
2346 * apt-pkg/acquire-item.cc:
2347 - Fix pkgAcqFile::Custom600Headers() to always return something.
2350 [ Christian Perrier ]
2351 * Slovak translation update. Closes: #581159
2352 * Italian translation update. Closes: #581742
2353 * Swedish translation update. Closes: #592366
2355 -- Michael Vogt <mvo@debian.org> Tue, 25 May 2010 16:01:42 +0200
2357 apt (0.7.26~exp4) experimental; urgency=low
2359 [ David Kalnischkies ]
2360 * apt-pkg/depcache.cc:
2361 - rewrite the pseudo package reinstaller to be more intelligent
2362 in his package choices
2363 * apt-pkg/packagemanager.cc:
2364 - don't try to "unpack" pseudo packages twice
2365 * apt-pkg/contrib/fileutl.cc:
2366 - add a parent-guarded "mkdir -p" as CreateDirectory()
2367 * apt-pkg/acquire.{cc,h}:
2368 - add a delayed constructor with Setup() for success reporting
2369 - check for and create directories in Setup if needed instead of
2370 error out unfriendly in the Constructor (Closes: #523920, #525783)
2371 - optional handle a lock file in Setup()
2372 * apt-pkg/acquire-item.cc:
2373 - Acquire::ForceHash to force method for expected hash
2374 * cmdline/apt-get.cc:
2375 - remove the lock file handling and let Acquire take care of it instead
2376 - display MD5Sum in --print-uris if not forced to use another method
2377 instead of displaying the strongest available (Closes: #576420)
2378 - regex for package names executed on Grp- not PkgIterator
2379 - show non-candidates as fallback for virtual packages (Closes: #578385)
2380 - set also "all" to this version for pseudo packages in TryToChangeVer
2381 * apt-pkg/deb/dpkgpm.cc:
2382 - remove Chroot-Directory from files passed to install commands.
2383 Thanks to Kel Modderman for report & patch! (Closes: #577226)
2384 * ftparchive/writer.cc:
2385 - remove 999 chars Files and Checksums rewrite limit (Closes: #577759)
2386 * cmdline/apt-cache.cc:
2387 - align Installed and Candidate Version in policy so they can be compared
2388 easier, thanks Ralf Gesellensetter for the pointer! (Closes: #578657)
2390 - Add a note about APT_CONFIG in the -c description (Closes: #578267)
2392 - correct typos in german apt_preferences manpage, thanks Chris Leick!
2393 * apt-pkg/sourcelist.cc:
2394 - be less strict and accept [option=value] as well
2395 * apt-pkg/contrib/configuration.cc:
2396 - error out if #clear directive has no argument
2398 - sync documentation with status quo, regarding files/directories in
2399 use, extended_states and uri schemes.
2401 - drop the file in favor of inplace documentation with doxygen
2402 * apt-pkg/pkgcache.h:
2403 - enhance the Groups ABI by providing a ID as the other structs does
2404 - check also the size of the Group struct then checking for the others
2407 * cmdline/apt-get.cc:
2408 - replace backticks with single quotes around fix-broken command
2409 in the broken packages message. (Closes: #577168)
2411 - modernize if-statements not to use 'x' (Closes: #577117)
2412 - replace backticks with POSIX $() (Closes: #577116)
2415 * [ Abi break ] apt-pkg/acquire-item.{cc,h}:
2416 - add "IsIndexFile" to constructor of pkgAcqFile so that it sends
2417 the right cache control headers
2418 * cmdline/apt-get.cc:
2419 - fix crash when pkg.VersionList() is empty
2420 * apt-pkg/depcache.cc:
2421 - fix incorrect std::cout usage for debug output
2422 * test/libapt/getlanguages_test.cc:
2423 - Add test for Esperanto that has nocounty associated with them
2425 * apt-pkg/deb/debrecords.cc:
2426 - fix max tag buffer size (LP: #545336, closes: #578959)
2428 - install html doxygen in libapt-pkg-doc
2430 - build-depend on doxygen
2432 [ Julian Andres Klode ]
2433 * apt-pkg/contrib/weakptr.h:
2434 - add a class WeakPointable which allows one to register weak pointers to
2435 an object which will be set to NULL when the object is deallocated.
2436 * [ABI break] apt-pkg/acquire{-worker,-item,}.h:
2437 - subclass pkgAcquire::{Worker,Item,ItemDesc} from WeakPointable.
2438 * apt-pkg/pkgcache.cc:
2439 - Merge fix from David to correct handling in single-arch environments.
2440 * cmdline/apt-cache.cc:
2441 - Add a showauto command to apt-cache.
2442 * cmdline/apt-get.cc:
2443 - Add apt-get markauto and unmarkauto commands.
2445 -- Michael Vogt <mvo@debian.org> Thu, 06 May 2010 09:32:54 +0200
2447 apt (0.7.26~exp3) experimental; urgency=low
2449 [ Christian Perrier ]
2450 * German translation update. Closes: #571037
2451 * Spanish manpages translation update. Closes: #573293
2452 * Dutch translation update. Closes: #573946
2453 * Polish manpages translation update. Closes: #574558
2454 * Add "manpages-pl (<< 20060617-3~)" to avoid file conflicts with
2455 that package that was providing some manpages for APT utilities.
2457 [ David Kalnischkies ]
2458 * [BREAK] merge MultiArch-ABI. We don't support MultiArch,
2459 but we support the usage of the new ABI so libapt users
2460 can start to prepare for MultiArch (Closes: #536029)
2461 * Ignore :qualifiers after package name in build dependencies
2462 in the library by default, but try to honour them in apt-get
2463 as we have some sort of MultiArch support ready (Closes: #558103)
2464 * add translation of the manpages to PT (portuguese)
2465 Thanks to Américo Monteiro!
2466 * Switch to dpkg-source 3.0 (native) format
2467 * apt-pkg/depcache.cc:
2468 - remove Auto-Installed information from extended_states
2469 together with the package itself (Closes: #572364)
2471 - don't crash if no arguments are given (Closes: #570962)
2473 - remove some years old and obsolete Replaces
2474 - add automake/conf build-depends/conflicts as recommend by
2475 the autotools-dev README (Closes: #572615)
2476 * apt-pkg/contrib/mmap.{h,cc}:
2477 - add char[] fallback for filesystems without shared writable
2478 mmap() like JFFS2. Thanks to Marius Vollmer for writing
2479 and to Loïc Minier for pointing to the patch! (Closes: #314334)
2480 * doc/apt_preferences.5.xml:
2481 - fix two typos and be more verbose in the novice warning.
2482 Thanks to Osamu Aoki for pointing it out! (Closes: #567669)
2483 - fix a=sid vs. n=sid typo, thanks Ansgar Burchardt!
2484 - origin can be used to match a hostname (Closes: #352667)
2485 - remove wrong pin-priority is optional remark (Closes: #574944)
2486 * apt-pkg/deb/dpkgpm.cc:
2487 - fix error message construction in OpenLog()
2488 - if available store the Commandline in the history
2489 * cmdline/apt-get.cc:
2490 - add a --only-upgrade flag to install command (Closes: #572259)
2491 - fix memory leaks in error conditions in DoSource()
2492 - try version match in FindSrc first exact than fuzzy (LP: #551178)
2493 * apt-pkg/contrib/cmndline.cc:
2494 - save Commandline in Commandline::AsString for logging
2495 * apt-pkg/deb/debversion.cc:
2496 - consider absent of debian revision equivalent to 0 (Closes: #573592)
2497 * doc/makefile, doc/*:
2498 - generate subdirectories for building the manpages in on the fly
2499 depending on the po files we have.
2500 * apt-pkg/pkgcachegen.cc:
2501 - merge versions correctly even if multiple different versions
2502 with the same version number are available.
2503 Thanks to Magnus Holmgren for the patch! (Closes: #351056)
2504 * ftparchive/writer.cc:
2505 - write LongDescriptions if they shouldn't be included in Packages
2506 file into i18n/Translation-en by default.
2508 - correct a few typos in the german manpage translation.
2509 Thanks to Chris Leick and Georg Koppen! (Closes: #574962)
2510 * apt-pkg/contrib/strutl.cc:
2511 - convert all toupper calls to tolower_ascii for a little speedup
2513 [ Jean-Baptiste Lallement ]
2514 * apt-pkg/contrib/strutl.cc:
2515 - always escape '%' (LP: #130289) (Closes: #500560)
2516 - unescape '%' sequence only if followed by 2 hex digit
2517 - username/password are urlencoded in proxy string (RFC 3986)
2519 [ Julian Andres Klode ]
2520 * cmdline/apt-cache.cc:
2521 - Change behavior of showsrc to match the one of show (Closes: #512046).
2523 - Honor Apt::GPGV::TrustedKeyring (Closes: #316390)
2525 - Use the new python-apt API (and conflict with python-apt << 0.7.93.2).
2526 * apt-inst/contrib/arfile.h:
2527 - Add public ARArchive::Members() which returns the list of members.
2528 * apt-pkg/policy.cc:
2529 - Always return a candidate if there is at least one version pinned > 0
2531 * ftparchive/apt-ftparchive.cc:
2532 - Read default configuration (Closes: #383257)
2534 - Fix the libraries name to be e.g. libapt-pkg4.9 instead of
2538 * apt-pkg/deb/dpkgpm.cc:
2539 - fix backgrounding when dpkg runs (closes: #486222)
2541 - show error on incorrect aguments (LP: #517917), thanks to
2543 * cmdline/apt-get.cc:
2544 - if apt-get source foo=version or foo/distro can not be found,
2545 error out (LP: #502641)
2546 * apt-pkg/packagemanager.cc:
2547 - better debug output
2548 * doc/examples/configure-index:
2549 - add missing Debug::pkgPackageManager option
2551 -- Michael Vogt <mvo@debian.org> Thu, 01 Apr 2010 17:30:43 +0200
2553 apt (0.7.26~exp2) experimental; urgency=low
2555 * fix crash when LANGUAGE is not set
2557 -- Michael Vogt <mvo@debian.org> Thu, 18 Feb 2010 22:07:23 +0100
2559 apt (0.7.26~exp1) experimental; urgency=low
2561 [ David Kalnischkies ]
2562 * [BREAK] add possibility to download and use multiply
2563 Translation files, configurable with Acquire::Translation
2564 (Closes: #444222, #448216, #550564)
2565 * Ignore :qualifiers after package name in build dependencies
2566 for now as long we don't understand them (Closes: #558103)
2567 * apt-pkg/contrib/mmap.{cc,h}:
2568 - extend it to have a growable flag - unused now but maybe...
2569 * apt-pkg/pkgcache.h:
2570 - use long instead of short for {Ver,Desc}File size,
2571 patch from Víctor Manuel Jáquez Leal, thanks! (Closes: #538917)
2572 * apt-pkg/acquire-item.cc:
2573 - allow also to skip the last patch if target is reached,
2574 thanks Bernhard R. Link! (Closes: #545699)
2575 * ftparchive/writer.{cc,h}:
2576 - add --arch option for packages and contents commands
2577 - if an arch is given accept only *_all.deb and *_arch.deb instead
2578 of *.deb. Thanks Stephan Bosch for the patch! (Closes: #319710)
2579 - add APT::FTPArchive::AlwaysStat to disable the too aggressive
2580 caching if versions are build multiply times (not recommend)
2581 Patch by Christoph Goehre, thanks! (Closes: #463260)
2582 * apt-pkg/deb/dpkgpm.cc:
2583 - stdin redirected to /dev/null takes all CPU (Closes: #569488)
2584 Thanks to Aurelien Jarno for providing (again) a patch!
2585 * buildlib/apti18n.h.in, po/makefile:
2586 - add ngettext support with P_()
2587 * aptconfiguration.cc:
2588 - include all existing Translation files in the Cache (Closes: 564137)
2590 - update with no changes to debian policy 3.8.4
2591 * doc/apt_preferences.5.xml:
2592 - explicitly warn against careless use (Closes: #567669)
2594 - remove creation of empty dir /usr/share/apt
2595 * doc/apt-cdrom.8.xml:
2596 - fix typo spotted by lintian: proc(c)eed
2599 * Slovak translation update. Closes: #568294
2602 * [BREAK] merged lp:~mvo/apt/history
2603 - this writes a /var/log/apt/history tagfile that contains details
2604 from the transaction (complements term.log)
2606 - add cache-control headers even if no cache is given to allow
2607 adding options for intercepting proxies
2608 - add Acquire::http::ProxyAutoDetect configuration that
2609 can be used to call a external helper to figure out the
2610 proxy configuration and return it to apt via stdout
2611 (this is a step towards WPAD and zeroconf/avahi support)
2613 - add new abitest tester using the ABI Compliance Checker from
2614 http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker
2617 * Change the package index Info methods to allow apt-cache policy to be
2618 useful when using several different archives on the same host.
2619 (Closes: #329814, LP: #22354)
2621 -- Michael Vogt <mvo@debian.org> Thu, 18 Feb 2010 16:11:39 +0100
2623 apt (0.7.25.3ubuntu10) maverick; urgency=low
2626 * debian/apt.conf.ubuntu:
2627 - no longer install (empty) apt.conf.d/01ubuntu
2628 * apt-pkg/deb/dpkgpm.cc:
2629 - make the apt/term.log output unbuffered (thanks to Matt Zimmerman)
2630 - fix FTBFS (LP: #600155)
2633 * apt-pkg/deb/dpkgpm.cc:
2634 - Fix segmentation fault when /var/log/apt ist missing. LP: #535509
2636 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 08 Jul 2010 09:37:03 +0200
2638 apt (0.7.25.3ubuntu9) lucid-proposed; urgency=low
2640 * debian/apt.postinst:
2641 - do not fail if getent returns nothing useful (LP: #579647)
2642 thanks to Jean-Baptiste Lallement
2644 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 14 May 2010 09:40:50 +0200
2646 apt (0.7.25.3ubuntu8) lucid-proposed; urgency=low
2649 * Use https:// in Vcs-Bzr URL.
2652 * apt-pkg/deb/debrecords.cc:
2653 - fix max tag buffer size (LP: #545336, closes: #578959)
2654 * apt-pkg/indexfile.cc:
2655 - If no "_" is found in the language code, try to find a "."
2656 This is required for languages like Esperanto that have no
2657 county associated with them (LP: #560956)
2658 Thanks to "Aisano" for the fix
2660 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 05 May 2010 10:33:46 +0200
2662 apt (0.7.25.3ubuntu7) lucid; urgency=low
2664 Cherry pick fixes from the lp:~mvo/apt/mvo branch:
2667 * Remember hosts with general failures for
2668 https://wiki.ubuntu.com/NetworklessInstallationFixes (LP: #556831).
2671 * improve debug output for Debug::pkgPackageManager
2673 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 14 Apr 2010 20:30:03 +0200
2675 apt (0.7.25.3ubuntu6) lucid; urgency=low
2677 * cmdline/apt-get.cc:
2678 - fix crash when pkg.VersionList() is empty (LP: #556056)
2680 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 08 Apr 2010 21:13:25 +0200
2682 apt (0.7.25.3ubuntu5) lucid; urgency=low
2684 [ David Kalnischkies ]
2685 * cmdline/apt-get.cc:
2686 - try version match in FindSrc first exact than fuzzy (LP: #551178)
2688 [ Jean-Baptiste Lallement ]
2689 * apt-pkg/contrib/strutl.cc:
2690 - always escape '%' (LP: #130289) (Closes: #500560)
2691 - unescape '%' sequence only if followed by 2 hex digit
2692 - username/password are urlencoded in proxy string (RFC 3986)
2694 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 31 Mar 2010 21:59:42 +0200
2696 apt (0.7.25.3ubuntu4) lucid; urgency=low
2698 [ David Kalnischkies ]
2699 * apt-pkg/deb/debversion.cc:
2700 - consider absent of debian revision equivalent to 0 (Closes: #573592)
2702 * cmdline/apt-get.cc, apt-pkg/cdrom.cc:
2703 - fix memory leaks in error conditions in DoSource()
2704 * apt-pkg/deb/dpkgpm.cc:
2705 - fix error message construction in OpenLog()
2707 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 26 Mar 2010 16:57:49 +0100
2709 apt (0.7.25.3ubuntu3) lucid; urgency=low
2711 * apt-pkg/indexfile.cc:
2712 - remove "cs" from languages that need the full langcode when
2713 downloading translations (thanks to Steve Langasek)
2715 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 15 Mar 2010 09:42:39 +0100
2717 apt (0.7.25.3ubuntu2) lucid; urgency=low
2721 - add new abitest tester using the ABI Compliance Checker from
2722 http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker
2723 * debian/apt.conf.autoremove:
2724 - add "oldlibs" to the APT::Never-MarkAuto-Sections as its used
2725 for transitional packages
2726 * apt-pkg/deb/dpkgpm.cc:
2727 - fix backgrounding when dpkg runs (closes: #486222)
2729 - show error on incorrect aguments (LP: #517917), thanks to
2731 * cmdline/apt-get.cc:
2732 - if apt-get source foo=version or foo/distro can not be found,
2733 error out (LP: #502641)
2734 * apt-pkg/indexfile.cc:
2735 - deal correctly with three letter langcodes (LP: #391409)
2736 * debian/apt.cron.daily:
2737 - do not look into admin users gconf anymore for the http proxy
2738 the user now needs to use the "Apply system-wide" UI in the
2739 gnome-control-center to set it
2740 * debian/apt.postinst:
2741 - add set_apt_proxy_from_gconf() and run that once on upgrade if
2742 there is no proxy configured already system-wide (LP: #432631)
2743 From that point on gnome-control-center will have to warn if
2744 the user makes changes to the proxy settings and does not apply
2748 * Change the package index Info methods to allow apt-cache policy to be
2749 useful when using several different archives on the same host.
2750 (Closes: #329814, LP: #22354)
2752 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 12 Mar 2010 23:10:52 +0100
2754 apt (0.7.25.3ubuntu1) lucid; urgency=low
2757 * merged with the debian-sid branch
2759 - add Acquire::http::ProxyAutoDetect configuration that
2760 can be used to call a external helper to figure out the
2761 proxy configuration and return it to apt via stdout
2762 (this is a step towards WPAD and zeroconf/avahi support)
2765 * Slovak translation update. Closes: #568294
2767 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 17 Feb 2010 23:33:32 +0100
2769 apt (0.7.25.3) unstable; urgency=low
2771 [ Christian Perrier ]
2772 * Italian translation update. Closes: #567532
2774 [ David Kalnischkies ]
2775 * apt-pkg/contrib/macros.h:
2776 - install the header system.h with a new name to be able to use
2777 it in other headers (Closes: #567662)
2778 * cmdline/acqprogress.cc:
2779 - Set Mode to Medium so that the correct prefix is used.
2780 Thanks Stefan Haller for the patch! (Closes: #567304 LP: #275243)
2781 * ftparchive/writer.cc:
2782 - generate sha1 and sha256 checksums for dsc (Closes: #567343)
2783 * cmdline/apt-get.cc:
2784 - don't mark as manually if in download only (Closes: #468180)
2786 -- Michael Vogt <mvo@debian.org> Mon, 01 Feb 2010 18:41:15 +0100
2788 apt (0.7.25.2) unstable; urgency=low
2791 * apt-pkg/contrib/cdromutl.cc:
2792 - fix UnmountCdrom() fails, give it a bit more time and try
2795 - fix crash in pkgUdevCdromDevices
2797 - fixes in multi cdrom setup code (closes: #549312)
2798 - add new "Acquire::cdrom::AutoDetect" config that enables/disables
2799 the dlopen of libudev for automatic cdrom detection. Off by default
2800 currently, feedback/testing welcome
2801 * cmdline/apt-cdrom.cc:
2802 - add new --auto-detect option that uses libudev to figure out
2803 the cdrom/mount-point
2805 - merge fix from Gene Cash that supports markauto for
2806 packages that are not in the extended_states file yet
2808 * ftparchive/writer.{cc,h}:
2809 - merge crash fix for apt-ftparchive on hurd, thanks to
2810 Samuel Thibault for the patch (closes: #566664)
2812 [ David Kalnischkies ]
2813 * apt-pkg/contrib/fileutl.cc:
2814 - Fix the newly introduced method GetListOfFilesInDir to not
2815 accept every file if no extension is enforced
2816 (= restore old behaviour). (Closes: #565213)
2817 * apt-pkg/policy.cc:
2818 - accept also partfiles with "pref" file extension as valid
2819 * apt-pkg/contrib/configuration.cc:
2820 - accept also partfiles with "conf" file extension as valid
2821 * doc/apt.conf.5.xml:
2822 - reorder description and split out syntax
2823 - add partfile name convention (Closes: #558348)
2824 * doc/apt_preferences.conf.5.xml:
2825 - describe partfile name convention also here
2826 * apt-pkg/deb/dpkgpm.cc:
2827 - don't segfault if term.log file can't be opened.
2828 Thanks Sam Brightman for the patch! (Closes: #475770)
2830 - replace the per language addendum with a global addendum
2831 - add a explanation why translations include (maybe) english
2832 parts to the new global addendum (Closes: #561636)
2833 * apt-pkg/contrib/strutl.cc:
2834 - fix malloc asseration fail with ja_JP.eucJP locale in
2835 apt-cache search. Thanks Kusanagi Kouichi! (Closes: #548884)
2837 [ Christian Perrier ]
2838 * French translation update
2840 -- Michael Vogt <mvo@debian.org> Wed, 27 Jan 2010 16:16:10 +0100
2842 apt (0.7.25.1) unstable; urgency=low
2844 [ Christian Perrier ]
2845 * French manpage translation update
2846 * Russian translation update by Yuri Kozlov
2850 * spot & fix various typos in all manpages
2851 * German manpage translation update
2853 [ David Kalnischkies ]
2854 * cmdline/apt-cache.cc:
2855 - remove translatable marker from the "%4i %s\n" string
2856 * buildlib/po4a_manpage.mak:
2857 - instruct debiandoc to build files with utf-8 encoding
2858 * buildlib/tools.m4:
2859 - fix some warning from the buildtools
2860 * apt-pkg/acquire-item.cc:
2861 - add configuration PDiffs::Limit-options to not download
2862 too many or too big patches (Closes: #554349)
2864 - let all packages depend on ${misc:Depends}
2865 * share/*-archive.gpg:
2866 - remove the horrible outdated files. We already depend on
2867 the keyring so we don't need to ship our own version
2869 - errors out if wget is not installed (Closes: #545754)
2870 - add --keyring option as we have now possibly many
2872 - pass all keyrings (TrustedParts) to gpgv instead of
2873 using only one trusted.gpg keyring (Closes: #304846)
2875 - finally merge the rest of the patchset from Arnaud Ebalard
2876 with the CRL and Issuers options, thanks! (Closes: #485963)
2877 * apt-pkg/deb/debindexfile.cc, apt-pkg/pkgcachegen.cc:
2878 - add debug option Debug::pkgCacheGen
2881 * cmdline/apt-get.cc:
2882 - merge fix for apt-get source pkg=version regression
2885 - merged updated ru.po, thanks to Yuri Kozlov (closes: #564171)
2887 -- Michael Vogt <mvo@debian.org> Sat, 09 Jan 2010 21:52:36 +0100
2889 apt (0.7.25ubuntu4) lucid; urgency=low
2891 * cmdline/apt-cdrom.cc:
2892 - make Acquire::cdrom::AutoDetect default, this can be
2893 turned off with "--no-auto-detect"
2895 - add cache-control headers even if no cache is given to allow
2896 adding options for intercepting proxies
2898 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 02 Feb 2010 16:58:59 -0800
2900 apt (0.7.25ubuntu3) lucid; urgency=low
2902 * cmdline/apt-get.cc:
2903 - don't mark as manually if in download only (Closes: #468180)
2905 -- Michael Vogt <mvo@debian.org> Mon, 01 Feb 2010 18:41:15 +0100
2907 apt (0.7.25ubuntu2) lucid; urgency=low
2909 * Change history branch so that it does not break the
2910 apt ABI for the pkgPackageManager interface
2911 (can be reverted on the next ABI break)
2913 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 23 Dec 2009 10:14:16 +0100
2915 apt (0.7.25ubuntu1) lucid; urgency=low
2917 * Merged from the mvo branch
2918 * merged from the lp:~mvo/apt/history branch
2920 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 22 Dec 2009 09:44:08 +0100
2922 apt (0.7.25) unstable; urgency=low
2924 [ Christian Perrier ]
2925 * Fix apt-ftparchive(1) wrt description of the "-o" option.
2926 Thanks to Dann Frazier for the patch. Closes: #273100
2927 * po/LINGUAS. Re-disable Hebrew. Closes: #534992
2928 * po/LINGUAS. Enable Asturian and Lithuanian
2929 * Fix typo in apt-cache.8.xml: nessasarily
2930 * Fix "with with" in apt-get.8.xml
2931 * Fix some of the typos mentioned by the german team
2933 * Polish translation update by Wiktor Wandachowicz
2935 * German translation update by Holger Wansing
2937 * Italian translation update by Milo Casagrande
2939 * Simplified Chinese translation update by Aron Xu
2941 * Slovak translation update by Ivan Masár
2945 * apt-pkg/packagemanager.cc:
2946 - add output about pre-depends configuring when debug::pkgPackageManager
2949 - fix incorrect use of CURLOPT_TIMEOUT, closes: #497983, LP: #354972
2950 thanks to Brian Thomason for the patch
2951 * merge lp:~mvo/apt/netrc branch, this adds support for a
2952 /etc/apt/auth.conf that can be used to store username/passwords
2953 in a "netrc" style file (with the extension that it supports "/"
2954 in a machine definition). Based on the maemo git branch (Closes: #518473)
2955 (thanks also to Jussi Hakala and Julian Andres Klode)
2956 * apt-pkg/deb/dpkgpm.cc:
2957 - add "purge" to list of known actions
2959 - add compatibility with old ABI name until the next ABI break
2960 * merge segfault fix from Mario Sanchez Prada, many thanks
2964 * apt-pkg/depcache.cc, apt-pkg/indexcopy.cc:
2965 - typo fix (LP: #462328)
2969 - Emit a warning if removed keys keyring is missing and skip associated
2970 checks (LP: #218971)
2972 [ David Kalnischkies ]
2973 * apt-pkg/packagemanager.cc:
2974 - better debug output for ImmediateAdd with depth and why
2975 - improve the message shown for failing immediate configuration
2976 * doc/guide.it.sgml: moved to doc/it/guide.it.sgml
2977 * doc/po4a.conf: activate translation of guide.sgml and offline.sgml
2978 * doc/apt.conf.5.xml:
2979 - provide a few more details about APT::Immediate-Configure
2980 - briefly document the behaviour of the new https options
2981 * doc/sources.list.5.xml:
2982 - add note about additional apt-transport-methods
2983 * doc/apt-mark.8.xml:
2984 - correct showauto synopsis, thanks Andrew Schulman (Closes: #551440)
2985 * cmdline/apt-get.cc:
2986 - source should display his final pkg pick (Closes: #249383, #550952)
2987 - source doesn't need the complete version for match (Closes: #245250)
2988 - source ignores versions/releases if not available (Closes: #377424)
2989 - only warn if (free) space overflows (Closes: #522238)
2990 - add --debian-only as alias for --diff-only
2991 * methods/connect.cc:
2992 - display also strerror of "wicked" getaddrinfo errors
2993 - add AI_ADDRCONFIG to ai_flags as suggested by Aurelien Jarno
2994 in response to Bernhard R. Link, thanks! (Closes: #505020)
2995 * buildlib/configure.mak, buildlib/config.{sub,guess}:
2996 - remove (outdated) config.{sub,guess} and use the ones provided
2997 by the new added build-dependency autotools-dev instead
2998 * configure.in, buildlib/{xml,yodl,sgml}_manpage.mak:
2999 - remove the now obsolete manpage buildsystems
3000 * doc/{pl,pt_BR,es,it}/*.{sgml,xml}:
3001 - convert all remaining translation to the po4a system
3003 - drop build-dependency on docbook-utils and xmlto
3004 - add build-dependency on autotools-dev
3005 - bump policy to 3.8.3 as we have no outdated manpages anymore
3007 - fix a typo in 0.7.24: Allready -> Already (Closes: #557674)
3008 * ftparchive/writer.{cc,h}:
3009 - add APT::FTPArchive::LongDescription to be able to disable them
3010 * apt-pkg/deb/debsrcrecords.cc:
3011 - use "diff" filetype for .debian.tar.* files (Closes: #554898)
3013 - rewrite to be able to handle even big patch files
3014 - adopt optional mmap+iovec patch from Morten Hustveit
3015 (Closes: #463354) which should speed up a bit. Thanks!
3016 * methods/http{,s}.cc
3017 - add config setting for User-Agent to the Acquire group,
3018 thanks Timothy J. Miller! (Closes: #355782)
3019 - add https options which default to http ones (Closes: #557085)
3020 * debian/apt.cron.daily:
3021 - check cache size even if we do nothing else otherwise, thanks
3022 Francesco Poli for patch(s) and patience! (Closes: #459344)
3024 - fix a few typos in strings, comments and manpage,
3025 thanks Karl Goetz! (Closes: #558757)
3029 - print an error if a new state file can't be created
3030 (Closes: #521289) and
3031 - exit nicely if python-apt is not installed (Closes: #521284)
3034 * doc/de: German translation of manpages (Closes: #552606)
3035 * doc/ various manpages:
3036 - correct various errors, typos and oddities (Closes: #552535)
3037 * doc/apt-secure.8.xml:
3038 - replace literal with emphasis tags in Archive configuration
3039 * doc/apt-ftparchive.1.xml:
3040 - remove informalexample tag which hides the programlisting
3041 * doc/apt-get.8.xml:
3042 - change equivalent "for" to "to the" (purge command)
3043 - clarify --fix-broken sentence about specifying packages
3045 [ Eugene V. Lyubimkin ]
3046 * apt-pkg/contib/strutl.h
3047 - Avoid extra inner copy in APT_MKSTRCMP and APT_MKSTRCMP2.
3048 * build infrastructure:
3049 - Bumped libapt version, excluded eglibc from SONAME. (Closes: #448249)
3051 [ Julian Andres Klode ]
3052 * doc/apt.conf.5.xml:
3053 - Deprecate unquoted values, string concatenation and explain what should
3054 not be written inside a value (quotes,backslash).
3055 - Restrict option names to alphanumerical characters and "/-:._+".
3056 - Deprecate #include, we have apt.conf.d nowadays which should be
3058 * ftparchive/apt-ftparchive.cc:
3059 - Call setlocale() so translations are actually used.
3060 * debian/apt.conf.autoremove:
3061 - Add kfreebsd-image-* to the list (Closes: #558803)
3063 -- Michael Vogt <mvo@debian.org> Tue, 15 Dec 2009 09:21:55 +0100
3065 apt (0.7.24ubuntu1) lucid; urgency=low
3068 * apt-pkg/deb/dpkgpm.cc:
3069 - include df -l output in the apport log as well (thanks to
3071 * apt-pkg/packagemanager.cc:
3072 - add output about pre-depends configuring when debug::pkgPackageManager
3075 - fix incorrect use of CURLOPT_TIMEOUT, closes: #497983, LP: #354972
3076 thanks to Brian Thomason for the patch
3077 * merge lp:~mvo/apt/netrc branch, this adds support for a
3078 /etc/apt/auth.conf that can be used to store username/passwords
3079 in a "netrc" style file (with the extension that it supports "/"
3080 in a machine definition). Based on the maemo git branch.
3083 * apt-pkg/depcache.cc, apt-pkg/indexcopy.cc:
3084 - typo fix (LP: #462328)
3086 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 14 Dec 2009 09:27:26 +0100
3088 apt (0.7.24) unstable; urgency=low
3090 [ Nicolas François ]
3091 * Cleaned up the first patch draft from KURASAWA Nozomu to finally
3092 get po4a support for translating the man pages.
3093 Many thanks to both for this excellent work! (Closes: #441608)
3094 * doc/ja/*, doc/po/ja.po:
3095 - remove the old ja man page translation and replace it with
3096 the new po4a-powered translation by KURASAWA Nozomu.
3097 * doc/*.?.xml (manpages):
3098 - add contrib to author tags and also add refmiscinfo to fix warnings
3099 * doc/style.txt, buildlib/defaults.mak, buildlib/manpage.mak:
3100 - fix a few typos in the comments of this files
3103 * apt-pkg/deb/dpkgpm.cc:
3104 - when tcgetattr() returns non-zero skip all pty magic
3105 (thanks to Simon Richter, closes: #509866)
3106 * apt-inst/contrib/arfile.cc:
3107 - show propper error message for Invalid archive members
3109 [ David Kalnischkies ]
3111 - update file with doxygen 1.6.1 (current unstable)
3112 - activate DOT_MULTI_TARGETS, it is default on since doxygen 1.5.9
3113 * buildlib/po4a_manpage.mak, doc/makefile, configure:
3114 - simplify the makefiles needed for po4a manpages
3115 * apt-pkg/contrib/configuration.cc:
3116 - add a helper to easily get a vector of strings from the config
3117 * apt-pkg/contrib/strutl.cc:
3118 - replace unknown multibytes with ? in UTF8ToCharset (Closes: #545208)
3119 * doc/apt-get.8.xml:
3120 - fix two little typos in the --simulate description. (Closes: #545059)
3121 * apt-pkg/aptconfiguration.cc, doc/apt.conf.5.xml:
3122 - add an order subgroup to the compression types to simplify reordering
3123 a bit and improve the documentation for this option group.
3124 * doc/apt.conf.5.xml:
3125 - document the Acquire::http::Dl-Limit option
3126 - try to be crystal clear about the usage of :: and {} (Closes: #503481)
3127 * doc/apt-cache.8.xml:
3128 - clarify the note for the pkgnames command (Closes: #547599)
3129 * doc/apt.ent, all man pages:
3130 - move the description of files to globally usable entities
3131 * doc/apt_preferences.5.xml:
3132 - document the new preferences.d folder (Closes: #544017)
3134 - add at the top without failing (by Bernhard R. Link, Closes: #545694)
3135 * buildlib/sizetable:
3136 - add amd64 for cross building (by Mikhail Gusarov, Closes: #513058)
3138 - remove file as nobody will upgrade from 0.4.10 anymore
3140 - remove gnome-apt suggestion as it was removed from debian
3141 * apt-pkg/deb/dpkgpm.cc, apt-pkg/packagemanager.cc, apt-pkg/orderlist.cc:
3142 - add and document _experimental_ options to make (aggressive)
3143 use of dpkg's trigger and configuration handling (Closes: #473461)
3144 * cmdline/apt-get.cc:
3145 - ignore versions that are not candidates when selecting a package
3146 instead of a virtual one (by Marius Vollmer, Closes: #547788)
3148 [ Christian Perrier ]
3149 * doc/fr/*, doc/po/fr.po:
3150 - remove the old fr man page translation and replace it with
3151 the new po4a-powered translation
3152 * doc/de: dropped (translation is too incomplete to be useful in
3153 the transition to the po4a-powered translations)
3155 -- Michael Vogt <mvo@debian.org> Fri, 25 Sep 2009 19:57:25 +0200
3157 apt (0.7.23.1ubuntu2) karmic; urgency=low
3161 - fix Vcr-Bzr header
3164 * debian/apt.cron.daily:
3165 - fix quotes for use with "eval", thanks to Lars Ljung (LP: #449535).
3167 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 15 Oct 2009 19:05:19 +0200
3169 apt (0.7.23.1ubuntu1) karmic; urgency=low
3172 * apt-pkg/deb/dpkgpm.cc:
3173 - Suppress apport reports on dpkg short reads (these I/O errors are not
3174 generally indicative of a bug in the packaging)
3178 - Emit a warning if removed keys keyring is missing and skip associated
3179 checks (LP: #218971)
3182 * cmdline/apt-get.cc:
3183 - typo fix (LP: #370094)
3186 * apt-pkg/deb/dpkgpm.cc:
3187 - when tcgetattr() returns non-zero skip all pty magic
3188 (thanks to Simon Richter, closes: #509866)
3189 * apt-inst/contrib/arfile.cc:
3190 - show propper error message for Invalid archive members
3191 * apt-pkg/acquire-worker.cc:
3192 - show error details of failed methods
3193 * apt-pkg/contrib/fileutl.cc:
3194 - if a process aborts with signal, show signal number
3196 - ignore SIGPIPE, we deal with EPIPE from write in
3197 HttpMethod::ServerDie() (LP: #385144)
3198 * debian/apt.cron.daily:
3199 - if the timestamp is too far in the future, delete it
3203 * merged from debian, reverted the libdlopen-udev branch
3204 because its too late in the release process for this now
3205 * not merged the proxy behaviour change from 0.7.23 (that will
3208 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 23 Sep 2009 18:15:10 +0200
3210 apt (0.7.23.1) unstable; urgency=low
3213 * apt-pkg/pkgcache.cc:
3214 - do not set internel "needs-configure" state for packages in
3215 triggers-pending state. dpkg will deal with the trigger and
3216 it if does it before we trigger it, dpkg will error out
3218 * apt-pkg/acquire-item.cc:
3219 - do not segfault on invalid items (closes: #544080)
3221 -- Michael Vogt <mvo@debian.org> Fri, 28 Aug 2009 21:53:20 +0200
3223 apt (0.7.23) unstable; urgency=low
3225 [ Eugene V. Lyubimkin ]
3226 * methods/{http,https,ftp}, doc/apt.conf.5.xml:
3227 - Changed and unified the code that determines which proxy to use. Now
3228 'Acquire::{http,ftp}::Proxy[::<host>]' options have the highest priority,
3229 and '{http,ftp}_proxy' environment variables are used only if options
3230 mentioned above are not specified.
3231 (Closes: #445985, #157759, #320184, #365880, #479617)
3233 [ David Kalnischkies ]
3234 * cmdline/apt-get.cc:
3235 - add APT::Get::HideAutoRemove=small to display only a short line
3236 instead of the full package list. (Closes: #537450)
3237 - ShowBroken() in build-dep (by Mike O'Connor, Closes: #145916)
3238 - check for statfs.f_type (by Robert Millan, Closes: #509313)
3239 - correct the order of picked package binary vs source in source
3240 - use SourceVersion instead of the BinaryVersion to get the source
3241 Patch by Matt Kraai, thanks! (Closes: #382826)
3242 - add pkg/archive and codename in source (Closes: #414105, #441178)
3243 * apt-pkg/contrib/strutl.cc:
3244 - enable thousand separator according to the current locale
3245 (by Luca Bruno, Closes: #223712)
3246 * doc/apt.conf.5.xml:
3247 - mention the apt.conf.d dir (by Vincent McIntyre, Closes: #520831)
3248 * apt-inst/contrib/arfile.cc:
3249 - use sizeof instead strlen (by Marius Vollmer, Closes: #504325)
3250 * doc/apt-mark.8.xml:
3251 - improve manpage based on patch by Carl Chenet (Closes: #510286)
3252 * apt-pkg/acquire-item.cc:
3253 - use configsettings for dynamic compression type use and order.
3254 Based on a patch by Jyrki Muukkonen, thanks! (LP: #71746)
3255 * apt-pkg/aptconfiguration.cc:
3256 - add default configuration for compression types and add lzma
3257 support. Order is now bzip2, lzma, gzip, none (Closes: #510526)
3258 * ftparchive/writer.cc:
3259 - add lzma support also here, patch for this (and inspiration for
3260 the one above) by Robert Millan, thanks!
3261 * apt-pkg/depcache.cc:
3262 - restore the --ignore-hold effect in the Is{Delete,Install}Ok hooks
3263 * doc/apt-get.8.xml:
3264 - update the source description to reflect what it actually does
3265 and how it can be used. (Closes: #413021)
3267 - allow empty Reason-Phase in Status-Line to please squid,
3268 thanks Modestas Vainius for noticing! (Closes: #531157, LP: #411435)
3271 * cmdline/apt-cache.cc:
3272 - fix a memory leak in the xvcg method (Closes: #511557)
3273 * apt-pkg/indexcopy.cc:
3274 - fix a memory leak then the Release file not exists (Closes: #511556)
3276 -- Michael Vogt <mvo@debian.org> Thu, 27 Aug 2009 14:44:39 +0200
3278 apt (0.7.22.2) unstable; urgency=low
3280 * debian/apt.cron.daily:
3281 - Make sure that VERBOSE is always set (Closes: #539366)
3282 - Script can be disabled by APT::Periodic::Enable=0 (Closes: #485476)
3283 - Support using debdelta to download packages (Closes: #532079)
3285 -- Julian Andres Klode <jak@debian.org> Thu, 06 Aug 2009 12:17:19 +0200
3287 apt (0.7.22.1) unstable; urgency=low
3290 * cmdline/apt-get.cc:
3291 - honor APT::Get::Only-Source properly in FindSrc() (thanks to
3292 Martin Pitt for reporting the problem), also Closes: #535362.
3294 [ Julian Andres Klode ]
3295 * apt-pkg/contrib/mmap.cc:
3296 - Fix FTBFS on GNU/kFreeBSD by disabling DynamicMMap::Grow() on
3297 non-Linux architectures as it uses mremap (Closes: #539742).
3298 * apt-pkg/sourcelist.cc:
3299 - Only warn about missing sources.list if there is no sources.list.d
3300 and vice versa as only one of them is needed (Closes: #539731).
3302 - Add myself to Uploaders.
3303 - Increase Standards-Version to 3.8.2.0.
3305 -- Julian Andres Klode <jak@debian.org> Mon, 03 Aug 2009 12:48:31 +0200
3307 apt (0.7.22) unstable; urgency=low
3309 [ Christian Perrier ]
3310 * Documentation translations:
3311 - Fix a typo in apt-get(8) French translation. Closes: #525043
3312 Thanks to Guillaume Delacour for spotting it.
3313 - Updated apt.conf(5) manpgae French translation.
3314 Thanks to Aurélien Couderc.
3317 - sk.po. Closes: #525857
3318 - ru.po. Closes: #526816
3319 - eu.po. Closes: #528985
3320 - zh_CN.po. Closes: #531390
3322 - it.po. Closes: #531758
3323 - ca.po. Closes: #531921
3324 - de.po. Closes: #536430
3325 * Added translations
3326 - ast.po (Asturian by Marcos Alvareez Costales).
3327 Closes: #529007, #529730, #535328
3329 [ David Kalnischkies ]
3330 * [ABI break] support '#' in apt.conf and /etc/apt/preferences
3332 * [ABI break] Allow pinning by codename (closes: #97564)
3333 * support running "--simulate" as user
3334 * add depth information to the debug output and show what depends
3335 type triggers a autoinst (closes: #458389)
3336 * add Debug::pkgDepCache::Marker with more detailed debug output
3338 * add Debug::pkgProblemResolver::ShowScores and make the scores
3340 * do not write state file in simulate mode (closes: #433007)
3341 * add hook for MarkInstall and MarkDelete (closes: #470035)
3342 * fix typo in apt-pkg/acquire.cc which prevents Dl-Limit to work
3343 correctly when downloading from multiple sites (Closes: #534752)
3344 * add the various foldmarkers in apt-pkg & cmdline (no code change)
3345 * versions with a pin of -1 shouldn't be a candidate (Closes: #355237)
3346 * prefer mmap as memory allocator in MMap instead of a static char
3347 array which can (at least in theory) grow dynamic
3348 * eliminate (hopefully all) segfaults in pkgcachegen.cc and mmap.cc
3349 which can arise if cache doesn't fit into the mmap (Closes: #535218)
3350 * display warnings instead of errors if the parts dirs doesn't exist
3353 * honor the dpkg hold state in new Marker hooks (closes: #64141)
3354 * debian/apt.cron.daily:
3355 - if the timestamp is too far in the future, delete it
3356 * apt-pkg/acquire.cc:
3357 - make the max pipeline depth of the acquire queue configurable
3358 via Acquire::Max-Pipeline-Depth
3359 * apt-pkg/deb/dpkgpm.cc:
3360 - add Dpkg::UseIoNice boolean option to run dpkg with ionice -c3
3362 - send "dpkg-exec" message on the status fd when dpkg is run
3363 - provide DPkg::Chroot-Directory config option (useful for testing)
3364 - fix potential hang when in a background process group
3365 * apt-pkg/algorithms.cc:
3366 - consider recommends when making the scores for the problem
3368 * apt-pkg/acquire-worker.cc:
3369 - show error details of failed methods
3370 * apt-pkg/contrib/fileutl.cc:
3371 - if a process aborts with signal, show signal number
3373 - ignore SIGPIPE, we deal with EPIPE from write in
3374 HttpMethod::ServerDie() (LP: #385144)
3375 * Only run Download-Upgradable and Unattended-Upgrades if the initial
3376 update was successful Closes: #341970
3377 * apt-pkg/indexcopy.cc:
3378 - support having CDs with no Packages file (just a Packages.gz)
3379 by not forcing a verification on non-existing files
3381 - remove the gettext from a string that consists entirely
3382 of variables (LP: #56792)
3383 * apt-pkg/cacheiterators.h:
3384 - add missing checks for Owner == 0 in end()
3385 * apt-pkg/indexrecords.cc:
3386 - fix some i18n issues
3387 * apt-pkg/contrib/strutl.h:
3388 - add new strprintf() function to make i18n strings easier
3389 - fix compiler warning
3390 * apt-pkg/deb/debsystem.cc:
3391 - make strings i18n able
3392 * fix problematic use of tolower() when calculating the version
3393 hash by using locale independent tolower_ascii() function.
3394 Thanks to M. Vefa Bicakci (LP: #80248)
3395 * build fixes for g++-4.4
3397 - add "showauto" option to show automatically installed packages
3398 * document --install-recommends and --no-install-recommends
3399 (thanks to Dereck Wonnacott, LP: #126180)
3400 * doc/apt.conf.5.xml:
3401 - merged patch from Aurélien Couderc to improve the text
3403 * [ABI] merged the libudev-dlopen branch, this allows to pass
3404 "apt-udev-auto" to Acquire::Cdrom::mount and the cdrom method will
3405 dynamically find/mount the cdrom device (if libhal is available)
3407 [ Julian Andres Klode ]
3408 * apt-pkg/contrib/configuration.cc: Fix a small memory leak in
3410 * Introduce support for the Enhances field. (Closes: #137583)
3411 * Support /etc/apt/preferences.d, by adding ReadPinDir() (Closes: #535512)
3412 * configure-index: document Dir::Etc::SourceParts and some other options
3414 * Remove Eugene V. Lyubimkin from uploaders as requested.
3415 * apt-pkg/contrib/hashes.cc, apt-pkg/contrib/md5.cc:
3416 - Support reading until EOF if Size=0 to match behaviour of
3417 SHA1Summation and SHA256Summation
3420 * Updated cron script to support backups by hardlinks and
3421 verbose levels. All features turned off by default.
3422 * Added more error handlings. Closes: #438803, #462734, #454989
3423 * Documented all cron script related configuration items in
3426 [ Dereck Wonnacott ]
3427 * apt-ftparchive might write corrupt Release files (LP: #46439)
3428 * Apply --important option to apt-cache depends (LP: #16947)
3431 * Apply patch from Sami Liedes <sliedes@cc.hut.fi> to reduce the
3432 number of times we call progress bar updating and debugging
3433 configuration settings.
3434 * Apply patch from Sami Liedes <sliedes@cc.hut.fi> to avoid unecessary
3435 temporary allocations.
3437 -- Michael Vogt <mvo@debian.org> Wed, 29 Jul 2009 19:16:22 +0200
3439 apt (0.7.21ubuntu1) karmic; urgency=low
3441 * merged from the debian-sid bzr branch
3443 [ Christian Perrier ]
3444 * Documentation translations:
3445 - Fix a typo in apt-get(8) French translation. Closes: #525043
3446 Thanks to Guillaume Delacour for spotting it.
3449 - sk.po. Closes: #525857
3450 - ru.po. Closes: #526816
3451 - eu.po. Closes: #528985
3452 - zh_CN.po. Closes: #531390
3454 - it.po. Closes: #531758
3455 - ca.po. Closes: #531921
3456 * Added translations
3457 - ast.po (Asturian by Marcos Alvareez Costales).
3458 Closes: #529007, #529730
3461 * apt-pkg/acquire.cc:
3462 - make the (internal) max pipeline depth of the acquire queue
3463 configurable via Acquire::Max-Pipeline-Depth
3465 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 09 Jun 2009 15:49:07 +0200
3467 apt (0.7.21) unstable; urgency=low
3469 [ Christian Perrier ]
3471 - bg.po. Closes: #513211
3472 - zh_TW.po. Closes: #513311
3473 - nb.po. Closes: #513843
3474 - fr.po. Closes: #520430
3475 - sv.po. Closes: #518070
3476 - sk.po. Closes: #520403
3477 - it.po. Closes: #522222
3478 - sk.po. Closes: #520403
3480 [ Jamie Strandboge ]
3481 * apt.cron.daily: catch invalid dates due to DST time changes
3486 - properly check for expired and revoked keys (closes: #433091)
3487 * apt-pkg/contrib/strutl.cc:
3488 - fix TimeToStr i18n (LP: #289807)
3489 * [ABI break] merge support for http redirects, thanks to
3490 Jeff Licquia and Anthony Towns
3491 * [ABI break] use int for the package IDs (thanks to Steve Cotton)
3492 * apt-pkg/pkgcache.cc:
3493 - do not run "dpkg --configure pkg" if pkg is in trigger-awaited
3496 - add Acquire::https::AllowRedirect support
3497 * Clarify the --help for 'purge' (LP: #243948)
3498 * cmdline/apt-get.cc
3499 - fix "apt-get source pkg" if there is a binary package and
3500 a source package of the same name but from different
3501 packages (LP: #330103)
3504 * cmdline/acqprogress.cc:
3505 - Call pkgAcquireStatus::Pulse even if quiet, so that we still get
3506 dlstatus messages on the status-fd (LP: #290234).
3508 -- Michael Vogt <mvo@debian.org> Tue, 14 Apr 2009 14:12:51 +0200
3510 apt (0.7.20.2ubuntu7) karmic; urgency=low
3512 * fix problematic use of tolower() when calculating the version
3513 hash by using locale independant tolower_ascii() function.
3514 Thanks to M. Vefa Bicakci (LP: #80248)
3515 * build fixes for g++-4.4
3516 * include dmesg output in apport package failures
3517 * include apt ordering into apport package failures
3519 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 24 Apr 2009 10:14:01 +0200
3521 apt (0.7.20.2ubuntu6) jaunty; urgency=low
3523 [ Jamie Strandboge ]
3524 * apt.cron.daily: catch invalid dates due to DST time changes
3525 in the stamp files (LP: #354793)
3529 - properly check for expired and revoked keys (closes: #433091)
3532 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 08 Apr 2009 22:39:50 +0200
3534 apt (0.7.20.2ubuntu5) jaunty; urgency=low
3537 * cmdline/acqprogress.cc:
3538 - Call pkgAcquireStatus::Pulse even if quiet, so that we still get
3539 dlstatus messages on the status-fd (LP: #290234).
3542 * debian/apt.cron.daily:
3543 - do not clutter cron mail with bogus gconftool messages
3545 - merge fix for cache locking from debian (closes: #459344)
3546 - run update-apt-xapian-index (with ionice) to ensure that
3547 the index is up-to-date when synaptic is run (LP: #288797)
3549 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 30 Mar 2009 13:22:28 +0200
3551 apt (0.7.20.2ubuntu4) jaunty; urgency=low
3553 * ftparchive/cachedb.cc:
3554 - when apt-ftparchive clean is used, compact the database
3555 at the end (thanks to cprov)
3557 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 26 Mar 2009 13:43:59 +0100
3559 apt (0.7.20.2ubuntu3) jaunty; urgency=low
3561 * methods/mirror.cc:
3562 - when download the mirror file and the server is down,
3563 return a propper error message (LP: #278635)
3565 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 19 Mar 2009 15:42:15 +0100
3567 apt (0.7.20.2ubuntu2) jaunty; urgency=low
3569 * apt-pkg/deb/dpkgpm.cc:
3570 - revert termios patch (LP: #338514)
3571 * cmdline/apt-get.cc
3572 - fix "apt-get source pkg" if there is a binary package and
3573 a source package of the same name but from different
3574 packages (LP: #330103)
3576 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 09 Mar 2009 16:33:28 +0100
3578 apt (0.7.20.2ubuntu1) jaunty; urgency=low
3580 [ Christian Perrier ]
3582 - bg.po. Closes: #513211
3583 - zh_TW.po. Closes: #513311
3584 - nb.po. Closes: #513843
3587 * merged from the debian-sid branch
3588 * [ABI break] merge support for http redirects, thanks to
3589 Jeff Licquia and Anthony Towns
3590 * [ABI break] use int for the package IDs (thanks to Steve Cotton)
3591 * apt-pkg/contrib/strutl.cc:
3592 - fix TimeToStr i18n (LP: #289807)
3593 * debian/apt.conf.autoremove:
3594 - readd "linux-image" (and friends) to the auto-remove
3596 * fix some i18n issues (thanks to Gabor Kelemen)
3598 * apt-pkg/deb/dpkgpm.cc:
3599 - filter "ENOMEM" errors when creating apport reports
3600 * cmdline/apt-get.cc:
3601 - fix "apt-get source pkg=ver" if binary name != source name
3603 * apt-pkg/indexrecords.cc:
3604 - fix some i18n issues
3605 * apt-pkg/contrib/strutl.h:
3606 - add new strprintf() function to make i18n strings easier
3607 * apt-pkg/dev/debsystem.cc:
3608 - add missing apti18n.h header
3609 * cmdline/apt-get.cc:
3610 - default to "false" for the "APT::Get::Build-Dep-Automatic"
3611 option (follow debian here)
3612 * apt-pkg/pkgcache.cc:
3613 - do not run "dpkg --configure pkg" if pkg is in trigger-awaited
3616 - add Acquire::https::AllowRedirect support
3617 - do not unlink files in partial/ (thanks to robbiew)
3619 [ Dereck Wonnacott ]
3620 * Clarify the --help for 'purge' (LP: #243948)
3623 * /apt-pkg/deb/debsystem.cc:
3624 - add 'sudo' to the error message to "run 'dpkg --configure -a'"
3627 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 09 Feb 2009 14:21:05 +0100
3629 apt (0.7.20.2) unstable; urgency=medium
3631 [ Eugene V. Lyubimkin ]
3632 * Urgency set to medium due to RC bug fix.
3633 * doc/apt.ent, apt-get.8.xml:
3634 - Fix invalid XML entities. (Closes: #514402)
3636 -- Eugene V. Lyubimkin <jackyf.devel@gmail.com> Sat, 07 Feb 2009 16:48:21 +0200
3638 apt (0.7.20.1) unstable; urgency=low
3641 * apt-pkg/pkgcachegen.cc:
3642 - fix apt-cache search for localized description
3645 [ Christian Perrier ]
3647 - fr.po: fix spelling error to "défectueux". Thanks to Thomas Péteul.
3649 -- Michael Vogt <mvo@debian.org> Tue, 20 Jan 2009 09:35:05 +0100
3651 apt (0.7.20) unstable; urgency=low
3653 [ Eugene V. Lyubimkin ]
3655 - Fixed place of 'merged install-recommends and install-task branches'
3656 from 0.6.46.1 to 0.7.0. (Closes: #439866)
3657 * buildlib/config.{sub,guess}:
3658 - Renewed. This fixes lintian errors.
3659 * doc/apt.conf.5.xml, debian/apt-transport-https:
3660 - Documented briefly 'Acquire::https' group of options. (Closes: #507398)
3661 - Applied patch from Daniel Burrows to document 'Debug' group of options.
3663 - Mentioned 'APT::Periodic' and 'APT::Archives' groups of options.
3665 - Mentioned '/* ... */' comments. (Closes: #507601)
3666 * doc/examples/sources.list:
3667 - Removed obsolete commented non-us deb-src entry, replaced it with
3668 'deb-src security.debian.org' one. (Closes: #411298)
3669 * apt-pkg/contrib/mmap.cc:
3670 - Added instruction how to work around MMap error in MMap error message.
3671 (Closes: #385674, 436028)
3673 - Actualized. Removed obsolete Qt section, added GPLv2 clause.
3674 (Closes: #440049, #509337)
3677 * add option to "apt-get build-dep" to mark the needed
3678 build-dep packages as automatic installed.
3679 This is controlled via the value of
3680 APT::Get::Build-Dep-Automatic and is set "false" by default.
3681 Thanks to Aaron Haviland, closes: #448743
3682 * apt-inst/contrib/arfile.cc:
3683 - support members ending with '/' as well (thanks to Michal Cihr,
3686 [ Christian Perrier ]
3688 - Finnish updated. Closes: #508449
3689 - Galician updated. Closes: #509151
3690 - Catalan updated. Closes: #509375
3691 - Vietnamese updated. Closes: #509422
3692 - Traditional Chinese added. Closes: #510664
3693 - French corrected (remove awful use of first person)
3695 -- Michael Vogt <mvo@debian.org> Mon, 05 Jan 2009 08:59:20 +0100
3697 apt (0.7.19ubuntu1) jaunty; urgency=low
3701 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 24 Nov 2008 10:52:20 +0100
3703 apt (0.7.19) unstable; urgency=low
3705 [ Eugene V. Lyubimkin ]
3706 * doc/sources.list.5.xml:
3707 - Mentioned allowed characters in file names in /etc/apt/sources.list.d.
3708 Thanks to Matthias Urlichs. (Closes: #426913)
3709 * doc/apt-get.8.xml:
3710 - Explicitly say that 'dist-upgrade' command may remove packages.
3711 - Included '-v'/'--version' as a command to synopsis.
3712 * cmdline/apt-cache.cc:
3713 - Advanced built-in help. Patch by Andre Felipe Machado. (Closes: #286061)
3714 - Fixed typo 'GraphVis' -> 'GraphViz'. (Closes: #349038)
3715 - Removed asking to file a release-critical bug against a package if there
3716 is a request to install only one package and it is not installable.
3720 - fix SIGHUP handling (closes: #463030)
3722 [ Christian Perrier ]
3725 - Bulgarian updated. Closes: #505476
3726 - Slovak updated. Closes: #505483
3727 - Swedish updated. Closes: #505491
3728 - Japanese updated. Closes: #505495
3729 - Korean updated. Closes: #505506
3730 - Catalan updated. Closes: #505513
3731 - British English updated. Closes: #505539
3732 - Italian updated. Closes: #505518, #505683
3733 - Polish updated. Closes: #505569
3734 - German updated. Closes: #505614
3735 - Spanish updated. Closes: #505757
3736 - Romanian updated. Closes: #505762
3737 - Simplified Chinese updated. Closes: #505727
3738 - Portuguese updated. Closes: #505902
3739 - Czech updated. Closes: #505909
3740 - Norwegian Bokmål updated. Closes: #505934
3741 - Brazilian Portuguese updated. Closes: #505949
3742 - Basque updated. Closes: #506085
3743 - Russian updated. Closes: #506452
3745 - Ukrainian updated. Closes: #506545
3747 -- Michael Vogt <mvo@debian.org> Mon, 24 Nov 2008 10:33:54 +0100
3749 apt (0.7.18) unstable; urgency=low
3751 [ Christian Perrier ]
3754 - Thai updated. Closes: #505067
3756 [ Eugene V. Lyubimkin ]
3757 * doc/examples/configure-index:
3758 - Removed obsoleted header line. (Closes: #417638)
3759 - Changed 'linux-kernel' to 'linux-image'.
3760 * doc/sources.list.5.xml:
3761 - Fixed typo and grammar in 'sources.list.d' section. Thanks to
3762 Timothy G Abbott <tabbott@MIT.EDU>. (Closes: #478098)
3763 * doc/apt-get.8.xml:
3764 - Advanced descriptions for 'remove' and 'purge' options.
3767 - Target 'apt' need to depend on 'build-doc'. Thanks for Peter Green.
3768 Fixes FTBFS. (Closes: #504181)
3771 * fix depend on libdb4.4 (closes: #501253)
3773 -- Michael Vogt <mvo@debian.org> Fri, 07 Nov 2008 22:13:39 +0100
3775 apt (0.7.17) unstable; urgency=low
3777 [ Eugene V. Lyubimkin ]
3779 - 'Vcs-Bzr' field is official, used it.
3780 - Bumped 'Standards-Version' to 3.8.0, no changes needed.
3781 - Actualized 'Uploaders' field.
3783 - Substituded 'apt-archive' with 'apt-ftparchive' in docs.
3784 Patch based on work of Andre Felipe Machado. (Closes: #350865)
3785 - Mentioned '/<release>' and '=<version>' for 'apt-get install' and
3786 '=<version>' for 'apt-get source' in apt-get manpage. Patch based on
3787 work of Andre Felipe Machado. (Closes: #399673)
3788 - Mentioned more short options in the apt-get manpage. Documented 'xvcg'
3789 option in the apt-cache manpage. The part of patch by Andre Felipe
3790 Machado. (Closes: #176106, #355945)
3791 - Documented that 'apt-get install' command should be used for upgrading
3792 some of installed packages. Based on patch by Nori Heikkinen and
3793 Andre Felipe Machado. (Closes: #267087)
3794 - Mentioned 'apt_preferences(5)' in apt manpage. (Closes: #274295)
3795 - Documented 'APT::Default-Release' in apt.conf manpage. (Closes: #430399)
3796 - APT::Install-Recommends is now true by default, mentioned this in
3797 configure-index example. (Closes: #463268)
3798 - Added 'APT::Get::AllowUnauthenticated' to configure-index example.
3800 - Documented '--no-install-recommends' option in apt-get manpage.
3802 - Documented 'Acquire::PDiffs' in apt.conf manpage. (Closes: #376029)
3803 - Added 'copy', 'rsh', 'ssh' to the list of recognized URI schemes in
3804 sources.list manpage, as they are already described under in the manpage.
3805 - Removed notice that ssh/rsh access cannot use password authentication
3806 from sources.list manpage. Thanks to Steffen Joeris. (Closes: #434894)
3807 - Added '(x)' to some referrings to manpages in apt-get manpage. Patch by
3808 Andre Felipe Machado. (Closes: #309893)
3809 - Added 'dist-upgrade' apt-get synopsis in apt-get manpage.
3812 -- Michael Vogt <mvo@debian.org> Wed, 05 Nov 2008 13:14:56 +0100
3814 apt (0.7.17~exp4) experimental; urgency=low
3817 - Fixed lintian warnings "debian/rules ignores make errors".
3819 - Substituted outdated "Source-Version" fields with "binary:Version".
3820 - Added 'python-apt' to Suggests, as apt-mark need it for work.
3821 - Drop Debian revision from 'doc-base' build dependency, this fixes
3822 appropriate lintian warning.
3823 * debian/libapt-pkg-doc.doc-base.*:
3824 - Changed section: from old 'Devel' to 'Debian'. This fixes appropriate
3826 * debian/{postrm,prerm,preinst}:
3827 - Added 'set -e', fixes lintian warnings
3828 'maintainer-script-ignores-error'.
3830 - Removed unneeded 'LOCAL' entry. This allows cleaning rule to run smoothly.
3831 * share/lintian-overrides:
3832 - Added with override of 'apt must depend on python'. Script 'apt-mark'
3833 needs apt-python for working and checks this on fly. We don't want
3834 python in most cases.
3836 - Added 'unset GREP_OPTIONS' to the script. This prevents 'apt-key update'
3837 failure when GREP_OPTIONS contains options that modify grep output.
3840 -- Eugene V. Lyubimkin <jackyf.devel@gmail.com> Fri, 31 Oct 2008 23:45:17 +0300
3842 apt (0.7.17~exp3) experimental; urgency=low
3844 * apt-pkg/acquire-item.cc:
3845 - fix a merge mistake that prevents the fallback to the
3846 uncompressed 'Packages' to work correctly (closes: #409284)
3848 -- Michael Vogt <mvo@debian.org> Wed, 29 Oct 2008 09:36:24 +0100
3850 apt (0.7.17~exp2) experimental; urgency=low
3852 [ Eugene V. Lyubimkin ]
3853 * apt-pkg/acquire-item.cc:
3854 - Added fallback to uncompressed 'Packages' if neither 'bz2' nor 'gz'
3855 available. (Closes: #409284)
3856 * apt-pkg/algorithm.cc:
3857 - Strip username and password from source URL in error message.
3861 * fix various -Wall warnings
3863 -- Michael Vogt <mvo@debian.org> Tue, 28 Oct 2008 18:06:38 +0100
3865 apt (0.7.17~exp1) experimental; urgency=low
3869 - apt-pkg/depcache.cc
3870 * Fix compilation warnings:
3871 - apt-pkg/acquire.cc
3872 - apt-pkg/versionmatch.cc
3873 * Compilation fixes and portability improvement for compiling APT against non-GNU libc
3874 (thanks to Martin Koeppe, closes: #392063):
3875 - buildlib/apti18n.h.in:
3876 + textdomain() and bindtextdomain() must not be visible when --disable-nls
3877 - buildlib/inttypes.h.in: undefine standard int*_t types
3878 - Append INTLLIBS to SLIBS:
3880 + ftparchive/makefile
3882 * doc/apt.conf.5.xml:
3883 - clarify whether configuration items of apt.conf are case-sensitive
3884 (thanks to Vincent McIntyre, closes: #345901)
3886 -- Luca Bruno <lethalman88@gmail.com> Sat, 11 Oct 2008 09:17:46 +0200
3888 apt (0.7.16) unstable; urgency=low
3891 * doc/apt-cache.8.xml:
3892 - search command uses POSIX regex, and searches for virtual packages too
3894 * doc/offline.sgml: clarify remote and target hosts
3895 (thanks to Nikolaus Schulz, closes: #175940)
3896 * Fix several typos in docs, translations and debian/changelog
3897 (thanks to timeless, Nicolas Bonifas and Josh Triplett,
3898 closes: #368665, #298821, #411532, #431636, #461458)
3899 * Document apt-key finger and adv commands
3900 (thanks to Stefan Schmidt, closes: #350575)
3901 * Better documentation for apt-get --option
3902 (thanks to Tomas Pospisek, closes: #386579)
3903 * Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: #471276)
3904 * Better documentation on using both APT::Default-Release and
3905 /etc/apt/preferences (thanks to Ingo Saitz, closes: #145575)
3908 * doc/apt-cache.8.xml:
3909 - add missing citerefentry
3911 -- Michael Vogt <mvo@debian.org> Fri, 10 Oct 2008 23:44:50 +0200
3913 apt (0.7.15) unstable; urgency=low
3915 * Upload to unstable
3917 -- Michael Vogt <mvo@debian.org> Sun, 05 Oct 2008 13:23:47 +0200
3919 apt (0.7.15~exp3) experimental; urgency=low
3922 * apt-pkg/deb/dpkgpm.cc:
3923 - Store the trigger state descriptions in a way that does not break
3924 the ABI. The approach taken makes the search for a string O(n) rather
3925 than O(lg(n)), but since n == 4, I do not consider this a major
3926 concern. If it becomes a concern, we can sort the static array and
3927 use std::equal_range(). (Closes: #499322)
3930 * apt-pkg/packagemanager.cc, apt-pkg/deb/dpkgpm.cc:
3931 - move the state file writting into the Go() implementation
3932 of dpkgpm (closes: #498799)
3933 * apt-pkg/algorithms.cc:
3934 - fix simulation performance drop (thanks to Ferenc Wagner
3935 for reporting the issue)
3937 -- Michael Vogt <mvo@debian.org> Wed, 01 Oct 2008 18:09:49 +0200
3939 apt (0.7.15~exp2) experimental; urgency=low
3942 * apt-pkg/pkgcachegen.cc:
3943 - do not add multiple identical descriptions for the same
3944 language (closes: #400768)
3946 [ Program translations ]
3947 * Catalan updated. Closes: #499462
3949 -- Michael Vogt <mvo@debian.org> Tue, 23 Sep 2008 07:29:59 +0200
3951 apt (0.7.15~exp1) experimental; urgency=low
3953 [ Christian Perrier ]
3954 * Fix typo in cron.daily script. Closes: #486179
3956 [ Program translations ]
3957 * Traditional Chinese updated. Closes: #488526
3958 * German corrected and completed. Closes: #490532, #480002, #498018
3960 * Bulgarian updated. Closes: #492473
3961 * Slovak updated. Closes: #492475
3962 * Galician updated. Closes: #492794
3963 * Japanese updated. Closes: #492975
3964 * Fix missing space in Greek translation. Closes: #493922
3966 * Brazilian Portuguese updated.
3967 * Basque updated. Closes: #496754
3968 * Romanian updated. Closes: #492773, #488361
3969 * Portuguese updated. Closes: #491790
3970 * Simplified Chinese updated. Closes: #489344
3971 * Norwegian Bokmål updated. Closes: #480022
3972 * Czech updated. Closes: #479628, #497277
3973 * Korean updated. Closes: #464515
3974 * Spanish updated. Closes: #457706
3975 * Lithuanian added. Closes: #493328
3976 * Swedish updated. Closes: #497496
3977 * Vietnamese updated. Closes: #497893
3978 * Portuguese updated. Closes: #498411
3979 * Greek updated. Closes: #498687
3983 * merge patch that enforces stricter https server certificate
3984 checking (thanks to Arnaud Ebalard, closes: #485960)
3985 * allow per-mirror specific https settings
3986 (thanks to Arnaud Ebalard, closes: #485965)
3987 * add doc/examples/apt-https-method-example.cof
3988 (thanks to Arnaud Ebalard, closes: #485964)
3989 * apt-pkg/depcache.cc:
3990 - when checking for new important deps, skip critical ones
3992 * improve apt progress reporting, display trigger actions
3993 * add DPkg::NoTriggers option so that applications that call
3994 apt/aptitude (like the installer) defer trigger processing
3995 (thanks to Joey Hess)
3997 - add examples/apt-https-method-example.conf
3999 -- Michael Vogt <mvo@debian.org> Tue, 16 Sep 2008 21:27:03 +0200
4001 apt (0.7.14ubuntu7) jaunty; urgency=low
4003 * cmdline/apt-cache.cc:
4004 - remove the gettext from a string that consists entirely
4005 of variables (LP: #56792)
4006 * apt-pkg/deb/dpkgpm.cc:
4007 - fix potential hang when in a backgroud process group
4009 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 28 Oct 2008 21:09:12 +0100
4011 apt (0.7.14ubuntu6) intrepid; urgency=low
4013 * debian/apt.conf.autoremove:
4014 - remove "linux-image" (and friends) from the auto-remove
4015 blacklist. we have the kernel fallback infrastructure now
4016 in intrepid (thanks to BenC)
4017 * apt-pkg/indexcopy.cc:
4018 - support having CDs with no Packages file (just a Packages.gz)
4019 by not forcing a verification on non-existing files
4021 * apt-pkg/deb/dpkgpm.cc:
4022 - improve the filtering for duplicated apport reports (thanks
4023 to seb128 for pointing that problem out)
4024 - do not report disk full errors from dpkg via apport
4026 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 07 Aug 2008 16:28:05 +0200
4028 apt (0.7.14ubuntu5) intrepid; urgency=low
4030 * fix various -Wall warnings
4031 * make "apt-get build-dep" installed packages marked automatic
4032 by default. This can be changed by setting the value of
4033 APT::Get::Build-Dep-Automatic to false (thanks to Aaron
4034 Haviland, closes: #44874, LP: #248268)
4036 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 06 Aug 2008 14:00:51 +0200
4038 apt (0.7.14ubuntu4) intrepid; urgency=low
4041 * apt-pkg/deb/dpkgpm.cc:
4042 - fix uninitialized variable that caused no apport reports
4043 to be written sometimes (thanks to Matt Zimmerman)
4044 * merge patch that enforces stricter https server certificate
4045 checking (thanks to Arnaud Ebalard, closes: #485960)
4046 * allow per-mirror specific https settings
4047 (thanks to Arnaud Ebalard, closes: #485965)
4048 * add doc/examples/apt-https-method-example.cof
4049 (thanks to Arnaud Ebalard, closes: #485964)
4050 * add DPkg::NoTriggers option so that applications that call
4051 apt/aptitude (like the installer) defer trigger processing
4052 (thanks to Joey Hess)
4053 * document --install-recommends and --no-install-recommends
4054 (thanks to Dereck Wonnacott, LP: #126180)
4056 [ Dereck Wonnacott ]
4057 * apt-ftparchive might write corrupt Release files (LP: #46439)
4058 * Apply --important option to apt-cache depends (LP: #16947)
4060 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 05 Aug 2008 10:10:49 +0200
4062 apt (0.7.14ubuntu3) intrepid; urgency=low
4065 * Apply patch to avoid truncating of arbitrary files. Thanks to Bryan
4066 Donlan <bdonlan@fushizen.net> for the patch. Closes: #482476
4067 * Avoid using dbus if dbus-daemon isn't running. Closes: #438803
4070 * apt-pkg/deb/dpkgpm.cc:
4071 - improve apt progress reporting, display trigger actions
4072 * apt-pkg/depcache.cc:
4073 - when checking for new important deps, skip critical ones
4076 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 03 Jun 2008 17:27:07 +0200
4078 apt (0.7.14ubuntu2) intrepid; urgency=low
4081 - fix FTBFS by adding missing intltool dependency
4083 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 09 May 2008 13:50:22 +0200
4085 apt (0.7.14) unstable; urgency=low
4087 [ Christian Perrier ]
4088 * Mark a message from dselect backend as translatable
4089 Thanks to Frédéric Bothamy for the patch
4092 [ Program translations ]
4093 * Simplified Chinese updated. Closes: #473360
4094 * Catalan fixes. Closes: #387141
4095 * Typo fix in Greek translation. Closes: #479122
4097 * Thai updated. Closes: #479313
4098 * Italian updated. Closes: #479326
4099 * Polish updated. Closes: #479342
4100 * Bulgarian updated. Closes: #479379
4101 * Finnish updated. Closes: #479403
4102 * Korean updated. Closes: #479426
4103 * Basque updated. Closes: #479452
4104 * Vietnamese updated. Closes: #479748
4105 * Russian updated. Closes: #479777, #499029
4106 * Galician updated. Closes: #479792
4107 * Portuguese updated. Closes: #479847
4108 * Swedish updated. Closes: #479871
4109 * Dutch updated. Closes: #480125
4110 * Kurdish added. Closes: #480150
4111 * Brazilian Portuguese updated. Closes: #480561
4112 * Hungarian updated. Closes: #480662
4115 * Apply patch to avoid truncating of arbitrary files. Thanks to Bryan
4116 Donlan <bdonlan@fushizen.net> for the patch. Closes: #482476
4117 * Avoid using dbus if dbus-daemon isn't running. Closes: #438803
4120 * debian/apt.cron.daily:
4121 - apply patch based on the ideas of Francesco Poli for better
4122 behavior when the cache can not be locked (closes: #459344)
4124 -- Michael Vogt <mvo@debian.org> Wed, 28 May 2008 15:19:12 +0200
4126 apt (0.7.13) unstable; urgency=low
4129 * Add missing build-depends back from build-depends-indep field.
4131 * Make cron script quiet if cache is locked. Thanks to Ted Percival
4132 <ted@midg3t.net> for the patch. Closes: #459344
4133 * Add timeout support for https. Thanks to Andrew Martens
4134 <andrew.martens@strangeloopnetworks.com> for the patch.
4136 [ Goswin von Brederlow ]
4137 * Add support for --no-download on apt-get update. Closes: #478517
4139 [ Program translations ]
4140 - Vietnamese updated. Closes: #479008
4142 -- Otavio Salvador <otavio@debian.org> Fri, 02 May 2008 14:46:00 -0300
4144 apt (0.7.12) unstable; urgency=low
4148 - add support for a master-keyring that contains signing keys
4149 that can be used to sign the archive signing keys. This should
4150 make key-rollover easier.
4151 * apt-pkg/deb/dpkgpm.cc:
4152 - merged patch from Kees Cook to fix anoying upper-case display
4154 * apt-pkg/algorithms.cc:
4155 - add APT::Update::Post-Invoke-Success script slot
4156 - Make the breaks handling use the kill list. This means, that a
4157 Breaks: Pkg (<< version) may put Pkg onto the remove list.
4158 * apt-pkg/deb/debmetaindex.cc:
4159 - add missing "Release" file uri when apt-get update --print-uris
4161 * methods/connect.cc:
4162 - remember hosts with Resolve failures or connect Timeouts
4163 * cmdline/apt-get.cc:
4164 - fix incorrect help output for -f (LP: #57487)
4165 - do two passes when installing tasks, first ignoring dependencies,
4166 then resolving them and run the problemResolver at the end
4167 so that it can correct any missing dependencies
4168 * debian/apt.cron.daily:
4169 - sleep random amount of time (default within 0-30min) before
4170 starting the upate to hit the mirrors less hard
4171 * doc/apt_preferences.5.xml:
4173 * added debian/README.source
4175 [ Christian Perrier ]
4176 * Fix typos in manpages. Thanks to Daniel Leidert for the fixes
4178 * Fix syntax/copitalisation in some messages. Thanks to Jens Seidel
4179 for pointing this and providing the patch.
4181 * Fix Polish offline translation. Thanks to Robert Luberda for the patch
4182 and apologies for applying it very lately. Closes: #337758
4183 * Fix typo in offline.sgml. Closes: #412900
4185 [ Program translations ]
4186 - German updated. Closes: #466842
4188 - Polish updated. Closes: #469581
4189 - Slovak updated. Closes: #471341
4191 - Bulgarian updated. Closes: #448492
4192 - Galician updated. Closes: #476839
4195 * apt-pkg/depcache.cc:
4196 - Patch MarkInstall to follow currently satisfied Recommends even
4197 if they aren't "new", so that we automatically force upgrades
4198 when the version of a Recommends has been tightened. (Closes: #470115)
4199 - Enable more complete debugging information when Debug::pkgAutoRemove
4201 * apt-pkg/contrib/configuration.cc
4202 - Lift the 1024-byte limit on lines in configuration files.
4203 (Closes: #473710, #473874)
4204 * apt-pkg/contrib/strutl.cc:
4205 - Lift the 64000-byte limit on individual messages parsed by ReadMessages.
4208 - Add missing Build-Depends-Indep on xsltproc, docbook-xsl, and xmlto.
4210 -- Daniel Burrows <dburrows@debian.org> Sat, 26 Apr 2008 12:24:35 -0700
4212 apt (0.7.11) unstable; urgency=critical
4214 [ Raise urgency to critical since it fixes a critical but for Debian
4215 Installer Lenny Beta1 release ]
4217 [ Program translations ]
4218 - Vietnamese updated. Closes: #460825
4219 - Basque updated. Closes: #461166
4220 - Galician updated. Closes: #461468
4221 - Portuguese updated. Closes: #464575
4222 - Korean updated. Closes: #448430
4223 - Simplified Chinese updated. Closes: #465866
4226 * Applied patch from Robert Millan <rmh@aybabtu.com> to fix the error
4227 message when gpgv isn't installed, closes: #452640.
4228 * Fix regression about APT::Get::List-Cleanup setting being ignored,
4231 -- Otavio Salvador <otavio@debian.org> Thu, 17 Jan 2008 22:36:46 -0200
4233 apt (0.7.10) unstable; urgency=low
4236 * Applied patch from Mike O'Connor <stew@vireo.org> to add a manpage to
4237 apt-mark, closes: #430207.
4238 * Applied patch from Andrei Popescu <andreimpopescu@gmail.com> to add a
4239 note about some frontends in apt.8 manpage, closes: #438545.
4240 * Applied patch from Aurelien Jarno <aurel32@debian.org> to avoid CPU
4241 getting crazy when /dev/null is redirected to stdin (which breaks
4242 buildds), closes: #452858.
4243 * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix building
4244 with newest dpkg-shlibdeps changing the packaging building order and a
4245 patch from Robert Millan <rmh@aybabtu.com> to fix parallel building,
4247 * Applied patch from Alexander Winston <alexander.winston@comcast.net>
4248 to use 'min' as symbol for minute, closes: #219034.
4249 * Applied patch from Amos Waterland <apw@us.ibm.com> to allow apt to
4250 work properly in initramfs, closes: #448316.
4251 * Applied patch from Robert Millan <rmh@aybabtu.com> to make apt-key and
4252 apt-get to ignore time conflicts, closes: #451328.
4253 * Applied patch from Peter Eisentraut <peter_e@gmx.net> to fix a
4254 grammatical error ("manual installed" -> "manually installed"),
4256 * Fix cron.daily job to not call fail if apt isn't installed, closes:
4258 * Fix compilation warnings in apt-pkg/cdrom.cc and
4259 apt-pkg/contrib/configuration.cc.
4260 * Fix typo in debian/copyright file ("licened" instead of "licensed"),
4263 [ Program translations ]
4264 - Basque updated. Closes: #453088
4265 - Vietnamese updated. Closes: #453774, #459013
4266 - Japanese updated. Closes: #456909
4267 - Simplified Chinese updated. Closes: #458039
4269 - Norwegian Bokmål updated. Closes: #457917
4273 - fix https install location
4274 * debian/apt.conf.daily:
4275 - print warning if the cache can not be locked (closes: #454561),
4276 thanks to Bastian Kleineidam
4278 - remove cruft code that caused timestamp/I-M-S issues
4279 * ftparchive/contents.cc:
4281 * apt-pkg/acquire-item.{cc,h}:
4282 - make the authentication download code more robust against
4283 servers/proxies with broken If-Range implementations
4284 * apt-pkg/packagemanager.{cc,h}:
4285 - propergate the Immediate flag to make hitting the
4286 "E: Internal Error, Could not perform immediate configuration (2)"
4289 - build against libdb-dev (instead of libdb4.4-dev)
4290 * merged the apt--DoListUpdate branch, this provides a common interface
4291 for "apt-get update" like operations for the frontends and also provides
4292 hooks to run stuff in APT::Update::{Pre,Post}-Invoke
4295 * ftparchive/contents.cc:
4296 - support lzma data members
4297 * ftparchive/multicompress.cc:
4298 - support lzma output
4301 * apt-pkg/contrib/configuration.cc:
4302 - if RootDir is set, then FindFile and FindDir will return paths
4303 relative to the directory stored in RootDir, closes: #456457.
4305 [ Christian Perrier ]
4306 * Fix wording for "After unpacking...". Thanks to Michael Gilbert
4307 for the patch. Closes: #260825
4309 -- Michael Vogt <mvo@debian.org> Mon, 07 Jan 2008 21:40:47 +0100
4311 apt (0.7.9ubuntu17) hardy-proposed; urgency=low
4313 * apt-pkg/acquire-item.cc:
4314 - fix signaure removal on transient network failures LP: #220627
4315 (thanks to Scott James Remnant)
4317 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 22 Apr 2008 16:32:49 +0200
4319 apt (0.7.9ubuntu16) hardy; urgency=low
4322 - only check against master-keys in net-update to not break
4323 custom CDs (thanks to Colin Watson)
4325 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 08 Apr 2008 14:17:14 +0200
4327 apt (0.7.9ubuntu15) hardy; urgency=low
4329 * cmdline/apt-get.cc:
4330 - do two passes when installing tasks, first ignoring dependencies,
4331 then resolving them and run the problemResolver at the end
4332 so that it can correct any missing dependencies. This should
4333 fix livecd building for kubuntu (thanks to Jonathan Riddell
4334 for reporting the problem)
4336 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 13 Mar 2008 23:25:45 +0100
4338 apt (0.7.9ubuntu14) hardy; urgency=low
4340 * cmdline/apt-get.cc:
4341 - fix incorrect help output for -f (LP: #57487)
4342 - run the problemResolver after a task was installed
4343 so that it can correct any missing dependencies
4344 * typo fixes (LP: #107960)
4346 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 11 Mar 2008 21:46:07 +0100
4348 apt (0.7.9ubuntu13) hardy; urgency=low
4350 [ Lionel Porcheron ]
4351 * debian/apt.cron.daily:
4352 - only call gconftool if gcontool is installed (LP: #194281)
4355 * doc/apt_preferences.5.xml:
4356 - fix typo (LP: #150900)
4357 * doc/example/sources.list:
4358 - updated for hardy (LP: #195879)
4359 * debian/apt.cron.daily:
4360 - sleep random amount of time (default within 0-30min) before
4361 starting the upate to hit the mirrors less hard
4363 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 04 Mar 2008 15:35:09 +0100
4365 apt (0.7.9ubuntu12) hardy; urgency=low
4367 * debian/apt.cron.daily:
4368 - use admin user proxy settings
4369 * cmdline/apt-get.cc:
4370 - fix task installation (thanks to Colin Watson)
4372 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 21 Feb 2008 15:07:44 +0100
4374 apt (0.7.9ubuntu11) hardy; urgency=low
4376 * apt-pkg/algorithms.cc:
4377 - add APT::Update::Post-Invoke-Success script slot
4380 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Jan 2008 12:06:12 +0100
4382 apt (0.7.9ubuntu10) hardy; urgency=low
4385 - add "net-update" command that fetches the
4386 ubuntu-archive-keyring.gpg and add keys from it that are
4387 signed by the ubuntu-master-keyring.gpg
4388 (apt-archive-key-signatures spec)
4389 * debian/apt.cron.daily:
4390 - add apt-key net-update to the nightly cron job
4392 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 13 Feb 2008 15:50:28 +0100
4394 apt (0.7.9ubuntu9) hardy; urgency=low
4396 * fix FTBFS due to incorrect intltool build-depends
4398 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 11 Feb 2008 16:04:37 +0100
4400 apt (0.7.9ubuntu8) hardy; urgency=low
4402 * share/apt-auth-failure.note:
4403 - show update-notifier note if the nightly update fails with a
4404 authentication failure (apt-authentication-reliability spec)
4406 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 11 Feb 2008 14:04:56 +0100
4408 apt (0.7.9ubuntu7) hardy; urgency=low
4410 * methods/connect.cc:
4411 - remember hosts with Resolve failures or connect Timeouts
4412 see https://wiki.ubuntu.com/NetworklessInstallationFixes
4414 - fix bug in the new apt-key update code that imports only
4415 keys signed with the master key (thanks to cjwatson)
4417 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 08 Feb 2008 11:38:35 +0100
4419 apt (0.7.9ubuntu6) hardy; urgency=low
4422 - add support for a master-keyring that contains signing keys
4423 that can be used to sign the archive signing keys. This should
4424 make key-rollover easier.
4425 * apt-pkg/deb/dpkgpm.cc:
4426 - merged patch from Kees Cook to fix anoying upper-case display
4428 * apt-pkg/algorithms.cc:
4429 - add APT::Update::Post-Invoke-Success script slot
4430 - Make the breaks handling use the kill list. This means, that a
4431 Breaks: Pkg (<< version) may put Pkg onto the remove list.
4432 * apt-pkg/deb/dpkgpm.cc:
4433 - add APT::Apport::MaxReports to limit the maximum number
4434 of reports generated in a single run (default to 3)
4435 * apt-pkg/deb/debmetaindex.cc:
4436 - add missing "Release" file uri when apt-get update --print-uris
4439 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 04 Feb 2008 14:28:02 +0100
4441 apt (0.7.9ubuntu5) hardy; urgency=low
4443 * Merged apt-authentication-reliabilty branch. This means
4444 that apt will refuse to update and use the old lists if
4445 the authentication of a repository that used to be
4446 authenticated fails. See
4447 https://wiki.ubuntu.com/AptAuthenticationReliability
4450 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 16 Jan 2008 10:36:10 +0100
4452 apt (0.7.9ubuntu4) hardy; urgency=low
4454 * apt-pkg/algorithms.cc:
4455 - Since APT::Get::List-Cleanup and APT::List-Cleanup both default to
4456 true, the effect of the compatibility code was to require both of them
4457 to be set to false in order to disable list cleanup; this broke the
4458 installer. Instead, disable list cleanup if either of them is set to
4461 -- Colin Watson <cjwatson@ubuntu.com> Wed, 09 Jan 2008 22:34:37 +0000
4463 apt (0.7.9ubuntu3) hardy; urgency=low
4465 * merged the apt--DoListUpdate branch, this provides a common interface
4466 for "apt-get update" like operations for the frontends and also provides
4467 hooks to run stuff in APT::Update::{Pre,Post}-Invoke
4469 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 07 Jan 2008 19:02:11 +0100
4471 apt (0.7.9ubuntu2) hardy; urgency=low
4474 * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix building
4475 with newest dpkg-shlibdeps changing the packaging building order and a
4476 patch from Robert Millan <rmh@aybabtu.com> to fix parallel building,
4478 * Applied patch from Alexander Winston <alexander.winston@comcast.net>
4479 to use 'min' as symbol for minute, closes: #219034.
4480 * Applied patch from Amos Waterland <apw@us.ibm.com> to allow apt to
4481 work properly in initramfs, closes: #448316.
4482 * Applied patch from Robert Millan <rmh@aybabtu.com> to make apt-key and
4483 apt-get to ignore time conflicts, closes: #451328.
4484 * Applied patch from Peter Eisentraut <peter_e@gmx.net> to fix a
4485 grammatical error ("manual installed" -> "manually installed"),
4487 * Fix cron.daily job to not call fail if apt isn't installed, closes:
4491 * apt-pkg/contrib/configuration.cc:
4492 - if RootDir is set, then FindFile and FindDir will return paths
4493 relative to the directory stored in RootDir, closes: #456457.
4495 [ Christian Perrier ]
4496 * Fix wording for "After unpacking...". Thans to Michael Gilbert
4497 for the patch. Closes: #260825
4499 [ Program translations ]
4500 - Vietnamese updated. Closes: #453774
4501 - Japanese updated. Closes: #456909
4505 * apt-pkg/packagemanager.{cc,h}:
4506 - propergate the Immediate flag to make hitting the
4507 "E: Internal Error, Could not perform immediate configuration (2)"
4508 harder. (LP: #179247)
4509 * debian/apt.conf.daily:
4510 - print warning if the cache can not be locked (closes: #454561),
4511 thanks to Bastian Kleineidam
4513 - build against libdb-dev (instead of libdb4.4-dev)
4515 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 03 Jan 2008 11:31:45 +0100
4517 apt (0.7.9ubuntu1) hardy; urgency=low
4519 * merged from http://bzr.debian.org/apt/apt/debian-sid/, remaining
4521 - mirror download method (pending merge with debian)
4522 - no pdiff download by default (unsuitable for ubuntu)
4523 - no recommends-by-default yet
4524 - add "Original-Maintainer" field to tagfile
4525 - show warning on apt-get source if the package is maintained
4526 in a VCS (pedinging merge with debian)
4527 - use ubuntu-archive keyring instead of debians one
4528 - support metapackages section for autoremoval
4529 - debian maintainer field change
4530 - send ubuntu string in user-agent
4532 * Changes from the debian-sid bzr branch (but not uploaded to debian
4536 * Applied patch from Mike O'Connor <stew@vireo.org> to add a manpage to
4537 apt-mark, closes: #430207.
4538 * Applied patch from Andrei Popescu <andreimpopescu@gmail.com> to add a
4539 note about some frontends in apt.8 manpage, closes: #438545.
4540 * Applied patch from Aurelien Jarno <aurel32@debian.org> to avoid CPU
4541 getting crazy when /dev/null is redirected to stdin (which breaks
4542 buildds), closes: #452858.
4544 [ Program translations ]
4545 - Basque updated. Closes: #453088
4549 - fix https install location
4551 - remove cruft code that caused timestamp/I-M-S issues
4552 * ftparchive/contents.cc:
4554 * methods/mirror.{cc,h}:
4555 - only update mirror list on IndexFile updates
4556 * apt-pkg/acquire-item.{cc,h}:
4557 - make the authentication download code more robust against
4558 servers/proxies with broken If-Range implementations
4560 - build against libdb-dev (instead of libdb4.4-dev)
4561 * merged the apt--DoListUpdate branch, this provides a common interface
4562 for "apt-get update" like operations for the frontends and also provides
4563 hooks to run stuff in APT::Update::{Pre,Post}-Invoke
4566 * ftparchive/contents.cc:
4567 - support lzma data members
4568 * ftparchive/multicompress.cc:
4569 - support lzma output
4571 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 13 Dec 2007 14:46:27 +0100
4573 apt (0.7.9) unstable; urgency=low
4575 [ Christian Perrier ]
4576 * Add several languages to LINGUAS and, therefore, really ship the relevant
4578 Arabic, Dzongkha, Khmer, Marathi, Nepali, Thai
4579 Thanks to Theppitak Karoonboonyanan for checking this out. Closes: #448321
4581 [ Program translations ]
4582 - Korean updated. Closes: #448430
4583 - Galician updated. Closes: #448497
4587 * Fix configure script to check for CURL library and headers presense.
4588 * Applied patch from Brian M. Carlson <sandals@crustytoothpaste.ath.cx>
4589 to add backward support for arches that lacks pselect support,
4591 * Umount CD-ROM when calling apt-cdrom ident, except when called with
4592 -m, closes: #448521.
4594 -- Otavio Salvador <otavio@debian.org> Wed, 31 Oct 2007 13:37:26 -0200
4596 apt (0.7.8) unstable; urgency=low
4598 * Applied patch from Daniel Leidert <daniel.leidert@wgdd.de> to fix
4599 APT::Acquire::Translation "none" support, closes: #437523.
4600 * Applied patch from Daniel Burrows <dburrows@debian.org> to add support
4601 for the Homepage field (ABI break), closes: #447970.
4602 * Applied patch from Frans Pop <elendil@planet.nl> to fix a trailing
4603 space after cd label, closes: #448187.
4605 -- Otavio Salvador <otavio@debian.org> Fri, 26 Oct 2007 18:20:13 -0200
4607 apt (0.7.7) unstable; urgency=low
4610 * apt-inst/contrib/extracttar.cc:
4611 - fix fd leak for zero size files (thanks to Bill Broadley for
4613 * apt-pkg/acquire-item.cc:
4614 - remove zero size files on I-M-S hit
4616 - only send LastModified if we actually have a file
4617 - send range request with if-range
4618 - delete failed downloads
4619 - delete zero size I-M-S hits
4620 * apt-pkg/deb/dpkgpm.{cc,h}:
4621 - merged dpkg-log branch, this lets you specify a
4622 Dir::Log::Terminal file to log dpkg output to
4624 - fix parse error when dpkg sends unexpected data
4625 * merged apt--sha256 branch to fully support the new
4626 sha256 checksums in the Packages and Release files
4628 * apt-pkg/pkgcachegen.cc:
4629 - increase default mmap size
4631 - added local repository testcase
4632 * apt-pkg/acquire.cc:
4633 - increase MaxPipeDepth for the internal worker<->method
4634 communication to 1000 for the debtorrent backend
4635 * make apt build with g++ 4.3
4636 * fix missing SetExecClose() call when the status-fd is used
4637 * debian/apt.cron.daily:
4638 - move unattended-upgrade before apt-get autoclean
4639 * fix "purge" commandline argument, closes: #133421
4640 (thanks to Julien Danjou for the patch)
4641 * cmdline/apt-get.cc:
4642 - do not change the auto-installed information if a package
4644 * apt-pkg/acquire-item.cc:
4645 - fix crash in diff acquire code
4647 - Fix chmoding after have renamed the extended-states file (LP: #140019)
4648 (thanks to Laurent Bigonville)
4649 * apt-pkg/depcache.cc:
4650 - set "APT::Install-Recommends" to true by default (OMG!)
4651 * debian/apt.cron.daily:
4652 - only run the cron job if apt-get check succeeds (LP: #131719)
4654 [ Program translations ]
4656 - Basque updated. Closes: #436425
4657 - Fix the zh_CN translator's name in debian/changelog for 0.7.2
4659 - Vietnamese updated. Closes: #440611
4660 - Danish updated. Closes: #441102
4661 - Thai added. Closes: #442833
4663 - Galician updated. Closes: #446626
4666 * Add hash support to copy method. Thanks Anders Kaseorg by the patch
4668 * Reset curl options and timestamp between downloaded files. Thanks to
4669 Ryan Murray <rmurray@debian.org> for the patch (closes: #437150)
4670 * Add support to apt-key to export keys to stdout. Thanks to "Dwayne
4671 C. Litzenberger" <dlitz@dlitz.net> for the patch (closes: #441942)
4672 * Fix compilation warnings:
4673 - apt-pkg/indexfile.cc: conversion from string constant to 'char*';
4674 - apt-pkg/acquire-item.cc: likewise;
4675 - apt-pkg/cdrom.cc: '%lu' expects 'long unsigned int', but argument
4677 - apt-pkg/deb/dpkgpm.cc: initialization order and conversion from
4678 string constant to 'char*';
4679 - methods/gpgv.cc: conversion from string constant to 'char*';
4680 - methods/ftp.cc: likewise;
4681 - cmdline/apt-extracttemplates.cc: likewise;
4682 - apt-pkg/deb/debmetaindex.cc: comparison with string literal results
4683 in unspecified behaviour;
4684 * cmdline/apt-get.cc: adds 'autoremove' as a valid comment to usage
4685 statement of apt-get (closes: #445468).
4686 * cmdline/apt-get.cc: really applies Julien Danjou <acid@debian.org>
4687 patch to add 'purge' command line argument (closes: #133421).
4690 * dpkg-triggers: Deal properly with new package states.
4693 * apt-pkg/contrib/mmap.cc:
4694 - don't fail if msync() returns > 0
4696 -- Michael Vogt <mvo@debian.org> Tue, 23 Oct 2007 14:58:03 +0200
4698 apt (0.7.6ubuntu14.1) gutsy-proposed; urgency=low
4701 * apt-pkg/deb/dpkgpm.{cc,h}:
4702 - give up timeslice on EIO error in read from master terminal
4703 * debian/apt.cron.daily:
4704 - only run the cron job if apt-get check succeeds (LP: #131719)
4707 * apt-pkg/deb/dpkgpm.{cc,h}:
4708 - rewrite dpkgpm.cc to use pselect() instead of select()
4709 to block signals during select() (LP: #134858)
4711 -- Michael Vogt <michael.vogt@ubuntu.com> Sat, 20 Oct 2007 07:51:12 +0200
4713 apt (0.7.6ubuntu14) gutsy; urgency=low
4715 * apt-pkg/deb/dpkgpm.cc:
4716 - fix resource leak (LP: #148806)
4718 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 15 Oct 2007 20:57:44 +0200
4720 apt (0.7.6ubuntu13) gutsy; urgency=low
4722 * apt-pkg/deb/dpkgpm.cc:
4723 - fix crash in WriteApportReport (LP: #144537)
4724 * apt-pkg/acquire-item.cc
4725 - fix disappearing local Packages.gz file (LP: #131166)
4727 - fix off-by-one error I-M-S handling
4728 - cleanup after I-M-S hit
4730 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 09 Oct 2007 01:48:26 +0200
4732 apt (0.7.6ubuntu12) gutsy; urgency=low
4736 - Fix chmoding after have renamed the extended-states file
4737 (thanks to Laurent Bigonville, LP: #140019)
4738 * apt-pkg/deb/debmetaindex.cc: comparison with string literal results
4739 in unspecified behaviour;
4740 * Reset curl options and timestamp between downloaded files. Thanks to
4741 Ryan Murray <rmurray@debian.org> for the patch
4744 * Have 'cron.daily/apt' send D-Bus doesn't exist error messages
4745 to the bit bucket. Thanks to 'dasdda'. (LP: #115397)
4747 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 03 Oct 2007 02:17:45 +0200
4749 apt (0.7.6ubuntu11) gutsy; urgency=low
4751 * apt-pkg/contrib/mmap.cc:
4752 - don't fail if msync() returns > 0 (LP: #144001)
4754 -- Colin Watson <cjwatson@ubuntu.com> Sat, 22 Sep 2007 21:39:29 +0100
4756 apt (0.7.6ubuntu10) gutsy; urgency=low
4758 * apt-pkg/deb/dpkgpm.cc:
4759 - fix parse error when dpkg sends unexpected data
4761 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 18 Sep 2007 17:25:09 +0100
4763 apt (0.7.6ubuntu9) gutsy; urgency=low
4765 * apt-pkg/deb/dpkgpm.cc:
4766 - fix progress reporting precent calculation (LP: #137798)
4767 * make apt build with g++ 4.3
4768 * fix missing SetExecClose() call when the status-fd is used
4770 * debian/apt.cron.daily:
4771 - move unattended-upgrade before apt-get autoclean
4772 * fix "purge" commandline argument, closes LP: #125733
4773 (thanks to Julien Danjou for the patch)
4774 * cmdline/apt-get.cc:
4775 - do not change the auto-installed information if a package
4776 is reinstalled (LP: #139448)
4778 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 11 Sep 2007 20:55:00 +0200
4780 apt (0.7.6ubuntu8) gutsy; urgency=low
4782 * apt-pkg/deb/dpkgpm.{cc,h}:
4783 - fix bug in dpkg log writing when a signal is caught during
4784 select() (LP: #134858)
4785 - write end marker in the log as well
4787 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 05 Sep 2007 15:03:46 +0200
4789 apt (0.7.6ubuntu7) gutsy; urgency=low
4791 * reupload to fix FTBFS
4793 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 16 Aug 2007 19:44:20 +0200
4795 apt (0.7.6ubuntu6) gutsy; urgency=low
4797 * dpkg-triggers: Deal properly with new package states.
4799 -- Ian Jackson <iwj@ubuntu.com> Wed, 15 Aug 2007 20:44:37 +0100
4801 apt (0.7.6ubuntu5) UNRELEASED; urgency=low
4803 * apt-pkg/acquire-item.cc:
4804 - fix file removal on local repo i-m-s hit (LP: #131166)
4806 - added regression test for this bug
4808 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 09 Aug 2007 12:34:07 +0200
4810 apt (0.7.6ubuntu4) gutsy; urgency=low
4812 * cmdline/apt-get.cc:
4813 - remove YnPrompt when a XS-Vcs- tag is found, improve the
4814 notice (LP: #129575)
4816 - take hashes here too
4817 * apt-pkg/acquire-worker.cc:
4818 - only pass on computed hash if we recived one from the method
4820 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 08 Aug 2007 19:30:29 +0200
4822 apt (0.7.6ubuntu3) gutsy; urgency=low
4824 * apt-pkg/deb/dpkgpm.cc:
4825 - fix packagename extraction when writting apport reports
4826 * apt-pkg/pkgcachegen.cc:
4827 - increase default mmap size (LP: #125640)
4829 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 07 Aug 2007 09:52:00 +0200
4831 apt (0.7.6ubuntu2) gutsy; urgency=low
4833 * doc/examples/sources.list:
4834 - change example source to gutsy
4835 * apt-pkg/deb/dpkgpm.cc:
4836 - do not break if no /dev/pts is available
4838 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 06 Aug 2007 15:17:57 +0200
4840 apt (0.7.6ubuntu1) gutsy; urgency=low
4843 * apt-inst/contrib/extracttar.cc:
4844 - fix fd leak for zero size files (thanks to Bill Broadley for
4846 * apt-pkg/acquire-item.cc:
4847 - remove zero size files on I-M-S hit
4849 - only send LastModified if we actually have a file
4850 - send range request with if-range
4851 - delete failed downloads
4852 (thanks to Thom May for his help here)
4853 - delete zero size I-M-S hits
4854 * apt-pkg/deb/dpkgpm.{cc,h}:
4855 - merged dpkg-log branch, this lets you specify a
4856 Dir::Log::Terminal file to log dpkg output to
4858 - when writting apport reports, attach the dpkg
4860 * merged apt--sha256 branch to fully support the new
4861 sha256 checksums in the Packages and Release files
4863 * apt-pkg/pkgcachegen.cc:
4864 - increase default mmap size
4866 - added local repository testcase
4867 * make apt build with g++ 4.3
4868 * fix missing SetExecClose() call when the status-fd is used
4869 * debian/apt.cron.daily:
4870 - move unattended-upgrade before apt-get autoclean
4871 * fix "purge" commandline argument, closes: #133421
4872 (thanks to Julien Danjou for the patch)
4873 * cmdline/apt-get.cc:
4874 - do not change the auto-installed information if a package
4877 - Fix chmoding after have renamed the extended-states file (LP: #140019)
4878 (thanks to Laurent Bigonville)
4881 * dpkg-triggers: Deal properly with new package states.
4883 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 02 Aug 2007 11:55:54 +0200
4885 apt (0.7.6) unstable; urgency=low
4887 * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrong
4888 directory downloading on non-linux architectures (closes: #435597)
4890 -- Otavio Salvador <otavio@debian.org> Wed, 01 Aug 2007 19:49:51 -0300
4892 apt (0.7.5) unstable; urgency=low
4895 * Applied patch from Guillem Jover <guillem@debian.org> to use
4896 dpkg-architecture to get the host architecture (closes: #407187)
4897 * Applied patch from Guillem Jover <guillem@debian.org> to add
4898 support to add lzma support (closes: #408201)
4901 * apt-pkg/depcache.cc:
4902 - support a list of sections for:
4903 APT::Install-Recommends-Sections
4904 APT::Never-MarkAuto-Sections
4906 - install lzma symlink method (for full lzma support)
4910 -- Otavio Salvador <otavio@ossystems.com.br> Wed, 25 Jul 2007 20:16:46 -0300
4912 apt (0.7.4ubuntu1) gutsy; urgency=low
4914 * debian/apt.conf.ubuntu, apt.conf.autoremove:
4915 - Change metapackages to {restricted,universe,multiverse}/metapackages
4916 in Install-Recommends-Sections and Never-MarkAuto-Sections
4918 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 26 Jul 2007 10:42:29 +0200
4920 apt (0.7.4) unstable; urgency=low
4923 * cmdline/apt-get.cc:
4924 - fix in the task-install code regexp (thanks to Adam Conrad and
4926 - support task removal too: apt-get remove taskname^
4927 (thanks to Matt Zimmerman reporting this problem)
4930 * Fix a typo on 0.7.3 changelog entry about g++ (7.3 to 4.3)
4931 * Fix compilation warnings:
4932 - apt-pkg/contrib/configuration.cc: wrong argument type;
4933 - apt-pkg/deb/dpkgpm.cc: wrong signess;
4934 - apt-pkg-acquire-item.cc: wrong signess and orderned initializers;
4938 - changed SetupProxy() method to void;
4939 * Simplified HttpMethod::Fetch on http.cc removing Tail variable;
4940 * Fix pipeline handling on http.cc (closes: #413324)
4941 * Fix building to properly support binNMUs. Thanks to Daniel Schepler
4942 <schepler@math.unipd.it> by the patch (closes: #359634)
4943 * Fix example for Install-{Recommends,Suggests} options on
4944 configure-index example file. Thanks to Peter Eisentraut
4945 <peter_e@gmx.net> by the patch (closes: #432223)
4947 [ Christian Perrier ]
4948 * Basque translation update. Closes: ##423766
4949 * Unfuzzy formerly complete translations
4950 * French translation update
4951 * Re-generate PO(T) files
4952 * Spanish translation update
4953 * Swedish translation update
4955 -- Otavio Salvador <otavio@debian.org> Tue, 24 Jul 2007 09:55:50 -0300
4957 apt (0.7.3) unstable; urgency=low
4959 * fixed compile errors with g++ 4.3 (thanks to
4960 Daniel Burrows, closes: #429378)
4961 * fixes in the auto-mark code (thanks to Daniel
4963 * fix FTBFS by changing build-depends to
4964 libcurl4-gnutls-dev (closes: #428363)
4965 * cmdline/apt-get.cc:
4966 - fix InstallTask code when a pkgRecord ends
4967 with a single '\n' (thanks to Soren Hansen for reporting)
4968 * merged from Christian Perrier:
4969 * vi.po: completed to 532t, again. Closes: #429899
4970 * gl.po: completed to 532t. Closes: #429506
4971 * vi.po: completed to 532t. Closes: #428672
4972 * Update all PO and the POT. Gives 514t14f4u for formerly
4973 complete translations
4974 * fr.po: completed to 532t
4975 * ku.po, uk.po, LINGUAS: reintegrate those translations
4976 which disappeared from the BZR repositories
4978 -- Michael Vogt <mvo@debian.org> Sun, 01 Jul 2007 12:31:29 +0200
4980 apt (0.7.2ubuntu7) gutsy; urgency=low
4982 * fix build-dependencies
4983 * fixes in the auto-mark code (thanks to Daniel
4986 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 9 Jul 2007 19:02:54 +0200
4988 apt (0.7.2ubuntu6) gutsy; urgency=low
4991 * cmdline/apt-get.cc:
4992 - make the XS-Vcs-$foo warning more copy'n'paste
4993 friendly (thanks to Matt Zimmerman)
4994 - ignore the Vcs-Browser tag (Fixes LP: #121770)
4995 * debian/apt.conf.autoremove:
4996 - added "linux-ubuntu-modules" to APT::NeverAutoRemove
4999 * Change metapackages to *metapackages in Install-Recommends-Section
5000 and Never-MarkAuto-Section of debian/apt.conf.autoremove, so that
5001 the Recommends of metapackages in universe and multiverse will get
5003 * Also make this change in doc/examples/configure-index.
5004 * Added a Build Dependancies of automake, docbook-xsl, xsltproc, xmlto,
5005 docbook to fix FTBFS.
5006 * Added in previous changelog entries, as those who uploaded did not
5007 actually commit to Bzr.
5009 -- Sarah Hobbs <hobbsee@ubuntu.com> Mon, 09 Jul 2007 01:15:57 +1000
5011 apt (0.7.2ubuntu5) gutsy; urgency=low
5013 * Rerun autoconf to fix the FTBFS.
5015 -- Michael Bienia <geser@ubuntu.com> Fri, 06 Jul 2007 19:17:33 +0200
5017 apt (0.7.2ubuntu4) gutsy; urgency=low
5019 * Rebuild for the libcurl4 -> libcurl3 transition mess.
5021 -- Steve Kowalik <stevenk@ubuntu.com> Fri, 6 Jul 2007 12:44:05 +1000
5023 apt (0.7.2ubuntu3) gutsy; urgency=low
5025 * cmdline/apt-get.cc:
5026 - fix InstallTask code when a pkgRecord ends
5027 with a single '\n' (thanks to Soren Hansen for reporting)
5029 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 27 Jun 2007 13:33:38 +0200
5031 apt (0.7.2ubuntu2) gutsy; urgency=low
5033 * fixed compile errors with g++ 4.3 (thanks to
5034 Daniel Burrows, closes: #429378)
5035 * fix FTFBFS by changing build-depends to
5036 libcurl4-gnutls-dev (closes: #428363)
5038 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 19 Jun 2007 13:47:03 +0200
5040 apt (0.7.2ubuntu1) gutsy; urgency=low
5042 * apt-pkg/deb/dpkgpm.cc:
5043 - apport integration added, this means that a apport
5044 report is written on dpkg failures
5045 * cmdline/apt-get.cc:
5046 - merged http://people.ubuntu.com/~mvo/bzr/apt/xs-vcs-bzr/
5047 this will warn when Vcs- headers are found on apt-get source
5049 * merged from debian/unstable, remaining changes:
5050 - maintainer field changed
5051 - merged the apt--mirror branch
5052 http://people.ubuntu.com/~mvo/bzr/apt/apt--mirror/
5053 - apport reporting on package install/upgrade/remove failure
5054 - support for "Originial-Maintainer" field
5055 - merged apt--xs-vcs-bzr branch
5056 (http://people.ubuntu.com/~mvo/bzr/apt/xs-vcs-bzr/)
5057 - use ubuntu archive keyring by default
5058 - debian/apt.conf.autoremove
5059 + install recommands for section "metapackages"
5060 + do not mark direct dependencies of "metapackages" as autoremoved
5062 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 14 Jun 2007 10:38:36 +0200
5064 apt (0.7.2-0.1) unstable; urgency=low
5066 * Non-maintainer upload.
5067 * Build-depend on libcurl4-gnutls-dev instead of the obsolete
5068 libcurl3-gnutls-dev. Closes: #428363.
5070 -- Steve Langasek <vorlon@debian.org> Thu, 28 Jun 2007 18:46:53 -0700
5072 apt (0.7.2) unstable; urgency=low
5074 * merged the debian/experimental changes back
5075 into the debian/sid branch
5076 * merged from Christian Perrier:
5077 * mr.po: New Marathi translation Closes: #416806
5078 * zh_CN.po: Updated by Kov Chai Closes: #416822
5079 * tl.po: Updated by Eric Pareja Closes: #416638
5080 * gl.po: Updated by Jacobo Tarrio
5082 * da.po: Updated by Claus Hindsgaul
5084 * fr.po: Remove a non-breakable space for usability
5085 issues. Closes: #408877
5086 * ru.po: Updated Russian translation. Closes: #405476
5087 * *.po: Unfuzzy after upstream typo corrections
5088 * buildlib/archtable:
5089 - added support for sh3/sh4 (closes: #424870)
5090 - added support for m32r (closes: #394096)
5091 * buildlib/systemtable:
5092 - added support for lpia
5094 - check systemtable for architecture mapping too
5095 * fix error in AutocleanInterval, closes: #319339
5096 (thanks to Israel G. Lugo for the patch)
5097 * add "purge" commandline argument, closes: #133421)
5098 (thanks to Julien Danjou for the patch)
5099 * add "purge" commandline argument, closes: #133421)
5100 (thanks to Julien Danjou for the patch)
5101 * fix FTBFS with gcc 4.3, closes: #417090
5102 (thanks to Martin Michlmayr for the patch)
5103 * add --dsc-only option, thanks to K. Richard Pixley
5104 * Removed the more leftover #pragma interface/implementation
5105 closes: #306937 (thanks to Andreas Henriksson for the patch)
5107 -- Michael Vogt <mvo@debian.org> Wed, 06 Jun 2007 23:19:50 +0200
5109 apt (0.7.1) experimental; urgency=low
5111 * ABI library name change because it's built against
5113 * implement SourceVer() in pkgRecords
5114 (thanks to Daniel Burrows for the patch!)
5115 * apt-pkg/algorithm.cc:
5116 - use clog for all debugging
5117 - only increase the score of installed applications if they
5119 - fix resolver bug on removal triggered by weak-dependencies
5122 - send apt version in User-Agent
5123 * apt-pkg/deb/debrecords.cc:
5124 - fix SHA1Hash() return value
5126 - only unmount if APT::CDROM::NoMount is false
5128 - only umount if it was mounted by the method before
5130 - fix error translation that causes trouble to lsb_release
5131 * apt-pkg/acquire-item.cc:
5132 - if decompression of a index fails, delete the index
5133 * apt-pkg/acquire.{cc,h}:
5134 - deal better with duplicated sources.list entries (avoid
5135 double queuing of URLs) - this fixes hangs in bzip/gzip
5136 * merged from Christian Perrier:
5137 * mr.po: New Marathi translation Closes: #416806
5138 * zh_CN.po: Updated by Eric Pareja Closes: #416822
5139 * tl.po: Updated by Eric Pareja Closes: #416638
5140 * gl.po: Updated by Jacobo Tarrio
5142 * da.po: Updated by Claus Hindsgaul
5144 * fr.po: Remove a non-breakable space for usability
5145 issues. Closes: #408877
5146 * ru.po: Updated Russian translation. Closes: #405476
5147 * *.po: Unfuzzy after upstream typo corrections
5148 * vi.po: Updated to 515t. Closes: #426976
5149 * eu.po: Updated to 515t. Closes: #423766
5150 * pt.po: 515t. Closes: #423111
5151 * fr.po: Updated by Christian Perrier
5152 * Update all PO and the POT. Gives 513t2f for formerly
5153 complete translations
5154 * apt-pkg/policy.cc:
5155 - allow multiple packages (thanks to David Foerster)
5157 -- Michael Vogt <mvo@debian.org> Wed, 2 May 2007 13:43:44 +0200
5159 apt (0.7.0) experimental; urgency=low
5161 * Package that contains all the new features
5162 * Removed all #pragma interface/implementation
5163 * Branch that contains all the new features:
5164 * translated package descriptions
5165 * task install support
5166 * automatic dependency removal (thanks to Daniel Burrows)
5167 * merged support for the new dpkg "Breaks" field
5168 (thanks to Ian Jackson)
5169 * handle network failures more gracefully on "update"
5170 * support for unattended-upgrades (via unattended-upgrades
5172 * added apt-transport-https method
5173 * merged "install-recommends" branch (ABI break):
5174 - new "--install-recommends"
5175 - install new recommends on "upgrade" if --install-recommends is
5177 - new "--fix-policy" option to install all packages with unmet
5178 important dependencies (usefull with --install-recommends to
5179 see what not-installed recommends are on the system)
5180 - fix of recommended packages display (only show CandidateVersion
5181 fix or-group handling)
5182 * merged "install-task" branch (use with "apt-get install taskname^")
5184 -- Michael Vogt <mvo@debian.org> Fri, 12 Jan 2007 20:48:07 +0100
5186 apt (0.6.46.4ubuntu10) feisty; urgency=low
5188 * apt-pkg/depcache.cc:
5189 - added "APT::Never-MarkAuto-Section" and consider dependencies
5190 of packages in this section manual (LP#59893)
5191 - ensure proper permissions in the extended_state file (LP#67037)
5192 * debian/apt.conf.ubuntu:
5193 - added APT::Never-MarkAuto-Section "metapackages" (LP#59893)
5194 * cmdline/apt-get.cc:
5195 - "apt-get install foo" on a already installed package foo will
5196 clean the automatic installed flag (LP#72007)
5197 - do not show packages already marked for removal as auto-installed
5199 - applied patch to (optionally) hide the auto-remove information
5200 (thanks to Frode M. Døving) (LP#69148)
5202 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 14 Mar 2007 13:32:32 +0100
5204 apt (0.6.46.4ubuntu9) feisty; urgency=low
5207 - set XS-Vcs-Bzr header
5208 - Set Ubuntu maintainer address
5210 - only unmount if APT::CDROM::NoMount is false
5211 - only umount if it was mounted by the method before
5212 * cmdline/apt-get.cc:
5213 - fix version output in autoremove list (LP#68941)
5214 * apt-pkg/packagemanager.cc:
5215 - do not spin 100% cpu in FixMissing() (LP#84476)
5216 * apt-pkg/indexfile.cc:
5217 - fix problem overwriting APT::Acquire::Translation
5218 * doc/examples/configure-index:
5219 - document APT::Acquire::Translation
5221 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 13 Mar 2007 15:24:39 +0100
5223 apt (0.6.46.4ubuntu8) feisty; urgency=low
5225 * fix segfault in the pkgRecords destructor
5228 - make the libcurl3-gnutls-dev versionized (LP#86614)
5230 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 26 Feb 2007 14:26:33 +0100
5232 apt (0.6.46.4ubuntu7) feisty; urgency=low
5234 * Merged the apt--mirror branch. This means that a new 'mirror'
5235 method is available that will allow dynamic mirror updates.
5236 The sources.list entry looks something like this:
5237 "deb mirror://mirrors.lp.net/get_mirror feisty main restricted"
5239 It also supports error reporting to a configurable url for mirror
5243 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 6 Feb 2007 11:38:06 +0100
5245 apt (0.6.46.4ubuntu6) feisty; urgency=low
5248 - send apt version in User-Agent
5249 * apt-pkg/deb/debrecords.cc:
5250 - fix SHA1Hash() return value
5251 * apt-pkg/algorithms.cc:
5252 - fix resolver bug on removal triggered by weak-dependencies
5254 - fix segfault (lp: #76530)
5256 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 20 Dec 2006 11:04:36 +0100
5258 apt (0.6.46.4ubuntu5) feisty; urgency=low
5260 * added apt-transport-https package to provide a optional
5261 https transport (apt-https spec)
5263 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 19 Dec 2006 16:23:43 +0100
5265 apt (0.6.46.4ubuntu4) feisty; urgency=low
5267 * apt-pkg/algorithms.cc:
5268 - only increase the score of installed applications if they
5271 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 18 Dec 2006 19:39:05 +0100
5273 apt (0.6.46.4ubuntu3) feisty; urgency=low
5275 * apt-pkg/algorithm.cc:
5276 - use clog for all debugging
5277 * apt-pkg/depcache.cc:
5278 - never mark Required package for autoremoval (lp: #75882)
5280 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 18 Dec 2006 11:56:05 +0100
5282 apt (0.6.46.4ubuntu2) feisty; urgency=low
5284 * apt-pkg/algorithms.cc: add missing call to MarkKeep
5285 so that dist-upgrade isn't broken by unsatisfiable Breaks.
5286 (thanks to Ian Jackson)
5288 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 7 Dec 2006 23:07:24 +0100
5290 apt (0.6.46.4ubuntu1) feisty; urgency=low
5292 * merged with debian
5294 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 7 Dec 2006 12:13:14 +0100
5296 apt (0.6.46.4-0.1) unstable; urgency=emergency
5299 * Fix broken use of awk in apt-key that caused removal of the wrong keys
5300 from the keyring. Closes: #412572
5302 -- Joey Hess <joeyh@debian.org> Mon, 26 Feb 2007 16:00:22 -0500
5304 apt (0.6.46.4) unstable; urgency=high
5306 * ack NMU (closes: #401017)
5307 * added apt-secure.8 to "See also" section
5308 * apt-pkg/deb/dpkgpm.cc:
5309 - added "Dpkg::StopOnError" variable that controls if apt
5310 will abort on errors from dpkg
5311 * apt-pkg/deb/debsrcrecords.{cc,h}:
5312 - make the Buffer grow dynmaically (closes: #400874)
5313 * Merged from Christian Perrier bzr branch:
5314 - uk.po: New Ukrainian translation: 483t28f3u
5315 - el.po: Update to 503t9f2u
5316 - de.po: Updates and corrections.
5317 * apt-pkg/contrib/progress.cc:
5318 - OpProgress::CheckChange optimized, thanks to Paul Brook
5320 * apt-pkg/contrib/sha256.cc:
5321 - fix building with noopt
5323 -- Michael Vogt <mvo@debian.org> Thu, 7 Dec 2006 10:49:50 +0100
5325 apt (0.6.46.3ubuntu2) feisty; urgency=low
5327 * apt-pkg/algorithms.cc: add missing call to MarkKeep
5328 so that dist-upgrade isn't broken by unsatisfiable Breaks.
5330 -- Ian Jackson <iwj@ubuntu.com> Thu, 7 Dec 2006 15:46:52 +0000
5332 apt (0.6.46.3ubuntu1) feisty; urgency=low
5334 * doc/apt-get.8.xml:
5335 - documented autoremove, thanks to Vladimír Lapá
\e%GÄ
\8d\e%@ek
5337 * fix broken i18n in the dpkg progress reporting, thanks to
5338 Frans Pop and Steinar Gunderson. (closes: #389261)
5341 * add apt-secure.8 to "See also" section
5343 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 23 Nov 2006 07:24:12 +0100
5345 apt (0.6.46.3-0.2) unstable; urgency=high
5347 * Non-maintainer upload with permission of Michael Vogt.
5348 * Fix FTBFS on most arches (regression from the fix of #400874)
5350 -- Andreas Barth <aba@not.so.argh.org> Tue, 5 Dec 2006 15:51:22 +0000
5352 apt (0.6.46.3-0.1) unstable; urgency=high
5354 * Non-maintainer upload with permission of Michael Vogt.
5355 * Fix segfault at apt-get source. Closes: #400874
5356 * Add apt-key update in postinst, so that debian-archive-keyring doesn't
5357 need to depend on apt >= 0.6. Closes: #401114
5358 * Don't double-queue pdiff files. Closes: #401017
5360 -- Andreas Barth <aba@not.so.argh.org> Tue, 5 Dec 2006 10:34:56 +0000
5362 apt (0.6.46.3) unstable; urgency=low
5364 * apt-pkg/deb/dpkgpm.cc:
5365 - make progress reporting robust against multiline error
5368 * Merged from Christian Perrier bzr branch:
5369 - ca.po: Updated to 514t
5370 - be.po: Updated to 514t
5371 - it.po: Updated to 514t
5372 - hu.po: Updated to 514t
5373 - zh_TW.po: Updated to 514t
5374 - ar.po: Updated to 293t221u.
5375 - ru.po: Updated to 514t. Closes: #392466
5376 - nb.po: Updated to 514t. Closes: #392466
5377 - pt.po: Updated to 514t. Closes: #393199
5378 - fr.po: One spelling error corrected: s/accèder/accéder
5379 - km.po: Updated to 514t.
5380 - ko.po: Updated to 514t.
5381 - bg.po: Updated to 514t.
5382 - de.po: Updated to 514t.
5383 - en_GB.po: Updated to 514t.
5385 -- Michael Vogt <mvo@debian.org> Thu, 2 Nov 2006 11:37:58 +0100
5387 apt (0.6.46.2) unstable; urgency=low
5390 - depend on debian-archive-keyring to offer clean upgrade path
5392 * Merged from Christian Perrier bzr branch:
5393 - es.po: Updated to 514t. Closes: #391661
5394 - da.po: Updated to 514t. Closes: #391424
5395 - cs.po: Updated. Closes: #391064
5396 - es.po: Updated to 514t. Closes: #391661
5397 - da.po: Updated to 514t. Closes: #391424
5399 -- Michael Vogt <mvo@debian.org> Wed, 11 Oct 2006 09:03:15 +0200
5401 apt (0.6.46.1) unstable; urgency=low
5404 - deal with empty files
5405 * Applied patch from Daniel Schepler to make apt bin-NMU able.
5406 (closes: bug#359634)
5407 * rebuild against current g++ because of:
5408 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29289
5410 * fix broken i18n in the dpkg progress reporting, thanks to
5411 Frans Pop and Steinar Gunderson. (closes: #389261)
5412 * Merged from Christian Perrier bzr branch:
5413 * fi.po: Updated to 514t. Closes: #390149
5414 * eu.po: Updated to 514t. Closes: #389725
5415 * vi.po: Updated to 514t. Closes: #388555
5416 * make the internal buffer in pkgTagFile grow dynamically
5419 -- Michael Vogt <mvo@debian.org> Mon, 2 Oct 2006 20:42:20 +0200
5421 apt (0.6.46) unstable; urgency=low
5424 - switched to libdb4.4 for building (closes: #381019)
5425 * cmdline/apt-get.cc:
5426 - show only the recommends/suggests for the candidate-version, not for all
5427 versions of the package (closes: #257054)
5428 - properly handle recommends/suggests or-groups when printing the list of
5429 suggested/recommends packages (closes: #311619)
5431 - check more careful for incorrect proxy settings (closes: #378868)
5433 - don't hang when /var is full (closes: #341537), thanks to
5434 Luis Rodrigo Gallardo Cruz for the patch
5435 * doc/examples/sources.list:
5436 - removed non-us.debian.org from the example (closes: #380030,#316196)
5437 * Merged from Christian Perrier bzr branch:
5438 * ro.po: Updated to 514t. Closes: #388402
5439 * dz.po: Updated to 514t. Closes: #388184
5440 * it.po: Fixed typos. Closes: #387812
5441 * ku.po: New kurdish translation. Closes: #387766
5442 * sk.po: Updated to 514t. Closes: #386851
5443 * ja.po: Updated to 514t. Closes: #386537
5444 * gl.po: Updated to 514t. Closes: #386397
5445 * fr.po: Updated to 516t.
5446 * fi.po: Updated to 512t. Closes: #382702
5447 * share/archive-archive.gpg:
5448 - removed the outdated amd64 and debian-2004 keys
5449 * apt-pkg/tagfile.cc:
5450 - applied patch from Jeroen van Wolffelaar to make the tags
5451 caseinsensitive (closes: #384182)
5452 - reverted MMap use in the tagfile because it does not work
5453 across pipes (closes: #383487)
5455 -- Michael Vogt <mvo@debian.org> Thu, 21 Sep 2006 10:25:03 +0200
5457 apt (0.6.45ubuntu14) edgy; urgency=low
5459 * cmdline/apt-get.cc:
5460 - fix in the TryInstallTask() code to make sure that all package
5461 there are marked manual install (lp: #61684)
5463 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 28 Sep 2006 00:34:20 +0200
5465 apt (0.6.45ubuntu13) edgy; urgency=low
5467 * no-changes upload to make apt rebuild against latest g++ and
5468 fix synaptic FTBFS (see bug: #62461 for details)
5470 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 26 Sep 2006 22:33:10 +0200
5472 apt (0.6.45ubuntu12) edgy; urgency=low
5474 * apt-pkg/depcache.cc:
5475 - fix in the sweep() code, set garbage flag for packages scheduled
5477 - do not change the autoFlag in MarkKeep(), this can lead to suprising
5480 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 21 Sep 2006 00:58:24 +0200
5482 apt (0.6.45ubuntu11) edgy; urgency=low
5484 * removed "installtask" and change it so that tasknames can be given
5485 with "apt-get install taskname^"
5486 * improve the writeStateFile() code
5488 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 20 Sep 2006 14:14:24 +0200
5490 apt (0.6.45ubuntu10) edgy; urgency=low
5493 - check more careful for incorrect proxy settings (closes: #378868)
5495 - don't hang when /var is full (closes: #341537), thanks to
5496 Luis Rodrigo Gallardo Cruz for the patch
5497 * doc/examples/sources.list:
5498 - removed non-us.debian.org from the example (closes: #380030,#316196)
5499 * Merged from Christian Perrier bzr branch:
5500 * ro.po: Updated to 514t. Closes: #388402
5501 * dz.po: Updated to 514t. Closes: #388184
5502 * it.po: Fixed typos. Closes: #387812
5503 * ku.po: New kurdish translation. Closes: #387766
5504 * sk.po: Updated to 514t. Closes: #386851
5505 * ja.po: Updated to 514t. Closes: #386537
5506 * gl.po: Updated to 514t. Closes: #386397
5507 * fr.po: Updated to 516t.
5508 * fi.po: Updated to 512t. Closes: #382702
5509 * share/archive-archive.gpg:
5510 - removed the outdated amd64 and debian-2004 keys
5511 * apt-pkg/tagfile.cc:
5512 - applied patch from Jeroen van Wolffelaar to make the tags
5513 caseinsensitive (closes: #384182)
5514 - reverted MMap use in the tagfile because it does not work
5515 across pipes (closes: #383487)
5516 * added "installtask" command
5517 * added new ubuntu specific rewrite rule for "Original-Maintainer"
5519 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 19 Sep 2006 15:07:51 +0200
5521 apt (0.6.45ubuntu9) edgy; urgency=low
5523 * cmdline/apt-get.cc:
5524 - if --no-remove is given, do not run the AutoRemove code
5526 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 13 Sep 2006 11:54:20 +0200
5528 apt (0.6.45ubuntu8) edgy; urgency=low
5530 * apt-pkg/algorithm.cc:
5531 - fix pkgProblemResolver.InstallProtect() to preserve the auto-install
5532 information (lp: #59457)
5533 * cmdline/apt-get.cc:
5534 - fix typo in autoremove information (lp: #59420)
5535 * install apt-mark to modify the automatically install information for
5538 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 8 Sep 2006 20:07:22 +0200
5540 apt (0.6.45ubuntu7) edgy; urgency=low
5542 * apt-pkg/depcache.cc:
5543 - fix a bug in the install-recommends-section code
5545 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 7 Sep 2006 18:22:38 +0200
5547 apt (0.6.45ubuntu6) edgy; urgency=low
5550 * cmdline/apt-get.cc:
5551 - always show auto-removable packages and give a hint how to remove
5553 * debian/apt.conf.ubuntu:
5554 - exlucde linux-image and linux-restricted-modules from ever being
5556 - added "metapackages" as the section we want to install recommends
5558 * apt-pkg/depcache.cc:
5559 - added support to turn install-recommends selectively on/off by
5562 * Tests pass without code changes! Except that we need this:
5563 * Bump cache file major version to force rebuild so that Breaks
5564 dependencies are included.
5565 * Don't depend on or suggest any particular dpkg or dpkg-dev versions;
5566 --auto-deconfigure is very very old and dpkg-dev's Breaks support
5567 is more or less orthogonal.
5568 * Initial draft of `Breaks' implementation. Appears to compile,
5569 but as yet *completely untested*.
5571 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 7 Sep 2006 11:50:52 +0200
5573 apt (0.6.45ubuntu5) edgy; urgency=low
5575 * apt-pkg/pkgcachegen.cc:
5576 - increase the APT::Cache-Limit to deal with the increased demand due
5577 to the translated descriptions
5578 * apt-pkg/deb/dpkgpm.cc:
5579 - pass "--auto-deconfigure" to dpkg on install to support the
5580 new "breaks" in dpkg
5582 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 15 Aug 2006 12:06:26 +0200
5584 apt (0.6.45ubuntu4) edgy; urgency=low
5586 * cmdline/apt-get.cc:
5587 - fix in the new --fix-polciy code
5589 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 14 Aug 2006 21:08:11 +0200
5591 apt (0.6.45ubuntu3) edgy; urgency=low
5594 * merged latest apt--install-recommends (closes: #559000)
5595 * added "--fix-policy" option to can be used as "--fix-broken" and
5596 will install missing weak depends (recommends, and/or suggests
5597 depending on the settings)
5598 * merged the apt--ddtp branch
5600 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 11 Aug 2006 12:53:23 +0200
5602 apt (0.6.45ubuntu2) edgy; urgency=low
5605 - switched to libdb4.4 for building (closes: #381019)
5606 * cmdline/apt-get.cc:
5607 - show only the recommends/suggests for the candidate-version, not for all
5608 versions of the package (closes: #257054)
5609 - properly handle recommends/suggests or-groups when printing the list of
5610 suggested/recommends packages (closes: #311619)
5611 * merged "apt--install-recommends" branch:
5612 - added "{no-}install-recommends" commandline option
5613 - added APT::Install-{Recommends,Suggests} option
5614 - currently Install-Recommends defaults to "False"
5616 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 9 Aug 2006 23:38:46 +0200
5618 apt (0.6.45ubuntu1) edgy; urgency=low
5620 * merged with debian/unstable
5622 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 1 Aug 2006 15:43:22 +0200
5624 apt (0.6.45) unstable; urgency=low
5626 * apt-pkg/contrib/sha256.cc:
5627 - fixed the sha256 generation (closes: #378183)
5628 * ftparchive/cachedb.cc:
5629 - applied patch from Anthony Towns to fix Clean() function
5631 * doc/apt-get.8.xml:
5632 - fix path to the apt user build (Closes: #375640)
5633 * doc/apt-cache.8.xml:
5634 - typo (Closes: #376408)
5635 * apt-pkg/deb/dpkgpm.cc:
5636 - make progress reporting more robust against multiline error
5637 messages (first half of a fix for #374195)
5638 * doc/examples/configure-index:
5639 - document Debug::pkgAcquire::Auth
5641 - deal with gpg error "NODATA". Closes: #296103, Thanks to
5642 Luis Rodrigo Gallardo Cruz for the patch
5643 * apt-inst/contrib/extracttar.cc:
5644 - fix for string mangling, closes: #373864
5645 * apt-pkg/acquire-item.cc:
5646 - check for bzip2 in /bin (closes: #377391)
5647 * apt-pkg/tagfile.cc:
5648 - make it work on non-mapable files again, thanks
5649 to James Troup for confirming the fix (closes: #376777)
5650 * Merged from Christian Perrier bzr branch:
5651 * ko.po: Updated to 512t. Closes: #378901
5652 * hu.po: Updated to 512t. Closes: #376330
5653 * km.po: New Khmer translation: 506t6f. Closes: #375068
5654 * ne.po: New Nepali translation: 512t. Closes: #373729
5655 * vi.po: Updated to 512t. Closes: #368038
5656 * zh_TW.po: Remove an extra %s in one string. Closes: #370551
5657 * dz.po: New Dzongkha translation: 512t
5658 * ro.po: Updated to 512t
5661 * fix apt-get dist-upgrade
5662 * fix warning if no /var/lib/apt/extended_states is present
5663 * don't download Translations for deb-src sources.list lines
5664 * apt-pkg/tagfile.cc:
5665 - support not-mmapable files again
5667 -- Michael Vogt <mvo@debian.org> Thu, 27 Jul 2006 00:52:05 +0200
5669 apt (0.6.44.2ubuntu4) edgy; urgency=low
5671 * Make apt-get dselect-upgrade happy again
5673 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 21 Jul 2006 11:03:02 +0200
5675 apt (0.6.44.2ubuntu3) edgy; urgency=low
5677 * Close extended_states file after writing it.
5679 -- Colin Watson <cjwatson@ubuntu.com> Tue, 18 Jul 2006 00:12:13 +0100
5681 apt (0.6.44.2ubuntu2) edgy; urgency=low
5683 * create a empty extended_states file if none exists already
5685 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 4 Jul 2006 09:23:03 +0200
5687 apt (0.6.44.2ubuntu1) edgy; urgency=low
5689 * merged with debian/unstable
5690 * merged the "auto-mark" branch to support aptitude like
5691 marking of automatically installed dependencies and added
5692 "apt-get remove --auto-remove" to remove unused auto-installed
5694 * changed library version from 3.11 to 3.50 to make it clearly
5695 different from the debian version (we are ABI incompatible because
5696 of the auto-mark patch)
5698 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 3 Jul 2006 18:30:46 +0200
5700 apt (0.6.44.2exp1) experimental; urgency=low
5702 * added support for i18n of the package descriptions
5703 * added support for aptitude like auto-install tracking (a HUGE
5704 HUGE thanks to Daniel Burrows who made this possible)
5705 * synced with the http://people.debian.org/~mvo/bzr/apt/debian-sid branch
5706 * build from http://people.debian.org/~mvo/bzr/apt/debian-experimental
5708 -- Michael Vogt <mvo@debian.org> Mon, 3 Jul 2006 21:50:31 +0200
5710 apt (0.6.44.2) unstable; urgency=low
5712 * apt-pkg/depcache.cc:
5713 - added Debug::pkgDepCache::AutoInstall (thanks to infinity)
5714 * apt-pkg/acquire-item.cc:
5715 - fix missing chmod() in the new aquire code
5716 (thanks to Bastian Blank, Closes: #367425)
5718 http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main:
5719 * sk.po: Completed to 512t
5720 * eu.po: Completed to 512t
5721 * fr.po: Completed to 512t
5722 * sv.po: Completed to 512t
5723 * Update all PO and the POT. Gives 506t6f for formerly
5724 complete translations
5726 -- Michael Vogt <mvo@debian.org> Wed, 14 Jun 2006 12:00:57 +0200
5728 apt (0.6.44.1-0.1) unstable; urgency=low
5730 * Non-maintainer upload.
5731 * Don't give an error when parsing empty Packages/Sources files.
5732 (Closes: #366931, #367086, #370160)
5734 -- Steinar H. Gunderson <sesse@debian.org> Fri, 9 Jun 2006 00:52:21 +0200
5736 apt (0.6.44.1) unstable; urgency=low
5738 * apt-pkg/acquire-item.cc:
5739 - fix reversed logic of the "Acquire::PDiffs" option
5741 http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main:
5742 - po/LINGUAS: added "bg" Closes: #360262
5743 - po/gl.po: Galician translation update. Closes: #366849
5744 - po/hu.po: Hungarian translation update. Closes: #365448
5745 - po/cs.po: Czech translation updated. Closes: #367244
5746 * apt-pkg/contrib/sha256.cc:
5747 - applied patch to fix unaligned access problem. Closes: #367417
5748 (thanks to David Mosberger)
5750 -- Michael Vogt <mvo@debian.org> Tue, 16 May 2006 21:51:16 +0200
5752 apt (0.6.44) unstable; urgency=low
5754 * apt-pkg/acquire.cc: don't show ETA if it is 0 or absurdely large
5755 * apt-pkg/contrib/sha256.{cc,h},hashes.{cc,h}: support for sha256
5756 (thanks to Anthony Towns)
5757 * ftparchive/cachedb.{cc,h},writer.{cc,h}: optimizations
5758 (thanks to Anthony Towns)
5759 * apt pdiff support from experimental merged
5760 * apt-pkg/deb/dpkgpm.cc: wording fixes (thanks to Matt Zimmerman)
5761 * apt-pkg/deb/dpkgpm.cc:
5762 - wording fixes (thanks to Matt Zimmerman)
5763 - fix error in dpkg interaction (closes: #364513, thanks to Martin Dickopp)
5764 * apt-pkg/tagfile.{cc,h}:
5765 - use MMap to read the entries (thanks to Zephaniah E. Hull for the
5766 patch) Closes: #350025
5767 * Merge from http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main:
5768 * bg.po: Added, complete to 512t. Closes: #360262
5769 * doc/apt-ftparchive.1.xml:
5770 - fix documentation for "SrcPackages" -> "Sources"
5771 (thanks to Bart Martens for the patch, closes: #307756)
5772 * debian/libapt-pkg-doc.doc-base.cache:
5773 - remove broken charackter from description (closes: #361129)
5774 * apt-inst/deb/dpkgdb.cc, methods/gpgv.cc:
5775 - i18n fixes (closes: #349298)
5776 * debian/postinst: dont fail on not available
5777 /usr/share/doc/apt/examples/sources.list (closes: #361130)
5779 - unlink empty file in partial if the download failed because
5780 the file is missing on the server (closes: #316337)
5781 * apt-pkg/deb/debversion.cc:
5782 - treats a version string with explicit zero epoch equal
5783 than the same without epoch (Policy 5.6.12, closes: #363358)
5784 Thanks to Lionel Elie Mamane for the patch
5786 -- Michael Vogt <mvo@debian.org> Mon, 8 May 2006 22:28:53 +0200
5788 apt (0.6.43.3ubuntu3) dapper; urgency=low
5791 - fix the user-agent string
5793 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 26 May 2006 18:09:32 +0200
5795 apt (0.6.43.3ubuntu2) dapper; urgency=low
5797 * apt-pkg/deb/dpkgpm.cc: wording fixes (thanks to Matt Zimmerman)
5799 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 18 Apr 2006 13:24:40 +0200
5801 apt (0.6.43.3ubuntu1) dapper; urgency=low
5803 * apt-pkg/acquire.cc: don't show ETA if it is 0 or absurdely large in
5804 the status-fd (ubuntu #28954)
5806 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 28 Mar 2006 20:34:46 +0200
5808 apt (0.6.43.3) unstable; urgency=low
5810 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-186:
5811 * ca.po: Completed to 512t. Closes: #351592
5812 * eu.po: Completed to 512t. Closes: #350483
5813 * ja.po: Completed to 512t. Closes: #349806
5814 * pl.po: Completed to 512t. Closes: #349514
5815 * sk.po: Completed to 512t. Closes: #349474
5816 * gl.po: Completed to 512 strings Closes: #349407
5817 * sv.po: Completed to 512 strings Closes: #349210
5818 * ru.po: Completed to 512 strings Closes: #349154
5819 * da.po: Completed to 512 strings Closes: #349084
5820 * fr.po: Completed to 512 strings
5821 * vi.po: Completed to 511 strings Closes: #348968
5822 * zh_CN.po: Completed to 512t. Closes: #353936
5823 * it.po: Completed to 512t. Closes: #352803
5824 * pt_BR.po: Completed to 512t. Closes: #352419
5825 * LINGUAS: Add Welsh
5826 * *.po: Updated from sources (512 strings)
5827 * apt-pkg/deb/deblistparser.cc:
5828 - don't explode on a DepCompareOp in a Provides line, but warn about
5829 it and ignore it otherwise (thanks to James Troup for reporting it)
5830 * cmdline/apt-get.cc:
5831 - don't lock the lists directory in DoInstall, breaks --print-uri
5832 (thanks to James Troup for reporting it)
5833 * debian/apt.dirs: create /etc/apt/sources.list.d
5834 * make apt-cache madison work without deb-src entries (#352583)
5835 * cmdline/apt-get.cc: only run the list-cleaner if a update was
5838 -- Michael Vogt <mvo@debian.org> Wed, 22 Feb 2006 10:13:04 +0100
5840 apt (0.6.43.2ubuntu1) dapper; urgency=low
5842 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-182:
5843 * ca.po: Completed to 512t. Closes: #351592
5844 * eu.po: Completed to 512t. Closes: #350483
5845 * ja.po: Completed to 512t. Closes: #349806
5846 * pl.po: Completed to 512t. Closes: #349514
5847 * sk.po: Completed to 512t. Closes: #349474
5848 * gl.po: Completed to 512 strings Closes: #349407
5849 * vi.po: Completed to 512 strings
5850 * sv.po: Completed to 512 strings Closes: #349210
5851 * ru.po: Completed to 512 strings Closes: #349154
5852 * da.po: Completed to 512 strings Closes: #349084
5853 * fr.po: Completed to 512 strings
5854 * LINGUAS: Add Welsh
5855 * *.po: Updated from sources (512 strings)
5856 * vi.po: Completed to 511 strings Closes: #348968
5857 * apt-pkg/deb/deblistparser.cc:
5858 - don't explode on a DepCompareOp in a Provides line, but warn about
5859 it and ignore it otherwise (thanks to James Troup for reporting it)
5860 * cmdline/apt-get.cc:
5861 - don't lock the lists directory in DoInstall, breaks --print-uri
5862 (thanks to James Troup for reporting it)
5863 * debian/apt.dirs: create /etc/apt/sources.list.d
5864 * make apt-cache madison work without deb-src entries (#352583)
5865 * cmdline/apt-get.cc: only run the list-cleaner if a update was
5867 * apt-get update errors are only warnings nowdays
5868 * be more careful with the signature file on network failures
5870 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 20 Feb 2006 22:27:48 +0100
5872 apt (0.6.43.2) unstable; urgency=low
5874 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-166:
5875 - en_GB.po, de.po: fix spaces errors in "Ign " translations Closes: #347258
5876 - makefile: make update-po a pre-requisite of clean target so
5877 that POT and PO files are always up-to-date
5878 - sv.po: Completed to 511t. Closes: #346450
5879 - sk.po: Completed to 511t. Closes: #346369
5880 - fr.po: Completed to 511t
5881 - *.po: Updated from sources (511 strings)
5882 - el.po: Completed to 511 strings Closes: #344642
5883 - da.po: Completed to 511 strings Closes: #348574
5884 - es.po: Updated to 510t1f Closes: #348158
5885 - gl.po: Completed to 511 strings Closes: #347729
5886 - it.po: Yet another update Closes: #347435
5887 * added debian-archive-keyring to the Recommends (closes: #347970)
5888 * fixed message in apt-key to install debian-archive-keyring
5889 * typos fixed in apt-cache.8 (closes: #348348, #347349)
5890 * add patch to fix http download corruption problem (thanks to
5891 Petr Vandrovec, closes: #280844, #290694)
5893 -- Michael Vogt <mvo@debian.org> Thu, 19 Jan 2006 00:06:33 +0100
5895 apt (0.6.43.1ubuntu1) dapper; urgency=low
5897 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-159:
5898 - en_GB.po, de.po: fix spaces errors in "Ign " translations
5900 - makefile: make update-po a pre-requisite of clean target so
5901 that POT and PO files are always up-to-date
5902 - sv.po: Completed to 511t. Closes: #346450
5903 - sk.po: Completed to 511t. Closes: #346369
5904 - fr.po: Completed to 511t
5905 - *.po: Updated from sources (511 strings)
5906 * add patch to fix http download corruption problem (thanks to
5907 Petr Vandrovec, closes: #280844, #290694)
5908 * added APT::Periodic::Unattended-Upgrade (requires the package
5909 "unattended-upgrade")
5911 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 10 Jan 2006 17:09:31 +0100
5913 apt (0.6.43.1) unstable; urgency=low
5915 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-148:
5916 * fr.po: Completed to 510 strings
5917 * it.po: Completed to 510t
5918 * en_GB.po: Completed to 510t
5919 * cs.po: Completed to 510t
5920 * zh_CN.po: Completed to 510t
5921 * el.po: Updated to 510t
5922 * vi.po: Updated to 383t93f34u
5923 * tl.po: Completed to 510 strings (Closes: #344306)
5924 * sv.po: Completed to 510 strings (Closes: #344056)
5925 * LINGUAS: disabled Hebrew translation. (Closes: #313283)
5926 * eu.po: Completed to 510 strings (Closes: #342091)
5927 * apt-get source won't download already downloaded files again
5929 * share/debian-archive.gpg: new 2006 ftp-archive signing key added
5931 * redownload the Release file if IMS-Hit and gpg failure
5932 * deal with multiple signatures on a Release file
5934 -- Michael Vogt <mvo@debian.org> Fri, 6 Jan 2006 01:17:08 +0100
5936 apt (0.6.43ubuntu2) dapper; urgency=low
5938 * merged some missing bits that wheren't merged by baz in the previous
5941 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 8 Dec 2005 18:35:58 +0100
5943 apt (0.6.43ubuntu1) dapper; urgency=low
5945 * merged with debian
5947 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 25 Nov 2005 11:36:29 +0100
5949 apt (0.6.43) unstable; urgency=medium
5951 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-132:
5952 * zh_CN.po: Completed to 510 strings(Closes: #338267)
5953 * gl.po: Completed to 510 strings (Closes: #338356)
5954 * added support for "/etc/apt/sources.list.d" directory
5956 * make pkgDirStream (a bit) more complete
5957 * fix bug in pkgCache::VerIterator::end() (thanks to Daniel Burrows)
5959 * pkgAcqFile is more flexible now (closes: #57091)
5960 * support a download rate limit for http (closes: #146877)
5961 * included lots of the speedup changes from #319377
5962 * add stdint.h to contrib/md5.h (closes: #340448)
5963 * ABI change, library name changed (closes: #339147)
5964 * Fix GNU/kFreeBSD crash on non-existing server file (closes: #317718)
5965 * switch to libdb4.3 in build-depends
5967 -- Michael Vogt <mvo@debian.org> Tue, 29 Nov 2005 00:17:07 +0100
5969 apt (0.6.42.3ubuntu2) dapper; urgency=low
5971 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-131:
5972 * zh_CN.po: Completed to 507 strings(Closes: #338267)
5973 * gl.po: Completed to 510 strings (Closes: #338356)
5974 * added support for "/etc/apt/sources.list.d" directory
5977 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 14 Nov 2005 15:30:12 +0100
5979 apt (0.6.42.3ubuntu1) dapper; urgency=low
5981 * synced with debian
5983 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Nov 2005 05:05:56 +0100
5985 apt (0.6.42.3) unstable; urgency=low
5987 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-129:
5988 - patch-118: Russian translation update by Yuri Kozlov (closes: #335164)
5989 - patch-119: add update-po as a pre-req for binary (closes: #329910)
5990 - patch-121: Complete French translation
5991 - patch-125: Fixed localization of y/n questions in German translation
5993 - patch-126: Swedish translation update (closes: #337163)
5994 - patch-127: Complete Tagalog translation (closes: #337306)
5995 - patch-128: Danish translation update (closes: #337949)
5996 - patch-129: Basque translation update (closes: #338101)
5997 * cmdline/apt-get.cc:
5998 - bufix in FindSrc (closes: #335213, #337910)
5999 * added armeb to archtable (closes: #333599)
6000 * with --allow-unauthenticated use the old fallback behaviour for
6001 sources (closes: #335112)
6003 -- Michael Vogt <mvo@debian.org> Wed, 9 Nov 2005 07:22:31 +0100
6005 apt (0.6.42.2) unstable; urgency=high
6007 * NMU (approved by maintainer)
6008 * Add AMD64 archive signing key to debian-archive.gpg (closes: #336500).
6009 * Add big-endian arm (armeb) support (closes: #333599).
6010 * Priority high to get the AMD key into testing ASAP.
6012 -- Frans Pop <fjp@debian.org> Sun, 30 Oct 2005 21:29:11 +0100
6014 apt (0.6.42.1) unstable; urgency=low
6016 * fix a incorrect example in the apt_prefrences man page
6017 (thanks to Filipus Klutiero, closes: #282918)
6018 * apt-pkg/pkgrecords.cc:
6019 - revert patch from last version, it causes trouble on alpha
6020 and ia64 (closes: #335102, #335103)
6021 * cmdline/apt-get.cc:
6022 - be extra carefull in FindSrc (closes: #335213)
6024 -- Michael Vogt <mvo@debian.org> Sat, 22 Oct 2005 23:44:35 +0200
6026 apt (0.6.42) unstable; urgency=low
6029 - unmount the cdrom when apt failed to locate any package files
6030 * allow cdrom failures and fallback to other sources in that case
6032 * better error text when dpkg-source fails
6033 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-115:
6034 - patch-99: Added Galician translation
6035 - patch-100: Completed Danish translation (Closes: #325686)
6036 - patch-104: French translation completed
6037 - patch-109: Italian translation completed
6038 - patch-112: Swedish translation update
6039 - patch-115: Basque translation completed (Closes: #333299)
6040 * applied french man-page update (thanks to Philippe Batailler)
6041 (closes: #316638, #327456)
6042 * fix leak in the mmap code, thanks to Daniel Burrows for the
6043 patch (closes: #250583)
6044 * support for apt-get [build-dep|source] -t (closes: #152129)
6045 * added "APT::Authentication::TrustCDROM" option to make the life
6046 for the installer people easier (closes: #334656)
6047 * fix crash in apt-ftparchive (thanks to Bastian Blank for the patch)
6049 * apt-pkg/contrib/md5.cc:
6050 - fix a alignment problem on sparc64 that gives random bus errors
6051 (thanks to Fabbione for providing a test-case)
6052 * init the default ScreenWidth to 79 columns by default
6054 * cmdline/apt-cdrom.cc:
6055 - fix some missing gettext() calls (closes: #334539)
6056 * doc/apt-cache.8.xml: fix typo (closes: #334714)
6058 -- Michael Vogt <mvo@debian.org> Wed, 19 Oct 2005 22:02:09 +0200
6060 apt (0.6.41) unstable; urgency=low
6062 * improved the support for "error" and "conffile" reporting from
6063 dpkg, added the format to README.progress-reporting
6064 * added README.progress-reporting to the apt-doc package
6065 * improved the network timeout handling, if a index file from a
6066 sources.list times out or EAI_AGAIN is returned from getaddrinfo,
6067 don't try to get the other files from that entry
6068 * Support architecture-specific extra overrides
6069 (closes: #225947). Thanks to Anthony Towns for idea and
6070 the patch, thanks to Colin Watson for testing it.
6071 * Javier Fernandez-Sanguino Pen~a:
6072 - Added a first version of an apt-secure.8 manpage, and modified
6073 apt-key and apt.end accordingly. Also added the 'update'
6074 argument to apt-key which was previously not documented
6077 - added example apt-ftparchive.conf file to doc/examples
6079 * Fix a incorrect example in the man-page (closes: #282918)
6080 * Fix a bug for very long lines in the apt-cdrom code (closes: #280356)
6081 * Fix a manual page bug (closes: #316314)
6082 * Do md5sum checking for file and cdrom method (closes: #319142)
6083 * Change pkgPolicy::Pin from private to protected to let subclasses
6084 access it too (closes: #321799)
6085 * add default constructor for PrvIterator (closes: #322267)
6086 * Reread status configuration on debSystem::Initialize()
6087 (needed for apt-proxy, thanks to Otavio for this patch)
6089 -- Michael Vogt <mvo@debian.org> Mon, 5 Sep 2005 22:59:03 +0200
6091 apt (0.6.40.1ubuntu8) breezy; urgency=low
6093 * Cherry picked michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-62:
6094 - fix for a bad memory/file leak in the mmap code (ubuntu #15603)
6095 * po/de.po, po/fr.po:
6096 - updated the translations
6098 - create a single pot file in each domain dir to make rosetta happy
6100 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 28 Sep 2005 10:16:06 +0200
6102 apt (0.6.40.1ubuntu7) breezy; urgency=low
6104 * updated the pot/po files , no code changes
6106 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 27 Sep 2005 18:38:16 +0200
6108 apt (0.6.40.1ubuntu6) breezy; urgency=low
6110 * Cherry picked michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-56:
6111 - make it possible for apt to handle a failed MediaChange event and
6112 fall back to other sources (ubuntu #13713)
6114 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 13 Sep 2005 22:09:50 +0200
6116 apt (0.6.40.1ubuntu5) breezy; urgency=low
6118 * Cherry picked michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-{50,51}.
6119 This adds media-change reporting to the apt status-fd (ubuntu #15213)
6120 * Cherry picked michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-55:
6122 - unmount the cdrom when apt failed to locate any package files
6124 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 12 Sep 2005 15:44:26 +0200
6126 apt (0.6.40.1ubuntu4) breezy; urgency=low
6128 * debian/apt.cron.daily:
6129 - fix a embarrassing typo
6131 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 7 Sep 2005 10:10:37 +0200
6133 apt (0.6.40.1ubuntu3) breezy; urgency=low
6135 * debian/apt.cron.daily:
6136 - use the ctime as well when figuring what packages need to
6137 be removed. This fixes the problem that packages copied with
6138 "cp -a" (e.g. from the installer) have old mtimes (ubuntu #14504)
6140 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 6 Sep 2005 18:30:46 +0200
6142 apt (0.6.40.1ubuntu2) breezy; urgency=low
6144 * improved the support for "error" and "conffile" reporting from
6145 dpkg, added the format to README.progress-reporting
6146 * added README.progress-reporting to the apt-doc package
6147 * Do md5sum checking for file and cdrom method (closes: #319142)
6148 * Change pkgPolicy::Pin from private to protected to let subclasses
6149 access it too (closes: #321799)
6150 * methods/connect.cc:
6151 - send failure reason for EAI_AGAIN (TmpResolveFailure) to acuire-item
6152 * apt-pkg/acquire-item.cc:
6153 - fail early if a FailReason is TmpResolveFailure (avoids hangs during
6154 the install when no network is available)
6155 * merged michael.vogt@ubuntu.com--2005/apt--trust-cdrom--0
6157 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 23 Aug 2005 19:44:55 +0200
6159 apt (0.6.40.1ubuntu1) breezy; urgency=low
6161 * Synchronize with Debian
6163 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 5 Aug 2005 14:20:56 +0200
6165 apt (0.6.40.1) unstable; urgency=low
6167 * bugfix in the parsing code for the apt<->dpkg communication. apt
6168 crashed when dpkg sends the same state more than once under certain
6170 * 0.6.40 breaks the ABI but I accidentally didn't change the soname :/
6172 -- Michael Vogt <mvo@debian.org> Fri, 5 Aug 2005 13:24:58 +0200
6174 apt (0.6.40ubuntu1) breezy; urgency=low
6176 * Synchronize with Debian
6178 -- Matt Zimmerman <mdz@ubuntu.com> Thu, 4 Aug 2005 15:53:22 -0700
6180 apt (0.6.40) unstable; urgency=low
6182 * Patch from Jordi Mallach to mark some additional strings for translation
6183 * Updated Catalan translation from Jordi Mallach
6184 * Merge from bubulle@debian.org--2005/apt--main--0:
6185 - Update pot and merge with *.po
6186 - Updated French translation, including apt-key.fr.8
6187 * Restore changelog entries from the 0.6.x series that went to Debian
6189 * Merge michael.vogt@ubuntu.com--2005/apt--progress-reporting--0
6190 - Provide an interface for progress reporting which can be used by
6193 -- Matt Zimmerman <mdz@debian.org> Thu, 28 Jul 2005 11:57:32 -0700
6195 apt (0.6.39ubuntu4) breezy; urgency=low
6197 * Fix keyring paths in apt-key, apt.postinst (I swear I remember doing this
6200 -- Matt Zimmerman <mdz@ubuntu.com> Wed, 29 Jun 2005 08:39:17 -0700
6202 apt (0.6.39ubuntu3) breezy; urgency=low
6204 * Fix keyring locations for Ubuntu in apt-key too.
6206 -- Colin Watson <cjwatson@ubuntu.com> Wed, 29 Jun 2005 14:45:36 +0100
6208 apt (0.6.39ubuntu2) breezy; urgency=low
6210 * Install ubuntu-archive.gpg rather than debian-archive.gpg as
6211 /etc/apt/trusted.gpg.
6213 -- Colin Watson <cjwatson@ubuntu.com> Wed, 29 Jun 2005 11:53:34 +0100
6215 apt (0.6.39ubuntu1) breezy; urgency=low
6218 - Change debian/bugscript to use #!/bin/bash (Closes: #313402)
6219 - Fix a incorrect example in the man-page (closes: #282918)
6220 - Support architecture-specific extra overrides
6221 (closes: #225947). Thanks to Anthony Towns for idea and
6222 the patch, thanks to Colin Watson for testing it.
6223 - better report network timeouts from the methods to the acuire code,
6224 only timeout once per sources.list line
6226 -- Matt Zimmerman <mdz@ubuntu.com> Tue, 28 Jun 2005 11:52:24 -0700
6228 apt (0.6.39) unstable; urgency=low
6230 * Welsh translation update: daf@muse.19inch.net--2005/apt--main--0--patch-6
6231 * Merge mvo's changes from 0.6.36ubuntu1:
6232 michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-32
6233 * Merge aggregated translation updates:
6234 bubulle@debian.org--2005/apt--main--0
6235 * Update priority of apt-utils to important, to match the override file
6236 * Install only one keyring on each branch (Closes: #316119)
6238 -- Matt Zimmerman <mdz@debian.org> Tue, 28 Jun 2005 11:51:09 -0700
6240 apt (0.6.38ubuntu1) breezy; urgency=low
6242 * First release from Ubuntu branch
6243 * Merge with --main--0, switch back to Ubuntu keyring
6245 -- Matt Zimmerman <mdz@ubuntu.com> Sat, 25 Jun 2005 16:52:41 -0700
6247 apt (0.6.38) unstable; urgency=low
6249 * Merge michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-6, a workaround
6250 for the French man pages' failure to build
6251 * Branch Debian and Ubuntu
6252 - apt.postinst, apt-key: use the appropriate keyring
6253 - debian/rules: install all keyrings
6254 * Add the current Debian archive signing key (4F368D5D) to
6256 * make pinning on the "component" work again (using the section of the
6257 archive, we don't use per-section Release files anymore with apt-0.6)
6258 (closes ubuntu #9935)
6260 -- Matt Zimmerman <mdz@debian.org> Sat, 25 Jun 2005 09:51:00 -0700
6262 apt (0.6.37) breezy; urgency=low
6264 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-81
6265 - patch-66: Italian update
6266 - patch-71: French update
6267 - patch-73: Basque update
6268 - patch-74: Hebrew update
6269 - patch-76: Correct Hebrew translation (Closes: #306658)
6270 - patch-77: French man page update
6271 - patch-79: Correct syntax errors in Hebrew translation
6272 - patch-81: Portuguese update
6273 * Fix build of French man pages (now using XML, not SGML)
6274 * Add Welsh translation from Dafydd Harries
6275 (daf@muse.19inch.net--2005/apt--main--0--patch-1)
6276 * Change debian/bugscript to use #!/bin/bash (Closes: #313402)
6277 * Fix a incorrect example in the man-page (closes: #282918)
6279 -- Matt Zimmerman <mdz@ubuntu.com> Tue, 24 May 2005 14:38:25 -0700
6281 apt (0.6.36ubuntu1) breezy; urgency=low
6283 * make it possible to write a cache-control: no-cache header even if
6284 no proxy is set to support transparent proxies (closes ubuntu: #10773)
6286 * Merge otavio@debian.org--2005/apt--fixes--0.6:
6287 - Fix comment about the need of xmlto while building from Arch;
6288 - Fix StatStore struct on cachedb.h to use time_t and then fix a compile
6290 - Lock database at start of DoInstall routine to avoid concurrent
6291 runs of install/remove and update commands (Closes: #194467)
6292 - Fix warnings while compiling with GCC 4.0 compiler
6294 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 23 May 2005 11:57:53 +0200
6296 apt (0.6.36) experimental; urgency=low
6298 * Merge apt--mvo--0:
6299 - apt-pkg/acquire-item.cc:
6300 added "Acquire::BrokenProxy" that will force apt to always
6301 re-get the Release.gpg file (for broken proxies)
6302 - debian/apt.cron.daily:
6303 MinAge is defaulting to 2 days now to prevent over-aggresive removal
6305 honor "Acquire::gpgv::Options" when verifying the signature (Ubuntu #8496)
6307 -- Michael Vogt <mvo@debian.org> Thu, 31 Mar 2005 20:37:11 +0200
6309 apt (0.6.35) hoary; urgency=low
6311 * Merge apt--mvo--0 (incorporates 0.6.34ubuntu1):
6312 - Implement MaxSize and MaxAge in apt.cron.daily, to prevent the cache
6313 from growing too large (Ubuntu #6761)
6314 - some comments about the pkgAcqMetaSig::Custom600Headers() added
6315 - use gpg --with-colons
6316 - commented the ftp no_proxy unseting in methods/ftp.cc
6317 - added support for "Acquire::gpgv::options" in methods/gpgv.cc
6318 * Merge bubulle@debian.org--2005/apt--main--0
6319 - Make capitalization more consistent
6320 - Un-fuzzy translations resulting from capitalization changes
6321 - Italian translation update
6323 -- Matt Zimmerman <mdz@ubuntu.com> Mon, 7 Mar 2005 20:08:33 -0800
6325 apt (0.6.34) hoary; urgency=low
6327 * Add missing semicolon to configure-index (Closes: #295773)
6328 * Update build-depends on gettext to 0.12 (Closes: #295077)
6329 * Merge from bubulle@debian.org--2005/apt--main--0 to get
6332 -- Matt Zimmerman <mdz@ubuntu.com> Fri, 4 Mar 2005 16:13:15 -0800
6334 apt (0.6.33) hoary; urgency=low
6336 * Merge michael.vogt@ubuntu.com--2005/apt--mvo--0 (through patch-6)
6337 - patch-1: cosmetic changes (whitespace, "Apt::GPGV->APT::GPGV")
6338 - patch-2: (doc) documentation for gpgv
6339 - patch-3: (doc) new config variables added configure-index
6340 - patch-4: pkgAcquire::Run() pulse intervall can be configured
6341 - patch-5: fix for apt-get update removing Release.gpg files (#6865)
6342 - patch-6: change the path scoring in apt-cdrom, prefer pathes without
6345 -- Matt Zimmerman <mdz@ubuntu.com> Sat, 26 Feb 2005 15:21:17 -0800
6347 apt (0.6.32) hoary; urgency=low
6349 * Merge michael.vogt@ubuntu.com--2005/apt--mvo--0 (patch-1)
6350 - Implement Acquire::gpgv::options (Ubuntu bug#6283)
6352 -- Matt Zimmerman <mdz@ubuntu.com> Tue, 8 Feb 2005 19:31:15 -0800
6354 apt (0.6.31) hoary; urgency=low
6357 - Remove debugging output from apt.cron.daily (no one noticed?)
6358 - Apply patch from Anthony Towns to allow SHA1Summation to process a file
6359 descriptor until EOF, rather than requiring that the length of input be
6360 specified (Closes: #291338)
6361 - Fix build/install of Polish offline documentation, based on patch from
6362 Christian Perrier (Closes: #270404)
6364 - apt-cdrom.cc seperated into frontend (cmdline/apt-cdrom.cc and library
6365 apt-pkg/cdrom.{cc,h}) (Ubuntu #5668)
6367 -- Matt Zimmerman <mdz@ubuntu.com> Fri, 4 Feb 2005 10:23:01 -0800
6369 apt (0.6.30) unstable; urgency=low
6371 * Add ppc64 to buildlib/archtable
6372 * Merge michael.vogt@canonical.com--2004/apt--status-fd--0
6373 - Support preserving dpkg status file descriptor, to support
6374 better integration with synaptic
6376 -- Matt Zimmerman <mdz@ubuntu.com> Wed, 19 Jan 2005 00:26:01 -0800
6378 apt (0.6.29) hoary; urgency=low
6380 * Merge apt--mvo--0 (0.6.27ubuntu4)
6383 -- Matt Zimmerman <mdz@canonical.com> Tue, 28 Dec 2004 17:18:02 -0800
6385 apt (0.6.28) hoary; urgency=low
6388 * Rebuild source to get rid of arch metadata and temporary files in
6391 -- Matt Zimmerman <mdz@canonical.com> Thu, 23 Dec 2004 18:53:16 -0800
6393 apt (0.6.27ubuntu4) hoary; urgency=low
6395 * remove old sig-file in partial/ before starting to fetch a new sig-file
6396 (see ubuntu #4769 for the rational)
6397 * added apt-key update method (uses ubuntu-keyring)
6398 * documented the "--allow-unauthenticated" switch
6399 * added DEB_BUILD_PROG_OPTS to debian/rules (additonal options can be
6400 passed to DEB_BUILD_PROG like "-S")
6402 -- Michael Vogt <mvo@debian.org> Thu, 23 Dec 2004 11:12:51 +0100
6404 apt (0.6.27ubuntu3) hoary; urgency=low
6406 * added a exact dependency from libapt-pkg-dev to the apt version it was
6409 -- Michael Vogt <mvo@debian.org> Wed, 15 Dec 2004 09:56:32 +0100
6411 apt (0.6.27ubuntu2) hoary; urgency=low
6413 * fixed a bug in the rule file that happend during the big 0.5->0.6 merge
6415 -- Michael Vogt <mvo@debian.org> Tue, 14 Dec 2004 12:14:25 +0100
6417 apt (0.6.27ubuntu1) hoary; urgency=low
6419 * chmod 755 /usr/bin/apt-key
6420 * don't display a error when a apt-get update don't find a
6421 Packages.bz2/Sources.bz2 file
6423 -- Michael Vogt <mvo@debian.org> Mon, 13 Dec 2004 18:40:21 +0100
6425 apt (0.6.27) hoary; urgency=low
6427 * Merge apt--authentication--0 branch
6428 - Implement gpg authentication for package repositories (Closes: #203741)
6429 - Also includes Michael Vogt's fixes
6430 * Merge apt--misc-abi-changes--0 branch
6431 - Use pid_t throughout to hold process IDs (Closes: #226701)
6432 - Import patch from Debian bug #195510: (Closes: #195510)
6433 - Make Simulate::Describe and Simulate::ShortBreaks private member
6435 - Add a parameter (Candidate) to Describe to control whether the
6436 candidate version is displayed
6437 - Pass an appropriate value for Candidate everywhere Describe is called
6439 -- Matt Zimmerman <mdz@canonical.com> Mon, 13 Dec 2004 01:03:11 -0800
6441 apt (0.6.25) experimental; urgency=low
6443 * Fix handling of two-part sources for sources.list deb-src entries in
6444 the same way that deb entries were fixed
6446 -- Matt Zimmerman <mdz@debian.org> Wed, 9 Jun 2004 05:29:50 -0700
6448 apt (0.6.24) experimental; urgency=low
6450 * YnPrompt fixes were inadvertently left out, include them (Closes:
6453 -- Matt Zimmerman <mdz@debian.org> Sun, 16 May 2004 14:18:53 -0700
6455 apt (0.6.23) experimental; urgency=low
6457 * Remove obsolete pkgIterator::TargetVer() (Closes: #230159)
6458 * Reverse test in CheckAuth to match new prompt (Closes: #248211)
6460 -- Matt Zimmerman <mdz@debian.org> Sun, 9 May 2004 21:01:58 -0700
6462 apt (0.6.22) experimental; urgency=low
6465 * Make the unauthenticated packages prompt more intuitive (yes to
6466 continue, default no), but require --force-yes in addition to
6467 --assume-yes in order to override
6469 -- Matt Zimmerman <mdz@debian.org> Fri, 19 Mar 2004 13:55:35 -0800
6471 apt (0.6.21) experimental; urgency=low
6475 -- Matt Zimmerman <mdz@debian.org> Tue, 16 Mar 2004 22:52:34 -0800
6477 apt (0.6.20) experimental; urgency=low
6481 -- Matt Zimmerman <mdz@debian.org> Thu, 26 Feb 2004 17:17:02 -0800
6483 apt (0.6.19) experimental; urgency=low
6486 * Convert apt-key(8) to docbook XML
6488 -- Matt Zimmerman <mdz@debian.org> Mon, 9 Feb 2004 15:44:49 -0800
6490 apt (0.6.18) experimental; urgency=low
6492 * Add new Debian Archive Automatic Signing Key to the default keyring
6493 (existing keyrings are not updated; do that yourself)
6495 -- Matt Zimmerman <mdz@debian.org> Sat, 17 Jan 2004 17:04:30 -0800
6497 apt (0.6.17) experimental; urgency=low
6500 * Handle more IMS stuff correctly
6502 -- Matt Zimmerman <mdz@debian.org> Fri, 16 Jan 2004 10:54:25 -0800
6504 apt (0.6.16) experimental; urgency=low
6506 * Fix some cases where the .gpg file could be left in place when it is
6509 -- Matt Zimmerman <mdz@debian.org> Fri, 9 Jan 2004 09:22:15 -0800
6511 apt (0.6.15) experimental; urgency=low
6513 * s/Debug::Acquire::gpg/&v/
6514 * Honor the [vendor] syntax in sources.list again (though it is not
6515 presently used for anything)
6516 * Don't ship vendors.list(5) since it isn't used yet
6517 * Revert change from 0.6.10; it was right in the first place and the
6518 problem was apparently something else. Archive = Suite.
6520 -- Matt Zimmerman <mdz@debian.org> Mon, 5 Jan 2004 17:43:01 -0800
6522 apt (0.6.14) experimental; urgency=low
6526 -- Matt Zimmerman <mdz@debian.org> Sun, 4 Jan 2004 11:09:21 -0800
6528 apt (0.6.13) experimental; urgency=low
6532 -- Matt Zimmerman <mdz@debian.org> Sat, 3 Jan 2004 16:22:31 -0800
6534 apt (0.6.12) experimental; urgency=low
6536 * Have pkgAcquireIndex calculate an MD5 sum if one is not provided by
6537 the method (as with file: and copy:). Local repositories
6538 * Fix warning about dist name mismatch to actually print what it was
6540 * Don't expect any particular distribution name for two-part
6541 sources.list entries
6544 -- Matt Zimmerman <mdz@debian.org> Fri, 2 Jan 2004 13:59:00 -0800
6546 apt (0.6.11) experimental; urgency=low
6548 * Support IMS requests of Release.gpg and Release
6549 * This required API changes, bump the libapt-pkg version
6550 * Copy local Release files into Dir::State::Lists
6551 * Set IndexFile attribute when retrieving Release and Release.gpg so
6552 that the appropriate Cache-Control headers are sent
6554 -- Matt Zimmerman <mdz@debian.org> Fri, 2 Jan 2004 10:46:17 -0800
6556 apt (0.6.10) experimental; urgency=low
6558 * Use "Codename" (woody, sarge, etc.) to supply the value of the
6559 "Archive" package file attribute, used to match "release a=" type
6560 pins, rather than "Suite" (stable, testing, etc.)
6562 -- Matt Zimmerman <mdz@debian.org> Thu, 1 Jan 2004 16:56:47 -0800
6564 apt (0.6.9) experimental; urgency=low
6566 * Another tagfile workaround
6568 -- Matt Zimmerman <mdz@debian.org> Thu, 1 Jan 2004 13:56:08 -0800
6570 apt (0.6.8) experimental; urgency=low
6572 * Add a config option and corresponding command line option
6573 (--allow-unauthenticated) to apt-get, to make buildd operators happy
6576 -- Matt Zimmerman <mdz@debian.org> Wed, 31 Dec 2003 08:28:04 -0800
6578 apt (0.6.7) experimental; urgency=low
6580 * Forgot to revert part of the changes to tagfile in 0.6.4. Hopefully
6581 will fix segfaults for some folks.
6583 -- Matt Zimmerman <mdz@debian.org> Wed, 31 Dec 2003 08:01:28 -0800
6585 apt (0.6.6) experimental; urgency=low
6587 * Restore the ugly hack I removed from indexRecords::Load which set the
6588 pkgTagFile buffer size to (file size)+256. This is concealing a bug,
6589 but I can't fix it right now. This should fix the segfaults that
6590 folks are seeing with 0.6.[45].
6592 -- Matt Zimmerman <mdz@debian.org> Mon, 29 Dec 2003 18:11:13 -0800
6594 apt (0.6.5) experimental; urgency=low
6596 * Move the authentication check into a separate function in apt-get
6597 * Fix display of unauthenticated packages when they are in the cache
6600 -- Matt Zimmerman <mdz@debian.org> Sun, 28 Dec 2003 16:47:57 -0800
6602 apt (0.6.4) experimental; urgency=low
6604 * Use the top-level Release file in LoadReleaseInfo, rather than looking
6605 for the per-section ones (which aren't downloaded anymore). This
6606 unbreaks release pinning, including the NotAutomatic bit used by
6607 project/experimental
6608 * Use FileFd::Size() rather than a separate stat() call in
6610 * Fix pkgTagFile to leave a little extra room at the end of the buffer
6611 to append the record separator if it isn't present
6612 * Change LoadReleaseInfo to use "Suite" rather than "Archive", to match
6613 the Debian archive's dist-level Release files
6615 -- Matt Zimmerman <mdz@debian.org> Sun, 28 Dec 2003 15:55:55 -0800
6617 apt (0.6.3) experimental; urgency=low
6619 * Fix MetaIndexURI for flat ("foo/") sources
6621 -- Matt Zimmerman <mdz@debian.org> Sun, 28 Dec 2003 12:11:56 -0800
6623 apt (0.6.2) experimental; urgency=low
6625 * Add space between package names when multiple unauthenticated packages
6626 are being installed (Closes: #225212)
6627 * Provide apt-key with a secret keyring and a trustdb, even though we
6628 would never use them, because it blows up if it doesn't have them
6629 * Fix typo in apt-key(8) (standard input is '-', not '/')
6631 -- Matt Zimmerman <mdz@debian.org> Sat, 27 Dec 2003 13:01:40 -0800
6633 apt (0.6.1) experimental; urgency=low
6636 * Rearrange Release file authentication code to be more clear
6637 * If Release is present, but Release.gpg is not, don't forget to still
6638 queue Packages files
6639 * Convert distribution "../project/experimental" to "experimental" for
6641 * Make a number of Release file errors into warnings; for now, it is OK
6642 not to have a codename, for example. We mostly care about checksums
6645 -- Matt Zimmerman <mdz@debian.org> Fri, 26 Dec 2003 15:12:47 -0800
6647 apt (0.6.0) experimental; urgency=low
6649 * Signature verification support patch ("apt-secure") from Colin Walters
6650 <walters@debian.org> and Isaac Jones <ijones@syntaxpolice.org>. This
6652 - Release signature verification (Release.gpg)
6653 - Packages, Sources md5sum verification against Release
6655 * Make some modifications to signature verification support:
6656 - Release.gpg is always retrieved and verified if present, rather than
6657 requiring that sources be configured as secure
6658 - Print a hint about installing gnupg if exec(gpgv) fails
6659 - Remove obsolete pkgAcqIndexRel
6660 - Move vendors.list stuff into a separate module (vendorlist.{h,cc})
6661 - If any files about to be retrieved are not authenticated, issue a
6662 warning to the user and require confirmation
6663 - Fix a heap corruption bug in pkgSrcRecords::pkgSrcRecords()
6665 * Install a keyring in /usr/share/apt/debian-archive.gpg containing an
6666 initial set of Debian archive signing keys to seed /etc/apt/trusted.gpg
6667 * Add a new tool, apt-key(8) used to manage the keyring
6669 -- Matt Zimmerman <mdz@debian.org> Fri, 26 Dec 2003 08:27:19 -0800
6671 apt (0.5.32) hoary; urgency=low
6673 * Call setlocale in the methods, so that the messages are properly
6674 localised (Closes: #282700)
6675 * Implement support for bzip2-compressed debs (data.tar.bz2)
6677 -- Matt Zimmerman <mdz@canonical.com> Sat, 11 Dec 2004 09:05:52 -0800
6679 apt (0.5.31) unstable; urgency=low
6681 * New Romanian translation from Sorin Batariuc <sorin@bonbon.net>
6683 * Merge changes from Hoary (0.5.30,0.5.30ubuntu2]
6684 * Fix the example in apt_preferences(5) to match the text
6686 * Add APT::Periodic::Autoclean setting, to allow "apt-get autoclean" to
6687 be run periodically. This is useful with
6688 APT::Periodic::Download-Upgradeable-Packages, and defaults to the same
6689 value, so that the cache size is bounded
6691 -- Matt Zimmerman <mdz@debian.org> Tue, 23 Nov 2004 12:53:04 -0800
6693 apt (0.5.30ubuntu2) hoary; urgency=low
6695 * bzip2 is now "Suggested" and it will detect if bzip2 is installed
6696 and only then trying to get Packages.bz2
6698 -- Michael Vogt <mvo@debian.org> Fri, 19 Nov 2004 12:00:39 +0100
6700 apt (0.5.30ubuntu1) hoary; urgency=low
6702 * Need to Depend: bzip2 or Packages.bz2 fail.
6704 -- LaMont Jones <lamont@canonical.com> Thu, 18 Nov 2004 12:51:05 -0700
6706 apt (0.5.30) hoary; urgency=low
6708 * Patch from Michael Vogt to enable Packages.bz2 use, with a fallback to
6709 Packages.gz if it is not present (Closes: #37525)
6711 -- Matt Zimmerman <mdz@debian.org> Mon, 15 Nov 2004 12:57:28 -0800
6713 apt (0.5.29) unstable; urgency=low
6715 * Don't hardcode paths in apt.cron.daily
6716 * Add to apt.cron.daily the capability to pre-download upgradeable
6718 * Place timestamp files in /var/lib/apt/periodic, rather than
6720 * Standardize debhelper files a bit
6721 - Create all directories in debian/dirs rather than creating some on
6722 the dh_installdirs command line
6723 - Rename debian/dirs to debian/apt.dirs, debian/examples to
6726 -- Matt Zimmerman <mdz@debian.org> Sat, 13 Nov 2004 17:58:07 -0800
6728 apt (0.5.28) hoary; urgency=low
6730 * Translation updates:
6731 - Updated Hungarian from Kelemen Gábor <kelemeng@gnome.hu> (Closes: #263436)
6732 - Updated Greek from George Papamichelakis (Closes: #265004)
6733 - Updated Simplified Chinese from Tchaikov (Closes: #265190)
6734 - Updated French by Christian Perrier (Closes: #265816)
6735 - Updated Japanese by Kenshi Muto (Closes: #265630)
6736 - Updated Catalan from Jordi Mallach
6737 - Updated Dutch from Bart Cornelis (Closes: #268258, #278697)
6738 - Updated Portuguese from Miguel Figueiredo (Closes: #268265)
6739 - Updated Polish from Robert Luberda <robert@debian.org> (Closes: #268451)
6740 - Updated Danish from Claus Hindsgaul (Closes: #269417)
6741 - Updated Norwegian Nynorsk from Håvard Korsvoll <korsvoll@skulelinux.no>
6743 - Updated Russian from Yuri Kozlov <yuray@id.ru> (Closes: #271104)
6744 - Updated Italian from Samuele Giovanni Tonon <samu@debian.org>
6746 - Updated Brazilian Portuguese from Andre Luis Lopes (Closes: #273944)
6747 - Updated Slovak from Peter Mann (Closes: #279481)
6748 * APT::Get::APT::Get::No-List-Cleanup -> APT::Get::List-Cleanup in apt-get.cc
6750 * Merge Ubuntu changes:
6751 - Set default Dpkg::MaxArgs to 1024, and Dpkg::MaxArgBytes to 32k.
6752 Needed to work around ordering bugs when installing a large number of
6754 - Patch from Michael Vogt to add an optional cron job which
6755 can run apt-get update periodically
6756 * Add arch-build target to debian/rules
6758 -- Matt Zimmerman <mdz@debian.org> Sat, 13 Nov 2004 15:52:20 -0800
6760 apt (0.5.27) unstable; urgency=high
6762 * Sneak in a bunch of updated translations before the freeze
6764 * Translation updates:
6765 - New Finnish translation from Tapio Lehtonen <tale@debian.org>
6767 - New Bosnian translation from Safir Šećerović <sapphire@linux.org.ba>
6769 - Fix Italian incontrario (Closes: #217277)
6770 - Updated Spanish from Ruben Porras (Closes: #260483)
6771 - Updated Danish from Claus Hindsgaul (Closes: #260569)
6772 - Updated Slovak from Peter Mann (Closes: #260627)
6773 - Updated Portuguese from Miguel Figueiredo (Closes: #261423)
6774 * Bring configure-index up to date with documented options, patch from
6775 Uwe Zeisberger <zeisberg@informatik.uni-freiburg.de> (Closes: #259540)
6776 * Note in apt.conf(5) that configure-index does not contain strictly
6777 default values, but also examples
6778 * Add Polish translation of offline.sgml (Closes: #259229)
6780 -- Matt Zimmerman <mdz@debian.org> Thu, 29 Jul 2004 09:30:12 -0700
6782 apt (0.5.26) unstable; urgency=low
6784 * Translation updates:
6785 - Spanish update from Ruben Porras <nahoo82@telefonica.net> (Closes: #248214)
6786 - Sync Spanish apt(8) (Closes: #249241)
6787 - French update from Christian Perrier <bubulle@debian.org> (Closes: #248614)
6788 - New Slovak translation from Peter Mann <Peter.Mann@tuke.sk> (Closes: #251676)
6789 - Czech update from Miroslav Kure <kurem@upcase.inf.upol.cz> (Closes: #251682)
6790 - pt_BR update from Andre Luis Lopes <andrelop@debian.org> (Closes: #251961)
6791 - German translation of apt(8) from Helge Kreutzmann <kreutzm@itp.uni-hannover.de>
6793 - pt update from Miguel Figueiredo <elmig@debianpt.org> (Closes: #252700)
6794 - New Hebrew translation from Lior Kaplan <webmaster@guides.co.il>
6796 - New Basque translation from Piarres Beobide Egaña <pi@beobide.net>
6797 (Vasco - Euskara - difficult language, Closes: #254407) and already a
6798 correction (Closes: #255760)
6799 - Updated Brazilian Portuguese translation from
6800 Guilherme de S. Pastore <gpastore@colband.com.br> (Closes: #256396)
6801 - Updated Greek translation (complete now) from
6802 George Papamichelakis <george@step.gr> (Closes: #256797)
6803 - New Korean translation from Changwoo Ryu <cwryu@debian.org>
6805 - German translation now available in two flavours: with Unicode usage and
6806 without (related to #228486, #235759)
6807 * Update apt-get(8) to reflect the fact that APT::Get::Only-Source will
6808 affect apt-get build-dep as well as apt-get source
6809 * Remove aborted remnants of a different method of implementing DEB_BUILD_OPTIONS
6811 * Fix typo in error message when encountering unknown type in source list
6813 * Update k*bsd-gnu arch names in buildlib/ostable (Closes: #253532)
6814 * Add amd64 to buildlib/archtable (Closes: #240896)
6815 * Have configure output a more useful error message if the architecture
6818 -- Matt Zimmerman <mdz@debian.org> Thu, 8 Jul 2004 15:53:28 -0700
6820 apt (0.5.25) unstable; urgency=low
6822 * Patch from Jason Gunthorpe to remove arbitrary length limit on Binary
6823 field in SourcesWriter::DoPackage
6824 * Fix typo in apt-cache(8) (Closes: #238578)
6825 * Fix obsolete reference to bug(1) in stub apt(8) man page
6827 * Fix typo in configure-index (RecruseDepends -> RecurseDepends)
6829 * Support DEB_BUILD_OPTIONS=noopt in debian/rules
6831 * Increase length of line buffer in ReadConfigFile to 1024 chars;
6832 detect if a line is longer than that and error out
6834 * Suppress a signed/unsigned warning in apt-cache.cc:DisplayRecord
6835 * Build apt-ftparchive with libdb4.2 rather than libdb2
6836 - Patch from Clint Adams to do most of the work
6837 - Build-Depends: s/libdb2-dev/libdb4.2-dev/
6838 - Add AC_PREREQ(2.50) to configure.in
6839 - Use db_strerror(err) rather than GlobalError::Errno (which uses strerror)
6840 - Add note to NEWS.Debian about upgrading old databases
6841 * Attempt to fix problems with chunked encoding by stripping only a single CR
6843 * Modify debian/rules cvs-build to use cvs export, to avoid picking up
6844 junk files from the working directory
6845 * Add lang=fr attribute to refentry section of
6846 apt-extracttemplates.fr.1.sgml and apt-sortpkgs.fr.1.sgml so they are
6848 * Remove extraneous '\' characters from <command> tags in
6849 apt_preferences.fr.5.sgml
6850 * Translation updates:
6851 - Updated Swedish translation from Peter Karlsson <peter@softwolves.pp.se>
6853 - New Slovenian translation from Jure Čuhalev <gandalf@owca.info>
6855 - New Portuguese translation from Miguel Figueiredo <elmig@debianpt.org>
6857 - Updated Spanish translation from Ruben Porras <nahoo82@telefonica.net>
6858 - Updated Spanish translation of man pages from Ruben Porras
6859 <nahoo82@telefonica.net>
6860 - Updated Simplified Chinese translation from "Carlos Z.F. Liu" <carlos_liu@yahoo.com>
6862 - Updated Russian translation from Dmitry Astapov <adept@despammed.com>
6864 - Updated Polish translation from Marcin Owsiany <porridge@debian.org>
6866 - Updated Czech translation from Miroslav Kure <kurem@upcase.inf.upol.cz>
6868 - Updated Japanese translation from Kenshi Muto <kmuto@debian.org>
6870 - Run make -C po update-po to update .po files
6871 - Updated French translation from Christian Perrier <bubulle@debian.org>
6873 - Updated Danish translation from Claus Hindsgaul <claus_h@image.dk>
6876 -- Matt Zimmerman <mdz@debian.org> Sat, 8 May 2004 12:52:20 -0700
6878 apt (0.5.24) unstable; urgency=low
6880 * Updated Czech translation from Miroslav Kure <kurem@upcase.inf.upol.cz>
6882 * Updated French translation from Christian Perrier <bubulle@debian.org>
6884 * Updates to XML man pages from richard.bos@xs4all.nl
6885 * Updated Danish translation from Claus Hindsgaul <claus_h@image.dk>
6887 * Updated Greek translation from Konstantinos Margaritis
6890 * Updated Spanish translation from Ruben Porras <nahoo82@telefonica.net>
6892 * Updated pt_BR translation from Andre Luis Lopes <andrelop@debian.org>
6894 * Regenerate .pot file (Closes: #237892)
6895 * Updated Polish translation from Marcin Owsiany <porridge@debian.org>
6897 * In pkgAcquire::Shutdown(), set the status of fetching items to
6898 StatError to avoid a sometimes large batch of error messages
6900 * Implement an ugly workaround for the 10000-character limit on the
6901 Binaries field in debSrcRecordParser, until such time as some things
6902 can be converted over to use STL data types (ABI change) (Closes: #236688)
6903 * Increase default tagfile buffer from 32k to 128k; this arbitrary limit
6904 should also be removed someday (Closes: #174945)
6905 * Checked against Standards-Version 3.6.1 (no changes)
6907 -- Matt Zimmerman <mdz@debian.org> Tue, 16 Mar 2004 22:47:55 -0800
6909 apt (0.5.23) unstable; urgency=low
6911 * Cosmetic updates to XML man pages from Richard Bos <radoeka@xs4all.nl>
6912 * Use the 'binary' target rather than 'all' so that the ssh and bzip2
6913 symlinks are created correctly (thanks to Adam Heath)
6915 * Updated Simplified Chinese translation of message catalog from Tchaikov
6916 <chaisave@263.net> (Closes: #234186)
6917 * Change default for Acquire::http::max-age to 0 to prevent index files
6918 being out of sync with each other (important with Release.gpg)
6919 * Add an assert() to make sure that we don't overflow a fixed-size
6920 buffer in the very unlikely event that someone adds 10 packaging
6921 systems to apt (Closes: #233678)
6922 * Fix whitespace in French translation of "Yes, do as I say!", which
6923 made it tricky to type, again. Thanks to Sylvain Pasche
6924 <sylvain.pasche@switzerland.org> (Closes: #234494)
6925 * Print a slightly clearer error message if no packaging systems are
6926 available (Closes: #233681)
6927 * Point to Build-Depends in COMPILING (Closes: #233669)
6928 * Make debian/rules a bit more consistent in a few places.
6929 Specifically, always use -p$@ rather than an explicit package name,
6930 and always specify it first, and use dh_shlibdeps -l uniformly rather
6931 than sometimes changing LD_LIBRARY_PATH directly
6932 * Document unit for Cache-Limit (bytes) (Closes: #234737)
6933 * Don't translate "Yes, do as I say!" in Chinese locales, because it can
6934 be difficult to input (Closes: #234886)
6936 -- Matt Zimmerman <mdz@debian.org> Thu, 26 Feb 2004 17:08:14 -0800
6938 apt (0.5.22) unstable; urgency=low
6940 * Updated French translation of man pages from Philippe Batailler
6941 <philippe.batailler@free.fr> (Closes: #203119)
6942 * Initialize StatusFile in debSystem (Closes: #229791)
6943 * Fix apt-get's suggests/recommends printing, which was skipping every
6944 other dependency due to both using GlobOr and incrementing the DepIterator
6946 * Restore SIGINT/SIGQUIT handlers to their old values (rather than
6947 SIG_DFL) after invoking dpkg (Closes: #229854)
6948 * Updated Dutch translation of message catalog from cobaco
6949 <cobaco@linux.be> (Closes: #229601)
6950 * Catalan translation from Antoni Bella, Matt Bonner and Jordi Mallach
6952 * Simplified Chinese translation of message catalog from "Carlos
6953 Z.F. Liu" <carlos_liu@yahoo.com> (Closes: #230960)
6954 * Replace SGML manpages with XML man pages from richard.bos@xs4all.nl
6956 * Updated Spanish translation of man pages from Ruben Porras
6957 <nahoo82@telefonica.net> (Closes: #231539)
6958 * New Czech translation of message catalog from Miroslav Kure
6959 <kurem@upcase.inf.upol.cz> (Closes: #231921)
6961 -- Matt Zimmerman <mdz@debian.org> Mon, 9 Feb 2004 12:44:54 -0800
6963 apt (0.5.21) unstable; urgency=low
6965 * Patch from Eric Wong <normalperson@yhbt.net> to include apt18n.h after
6966 other headers to avoid breaking locale.h when setlocale() is defined
6967 as an empty macro. This was not a problem on Debian, but broke
6968 compilation on Solaris. (Closes: #226509)
6969 * Updated French translation from Pierre Machard <pmachard@debian.org>
6971 * Add colons to apt-get's "kept back"/"upgraded"/"downgraded" messages
6973 * Fix typo in apt-cache(8) (Closes: #226351)
6974 * Clearer error message in place of "...has no available version, but
6975 exists in the database" (Closes: #212203)
6976 * Patch from Oliver Kurth <oku@masqmail.cx> to use AC_CACHE_VAL for
6977 GLIBC_VER to make cross-compilation easier (Closes: #221528)
6978 * Add example preferences file (Closes: #220799)
6979 * Updated Greek translation from Konstantinos Margaritis <markos@debian.org>
6981 * Updated Spanish translation of man pages from Ruben Porras
6982 <nahoo82@telefonica.net> (Closes: #227729)
6984 -- Matt Zimmerman <mdz@debian.org> Fri, 16 Jan 2004 10:54:39 -0800
6986 apt (0.5.20) unstable; urgency=low
6988 * Fixed German translations of "Suggested" from Christian Garbs
6989 <debian@cgarbs.de> (Closes: #197960)
6990 * Add an "apt-cache madison" command with an output format similar to
6991 the katie tool of the same name (but less functionality)
6992 * Fix debSourcesIndex::Describe() to correctly say "Sources" rather than
6995 -- Matt Zimmerman <mdz@debian.org> Sat, 3 Jan 2004 23:42:50 -0800
6997 apt (0.5.19) unstable; urgency=low
6999 * Fix Packages::Extensions support in apt-ftparchive generate
7002 -- Matt Zimmerman <mdz@debian.org> Sat, 3 Jan 2004 16:20:31 -0800
7004 apt (0.5.18) unstable; urgency=low
7006 * New no_NO.po file from Tollef Fog Heen <tfheen@debian.org> to fix
7007 encoding problems (Closes: #225602)
7008 * Have "apt-ftparchive release" strip the leading path component from
7009 the checksum entries
7011 -- Matt Zimmerman <mdz@debian.org> Fri, 2 Jan 2004 11:24:35 -0800
7013 apt (0.5.17) unstable; urgency=low
7015 * Enable apt-ftparchive to generate Release files. Hopefully this will
7016 make it easier for folks to secure their apt-able packages
7018 -- Matt Zimmerman <mdz@debian.org> Fri, 26 Dec 2003 12:53:21 -0800
7020 apt (0.5.16) unstable; urgency=low
7022 * po/de.po update from Michael Karcher <karcher@physik.fu-berlin.de>
7024 * Update config.guess and config.sub from autotools-dev 20031007.1
7025 * Add knetbsd to buildlib/ostable (Closes: #212344)
7026 * Don't suggest apt-get -f install to correct broken build-deps; broken
7027 installed packages are rarely the cause (Closes: #220858)
7028 * Avoid clobbering configure.in if sed fails
7030 -- Matt Zimmerman <mdz@debian.org> Wed, 24 Dec 2003 14:54:40 -0800
7032 apt (0.5.15) unstable; urgency=low
7034 * Spanish man pages, patch from Ruben Porras <nahoo82@telefonica.net>
7036 - apt.es.8 wasn't included in the patch, but was referenced. Fetched
7037 version 1.3 from debian-doc cvs
7038 - Create doc/es/.cvsignore
7039 * Patch from Koblinger Egmont <egmont@uhulinux.hu> to fix
7040 pkgCache::PkgFileIterator::Label() to correctly refer to File->Label
7041 rather than File->Origin (Closes: #213311)
7042 * Add missing comma and space to German translation of "downgraded"
7044 * Add missing comma in apt_preferences(5) (Closes: #215362)
7045 * Fix whitespace in French translation of "Yes, do as I say!", which
7046 made it tricky to type. Thanks to Sylvain Pasche
7047 <sylvain.pasche@switzerland.org> (Closes: #217152)
7048 * Let apt-get build-dep try alternatives if the installed package
7049 doesn't meet version requirements (Closes: #214736)
7050 * Fix version display for recommends (Closes: #219900)
7051 * Use isatty rather than ttyname for checking if stdin is a terminal.
7052 isatty has the advantage of not requiring /proc under Linux, and thus
7054 * Correctly implement -n as a synonym for --names-only (Closes: #224515)
7055 * Update apt-cache(8)
7056 - Document --installed
7057 - --recursive applies to both depends and rdepends
7058 * Japanese translation of documentation from Kurasawa Nozomu <nabetaro@slug.jp>
7060 * Clarify documentation of --no-upgrade in apt-get(8) (Closes: #219743)
7061 * Clean up and simplify some of the suggests/recommends display in apt-get
7062 * Use cvs update -d in debian/rules cvs-build rather than just update
7063 * Pass --preserve-envvar PATH --preserve-envvar CCACHE_DIR to debuild. apt
7064 takes a long time to build, and ccache helps
7066 -- Matt Zimmerman <mdz@debian.org> Sat, 20 Dec 2003 16:34:30 -0800
7068 apt (0.5.14) unstable; urgency=low
7070 * apt-get build-dep, when trying to skip over the remaining elements of
7071 an or-expression, would accidentally inherit the version requirements of a
7072 later item in the or-expression. Fixed it.
7073 * Let apt-get build-dep try alternatives if the first dependency in an
7074 or-expression is not available
7075 * Add a Debug::BuildDeps to generate some trace output
7076 * Help apt-get build-dep produce more useful error messages
7077 * Process build-dependencies in forward rather than reverse order
7078 * Error out if an installed package is too new for a << or <=
7080 * apt-get build-dep should now be able to handle almost any package with
7081 correct build-depends. The primary exception is build-dependencies on
7082 virtual packages with more than one provider, and these are
7083 discouraged for automated processing (but still common,
7086 -- Matt Zimmerman <mdz@debian.org> Tue, 23 Sep 2003 22:57:31 -0400
7088 apt (0.5.13) unstable; urgency=medium
7090 * Document configuration file comment syntax in apt.conf(5)
7092 * s/removed/installed/ in a comment in apt-get.cc
7093 * Move comment for ListParser::ParseDepends into the right place
7094 * Don't preserve ownership when copying config.guess and config.sub.
7095 This broke builds where the clean target was run with different
7096 privileges than the rest of the build (i.e., root) (Closes: #212183)
7097 * On second thought, don't copy config.guess and config.sub at all. I'd
7098 rather they always match what is in CVS.
7100 -- Matt Zimmerman <mdz@debian.org> Mon, 22 Sep 2003 10:28:17 -0400
7102 apt (0.5.12) unstable; urgency=low
7104 * Exclude subdirectories named 'debian-installer' from the apt-cdrom
7105 search (Closes: #210485 -- release-critical)
7107 -- Matt Zimmerman <mdz@debian.org> Thu, 11 Sep 2003 21:48:14 -0400
7109 apt (0.5.11) unstable; urgency=low
7111 * Updated pt_BR translations from Andre Luis Lopes <andrelop@debian.org>
7113 * In apt.conf(5), give the fully qualified name of Dir::Bin::Methods,
7114 rather than just "methods"
7115 * Add new nb and nn translations from Petter Reinholdtsen <pere@hungry.com>
7116 * Clean up reportbug script a bit, and extend it to distinguish between a
7117 configuration file not existing and the user declining to submit it with
7119 * Add #include <langinfo.h> to cmdline/apt-get.cc. This apparently gets
7120 pulled in by something else with recent g++ and/or glibc, but is
7121 required when building on, e.g., stable
7122 * Patch from Koblinger Egmont <egmont@uhulinux.hu> to fix version
7123 comparisons with '~' (Closes: #205960)
7124 * Disable Russian translation until someone can review it
7127 -- Matt Zimmerman <mdz@debian.org> Wed, 10 Sep 2003 19:41:28 -0400
7129 apt (0.5.10) unstable; urgency=low
7131 * Correct the section in apt_preferences(5) on interpreting priorities
7132 to show that zero is not a valid priority, and print a warning if such
7133 a pin is encountered in the preferences file (Closes: #204971)
7134 * Regenerate French man pages from sgml source (Closes: #205886)
7135 * Get self-tests compiling again, updated for latest library API
7137 * Add version comparison tests for #194327 and #205960
7138 * Fix error message in version test to output versions in the order in
7139 which they were compared when the reverse comparison fails
7140 * Reference the source package bug page rather than the one for the
7141 binary package 'apt' in the man pages (Closes: #205290)
7142 * Updated Polish po file from Marcin Owsiany <porridge@debian.org>
7144 * Mention some of the available frontends in apt-get(8) (Closes: #205829)
7145 * Add apt-config to SEE ALSO section of apt-get (Closes: #205036)
7146 * Add missing "lang" attributes to refentry tags in French man pages
7147 (apt-cdrom, apt-extracttemplates, apt-sortpkgs)
7148 * Change upgraded/newly installed/not fully installed or removed
7149 messages to be consistent and somewhat shorter (some translations
7150 exceeded 80 characters even in the simplest case)
7151 * Make APT::Get::Show-Upgraded (aka apt-get -u) default to true.
7152 * Updates to Dutch translation from Bart Cornelis <cobaco@linux.be>
7155 -- Matt Zimmerman <mdz@debian.org> Sun, 31 Aug 2003 21:12:39 -0400
7157 apt (0.5.9) unstable; urgency=low
7159 * Oh well, apt isn't going to make it into testing anytime soon due to
7160 new glibc and gcc deps, so we might as well fix more bugs
7161 * Fix typo in example ftp-archive.conf (Closes: #203295)
7162 * Mention default setting for --all-versions (Closes: #203298)
7163 * Patch from Otavio Salvador <otavio@debian.org> to have --version
7164 only print the version (and not usage as well) (Closes: #203418)
7165 * Patch from Otavio Salvador <otavio@debian.org> to switch from
7166 dh_installmanpages to dh_installman. Fixes the problem where the
7167 pt_BR man page was installed in the wrong location (Closes: #194558)
7168 * Move the French apt-ftparchive man page into apt-utils where it
7169 belongs. apt-utils Replaces: apt (<< 0.5.9)
7170 * Write records from "apt-cache show" using fwrite(3) rather than
7171 write(2), in case for some reason the entire record doesn't get
7172 written by a single write(2)
7173 * Add new French man pages to doc/fr/.cvsignore
7174 * Add freebsd to buildlib/ostable (Closes: #193430)
7175 * Avoid segfault if a package name is specified which consists
7176 entirely of characters which look like end tags ('+', '-')
7178 * Patch from Otavio Salvador <otavio@debian.org> to avoid listing
7179 suggests/recommends for packages which are selected for installation
7180 at the same time as the package which suggests/recommends them
7182 * Patch from Otavio Salvador <otavio@debian.org> to avoid listing
7183 suggests/recommends which are Provided by a package which is already
7184 installed (Closes: #200395)
7185 * Patch to update pt_BR man page for apt_preferences(5) from Andre Luis
7186 Lopes <andrelop@debian.org> (Closes: #202245)
7187 * Use nl_langinfo(YESEXPR) rather than comparing to the translated
7188 string "Y". Closes: #200953 and should make the prompting generally
7189 more robust in the face of i18n. In the particular case of #200953,
7190 it was being fooled because of signedness issues with toupper(3)
7192 * apt Suggests: aptitude | synaptic | gnome-apt | wajig
7194 * Clean up whitespace in translated strings in ru.po, which messed up
7195 indentation (some other translations probably have similar problems)
7197 * Run ispell -h over the man page sources and fix a bunch of typos
7198 * Use debian/compat rather than DH_COMPAT
7199 * Update to debhelper compatibility level 3
7200 - remove ldconfig calls from debian/{postinst,postrm} as dh_makeshlibs
7202 - echo 3 > debian/compat
7203 - Build-Depends: debhelper (>= 3)
7204 * Exclude '.#*' from cvs-build
7205 * Let the ftp method work with ftp servers which do not require a
7206 password (Closes: #199425)
7207 * Build-depend on debhelper >= 4.1.62, because we need the fix for
7208 #204731 in order for dh_installman to work correctly
7209 with our SGML man pages
7210 * Move dh_makeshlibs ahead of dh_installdeb so that its postinst
7211 fragments are properly substituted
7213 -- Matt Zimmerman <mdz@debian.org> Sun, 10 Aug 2003 19:54:39 -0400
7215 apt (0.5.8) unstable; urgency=medium
7217 * urgency=medium because the changes since 0.5.5.1 are pretty safe as
7218 far as core functionality, 0.5.5.1 survived unstable for 10 days, and
7219 I don't want to delay apt's progress into testing any further. It's
7220 decidedly better than 0.5.4.
7221 * Clarify the meaning of the only-source option in apt-get(8)
7223 * Updated French man pages from Philippe Batailler
7224 <philippe.batailler@free.fr> (Closes: #182194)
7225 * Give a warning if an illegal type abbreviation is used when looking up a
7226 configuration item (Closes: #168453)
7227 * Improve build-depends handling of virtual packages even further, so that
7228 it will now also try to satisfy build-depends on virtual packages if they
7229 are not installed. Note that this only works if there is only one
7230 package providing the virtual package, as in other cases (Closes: #165404)
7231 * Update config.guess and config.sub from autotools-dev 20030717.1
7232 * Tweak SGML in apt-extracttemplates.1.sgml so that literal '>' doesn't end
7234 * Document SrcDirectory in apt-ftparchive.1.sgml (Closes: #156370)
7235 * Support TMPDIR in apt-extracttemplates (Closes: #191656)
7236 * Fix ru.po to use a capital letter for the translation of 'Y' so that
7237 YnPrompt works correctly (Closes: #200953). No other translations seem
7238 to have this problem
7239 * Regenerate POT file and sync .po files
7240 * Only try to clear stdin if it is a tty, to avoid looping if there is
7241 lots of stuff (perhaps an infinite amount) to read (Closes: #192228)
7243 -- Matt Zimmerman <mdz@debian.org> Fri, 25 Jul 2003 20:21:53 -0400
7245 apt (0.5.7) unstable; urgency=low
7247 * Update control file to match overrides (apt priority important,
7248 libapt-pkg-dev section libdevel)
7249 * Silence the essential packages check if we are only downloading
7250 archives and not changing the system (Closes: #190862)
7251 * Skip version check if a build-dependency is provided by an installed package
7253 * Have apt-cache show exit with an error if it cannot find any of the
7254 specified packages (Closes: #101490)
7256 -- Matt Zimmerman <mdz@debian.org> Mon, 21 Jul 2003 23:43:24 -0400
7258 apt (0.5.6) unstable; urgency=low
7260 * Adam Heath <doogie@debian.org>
7261 - Fix segfault when handling /etc/apt/preferences. Closes: #192409.
7262 * Matt Zimmerman <mdz@debian.org>
7263 - Clean up some string handling, patch from Peter Lundkvist
7264 <p.lundkvist@telia.com> (Closes: #192225)
7265 - Don't fall off the end of the buffer when comparing versions.
7266 Patch from Koblinger Egmont <egmont@uhulinux.hu> (Closes: #194327)
7267 - Minor fixes to apt-ftparchive(1) (Closes: #118156)
7268 - Fix typo in apt-ftparchive help text (Closes: #119072)
7269 - More typos in apt-ftparchive help text (Closes: #190936)
7270 - Update config.guess, config.sub to latest versions
7271 - Modify the description for apt-utils to reflect the fact that it is not
7272 (any longer) infrequently used (Closes: #138045)
7273 - Make setup script for dselect method more explicit about
7274 overwriting sources.list (Closes: #151727)
7275 - Fix typo in apt-cache(8) (Closes: #161243)
7276 - Remove duplicate 'showpkg' from synopsis on apt-cache(8)
7278 - Document in apt-get(8) the meaning of the '*' in ShowList, which is that
7279 the package is being purged (Closes: #182369)
7280 - Fix extra "/" character in apt.conf(5) (Closes: #185545)
7281 - Fix typo in tar error message (Closes: #191424)
7282 - Clarify description of 'search' on apt-cache(8) (Closes: #192216)
7283 - Fix incorrect path for 'partial' directory on apt-get(8)
7285 - Fixes to pt_BR translation from Andre Luis Lopes <andrelop@ig.com.br>
7287 - Updated apt_preferences(5) man page with many corrections and
7288 clarifications from Thomas Hood <jdthood@yahoo.co.uk>
7290 - Fix SGML validation errors in apt-cache.8.sgml introduced in 0.5.5 or so
7291 - Add a simple example to apt-ftparchive(1) (Closes: #95257)
7292 - Add bug script for collecting configuration info (Closes: #176482)
7294 -- Matt Zimmerman <mdz@debian.org> Mon, 21 Jul 2003 01:59:43 -0400
7296 apt (0.5.5.1) unstable; urgency=low
7298 * Move the target of the example docs from doc to binary. Closes:
7300 * Fix api breakage that broke apt-ftparchive and apt-cache dumpavail, by
7301 backing out change that incorretly attempted to handle Package sections
7302 larger than 32k. Closes: #192373
7303 * Fix never-ending loop with apt-get install -V. Closes: #192355.
7305 -- Adam Heath <doogie@debian.org> Mon, 19 May 2003 12:30:16 -0500
7307 apt (0.5.5) unstable; urgency=low
7309 * New deb version compare function, that has no integer limits, and
7310 supports pre-versions using ~. Code ported from dpkg.
7311 * Fix handling of [!arch] for build-dependencies. Closes: #88798, #149595
7312 * Fix handling of build-deps on unknown packages. Closes: #88664, #153307
7313 * "apt-get --arch-only build-dep" to install only architecture-
7314 dependent build dependencies. Bump minor shared lib number to reflect
7315 small change in BuildDepend API.
7316 * APT::Build-Essential configuration option (defaults to "build-essential")
7317 so that "apt-get build-dep" will ensure build essential packages are
7318 installed prior to installing other build-dependencies. Closes: #148879
7319 * LD_LIBRARY_PATH thing. Closes: #109430, #147529
7320 * /usr/doc reference in postinst. Closes: #126189
7321 * Doc updates. Closes: #120689
7322 * Possible apt-cache segfault. Closes: #120311, #118431, #117915, #135295,
7324 * Print special message for EAI_AGAIN. Closes: #131397
7325 * libapt-pkg-dev needs to bring in the apt-inst library if linking
7326 is to work. Closes: #133943
7327 * Typos, Doc Stuff. Closes: #132772, #129970, #123642, #114892, #113786,
7328 #109591, #105920, #103678, #139752, #138186, #138054, #138050,
7329 #139994, #142955, #151654, #151834, #147611, #154268, #173971
7330 * Fix possibility for tag file parsing to fail in some unlikely situations.
7332 * Use std C++ names for some header files. Closes: #128741
7333 * Do not check for free space if --no-download. Closes: #117856
7334 * Actually implement or group handling for 'upgrade'. Closes: #133950
7335 * "Internal Error, Couldn't configure pre-depend" is not actually an
7336 internal error, it is a packaging error and now it says so, and
7337 pinpoints the problem dependency. Closes: #155621
7338 * Allows failure to write to a pipe for post-invoke stuff. Closes: #89830
7339 * Use usr/share/doc for dhelp. Closes: #115701
7340 * --print-uris works with 'update'. Closes: #57070
7341 * Options Dpkg::MaxArgs,Dpkg::MaxArgBytes to allow a much longer dpkg
7343 * Fixed 2 little OR group bugs, thanks to Yann Dirson. Closes: #143995,
7345 * Allow an uninstalled package to be marked for removal on an install
7346 line (meaning not to automatically install it), also fix some dodgy
7347 handling of protected packages. Closes: #92287, #116011
7348 * Fix errant prefix matching in version selection. Closes: #105968
7349 * Ensure that all files needed to run APT as a user are readable and
7350 ignore roots umask for these files. Closes: #108801
7351 * Support larger config spaces. Closes: #111914
7352 * 'apt-get update' no longer does 'Building Dependency Tree'.
7353 * When matching regexs allways print a message. Change regex activation
7354 charset. Closes: #147817
7355 * Don't die if lines in sources.list are too long. Closes: #146846
7356 * Show file name on apt-extracttemplate error messges. Closes: #151835
7357 * i18n gettext stuff, based on work from Michael Piefel: Closes: #95933
7358 * Some highly unlikely memory faults. Closes: #155842
7359 * C++ stuff for G++3.2. Closes: #162617, #165515,
7360 * apt-config dumps sends to stdout not stderr now. Closes: #146294
7361 * Fix segfault in FindAny when /i is used, and there is no default.
7363 * Add s390x to archtable. Closese: #160992.
7364 * Update config.sub/config.guess in cvs, and add support to debian/rules
7365 to update them from /usr/share/misc if they exist. Closes: #155014
7366 * Remove 'Sorry' from messages. Closes: #148824.
7367 * Change wording of 'additional disk space usage' message. Closes:
7369 * apt-extracttemplates now prepends the package name when extracting
7370 files. Closes: #132776
7371 * Add -n synonym for --names-only for apt-cache. Closes: #130689
7372 * Display both current version and new version in apt-get -s. Closes:
7374 * Add an options and timeout config item to ssh/rsh. Closes: #90654
7375 * libapt-pkg-dev now depends on apt-utils. Closes: #133942.
7376 * Change verbose logging output of apt-ftparchive to go to stderr,
7377 instead of stdout. Also, errors that occur no longer go to stdout,
7378 but stderr. Closes: #161592
7379 * Test for timegm in configure. Closes: #165516.
7380 * s/st_mtime/mtime/ on our local stat structure in apt-ftparchive, to
7381 support compliation on platforms where st_mtime is a macro. Closes:
7383 * Check the currently mounted cdrom, to see if it's the one we are
7384 interested in. Closes: #154602
7385 * Refer to reportbug instead of bug in the man pages. Closes: #173745
7386 * Link apt-inst to apt-pkg. Closes: #175055
7387 * New apt_preferences man page from Thomas Hood, Susan Kleinmann,
7389 * Fix > 300 col screen segfault. Closes: #176052
7390 * Rebuild with gcc-3.2. Closes: #177752, #178008.
7391 * Fix build-dep handling of | dependencies.
7392 Closes: #98640, #145997, #158896, #172901
7393 * Double default value of APT::Cache-Limit, until such time as it
7394 can be made more dynamic. Closes: #178623.
7395 * Report uris with '.gz' when there are errors. Closes: #178435.
7396 * When installing build-deps, make sure the new version will
7397 satisfy build requirements. Closes: #178121
7398 * Split offline and guide documentation into apt-doc. This was done so
7399 that binary-arch builds do not require documention deps. Note, that
7400 apt-doc is not installed on upgrades.
7401 * Use doc-base, instead of dhelp directly. Closes: #110389
7402 * Change http message 'Waiting for file' to 'Waiting for headers'.
7404 * Remove trailing lines on package lists in apt-get. Closes: #178736.
7405 * Fix origin pins for file:// uris. Closes: #189014.
7406 * Apply typo and syntax patch from bug to apt-cache.8.sgml. Closes:
7408 * s/dpkg-preconfig/dpkg-preconfigure/ in examples/configure-index.
7410 * Fix some typos in the apt-get manual. Closes: #163932.
7411 * Apply patch from bug, to change frozen to testing, and then do it
7412 everywhere else. Closes: #165085.
7413 * Update es.po. Closes: #183111.
7414 * Add pt_BR translation of apt_preferences(5). Also, build fr manpages.
7416 * Add a vcg command to apt-cache, similiar to dotty. Closes: #150512.
7417 * Add option to apt-get to show versions of packages being
7419 * Be quiet in apt.post{inst,rm}. Closes: #70685.
7420 * apt-get now prints out suggested and recommended packages. Closes:
7422 * Insert some newlines in the cdrom change media message. Closes:
7424 * Add a rdepends command to apt-cache. Closes: #159864.
7425 * When building the dpkg command line, allow for 8192 chars to be used,
7426 instead of only 1024.
7427 * APT::Immediate-Configure had inverted semantics(false meant it was
7428 enabled). Closes: #173619.
7429 * Fix status file parser so that if a record is larger than 32k, the
7430 buffer size will be doubled, and the read attempted again. Closes:
7433 -- Adam Heath <doogie@debian.org> Sun, 27 Apr 2003 01:23:12 -0500
7435 apt (0.5.4) unstable; urgency=low
7437 * M68k config.guess patch. Closes: #88913
7438 * Bi-yearly test on OpenBSD and Solaris
7439 * Doc updates. Closes: #89121, #89854, #99671, #98353, #95823, #93057,
7440 #97520, #102867, #101071, #102421, #101565, #98272, #106914,
7442 * Various cosmetic code updates. Closes: #89066, #89066, #89152
7443 * Add "pre-auto" as an option for DSelect::Clean (run autoclean after
7445 * More patches from Alfredo for Vendors and more SHA-1 stuff
7446 * Fix for AJ's 'desire to remove perl-5.005' and possibly other
7447 similar situations. Closes: #56708, #59432
7448 * no_proxy and ftp. Closes: #89671
7449 * Philippe Batailler's man page patches.
7450 * Fix for display bug. Closes: #92033, #93652, #98468
7451 * Use more than 16bits for the dep ID. Some people ran out..
7452 Closes: #103020, #97809, #102951, #99974, #107362, #107395, #107362,
7453 #106911, #107395, #108968
7454 * Reordered some things to make dante and FTP happier. Closes: #92757
7455 * James R. Van Zandt's guide.sgml updates. Closes: #90027
7456 * apt-ftparchive copes with no uncompressed package files + contents.
7457 * French man pages from philippe batailler - well sort of. They
7459 * run-parts. Closes: #94286
7460 * 'apt-cache policy' preferences debug tool.
7461 * Whatever. Closes: #89762
7462 * libstdc++ and HURD. Closes: #92025
7463 * More apt-utils verbage. Closes: #86954
7464 * Fliped comparision operator. Closes: #94618
7465 * Used the right copyright file. Closes: #65691
7466 * Randolph's G++3 patches.
7467 * Fixed no_proxy tokanizing. Closes: #100046
7468 * Strip Config-Version when copying status to available. Closes: #97520
7469 * Segfault with missing source files. Closes: #100325
7470 * EINTR check. Closes: #102293
7471 * Various changes to the locking metholodgy for --print-uris.
7473 * Lame LD_LIBRARY_PATH thing. Closes: #98928
7474 * apt-cache search searchs provide names too now. Closes: #98695
7475 * Checksum and long lines problem. Closes: #106591
7476 * .aptignr and empty files are just a warning. Closes: #97364
7478 -- Jason Gunthorpe <jgg@debian.org> Sat, 18 Aug 2001 17:21:59 -0500
7480 apt (0.5.3) unstable; urgency=low
7482 * JoeyH's dpkg::preconfig not working. Closes: #88675
7483 * Fixed apt override disparity
7484 * Alfredo's SHA-1 and related patches
7486 -- Jason Gunthorpe <jgg@debian.org> Sun, 4 Mar 2001 15:39:43 -0700
7488 apt (0.5.2) unstable; urgency=low
7490 * Fixed mention of /usr/doc in the long description
7491 * JoeyH's downgrade bug -- don't use 0.5.1
7492 * Doc bug. Closes: #88538
7493 * Fault in building release strings. Closes: #88533
7495 -- Jason Gunthorpe <jgg@debian.org> Sun, 4 Mar 2001 15:39:43 -0700
7497 apt (0.5.1) unstable; urgency=low
7499 * Fixed #82894 again, or should be and.
7500 * Process the option string right. Closes: #86921
7501 * Don't eat the last command for pipes. Closes: #86923
7502 * Ignore .* for configuration directory processing. Closes: #86923
7503 * Alfredo's no_proxy patch
7504 * Documentation fixes. Closes: #87091
7505 * JoeyH's double slash bug. Closes: #87266
7506 * Unintitialized buffer and apt-ftparchive contents generation.
7508 * Build-deps on virtual packages. Closes: #87639
7509 * Fixes glibc/libstdc++ symbol dependencies by including glibc and
7510 libstdc++ version info in the library soname and in the package
7511 provides. Closes: #87426
7512 * Updated soname version to 0.3.2
7513 * apt-extracttemplates moved from debconf into apt-utils
7514 * s390 archtable entry. Closes: #88232
7516 * Some instances where the status file can source a package in a
7517 non-sensical way. Closes: #87390
7518 * Work better if there are duplicate sources.list entries.
7519 * Fixed the resetting of Dir with "dir {};". Closes: #87323
7521 -- Randolph Chung <tausq@debian.org> Sat, 3 Mar 2001 15:37:38 -0700
7523 apt (0.5.0) unstable; urgency=low
7525 * Fixed an obscure bug with missing final double new lines in
7527 * Changed the apt-cdrom index copy routine to use the new section
7529 * Added a package file sorter, apt-sortpkgs
7530 * Parse obsolete Optional dependencies.
7531 * Added Ben's rsh method. Closes: #57794
7532 * Added IPv6 FTP support and better DNS rotation support.
7533 * Include the server IP in error messages when using a DNS rotation.
7535 * Made most of the byte counters into doubles to prevent 32bit overflow.
7537 * HTTP Authorization. Closes: #61158
7538 * Ability to parse and return source index build depends from Randolph.
7539 * new 'apt-get build-dep' command from Randolph. Closes: #63982
7540 * Added apt-ftparchive the all dancing all singing FTP archive
7542 * Allow version specifications with =1.2.4-3 and /2.2 or /stable postfixes
7544 * Removed useless internal cruft including the xstatus file.
7545 * Fixed config parser bugs. Closes: #67848, #71108
7546 * Brain Damanged apt-get config options changed, does not change the command
7547 line interface, except to allow --enable-* to undo a configuration
7550 No-Download -> Download
7551 No-Upgrade -> Upgrade
7552 * Made this fix configable (DSelect::CheckDir) and default to disabled:
7553 * No remove prompt if the archives dir has not changed. Closes: #55709
7554 Because it is stupid in the case where no files were downloaded due to
7555 a resumed-aborted install, or a full cache! Closes: #65952
7556 * Obscure divide by zero problem. Closes: #64394
7557 * Update sizetable for mips. Closes: #62288
7558 * Fixed a bug with passive FTP connections
7559 * Has sizetable entry for sparc64. Closes: #64869
7560 * Escape special characters in the ::Label section of the cdroms.lst
7561 * Created apt-utils and python-apt packages
7562 * Due to the new policy engine, the available file may contain entries
7563 from the status file. These are generated if the package is not obsolete
7564 but the policy engine prohibits using the version from the package files.
7565 They can be identified by the lack of a Filename field.
7566 * The new policy engine. Closes: #66509, #66944, #45122, #45094, #40006,
7567 #36223, #33468, #22551
7568 * Fixed deb-src line for non-us. Closes: #71501, #71601
7569 * Fixes for G++ 2.96, s/friend/friend class/
7570 * Fixed mis doc of APT::Get::Fix-Missing. Closes: #69269
7571 * Confirmed fix for missing new line problem. Closes: #69386
7572 * Fixed up dhelp files. Closes: #71312
7573 * Added some notes about dselect and offline usage. Closes: #66473, #38316
7574 * Lock files on read only file systems are ignored w/ warning.
7576 * apt-get update foo now gives an error! Closes: #42891
7577 * Added test for shlibs on hurd. Closes: #71499
7578 * Clarified apt-cache document. Closes: #71934
7579 * DocBook SGML man pages and some improvements in the text..
7580 * sigwinch thing. Closes: #72382
7581 * Caching can be turned off by setting the cache file names blank.
7582 * Ignores arches it does not know about when autocleaning. Closes: #72862
7583 * New function in apt-config to return dirs, files, bools and integers.
7584 * Fixed an odd litle bug in MarkInstall and fixed it up to handle
7585 complex cases involving OR groups and provides.
7586 68754 describes confusing messages which are the result of this..
7587 Closes: #63149, #69394, #68754, #77683, #66806, #81486, #78712
7588 * Speeling mistake and return code for the 'wicked' resolver error
7589 Closes: #72621, #75226, #77464
7590 * Solved unable to upgrade libc6 from potato to woody due to 3 package
7591 libc6 dependency loop problem.
7592 * Leading sources.list spaces. Closes: #76010
7593 * Removed a possible infinite loop while processing installations.
7594 * Man page updates. Closes: #75411, #75560, #64292, #78469
7595 * ReduceSourceList bug. Closes: #76027
7596 * --only-source option. Closes: #76320
7597 * Typos. Closes: #77812, #77999
7598 * Different status messages. Closes: #76652, #78353
7599 * /etc/apt/apt.conf.d/ directory for Joey and Matt and pipe protocol 2
7600 * OS detection an support for the new pseduo standard of os-arch for the
7601 Architecture string. Also uses regexing.. Closes: #39227, #72349
7602 * Various i18n stuff. Note that this still needs some i18n wizard
7603 to do the last gettextization right. Closes: #62386
7604 * Fixed a problem with some odd http servers/proxies that did not return
7605 the content size in the header. Closes: #79878, #44379
7606 * Little acquire bugs. Closes: #77029, #55820
7607 * _POSIX_THREADS may not be defined to anything, just defined..
7609 * Spelling of Ignore-Hold correctly. Closes: #78042
7610 * Unlock the dpkg db if in download only mode. Closes: #84851
7611 * Brendan O'Dea's dselect admindir stuff. Closes: #62811
7612 * Patch from BenC. Closes: #80810
7613 * Single output of some names in lists. Closes: #80498, #43286
7614 * Nice message for people who can't read syserror output. Closes: #84734
7615 * OR search function. Closes: #82894
7616 * User's guide updates. Closes: #82469
7617 * The AJ/JoeyH var/state to var/lib transition patch. Closes: #59094
7618 * Various CD bugs, again thanks to Greenbush
7619 Closes: #80946, #76547, #71810, #70049, #69482
7620 * Using potato debhelper. Closes: #57977
7621 * I cannot self-terminate. Closes: #74928
7623 -- Jason Gunthorpe <jgg@debian.org> Wed, 21 Feb 2001 00:39:15 -0500
7625 apt (0.3.19) frozen unstable; urgency=low
7627 * Updates to apt-cdrom to support integrated non-us nicely, thanks to
7629 * Fixed that apt-get/cdrom deadlock thing. Closes: #59853, #62945, #61976
7630 * Fixed hardcoded path. Closes: #59743
7631 * Fixed Jay's relative path bug
7632 * Allowed source only CDs. Closes: #58952
7633 * Space check is supressed if --print-uris is given. Closes: #58965
7634 * Clarified the documenation examples for non-us. Closes: #58646
7635 * Typo in the package description. Closes: #60230
7636 * Man Page typo. Closes: #60347
7637 * Typo in Algorithms.cc. Closes: #63577
7638 * Evil dotty function in apt-cache for generating dependency graphs
7639 with the as-yet-unpackaged GraphVis.
7640 * Appears to have been fixed in Janurary.. Closes: #57981
7641 * New config.guess/sub for the new archs. Closes: #60874
7642 * Fixed error reporting for certain kinds of resolution failures.
7644 * Made autoclean respect 'q' settings. Closes: #63023
7645 * Fixed up the example sources.list. Closes: #63676
7646 * Added DPkg::FlushSTDIN to control the flushing of stdin before
7647 forking dpkg. Closes: #63991
7649 -- Ben Gertzfield <che@debian.org> Fri, 12 May 2000 21:10:54 -0700
7651 apt (0.3.18) frozen unstable; urgency=low
7653 * Changes in the postinst script. Closes: #56855, #57237
7654 * Fixed bashism. Closes: #57216, #57335
7655 * Doc updates. Closes: #57772, #57069, #57331, #57833, #57896
7657 -- Ben Gertzfield <che@debian.org> Sun, 13 Feb 2000 01:52:31 -0800
7659 apt (0.3.17) unstable; urgency=low
7661 * RFC 2732 usage for CDROM URIs and fixes to apt-cdrom
7662 * Fixed the configuration parser to not blow up if ; is in the config
7664 * Applied visual patch to dselect install script . Closes #55214
7665 * Included the configure-index example
7667 * Library soname has increased
7668 * Fixed default sources.list to have correct URLs for potato when it
7670 * Added a message about erasing sources.list to dselect setup script
7672 * No remove prompt if the archives dir has not changed. Closes: #55709
7673 * Fixed inclusion of 2nd sample config file. Closes: #55374
7674 * Made file mtimes of 0 not confuse the methods If-Modifed-Since check.
7677 -- Ben Gertzfield <che@debian.org> Mon, 31 Jan 2000 12:12:40 -0800
7679 apt (0.3.16) unstable; urgency=low
7681 * Made --no-download work. Closes: #52993
7682 * Now compiles on OpenBSD, Solaris and HP-UX
7683 * Clarify segfault errors
7684 * More debhelper fixes. Closes: #52662, #54566, #52090, #53531, #54769
7685 * Fix for Joel's discovery of glibc removal behavoir.
7686 * Fix for Ben Collins file: uri from slink upgrade.
7687 * Fixed resume code in FTP. Closes: #54323
7688 * Take more precautions to prevent the corruption Joey Hess saw.
7689 * Fixed --no-list-cleanup
7690 * RFC 2732 URI parsing ([] for hostnames).
7691 * Typo in apt-cache man page. Closes: #54949
7693 -- Ben Gertzfield <che@debian.org> Fri, 14 Jan 2000 08:04:15 -0800
7695 apt (0.3.15) unstable; urgency=low
7697 * Added DSelect::WaitAfterDownload Closes: #49549
7698 * Fixed cast error in byteswap macro and supporting code. Closes: #50093
7699 * Fixed buffer overflow for wide terminal sizes. Closes: #50295
7700 * Made -s and clean not do anything. Closes: #50238
7701 * Problem with Protected packages and the new OR code.
7702 * /usr/share/doc stuff. Closes: #51017, #50228, #51141
7703 * Remove doesn't require a package to be installable. Closes: #51175
7704 * FTP proxy touch ups in the mabn page. Closes: #51315, #51314
7706 -- Ben Gertzfield <che@debian.org> Sat, 4 Dec 1999 21:17:24 -0800
7708 apt (0.3.14) unstable; urgency=low
7710 * Fix Perl or group pre-depends thing Closes: #46091, #46096, #46233, #45901
7711 * Fix handling of dpkg's conversions from < -> <= Closes: #46094, #47088
7712 * Make unparsable priorities non-fatal Closes: #46266, #46267, #46293, #46298
7713 * Fix handling of '/' for the dist name. Closes: #43830, #45640, #45692
7714 * Fixed 'Method gave a blank filename' error from IMS queries onto CDs.
7715 Closes: #45034, #45695, #46537
7716 * Made OR group handling in the problem resolver more elaborate. Closes: #45646
7717 * Added APT::Clean-Installed option. Closes: #45973
7718 * Moves the free space check to after the calculated size is printed.
7719 Closes: #46639, #47498
7720 * mipsel arch Closes: #47614
7721 * Beautified URI printing to not include passwords Closes: #46857
7722 * Fixed little problem with --no-download Closes: #47557
7723 * Tweaked Dselect 'update' script to re-gen the avail file even in the
7724 event of a failure Closes: #47112
7725 * Retries for source archives too Closes: #47529
7726 * Unmounts CDROMs iff it mounted them Closes: #45299
7727 * Checks for the partial directories before doing downloads Closes: #47392
7728 * no_proxy environment variable (http only!) Closes: #43476
7729 * apt-cache showsrc Closes: #45799
7730 * De-Refs Single Pure virtual packages. Closes: #42437, #43555
7731 * Regexs for install. Closes: #35304, #38835
7732 * Dependency reports now show OR group relations
7733 * Re-Install feature. Cloes: #46961, #37393, #38919
7734 * Locks archive directory on clean (woops)
7735 * Remove is not 'sticky'. Closes: #48392
7736 * Slightly more accurate 'can not find package' message. Closes: #48311
7737 * --trivial-only and --no-remove. Closes: #48518
7738 * Increased the cache size. Closes: #47648
7739 * Comment woopsie. Closes: #48789
7740 * Removes existing links when linking sources. Closes: #48775
7741 * Problem resolver does not install all virtual packages. Closes: #48591, #49252
7742 * Clearer usage message about 'source' Closes: #48858
7743 * Immediate configure internal error Closes: #49062, #48884
7745 -- Ben Gertzfield <che@debian.org> Sun, 7 Nov 1999 20:21:25 -0800
7747 apt (0.3.13) unstable; urgency=low
7749 * Fix timestamp miss in FTP. Closes: #44363
7750 * Fix sorting of Kept packages. Closes: #44377
7751 * Fix Segfault for dselect-upgrade. Closes: #44436
7752 * Fix handling of '/' for the dist name. Closes #43830
7753 * Added APT::Get::Diff-Only and Tar-Only options. Closes #44384
7754 * Add commented-out deb-src URI to default sources.list file.
7756 -- Ben Gertzfield <che@debian.org> Sun, 19 Sep 1999 18:54:20 -0700
7758 apt (0.3.12) unstable; urgency=low
7760 * Fix for typo in the dhelp index. Closes: #40377
7761 * Multiple media swap support
7762 * Purge support. Closes: #33291, #40694
7763 * Better handling of - remove notation. Closes: #41024
7764 * Purge support. Closes: #33291, #40694
7765 * Error code on failed update. Closes: #41053
7766 * apt-cdrom adds entries for source directories. Closes: #41231
7767 * Sorts the output of any list. Closes: #41107
7768 * Fixes the looping problem. Closes: #41784, #42414, #44022
7769 * Fixes the CRC mechanism to lowercase all strings. Closes: #41839
7770 * More checks to keep the display sane. Particularly when fail-over is
7771 used with local mirrors and CD-Roms. Closes: #42127, #43130, #43668
7772 * PThread lockup problem on certain sparc/m68k. Closes: #40628
7773 * apt-cdrom understands .gz Package files too. Closes: #42779
7774 * Spelling error in dselect method description. Closes: #43251
7775 * Added security to the default source list. Closes: #43356
7777 -- Ben Gertzfield <che@debian.org> Fri, 3 Sep 1999 09:04:28 -0700
7779 apt (0.3.11) unstable; urgency=low
7781 * Fix for mis-parsed file: URIs. Closes: #40373, #40366, #40230
7782 * Fix for properly upgrading the system from perl 5.004 to 5.005
7784 -- Ben Gertzfield <che@debian.org> Mon, 28 Jun 1999 21:06:44 -0700
7786 apt (0.3.9) unstable; urgency=low
7788 * Spelling error in cachefile.cc. Closes: #39885
7789 * Trailing slash in dselect install if you try to use the
7790 default config file. Closes: #40011
7791 * Simulate works for autoclean. Closes: #39141
7792 * Fixed spelling errors. Closes: #39673
7793 * Changed url parsing a bit. Closes: #40070, #40069
7794 * Version 0.3.8 will be for slink/hamm (GNU libc 2).
7796 -- Ben Gertzfield <che@debian.org> Thu, 24 Jun 1999 18:02:52 -0700
7798 apt (0.3.7) unstable; urgency=low
7800 * Fixed missing text in the apt-get(8) page. Closes: #37596
7801 * Made --simulate and friends work with apt-get source. Closes: #37597, #37656
7802 * Fixed inclusion of man pages in the -doc/-dev package. Closes: #37633, #38651
7803 * Fixed handling of the -q option with not-entirely integer arguments
7805 * Man page typo Closes: #37762
7806 * Fixed parsing of the Source: line. Closes: #37679
7807 * Dpkg/dpkg-hurd source bug. Closes: #38004, #38032
7808 * Added a check for an empty cache directory. Closes: #37963
7809 * Return a failure code if -d is given and packages fail to download.
7811 * Arranged for an ftp proxy specifing an http server to work. See the
7812 important note in the sources.list man page.
7813 * Accounted for resumed files in the cps calculation. Closes: #36787
7814 * Deal with duplicate same version different packages. Closes: #30237
7815 * Added --no-download. Closes: #38095
7816 * Order of apt-cdrom dist detection. Closes: #38139
7817 * Fix apt-cdrom chop handling and missing lines. Closes: #37276
7819 * Suggests dpkg-dev for apt-get source. Closes: #38158
7820 * Fixed typo in apt-get help. Closes: #38712
7821 * Improved the error message in the case of broken held package. Closes: #38777
7822 * Fixed handling of MD5 failures
7823 * Documented list notation Closes: #39008
7824 * Change the 'b' to 'B'. Closes: #39007
7826 -- Ben Gertzfield <che@debian.org> Sun, 20 Jun 1999 18:36:20 -0700
7828 apt (0.3.6) unstable; urgency=low
7830 * Note that 0.3.5 never made it out the door..
7831 * Fix for apt-cdrom and unusual disk label locations. Closes: #35571
7832 * Made APT print numbers in decimal. Closes: #35617, #37319
7833 * Buffer munching fix for FTP. Closes: #35868
7834 * Typo in sample config file. Closes: #35907
7835 * Fixed whitespace in version compares. Closes: #35968, #36283, #37051
7836 * Changed installed size counter to only count unpacked packages.
7838 * apt-get source support. Closes: #23934, #27190
7839 * Renames .debs that fail MD5 checking, provides automatic corruption
7840 recovery. Closes: #35931
7841 * Fixed autoconf verison. Closes: #37305
7842 * Random Segfaulting. Closes: #37312, #37530
7843 * Fixed apt-cache man page. Closes: #36904
7844 * Added a newline to apt-cache showpkg. Closes: #36903
7846 -- Ben Gertzfield <che@debian.org> Wed, 12 May 1999 09:18:49 -0700
7848 apt (0.3.4) unstable; urgency=low
7850 * Release for Ben while he is out of town.
7851 * Checked the size of partial files. Closes: #33705
7852 * apt-get should not print progress on non-tty. Closes: #34944
7853 * s/guide.text.gz/users-guide.txt.gz/ debian/control: Closes: #35207
7854 * Applied cdrom patches from Torsten. Closes: #35140, #35141
7855 * smbmounted cdrom fix. Closes: #35470
7856 * Changed ie to eg. Closes: #35196
7858 -- Adam Heath <doogie@debian.org> Sun, 4 Apr 1999 18:26:44 -0500
7860 apt (0.3.3) unstable; urgency=low
7862 * Fixes bug with file:/ URIs and multi-CD handling. Closes: #34923
7864 -- Ben Gertzfield <che@debian.org> Tue, 23 Mar 1999 12:15:44 -0800
7866 apt (0.3.2) unstable; urgency=low
7868 * Major release into unstable of v3
7869 * These bugs have been fixed, explanations are in the bug system, read
7870 the man pages as well..
7871 Closes: #21113, #22507, #22675, #22836, #22892, #32883, #33006, #34121,
7872 #23984, #24685, #24799, #25001, #25019, #34223, #34296, #34355,
7873 #24021, #25022, #25026, #25104, #25176, #31557, #31691, #31853,
7874 #25458, #26019, #26433, #26592, #26670, #27100, #27100, #27601,
7875 #28184, #28391, #28778, #29293, #29351, #27841, #28172, #30260,
7876 #29382, #29441, #29903, #29920, #29983, #30027, #30076, #30112,
7877 #31009, #31155, #31381, #31883, #32140, #32395, #32584. #34465,
7878 #30383, #30441, #30472, #30643, #30827, #30324, #36425, #34596
7880 -- Ben Gertzfield <che@debian.org> Mon, 15 Mar 1999 19:14:25 -0800
7882 apt (0.3.1) experimental; urgency=low
7884 * Minor release of cvs version.
7885 * Added virtual package libapt-pkgx.x
7887 -- Mitch Blevins <mblevin@debian.org> Wed, 10 Mar 1999 07:52:44 -0500
7889 apt (0.3.0) experimental; urgency=low
7891 * New experimental version.
7893 -- Ben Gertzfield <che@debian.org> Tue, 15 Dec 1998 12:53:21 -0800
7895 apt (0.1.9) frozen unstable; urgency=low
7897 * Return to the wacky numbering for when we build 0.1.8 for hamm
7898 * Important bug related to APT on the Alpha fixed
7899 * apt-get dist-upgrade problems fixed
7900 * tiny patch for http method to fix an endless loop
7901 * nice fix from /usr/doc/lintian/ to remove rpath nastiness from
7902 libtool and add proper shared lib dependancies
7903 * now dh_shlibdeps is called with LD_LIBRARY_PATH=debian/tmp/usr/lib
7904 in case an old libpkg is installed while building APT to prevent
7905 spurious dependancies
7907 -- Ben Gertzfield <che@debian.org> Thu, 5 Nov 1998 17:43:25 -0800
7909 apt (0.1.7) unstable; urgency=low
7911 * New build with libstdc++2.9.
7912 * Various fixes; read the Changelog.
7914 -- Ben Gertzfield <che@debian.org> Thu, 15 Oct 1998 18:29:18 -0700
7916 apt (0.1.6) unstable; urgency=low
7918 * Various fixes in the FTP method for error checking. Fixes: #26188.
7919 * Spelling corrections in dselect method. Fixes: #25884
7920 * Fixes for compilation on alpha/ppc. Fixes: #25313, #26108.
7921 * No more bo releases: we're using a normal numbering system now.
7923 -- Ben Gertzfield <che@debian.org> Tue, 8 Sep 1998 19:27:13 -0700
7925 apt (0.1.5) unstable; urgency=low
7927 * Changed sources.list to point to 'unstable' by default, as
7928 'frozen' no longer exists!
7930 -- Ben Gertzfield <che@debian.org> Thu, 23 Jul 1998 22:00:18 -0700
7932 apt (0.1.3) unstable; urgency=low
7934 * New upstreamish version.
7935 * ftp method rewritten in C. Removes dependancies on all perl/perl
7936 related modules. This fixes many of the ftp method bugs.
7938 -- Ben Gertzfield <che@debian.org> Thu, 16 Jul 1998 22:19:00 -0700
7940 apt (0.1.1) unstable; urgency=low
7942 * Release for unstable.
7944 -- Ben Gertzfield <che@debian.org> Tue, 30 Jun 1998 20:48:30 -0700
7946 apt (0.1) unstable; urgency=low
7948 * Kludge to fix problem in libnet-perl with illegal anonymous
7950 * Moved to unstable; apt is in a useable state now.
7951 * Fixed version numbering. From now on, numbering will be:
7952 0.1 (no actual release) -> 0.1.0bo (release for libc5) ->
7953 0.1.1 (release for unstable). Thanks, Manoj.
7955 -- Ben Gertzfield <che@debian.org> Tue, 30 Jun 1998 20:40:58 -0700
7957 apt (0.0.17-1) experimental; urgency=low
7959 * Fixed problem with libc6 version compare
7960 * Scott's away for a while, so I'll be packaging apt for the time
7963 -- Ben Gertzfield <che@debian.org> Thu, 25 Jun 1998 19:02:03 -0700
7965 apt (0.0.16-1) experimental; urgency=low
7967 * Modifications to make apt-get more friendly when backgrounded.
7968 * Updated documentation.
7969 * Updates to graphic widgets
7971 -- Scott K. Ellis <scott@debian.org> Mon, 8 Jun 1998 11:22:02 -0400
7973 apt (0.0.15-0.2bo) experimental; urgency=low
7976 * Bob Hilliards crash
7978 -- Jason Gunthorpe <jgg@debian.org> Sun, 31 May 1998 20:18:35 -0600
7980 apt (0.0.15-0.1bo) experimental; urgency=low
7983 * libstdc++272 patch
7985 -- Jason Gunthorpe <jgg@debian.org> Sun, 31 May 1998 20:18:35 -0600
7987 apt (0.0.15) experimental; urgency=low
7989 * Clean up source tarball (no user-visible changes)
7991 -- Scott K. Ellis <scott@debian.org> Tue, 26 May 1998 12:23:53 -0400
7993 apt (0.0.14) experimental; urgency=low
7995 * Updates in ordering code to make sure certain upgrades work correctly.
7996 * Made dselect/setup understand ftp as well as http
7998 -- Scott K. Ellis <scott@debian.org> Wed, 20 May 1998 13:33:32 -0400
8000 apt (0.0.13-bo1) experimental; urgency=low
8004 -- Jason Gunthorpe <jgg@debian.org> Mon, 18 May 1998 15:10:49 -0600
8006 apt (0.0.13) experimental; urgency=low
8008 * Remove hardcoded egcc from debian/rules (#21575)
8009 * Fixes for ordering logic when system has a number of unpacked
8010 but unconfigured packages installed.
8011 * Spelling fix in dselect install method (#22556)
8013 -- Scott K. Ellis <scott@debian.org> Sun, 17 May 1998 20:08:33 -0400
8015 apt (0.0.12) experimental; urgency=low
8017 * Fixed problems with package cache corruption.
8018 * Made to depend on libc6 >= 2.0.7pre1 due to timezone problems with
8020 * Interface and documentation improvements.
8022 -- Scott K. Ellis <scott@debian.org> Sat, 16 May 1998 23:17:32 -0400
8024 apt (0.0.11) experimental; urgency=low
8026 * Change dependancies to pre-depends since breaking your packaging tools
8027 in the middle of an installation isn't very good.
8028 * Bug fixes to ftp method and general apt-get code
8030 -- Scott K. Ellis <scott@debian.org> Fri, 15 May 1998 08:57:38 -0400
8032 apt (0.0.10) experimental; urgency=low
8034 * Run "dpkg --configure -a" after an aborted dselect install
8035 * Fixed problem with install looping
8036 * Support for authenticating proxys: (note this isn't terribly secure)
8037 http_proxy="http://user:pass@firewall:port/"
8038 * Substitute $ARCH in sources.list
8039 * Fixes in the resumption code for ftp
8041 -- Scott K. Ellis <scott@debian.org> Tue, 12 May 1998 09:14:41 -0400
8043 apt (0.0.9) experimental; urgency=low
8045 * Added ftp support.
8046 * Various other less visible bug fixes.
8047 * Fixed problem with segfault when apt-get invoked in a non-existant
8048 directory (Bug #21863)
8049 * Bumped policy to 2.4.1
8051 -- Scott K. Ellis <scott@debian.org> Fri, 1 May 1998 09:18:19 -0400
8053 apt (0.0.8) experimental; urgency=low
8055 * Fixed generated available file (Bug #21836)
8056 * Added download ETA (Bug #21774).
8057 * Fixed hardcoded ARCH (Bug #21751).
8058 * Fixed check on http_proxy (Bug #21795).
8059 * Added download speed indicator.
8061 -- Scott K. Ellis <scott@debian.org> Mon, 27 Apr 1998 10:58:32 -0400
8063 apt (0.0.7) experimental; urgency=low
8065 * Remove libdeity and apt from package for now, since only apt-get and
8066 apt-cache are actually useful right now.
8067 * Clean up handling of package installation errors.
8068 * Added timeout to http transfers (#21269)
8069 * Updated setup for dselect/apt method.
8071 * Long options (added in 0.0.6)
8073 -- Scott K. Ellis <scott@debian.org> Tue, 21 Apr 1998 09:06:49 -0400
8075 apt (0.0.6) experimental; urgency=low
8078 * Revamped download status display.
8079 * Call apt-get clean after successful install in dselect.
8080 * Added "apt-get clean" which deletes package files from /var/cache/apt
8082 -- Scott K. Ellis <scott@debian.org> Thu, 9 Apr 1998 15:13:59 -0400
8084 apt (0.0.5) experimental; urgency=low
8086 * Ignore signals while dpkg is running so we don't leave dpkg running in
8087 the background (#20804)
8088 * Check Packages as well as Packages.gz for file URIs (#20784)
8089 * Spelling cleanup (#20800)
8090 * Added -m option to permit upgrade to go on in the case of a bad mirror.
8091 This option may result in incomplete upgrades when used with -f.
8093 -- Scott K. Ellis <scott@debian.org> Tue, 7 Apr 1998 12:40:29 -0400
8095 apt (0.0.4) experimental; urgency=low
8098 * Various documentation updates and cleanup.
8099 * Added '-f' option to apt-get attempt to fix broken dependancies.
8101 -- Scott K. Ellis <scott@debian.org> Sat, 4 Apr 1998 14:36:00 -0500
8103 apt (0.0.3) experimental; urgency=low
8105 * Added a shlibs.local file to prevent apt from depending on itself.
8106 * Updates to how apt-get handles bad states in installed packages.
8107 * Updated rules to make sure build works from a freshly checked out source
8108 archive. Building from CVS needs libtool/automake/autoconf, builds from
8109 the distributed source package should have no such dependancy.
8111 -- Scott K. Ellis <scott@debian.org> Fri, 3 Apr 1998 11:49:47 -0500
8113 apt (0.0.2) unstable; urgency=low
8115 * Updates to apt-get and http binding for dselect method (apt).
8116 * Updating version number from 0.0.1, which was released only on IRC.
8118 -- Scott K. Ellis <scott@debian.org> Fri, 3 Apr 1998 00:35:18 -0500
8120 apt (0.0.1) unstable; urgency=low
8124 -- Scott K. Ellis <scott@debian.org> Tue, 31 Mar 1998 12:49:28 -0500