1 apt (0.7.19ubuntu3) jaunty; urgency=low
4 * apt-pkg/contrib/strutl.cc:
5 - fix TimeToStr i18n (LP: #289807)
6 * apt-inst/contrib/arfile.cc:
7 - support members ending with '/' as well (thanks to Michal Cihr,
9 * debian/apt.conf.autoremove:
10 - readd "linux-image" (and friends) to the auto-remove
12 * fix some i18n issues (thanks to Gabor Kelemen)
17 - Galician updated. Closes: #509151
18 - Catalan updated. Closes: #509375
19 - Vietnamese updated. Closes: #509422
20 - Traditional Chinese added. Closes: #510664
22 [ Eugene V. Lyubimkin ]
24 - Actualized. Removed obsolete Qt section, added GPLv2 clause.
25 (Closes: #440049, #509337)
27 -- Michael Vogt <mvo@debian.org> Mon, 05 Jan 2009 08:59:20 +0100
29 apt (0.7.19ubuntu2) jaunty; urgency=low
32 * apt-pkg/deb/dpkgpm.cc:
33 - filter "ENOMEM" errors when creating apport reports
35 - fix "apt-get source pkg=ver" if binary name != source name
37 * apt-pkg/indexrecords.cc:
38 - fix some i18n issues
39 * apt-pkg/contrib/strutl.h:
40 - add new strprintf() function to make i18n strings easier
41 * apt-pkg/dev/debsystem.cc:
42 - add missing apti18n.h header
45 * Clarify the --help for 'purge' (LP: #243948)
49 - French corrected (remove awful use of first person)
50 - Finnish updated. Closes: #508449
52 [ Eugene V. Lyubimkin ]
53 * doc/examples/sources.list:
54 - Removed obsolete commented non-us deb-src entry, replaced it with
55 'deb-src security.debian.org' one. (Closes: #411298)
56 * apt-pkg/contrib/mmap.cc:
57 - Added instruction how to work around MMap error in MMap error message.
58 (Closes: #385674, 436028)
59 * buildlib/config.{sub,guess}:
60 - Renewed. This fixes lintian errors.
61 * doc/apt.conf.5.xml, debian/apt-transport-https:
62 - Documented briefly 'APT::https' group of options. (Closes: #507398)
63 - Applied patch from Daniel Burrows to document 'Debug' group of options.
65 - Mentioned 'APT::Periodic' and 'APT::Archives' groups of options.
67 - Mentioned '/* ... */' comments. (Closes: #507601)
70 * /apt-pkg/deb/debsystem.cc:
71 - add 'sudo' to the error message to "run 'dpkg --configure -a'"
74 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 16 Dec 2008 06:59:17 +0100
76 apt (0.7.19ubuntu1) jaunty; urgency=low
80 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 24 Nov 2008 10:52:20 +0100
82 apt (0.7.19) unstable; urgency=low
84 [ Eugene V. Lyubimkin ]
85 * doc/sources.list.5.xml:
86 - Mentioned allowed characters in file names in /etc/apt/sources.list.d.
87 Thanks to Matthias Urlichs. (Closes: #426913)
89 - Explicitly say that 'dist-upgrade' command may remove packages.
90 - Included '-v'/'--version' as a command to synopsis.
91 * cmdline/apt-cache.cc:
92 - Advanced built-in help. Patch by Andre Felipe Machado. (Closes: #286061)
93 - Fixed typo 'GraphVis' -> 'GraphViz'. (Closes: #349038)
94 - Removed asking to file a release-critical bug against a package if there
95 is a request to install only one package and it is not installable.
100 - add examples/apt-https-method-example.conf
101 - fix SIGHUP handling (closes: #463030)
103 [ Christian Perrier ]
106 - Bulgarian updated. Closes: #505476
107 - Slovak updated. Closes: #505483
108 - Swedish updated. Closes: #505491
109 - Japanese updated. Closes: #505495
110 - Korean updated. Closes: #505506
111 - Catalan updated. Closes: #505513
112 - British English updated. Closes: #505539
113 - Italian updated. Closes: #505518, #505683
114 - Polish updated. Closes: #505569
115 - German updated. Closes: #505614
116 - Spanish updated. Closes: #505757
117 - Romanian updated. Closes: #505762
118 - Simplified Chinese updated. Closes: #505727
119 - Portuguese updated. Closes: #505902
120 - Czech updated. Closes: #505909
121 - Norwegian Bokmål updated. Closes: #505934
122 - Brazilian Portuguese updated. Closes: #505949
123 - Basque updated. Closes: #506085
124 - Russian updated. Closes: #506452
126 - Ukrainian updated. Closes: #506545
128 -- Michael Vogt <mvo@debian.org> Mon, 24 Nov 2008 10:33:54 +0100
130 apt (0.7.18) unstable; urgency=low
132 [ Christian Perrier ]
135 - Thai updated. Closes: #505067
137 [ Eugene V. Lyubimkin ]
138 * doc/examples/configure-index:
139 - Removed obsoleted header line. (Closes: #417638)
140 - Changed 'linux-kernel' to 'linux-image'.
141 * doc/sources.list.5.xml:
142 - Fixed typo and grammar in 'sources.list.d' section. Thanks to
143 Timothy G Abbott <tabbott@MIT.EDU>. (Closes: #478098)
145 - Advanced descriptions for 'remove' and 'purge' options.
148 - Target 'apt' need to depend on 'build-doc'. Thanks for Peter Green.
149 Fixes FTBFS. (Closes: #504181)
152 * fix depend on libdb4.4 (closes: #501253)
154 -- Michael Vogt <mvo@debian.org> Fri, 07 Nov 2008 22:13:39 +0100
156 apt (0.7.17) unstable; urgency=low
158 [ Eugene V. Lyubimkin ]
160 - 'Vcs-Bzr' field is official, used it.
161 - Bumped 'Standards-Version' to 3.8.0, no changes needed.
162 - Actualized 'Uploaders' field.
164 - Substituded 'apt-archive' with 'apt-ftparchive' in docs.
165 Patch based on work of Andre Felipe Machado. (Closes: #350865)
166 - Mentioned '/<release>' and '=<version>' for 'apt-get install' and
167 '=<version>' for 'apt-get source' in apt-get manpage. Patch based on
168 work of Andre Felipe Machado. (Closes: #399673)
169 - Mentioned more short options in the apt-get manpage. Documented 'xvcg'
170 option in the apt-cache manpage. The part of patch by Andre Felipe
171 Machado. (Closes: #176106, #355945)
172 - Documented that 'apt-get install' command should be used for upgrading
173 some of installed packages. Based on patch by Nori Heikkinen and
174 Andre Felipe Machado. (Closes: #267087)
175 - Mentioned 'apt_preferences(5)' in apt manpage. (Closes: #274295)
176 - Documented 'APT::Default-Release' in apt.conf manpage. (Closes: #430399)
177 - APT::Install-Recommends is now true by default, mentioned this in
178 configure-index example. (Closes: #463268)
179 - Added 'APT::Get::AllowUnauthenticated' to configure-index example.
181 - Documented '--no-install-recommends' option in apt-get manpage.
183 - Documented 'Acquire::PDiffs' in apt.conf manpage. (Closes: #376029)
184 - Added 'copy', 'rsh', 'ssh' to the list of recognized URI schemes in
185 sources.list manpage, as they are already described under in the manpage.
186 - Removed notice that ssh/rsh access cannot use password authentication
187 from sources.list manpage. Thanks to Steffen Joeris. (Closes: #434894)
188 - Added '(x)' to some referrings to manpages in apt-get manpage. Patch by
189 Andre Felipe Machado. (Closes: #309893)
190 - Added 'dist-upgrade' apt-get synopsis in apt-get manpage.
193 -- Michael Vogt <mvo@debian.org> Wed, 05 Nov 2008 13:14:56 +0100
195 apt (0.7.17~exp4) experimental; urgency=low
198 - Fixed lintian warnings "debian/rules ignores make errors".
200 - Substituted outdated "Source-Version" fields with "binary:Version".
201 - Added 'python-apt' to Suggests, as apt-mark need it for work.
202 - Drop Debian revision from 'doc-base' build dependency, this fixes
203 appropriate lintian warning.
204 * debian/libapt-pkg-doc.doc-base.*:
205 - Changed section: from old 'Devel' to 'Debian'. This fixes appropriate
207 * debian/{postrm,prerm,preinst}:
208 - Added 'set -e', fixes lintian warnings
209 'maintainer-script-ignores-error'.
211 - Removed unneeded 'LOCAL' entry. This allows cleaning rule to run smoothly.
212 * share/lintian-overrides:
213 - Added with override of 'apt must depend on python'. Script 'apt-mark'
214 needs apt-python for working and checks this on fly. We don't want
215 python in most cases.
217 - Added 'unset GREP_OPTIONS' to the script. This prevents 'apt-key update'
218 failure when GREP_OPTIONS contains options that modify grep output.
221 -- Eugene V. Lyubimkin <jackyf.devel@gmail.com> Fri, 31 Oct 2008 23:45:17 +0300
223 apt (0.7.17~exp3) experimental; urgency=low
225 * apt-pkg/acquire-item.cc:
226 - fix a merge mistake that prevents the fallback to the
227 uncompressed 'Packages' to work correctly (closes: #409284)
229 -- Michael Vogt <mvo@debian.org> Wed, 29 Oct 2008 09:36:24 +0100
231 apt (0.7.17~exp2) experimental; urgency=low
233 [ Eugene V. Lyubimkin ]
234 * apt-pkg/acquire-item.cc:
235 - Added fallback to uncompressed 'Packages' if neither 'bz2' nor 'gz'
236 available. (Closes: #409284)
237 * apt-pkg/algorithm.cc:
238 - Strip username and password from source URL in error message.
242 * fix various -Wall warnings
244 -- Michael Vogt <mvo@debian.org> Tue, 28 Oct 2008 18:06:38 +0100
246 apt (0.7.17~exp1) experimental; urgency=low
250 - apt-pkg/depcache.cc
251 * Fix compilation warnings:
253 - apt-pkg/versionmatch.cc
254 * Compilation fixes and portability improvement for compiling APT against non-GNU libc
255 (thanks to Martin Koeppe, closes: #392063):
256 - buildlib/apti18n.h.in:
257 + textdomain() and bindtextdomain() must not be visible when --disable-nls
258 - buildlib/inttypes.h.in: undefine standard int*_t types
259 - Append INTLLIBS to SLIBS:
261 + ftparchive/makefile
263 * doc/apt.conf.5.xml:
264 - clarify whether configuration items of apt.conf are case-sensitive
265 (thanks to Vincent McIntyre, closes: #345901)
267 -- Luca Bruno <lethalman88@gmail.com> Sat, 11 Oct 2008 09:17:46 +0200
269 apt (0.7.16) unstable; urgency=low
272 * doc/apt-cache.8.xml:
273 - search command uses POSIX regex, and searches for virtual packages too
275 * doc/offline.sgml: clarify remote and target hosts
276 (thanks to Nikolaus Schulz, closes: #175940)
277 * Fix several typos in docs, translations and debian/changelog
278 (thanks to timeless, Nicolas Bonifas and Josh Triplett,
279 closes: #368665, #298821, #411532, #431636, #461458)
280 * Document apt-key finger and adv commands
281 (thanks to Stefan Schmidt, closes: #350575)
282 * Better documentation for apt-get --option
283 (thanks to Tomas Pospisek, closes: #386579)
284 * Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: #471276)
285 * Better documentation on using both APT::Default-Release and
286 /etc/apt/preferences (thanks to Ingo Saitz, closes: #145575)
289 * doc/apt-cache.8.xml:
290 - add missing citerefentry
292 -- Michael Vogt <mvo@debian.org> Fri, 10 Oct 2008 23:44:50 +0200
294 apt (0.7.15) unstable; urgency=low
298 -- Michael Vogt <mvo@debian.org> Sun, 05 Oct 2008 13:23:47 +0200
300 apt (0.7.15~exp3) experimental; urgency=low
303 * apt-pkg/deb/dpkgpm.cc:
304 - Store the trigger state descriptions in a way that does not break
305 the ABI. The approach taken makes the search for a string O(n) rather
306 than O(lg(n)), but since n == 4, I do not consider this a major
307 concern. If it becomes a concern, we can sort the static array and
308 use std::equal_range(). (Closes: #499322)
311 * apt-pkg/packagemanager.cc, apt-pkg/deb/dpkgpm.cc:
312 - move the state file writting into the Go() implementation
313 of dpkgpm (closes: #498799)
314 * apt-pkg/algorithms.cc:
315 - fix simulation performance drop (thanks to Ferenc Wagner
316 for reporting the issue)
318 -- Michael Vogt <mvo@debian.org> Wed, 01 Oct 2008 18:09:49 +0200
320 apt (0.7.15~exp2) experimental; urgency=low
323 * apt-pkg/pkgcachegen.cc:
324 - do not add multiple identical descriptions for the same
325 language (closes: #400768)
327 [ Program translations ]
328 * Catalan updated. Closes: #499462
330 -- Michael Vogt <mvo@debian.org> Tue, 23 Sep 2008 07:29:59 +0200
332 apt (0.7.15~exp1) experimental; urgency=low
334 [ Christian Perrier ]
335 * Fix typo in cron.daily script. Closes: #486179
337 [ Program translations ]
338 * Traditional Chinese updated. Closes: #488526
339 * German corrected and completed. Closes: #490532, #480002, #498018
341 * Bulgarian updated. Closes: #492473
342 * Slovak updated. Closes: #492475
343 * Galician updated. Closes: #492794
344 * Japanese updated. Closes: #492975
345 * Fix missing space in Greek translation. Closes: #493922
347 * Brazilian Portuguese updated.
348 * Basque updated. Closes: #496754
349 * Romanian updated. Closes: #492773, #488361
350 * Portuguese updated. Closes: #491790
351 * Simplified Chinese updated. Closes: #489344
352 * Norwegian Bokmål updated. Closes: #480022
353 * Czech updated. Closes: #479628, #497277
354 * Korean updated. Closes: #464515
355 * Spanish updated. Closes: #457706
356 * Lithuanian added. Closes: #493328
357 * Swedish updated. Closes: #497496
358 * Vietnamese updated. Closes: #497893
359 * Portuguese updated. Closes: #498411
360 * Greek updated. Closes: #498687
364 * merge patch that enforces stricter https server certificate
365 checking (thanks to Arnaud Ebalard, closes: #485960)
366 * allow per-mirror specific https settings
367 (thanks to Arnaud Ebalard, closes: #485965)
368 * add doc/examples/apt-https-method-example.cof
369 (thanks to Arnaud Ebalard, closes: #485964)
370 * apt-pkg/depcache.cc:
371 - when checking for new important deps, skip critical ones
373 * improve apt progress reporting, display trigger actions
374 * add DPkg::NoTriggers option so that applications that call
375 apt/aptitude (like the installer) defer trigger processing
376 (thanks to Joey Hess)
378 - add examples/apt-https-method-example.conf
380 -- Michael Vogt <mvo@debian.org> Tue, 16 Sep 2008 21:27:03 +0200
382 apt (0.7.14ubuntu7) jaunty; urgency=low
384 * cmdline/apt-cache.cc:
385 - remove the gettext from a string that consists entirely
386 of variables (LP: #56792)
387 * apt-pkg/deb/dpkgpm.cc:
388 - fix potential hang when in a backgroud process group
390 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 28 Oct 2008 21:09:12 +0100
392 apt (0.7.14ubuntu6) intrepid; urgency=low
394 * debian/apt.conf.autoremove:
395 - remove "linux-image" (and friends) from the auto-remove
396 blacklist. we have the kernel fallback infrastructure now
397 in intrepid (thanks to BenC)
398 * apt-pkg/indexcopy.cc:
399 - support having CDs with no Packages file (just a Packages.gz)
400 by not forcing a verification on non-existing files
402 * apt-pkg/deb/dpkgpm.cc:
403 - improve the filtering for duplicated apport reports (thanks
404 to seb128 for pointing that problem out)
405 - do not report disk full errors from dpkg via apport
407 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 07 Aug 2008 16:28:05 +0200
409 apt (0.7.14ubuntu5) intrepid; urgency=low
411 * fix various -Wall warnings
412 * make "apt-get build-dep" installed packages marked automatic
413 by default. This can be changed by setting the value of
414 APT::Get::Build-Dep-Automatic to false (thanks to Aaron
415 Haviland, closes: #44874, LP: #248268)
417 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 06 Aug 2008 14:00:51 +0200
419 apt (0.7.14ubuntu4) intrepid; urgency=low
422 * apt-pkg/deb/dpkgpm.cc:
423 - fix uninitialized variable that caused no apport reports
424 to be written sometimes (thanks to Matt Zimmerman)
425 * merge patch that enforces stricter https server certificate
426 checking (thanks to Arnaud Ebalard, closes: #485960)
427 * allow per-mirror specific https settings
428 (thanks to Arnaud Ebalard, closes: #485965)
429 * add doc/examples/apt-https-method-example.cof
430 (thanks to Arnaud Ebalard, closes: #485964)
431 * add DPkg::NoTriggers option so that applications that call
432 apt/aptitude (like the installer) defer trigger processing
433 (thanks to Joey Hess)
434 * document --install-recommends and --no-install-recommends
435 (thanks to Dereck Wonnacott, LP: #126180)
438 * apt-ftparchive might write corrupt Release files (LP: #46439)
439 * Apply --important option to apt-cache depends (LP: #16947)
441 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 05 Aug 2008 10:10:49 +0200
443 apt (0.7.14ubuntu3) intrepid; urgency=low
446 * Apply patch to avoid truncating of arbitrary files. Thanks to Bryan
447 Donlan <bdonlan@fushizen.net> for the patch. Closes: #482476
448 * Avoid using dbus if dbus-daemon isn't running. Closes: #438803
451 * apt-pkg/deb/dpkgpm.cc:
452 - improve apt progress reporting, display trigger actions
453 * apt-pkg/depcache.cc:
454 - when checking for new important deps, skip critical ones
457 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 03 Jun 2008 17:27:07 +0200
459 apt (0.7.14ubuntu2) intrepid; urgency=low
462 - fix FTBFS by adding missing intltool dependency
464 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 09 May 2008 13:50:22 +0200
466 apt (0.7.14ubuntu1) intrepid; urgency=low
469 * enable installation of recommends by default
470 * debian/apt.conf.ubuntu:
471 - remove APT::Install-Recommends-Sections (no longer needed)
472 * merged from debian/sid, remaining changes:
473 - authentication-reliable branch (to be merged into debian soon)
474 - mirror:// uri branch (breaks ABI in debian, not merged yet)
475 - apport failure reporting
476 - show warning on apt-get source with 'Vcs-' header
477 - proxy detection from gconf in apt.cron
479 apt (0.7.14) unstable; urgency=low
481 [ Christian Perrier ]
482 * Mark a message from dselect backend as translatable
483 Thanks to Frédéric Bothamy for the patch
486 [ Program translations ]
487 * Simplified Chinese updated. Closes: #473360
488 * Catalan fixes. Closes: #387141
489 * Typo fix in Greek translation. Closes: #479122
491 * Thai updated. Closes: #479313
492 * Italian updated. Closes: #479326
493 * Polish updated. Closes: #479342
494 * Bulgarian updated. Closes: #479379
495 * Finnish updated. Closes: #479403
496 * Korean updated. Closes: #479426
497 * Basque updated. Closes: #479452
498 * Vietnamese updated. Closes: #479748
499 * Russian updated. Closes: #479777, #499029
500 * Galician updated. Closes: #479792
501 * Portuguese updated. Closes: #479847
502 * Swedish updated. Closes: #479871
503 * Dutch updated. Closes: #480125
504 * Kurdish added. Closes: #480150
505 * Brazilian Portuguese updated. Closes: #480561
506 * Hungarian updated. Closes: #480662
509 * Apply patch to avoid truncating of arbitrary files. Thanks to Bryan
510 Donlan <bdonlan@fushizen.net> for the patch. Closes: #482476
511 * Avoid using dbus if dbus-daemon isn't running. Closes: #438803
514 * debian/apt.cron.daily:
515 - apply patch based on the ideas of Francesco Poli for better
516 behavior when the cache can not be locked (closes: #459344)
518 -- Michael Vogt <mvo@debian.org> Wed, 28 May 2008 15:19:12 +0200
520 apt (0.7.13) unstable; urgency=low
523 * Add missing build-depends back from build-depends-indep field.
525 * Make cron script quiet if cache is locked. Thanks to Ted Percival
526 <ted@midg3t.net> for the patch. Closes: #459344
527 * Add timeout support for https. Thanks to Andrew Martens
528 <andrew.martens@strangeloopnetworks.com> for the patch.
530 [ Goswin von Brederlow ]
531 * Add support for --no-download on apt-get update. Closes: #478517
533 [ Program translations ]
534 - Vietnamese updated. Closes: #479008
536 -- Otavio Salvador <otavio@debian.org> Fri, 02 May 2008 14:46:00 -0300
538 apt (0.7.12) unstable; urgency=low
542 - add support for a master-keyring that contains signing keys
543 that can be used to sign the archive signing keys. This should
544 make key-rollover easier.
545 * apt-pkg/deb/dpkgpm.cc:
546 - merged patch from Kees Cook to fix anoying upper-case display
548 * apt-pkg/algorithms.cc:
549 - add APT::Update::Post-Invoke-Success script slot
550 - Make the breaks handling use the kill list. This means, that a
551 Breaks: Pkg (<< version) may put Pkg onto the remove list.
552 * apt-pkg/deb/debmetaindex.cc:
553 - add missing "Release" file uri when apt-get update --print-uris
555 * methods/connect.cc:
556 - remember hosts with Resolve failures or connect Timeouts
557 * cmdline/apt-get.cc:
558 - fix incorrect help output for -f (LP: #57487)
559 - do two passes when installing tasks, first ignoring dependencies,
560 then resolving them and run the problemResolver at the end
561 so that it can correct any missing dependencies
562 * debian/apt.cron.daily:
563 - sleep random amount of time (default within 0-30min) before
564 starting the upate to hit the mirrors less hard
565 * doc/apt_preferences.5.xml:
567 * added debian/README.source
569 [ Christian Perrier ]
570 * Fix typos in manpages. Thanks to Daniel Leidert for the fixes
572 * Fix syntax/copitalisation in some messages. Thanks to Jens Seidel
573 for pointing this and providing the patch.
575 * Fix Polish offline translation. Thanks to Robert Luberda for the patch
576 and apologies for applying it very lately. Closes: #337758
577 * Fix typo in offline.sgml. Closes: #412900
579 [ Program translations ]
580 - German updated. Closes: #466842
582 - Polish updated. Closes: #469581
583 - Slovak updated. Closes: #471341
585 - Bulgarian updated. Closes: #448492
586 - Galician updated. Closes: #476839
589 * apt-pkg/depcache.cc:
590 - Patch MarkInstall to follow currently satisfied Recommends even
591 if they aren't "new", so that we automatically force upgrades
592 when the version of a Recommends has been tightened. (Closes: #470115)
593 - Enable more complete debugging information when Debug::pkgAutoRemove
595 * apt-pkg/contrib/configuration.cc
596 - Lift the 1024-byte limit on lines in configuration files.
597 (Closes: #473710, #473874)
598 * apt-pkg/contrib/strutl.cc:
599 - Lift the 64000-byte limit on individual messages parsed by ReadMessages.
602 - Add missing Build-Depends-Indep on xsltproc, docbook-xsl, and xmlto.
604 -- Daniel Burrows <dburrows@debian.org> Sat, 26 Apr 2008 12:24:35 -0700
606 apt (0.7.11) unstable; urgency=critical
608 [ Raise urgency to critical since it fixes a critical but for Debian
609 Installer Lenny Beta1 release ]
611 [ Program translations ]
612 - Vietnamese updated. Closes: #460825
613 - Basque updated. Closes: #461166
614 - Galician updated. Closes: #461468
615 - Portuguese updated. Closes: #464575
616 - Korean updated. Closes: #448430
617 - Simplified Chinese updated. Closes: #465866
620 * Applied patch from Robert Millan <rmh@aybabtu.com> to fix the error
621 message when gpgv isn't installed, closes: #452640.
622 * Fix regression about APT::Get::List-Cleanup setting being ignored,
625 -- Otavio Salvador <otavio@debian.org> Thu, 17 Jan 2008 22:36:46 -0200
627 apt (0.7.10) unstable; urgency=low
630 * Applied patch from Mike O'Connor <stew@vireo.org> to add a manpage to
631 apt-mark, closes: #430207.
632 * Applied patch from Andrei Popescu <andreimpopescu@gmail.com> to add a
633 note about some frontends in apt.8 manpage, closes: #438545.
634 * Applied patch from Aurelien Jarno <aurel32@debian.org> to avoid CPU
635 getting crazy when /dev/null is redirected to stdin (which breaks
636 buildds), closes: #452858.
637 * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix building
638 with newest dpkg-shlibdeps changing the packaging building order and a
639 patch from Robert Millan <rmh@aybabtu.com> to fix parallel building,
641 * Applied patch from Alexander Winston <alexander.winston@comcast.net>
642 to use 'min' as symbol for minute, closes: #219034.
643 * Applied patch from Amos Waterland <apw@us.ibm.com> to allow apt to
644 work properly in initramfs, closes: #448316.
645 * Applied patch from Robert Millan <rmh@aybabtu.com> to make apt-key and
646 apt-get to ignore time conflicts, closes: #451328.
647 * Applied patch from Peter Eisentraut <peter_e@gmx.net> to fix a
648 grammatical error ("manual installed" -> "manually installed"),
650 * Fix cron.daily job to not call fail if apt isn't installed, closes:
652 * Fix compilation warnings in apt-pkg/cdrom.cc and
653 apt-pkg/contrib/configuration.cc.
654 * Fix typo in debian/copyright file ("licened" instead of "licensed"),
657 [ Program translations ]
658 - Basque updated. Closes: #453088
659 - Vietnamese updated. Closes: #453774, #459013
660 - Japanese updated. Closes: #456909
661 - Simplified Chinese updated. Closes: #458039
663 - Norwegian Bokmål updated. Closes: #457917
666 - fix https install location
667 * debian/apt.conf.daily:
668 - print warning if the cache can not be locked (closes: #454561),
669 thanks to Bastian Kleineidam
671 - remove cruft code that caused timestamp/I-M-S issues
672 * ftparchive/contents.cc:
674 * apt-pkg/acquire-item.{cc,h}:
675 - make the authentication download code more robust against
676 servers/proxies with broken If-Range implementations
677 * apt-pkg/packagemanager.{cc,h}:
678 - propergate the Immediate flag to make hitting the
679 "E: Internal Error, Could not perform immediate configuration (2)"
682 - build against libdb-dev (instead of libdb4.4-dev)
683 * merged the apt--DoListUpdate branch, this provides a common interface
684 for "apt-get update" like operations for the frontends and also provides
685 hooks to run stuff in APT::Update::{Pre,Post}-Invoke
688 * ftparchive/contents.cc:
689 - support lzma data members
690 * ftparchive/multicompress.cc:
691 - support lzma output
694 * apt-pkg/contrib/configuration.cc:
695 - if RootDir is set, then FindFile and FindDir will return paths
696 relative to the directory stored in RootDir, closes: #456457.
698 [ Christian Perrier ]
699 * Fix wording for "After unpacking...". Thanks to Michael Gilbert
700 for the patch. Closes: #260825
702 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 03 Jan 2008 11:31:45 +0100
704 apt (0.7.9ubuntu17) hardy-proposed; urgency=low
706 * apt-pkg/acquire-item.cc:
707 - fix signaure removal on transient network failures LP: #220627
708 (thanks to Scott James Remnant)
710 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 22 Apr 2008 16:32:49 +0200
712 apt (0.7.9ubuntu16) hardy; urgency=low
715 - only check against master-keys in net-update to not break
716 custom CDs (thanks to Colin Watson)
718 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 08 Apr 2008 14:17:14 +0200
720 apt (0.7.9ubuntu15) hardy; urgency=low
722 * cmdline/apt-get.cc:
723 - do two passes when installing tasks, first ignoring dependencies,
724 then resolving them and run the problemResolver at the end
725 so that it can correct any missing dependencies. This should
726 fix livecd building for kubuntu (thanks to Jonathan Riddell
727 for reporting the problem)
729 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 13 Mar 2008 23:25:45 +0100
731 apt (0.7.9ubuntu14) hardy; urgency=low
733 * cmdline/apt-get.cc:
734 - fix incorrect help output for -f (LP: #57487)
735 - run the problemResolver after a task was installed
736 so that it can correct any missing dependencies
737 * typo fixes (LP: #107960)
739 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 11 Mar 2008 21:46:07 +0100
741 apt (0.7.9ubuntu13) hardy; urgency=low
744 * debian/apt.cron.daily:
745 - only call gconftool if gcontool is installed (LP: #194281)
748 * doc/apt_preferences.5.xml:
749 - fix typo (LP: #150900)
750 * doc/example/sources.list:
751 - updated for hardy (LP: #195879)
752 * debian/apt.cron.daily:
753 - sleep random amount of time (default within 0-30min) before
754 starting the upate to hit the mirrors less hard
756 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 04 Mar 2008 15:35:09 +0100
758 apt (0.7.9ubuntu12) hardy; urgency=low
760 * debian/apt.cron.daily:
761 - use admin user proxy settings
762 * cmdline/apt-get.cc:
763 - fix task installation (thanks to Colin Watson)
765 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 21 Feb 2008 15:07:44 +0100
767 apt (0.7.9ubuntu11) hardy; urgency=low
769 * apt-pkg/algorithms.cc:
770 - add APT::Update::Post-Invoke-Success script slot
773 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Jan 2008 12:06:12 +0100
775 apt (0.7.9ubuntu10) hardy; urgency=low
778 - add "net-update" command that fetches the
779 ubuntu-archive-keyring.gpg and add keys from it that are
780 signed by the ubuntu-master-keyring.gpg
781 (apt-archive-key-signatures spec)
782 * debian/apt.cron.daily:
783 - add apt-key net-update to the nightly cron job
785 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 13 Feb 2008 15:50:28 +0100
787 apt (0.7.9ubuntu9) hardy; urgency=low
789 * fix FTBFS due to incorrect intltool build-depends
791 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 11 Feb 2008 16:04:37 +0100
793 apt (0.7.9ubuntu8) hardy; urgency=low
795 * share/apt-auth-failure.note:
796 - show update-notifier note if the nightly update fails with a
797 authentication failure (apt-authentication-reliability spec)
799 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 11 Feb 2008 14:04:56 +0100
801 apt (0.7.9ubuntu7) hardy; urgency=low
803 * methods/connect.cc:
804 - remember hosts with Resolve failures or connect Timeouts
805 see https://wiki.ubuntu.com/NetworklessInstallationFixes
807 - fix bug in the new apt-key update code that imports only
808 keys signed with the master key (thanks to cjwatson)
810 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 08 Feb 2008 11:38:35 +0100
812 apt (0.7.9ubuntu6) hardy; urgency=low
815 - add support for a master-keyring that contains signing keys
816 that can be used to sign the archive signing keys. This should
817 make key-rollover easier.
818 * apt-pkg/deb/dpkgpm.cc:
819 - merged patch from Kees Cook to fix anoying upper-case display
821 * apt-pkg/algorithms.cc:
822 - add APT::Update::Post-Invoke-Success script slot
823 - Make the breaks handling use the kill list. This means, that a
824 Breaks: Pkg (<< version) may put Pkg onto the remove list.
825 * apt-pkg/deb/dpkgpm.cc:
826 - add APT::Apport::MaxReports to limit the maximum number
827 of reports generated in a single run (default to 3)
828 * apt-pkg/deb/debmetaindex.cc:
829 - add missing "Release" file uri when apt-get update --print-uris
832 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 04 Feb 2008 14:28:02 +0100
834 apt (0.7.9ubuntu5) hardy; urgency=low
836 * Merged apt-authentication-reliabilty branch. This means
837 that apt will refuse to update and use the old lists if
838 the authentication of a repository that used to be
839 authenticated fails. See
840 https://wiki.ubuntu.com/AptAuthenticationReliability
843 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 16 Jan 2008 10:36:10 +0100
845 apt (0.7.9ubuntu4) hardy; urgency=low
847 * apt-pkg/algorithms.cc:
848 - Since APT::Get::List-Cleanup and APT::List-Cleanup both default to
849 true, the effect of the compatibility code was to require both of them
850 to be set to false in order to disable list cleanup; this broke the
851 installer. Instead, disable list cleanup if either of them is set to
854 -- Colin Watson <cjwatson@ubuntu.com> Wed, 09 Jan 2008 22:34:37 +0000
856 apt (0.7.9ubuntu3) hardy; urgency=low
858 * merged the apt--DoListUpdate branch, this provides a common interface
859 for "apt-get update" like operations for the frontends and also provides
860 hooks to run stuff in APT::Update::{Pre,Post}-Invoke
862 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 07 Jan 2008 19:02:11 +0100
864 apt (0.7.9ubuntu2) hardy; urgency=low
867 * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix building
868 with newest dpkg-shlibdeps changing the packaging building order and a
869 patch from Robert Millan <rmh@aybabtu.com> to fix parallel building,
871 * Applied patch from Alexander Winston <alexander.winston@comcast.net>
872 to use 'min' as symbol for minute, closes: #219034.
873 * Applied patch from Amos Waterland <apw@us.ibm.com> to allow apt to
874 work properly in initramfs, closes: #448316.
875 * Applied patch from Robert Millan <rmh@aybabtu.com> to make apt-key and
876 apt-get to ignore time conflicts, closes: #451328.
877 * Applied patch from Peter Eisentraut <peter_e@gmx.net> to fix a
878 grammatical error ("manual installed" -> "manually installed"),
880 * Fix cron.daily job to not call fail if apt isn't installed, closes:
884 * apt-pkg/contrib/configuration.cc:
885 - if RootDir is set, then FindFile and FindDir will return paths
886 relative to the directory stored in RootDir, closes: #456457.
888 [ Christian Perrier ]
889 * Fix wording for "After unpacking...". Thans to Michael Gilbert
890 for the patch. Closes: #260825
892 [ Program translations ]
893 - Vietnamese updated. Closes: #453774
894 - Japanese updated. Closes: #456909
898 * apt-pkg/packagemanager.{cc,h}:
899 - propergate the Immediate flag to make hitting the
900 "E: Internal Error, Could not perform immediate configuration (2)"
901 harder. (LP: #179247)
902 * debian/apt.conf.daily:
903 - print warning if the cache can not be locked (closes: #454561),
904 thanks to Bastian Kleineidam
906 - build against libdb-dev (instead of libdb4.4-dev)
908 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 03 Jan 2008 11:31:45 +0100
910 apt (0.7.9ubuntu1) hardy; urgency=low
912 * merged from http://bzr.debian.org/apt/apt/debian-sid/, remaining
914 - mirror download method (pending merge with debian)
915 - no pdiff download by default (unsuitable for ubuntu)
916 - no recommends-by-default yet
917 - add "Original-Maintainer" field to tagfile
918 - show warning on apt-get source if the package is maintained
919 in a VCS (pedinging merge with debian)
920 - use ubuntu-archive keyring instead of debians one
921 - support metapackages section for autoremoval
922 - debian maintainer field change
923 - send ubuntu string in user-agent
925 * Changes from the debian-sid bzr branch (but not uploaded to debian
929 * Applied patch from Mike O'Connor <stew@vireo.org> to add a manpage to
930 apt-mark, closes: #430207.
931 * Applied patch from Andrei Popescu <andreimpopescu@gmail.com> to add a
932 note about some frontends in apt.8 manpage, closes: #438545.
933 * Applied patch from Aurelien Jarno <aurel32@debian.org> to avoid CPU
934 getting crazy when /dev/null is redirected to stdin (which breaks
935 buildds), closes: #452858.
937 [ Program translations ]
938 - Basque updated. Closes: #453088
942 - fix https install location
944 - remove cruft code that caused timestamp/I-M-S issues
945 * ftparchive/contents.cc:
947 * methods/mirror.{cc,h}:
948 - only update mirror list on IndexFile updates
949 * apt-pkg/acquire-item.{cc,h}:
950 - make the authentication download code more robust against
951 servers/proxies with broken If-Range implementations
953 - build against libdb-dev (instead of libdb4.4-dev)
954 * merged the apt--DoListUpdate branch, this provides a common interface
955 for "apt-get update" like operations for the frontends and also provides
956 hooks to run stuff in APT::Update::{Pre,Post}-Invoke
959 * ftparchive/contents.cc:
960 - support lzma data members
961 * ftparchive/multicompress.cc:
962 - support lzma output
964 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 13 Dec 2007 14:46:27 +0100
966 apt (0.7.9) unstable; urgency=low
968 [ Christian Perrier ]
969 * Add several languages to LINGUAS and, therefore, really ship the relevant
971 Arabic, Dzongkha, Khmer, Marathi, Nepali, Thai
972 Thanks to Theppitak Karoonboonyanan for checking this out. Closes: #448321
974 [ Program translations ]
975 - Korean updated. Closes: #448430
976 - Galician updated. Closes: #448497
980 * Fix configure script to check for CURL library and headers presense.
981 * Applied patch from Brian M. Carlson <sandals@crustytoothpaste.ath.cx>
982 to add backward support for arches that lacks pselect support,
984 * Umount CD-ROM when calling apt-cdrom ident, except when called with
987 -- Otavio Salvador <otavio@debian.org> Wed, 31 Oct 2007 13:37:26 -0200
989 apt (0.7.8) unstable; urgency=low
991 * Applied patch from Daniel Leidert <daniel.leidert@wgdd.de> to fix
992 APT::Acquire::Translation "none" support, closes: #437523.
993 * Applied patch from Daniel Burrows <dburrows@debian.org> to add support
994 for the Homepage field (ABI break), closes: #447970.
995 * Applied patch from Frans Pop <elendil@planet.nl> to fix a trailing
996 space after cd label, closes: #448187.
998 -- Otavio Salvador <otavio@debian.org> Fri, 26 Oct 2007 18:20:13 -0200
1000 apt (0.7.7) unstable; urgency=low
1003 * apt-inst/contrib/extracttar.cc:
1004 - fix fd leak for zero size files (thanks to Bill Broadley for
1006 * apt-pkg/acquire-item.cc:
1007 - remove zero size files on I-M-S hit
1009 - only send LastModified if we actually have a file
1010 - send range request with if-range
1011 - delete failed downloads
1012 - delete zero size I-M-S hits
1013 * apt-pkg/deb/dpkgpm.{cc,h}:
1014 - merged dpkg-log branch, this lets you specify a
1015 Dir::Log::Terminal file to log dpkg output to
1017 - fix parse error when dpkg sends unexpected data
1018 * merged apt--sha256 branch to fully support the new
1019 sha256 checksums in the Packages and Release files
1021 * apt-pkg/pkgcachegen.cc:
1022 - increase default mmap size
1024 - added local repository testcase
1025 * apt-pkg/acquire.cc:
1026 - increase MaxPipeDepth for the internal worker<->method
1027 communication to 1000 for the debtorrent backend
1028 * make apt build with g++ 4.3
1029 * fix missing SetExecClose() call when the status-fd is used
1030 * debian/apt.cron.daily:
1031 - move unattended-upgrade before apt-get autoclean
1032 * fix "purge" commandline argument, closes: #133421
1033 (thanks to Julien Danjou for the patch)
1034 * cmdline/apt-get.cc:
1035 - do not change the auto-installed information if a package
1037 * apt-pkg/acquire-item.cc:
1038 - fix crash in diff acquire code
1040 - Fix chmoding after have renamed the extended-states file (LP: #140019)
1041 (thanks to Laurent Bigonville)
1042 * apt-pkg/depcache.cc:
1043 - set "APT::Install-Recommends" to true by default (OMG!)
1044 * debian/apt.cron.daily:
1045 - only run the cron job if apt-get check succeeds (LP: #131719)
1047 [ Program translations ]
1049 - Basque updated. Closes: #436425
1050 - Fix the zh_CN translator's name in debian/changelog for 0.7.2
1052 - Vietnamese updated. Closes: #440611
1053 - Danish updated. Closes: #441102
1054 - Thai added. Closes: #442833
1056 - Galician updated. Closes: #446626
1059 * Add hash support to copy method. Thanks Anders Kaseorg by the patch
1061 * Reset curl options and timestamp between downloaded files. Thanks to
1062 Ryan Murray <rmurray@debian.org> for the patch (closes: #437150)
1063 * Add support to apt-key to export keys to stdout. Thanks to "Dwayne
1064 C. Litzenberger" <dlitz@dlitz.net> for the patch (closes: #441942)
1065 * Fix compilation warnings:
1066 - apt-pkg/indexfile.cc: conversion from string constant to 'char*';
1067 - apt-pkg/acquire-item.cc: likewise;
1068 - apt-pkg/cdrom.cc: '%lu' expects 'long unsigned int', but argument
1070 - apt-pkg/deb/dpkgpm.cc: initialization order and conversion from
1071 string constant to 'char*';
1072 - methods/gpgv.cc: conversion from string constant to 'char*';
1073 - methods/ftp.cc: likewise;
1074 - cmdline/apt-extracttemplates.cc: likewise;
1075 - apt-pkg/deb/debmetaindex.cc: comparison with string literal results
1076 in unspecified behaviour;
1077 * cmdline/apt-get.cc: adds 'autoremove' as a valid comment to usage
1078 statement of apt-get (closes: #445468).
1079 * cmdline/apt-get.cc: really applies Julien Danjou <acid@debian.org>
1080 patch to add 'purge' command line argument (closes: #133421).
1083 * dpkg-triggers: Deal properly with new package states.
1086 * apt-pkg/contrib/mmap.cc:
1087 - don't fail if msync() returns > 0
1089 -- Michael Vogt <mvo@debian.org> Tue, 23 Oct 2007 14:58:03 +0200
1091 apt (0.7.6ubuntu14.1) gutsy-proposed; urgency=low
1094 * apt-pkg/deb/dpkgpm.{cc,h}:
1095 - give up timeslice on EIO error in read from master terminal
1096 * debian/apt.cron.daily:
1097 - only run the cron job if apt-get check succeeds (LP: #131719)
1100 * apt-pkg/deb/dpkgpm.{cc,h}:
1101 - rewrite dpkgpm.cc to use pselect() instead of select()
1102 to block signals during select() (LP: #134858)
1104 -- Michael Vogt <michael.vogt@ubuntu.com> Sat, 20 Oct 2007 07:51:12 +0200
1106 apt (0.7.6ubuntu14) gutsy; urgency=low
1108 * apt-pkg/deb/dpkgpm.cc:
1109 - fix resource leak (LP: #148806)
1111 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 15 Oct 2007 20:57:44 +0200
1113 apt (0.7.6ubuntu13) gutsy; urgency=low
1115 * apt-pkg/deb/dpkgpm.cc:
1116 - fix crash in WriteApportReport (LP: #144537)
1117 * apt-pkg/acquire-item.cc
1118 - fix disappearing local Packages.gz file (LP: #131166)
1120 - fix off-by-one error I-M-S handling
1121 - cleanup after I-M-S hit
1123 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 09 Oct 2007 01:48:26 +0200
1125 apt (0.7.6ubuntu12) gutsy; urgency=low
1129 - Fix chmoding after have renamed the extended-states file
1130 (thanks to Laurent Bigonville, LP: #140019)
1131 * apt-pkg/deb/debmetaindex.cc: comparison with string literal results
1132 in unspecified behaviour;
1133 * Reset curl options and timestamp between downloaded files. Thanks to
1134 Ryan Murray <rmurray@debian.org> for the patch
1137 * Have 'cron.daily/apt' send D-Bus doesn't exist error messages
1138 to the bit bucket. Thanks to 'dasdda'. (LP: #115397)
1140 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 03 Oct 2007 02:17:45 +0200
1142 apt (0.7.6ubuntu11) gutsy; urgency=low
1144 * apt-pkg/contrib/mmap.cc:
1145 - don't fail if msync() returns > 0 (LP: #144001)
1147 -- Colin Watson <cjwatson@ubuntu.com> Sat, 22 Sep 2007 21:39:29 +0100
1149 apt (0.7.6ubuntu10) gutsy; urgency=low
1151 * apt-pkg/deb/dpkgpm.cc:
1152 - fix parse error when dpkg sends unexpected data
1154 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 18 Sep 2007 17:25:09 +0100
1156 apt (0.7.6ubuntu9) gutsy; urgency=low
1158 * apt-pkg/deb/dpkgpm.cc:
1159 - fix progress reporting precent calculation (LP: #137798)
1160 * make apt build with g++ 4.3
1161 * fix missing SetExecClose() call when the status-fd is used
1163 * debian/apt.cron.daily:
1164 - move unattended-upgrade before apt-get autoclean
1165 * fix "purge" commandline argument, closes LP: #125733
1166 (thanks to Julien Danjou for the patch)
1167 * cmdline/apt-get.cc:
1168 - do not change the auto-installed information if a package
1169 is reinstalled (LP: #139448)
1171 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 11 Sep 2007 20:55:00 +0200
1173 apt (0.7.6ubuntu8) gutsy; urgency=low
1175 * apt-pkg/deb/dpkgpm.{cc,h}:
1176 - fix bug in dpkg log writing when a signal is caught during
1177 select() (LP: #134858)
1178 - write end marker in the log as well
1180 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 05 Sep 2007 15:03:46 +0200
1182 apt (0.7.6ubuntu7) gutsy; urgency=low
1184 * reupload to fix FTBFS
1186 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 16 Aug 2007 19:44:20 +0200
1188 apt (0.7.6ubuntu6) gutsy; urgency=low
1190 * dpkg-triggers: Deal properly with new package states.
1192 -- Ian Jackson <iwj@ubuntu.com> Wed, 15 Aug 2007 20:44:37 +0100
1194 apt (0.7.6ubuntu5) UNRELEASED; urgency=low
1196 * apt-pkg/acquire-item.cc:
1197 - fix file removal on local repo i-m-s hit (LP: #131166)
1199 - added regression test for this bug
1201 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 09 Aug 2007 12:34:07 +0200
1203 apt (0.7.6ubuntu4) gutsy; urgency=low
1205 * cmdline/apt-get.cc:
1206 - remove YnPrompt when a XS-Vcs- tag is found, improve the
1207 notice (LP: #129575)
1209 - take hashes here too
1210 * apt-pkg/acquire-worker.cc:
1211 - only pass on computed hash if we recived one from the method
1213 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 08 Aug 2007 19:30:29 +0200
1215 apt (0.7.6ubuntu3) gutsy; urgency=low
1217 * apt-pkg/deb/dpkgpm.cc:
1218 - fix packagename extraction when writting apport reports
1219 * apt-pkg/pkgcachegen.cc:
1220 - increase default mmap size (LP: #125640)
1222 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 07 Aug 2007 09:52:00 +0200
1224 apt (0.7.6ubuntu2) gutsy; urgency=low
1226 * doc/examples/sources.list:
1227 - change example source to gutsy
1228 * apt-pkg/deb/dpkgpm.cc:
1229 - do not break if no /dev/pts is available
1231 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 06 Aug 2007 15:17:57 +0200
1233 apt (0.7.6ubuntu1) gutsy; urgency=low
1236 * apt-inst/contrib/extracttar.cc:
1237 - fix fd leak for zero size files (thanks to Bill Broadley for
1239 * apt-pkg/acquire-item.cc:
1240 - remove zero size files on I-M-S hit
1242 - only send LastModified if we actually have a file
1243 - send range request with if-range
1244 - delete failed downloads
1245 (thanks to Thom May for his help here)
1246 - delete zero size I-M-S hits
1247 * apt-pkg/deb/dpkgpm.{cc,h}:
1248 - merged dpkg-log branch, this lets you specify a
1249 Dir::Log::Terminal file to log dpkg output to
1251 - when writting apport reports, attach the dpkg
1253 * merged apt--sha256 branch to fully support the new
1254 sha256 checksums in the Packages and Release files
1256 * apt-pkg/pkgcachegen.cc:
1257 - increase default mmap size
1259 - added local repository testcase
1260 * make apt build with g++ 4.3
1261 * fix missing SetExecClose() call when the status-fd is used
1262 * debian/apt.cron.daily:
1263 - move unattended-upgrade before apt-get autoclean
1264 * fix "purge" commandline argument, closes: #133421
1265 (thanks to Julien Danjou for the patch)
1266 * cmdline/apt-get.cc:
1267 - do not change the auto-installed information if a package
1270 - Fix chmoding after have renamed the extended-states file (LP: #140019)
1271 (thanks to Laurent Bigonville)
1274 * dpkg-triggers: Deal properly with new package states.
1276 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 02 Aug 2007 11:55:54 +0200
1278 apt (0.7.6) unstable; urgency=low
1280 * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrong
1281 directory downloading on non-linux architectures (closes: #435597)
1283 -- Otavio Salvador <otavio@debian.org> Wed, 01 Aug 2007 19:49:51 -0300
1285 apt (0.7.5) unstable; urgency=low
1288 * Applied patch from Guillem Jover <guillem@debian.org> to use
1289 dpkg-architecture to get the host architecture (closes: #407187)
1290 * Applied patch from Guillem Jover <guillem@debian.org> to add
1291 support to add lzma support (closes: #408201)
1294 * apt-pkg/depcache.cc:
1295 - support a list of sections for:
1296 APT::Install-Recommends-Sections
1297 APT::Never-MarkAuto-Sections
1299 - install lzma symlink method (for full lzma support)
1303 -- Otavio Salvador <otavio@ossystems.com.br> Wed, 25 Jul 2007 20:16:46 -0300
1305 apt (0.7.4ubuntu1) gutsy; urgency=low
1307 * debian/apt.conf.ubuntu, apt.conf.autoremove:
1308 - Change metapackages to {restricted,universe,multiverse}/metapackages
1309 in Install-Recommends-Sections and Never-MarkAuto-Sections
1311 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 26 Jul 2007 10:42:29 +0200
1313 apt (0.7.4) unstable; urgency=low
1316 * cmdline/apt-get.cc:
1317 - fix in the task-install code regexp (thanks to Adam Conrad and
1319 - support task removal too: apt-get remove taskname^
1320 (thanks to Matt Zimmerman reporting this problem)
1323 * Fix a typo on 0.7.3 changelog entry about g++ (7.3 to 4.3)
1324 * Fix compilation warnings:
1325 - apt-pkg/contrib/configuration.cc: wrong argument type;
1326 - apt-pkg/deb/dpkgpm.cc: wrong signess;
1327 - apt-pkg-acquire-item.cc: wrong signess and orderned initializers;
1331 - changed SetupProxy() method to void;
1332 * Simplified HttpMethod::Fetch on http.cc removing Tail variable;
1333 * Fix pipeline handling on http.cc (closes: #413324)
1334 * Fix building to properly support binNMUs. Thanks to Daniel Schepler
1335 <schepler@math.unipd.it> by the patch (closes: #359634)
1336 * Fix example for Install-{Recommends,Suggests} options on
1337 configure-index example file. Thanks to Peter Eisentraut
1338 <peter_e@gmx.net> by the patch (closes: #432223)
1340 [ Christian Perrier ]
1341 * Basque translation update. Closes: ##423766
1342 * Unfuzzy formerly complete translations
1343 * French translation update
1344 * Re-generate PO(T) files
1345 * Spanish translation update
1346 * Swedish translation update
1348 -- Otavio Salvador <otavio@debian.org> Tue, 24 Jul 2007 09:55:50 -0300
1350 apt (0.7.3) unstable; urgency=low
1352 * fixed compile errors with g++ 4.3 (thanks to
1353 Daniel Burrows, closes: #429378)
1354 * fixes in the auto-mark code (thanks to Daniel
1356 * fix FTBFS by changing build-depends to
1357 libcurl4-gnutls-dev (closes: #428363)
1358 * cmdline/apt-get.cc:
1359 - fix InstallTask code when a pkgRecord ends
1360 with a single '\n' (thanks to Soren Hansen for reporting)
1361 * merged from Christian Perrier:
1362 * vi.po: completed to 532t, again. Closes: #429899
1363 * gl.po: completed to 532t. Closes: #429506
1364 * vi.po: completed to 532t. Closes: #428672
1365 * Update all PO and the POT. Gives 514t14f4u for formerly
1366 complete translations
1367 * fr.po: completed to 532t
1368 * ku.po, uk.po, LINGUAS: reintegrate those translations
1369 which disappeared from the BZR repositories
1371 -- Michael Vogt <mvo@debian.org> Sun, 01 Jul 2007 12:31:29 +0200
1373 apt (0.7.2ubuntu7) gutsy; urgency=low
1375 * fix build-dependencies
1376 * fixes in the auto-mark code (thanks to Daniel
1379 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 9 Jul 2007 19:02:54 +0200
1381 apt (0.7.2ubuntu6) gutsy; urgency=low
1384 * cmdline/apt-get.cc:
1385 - make the XS-Vcs-$foo warning more copy'n'paste
1386 friendly (thanks to Matt Zimmerman)
1387 - ignore the Vcs-Browser tag (Fixes LP: #121770)
1388 * debian/apt.conf.autoremove:
1389 - added "linux-ubuntu-modules" to APT::NeverAutoRemove
1392 * Change metapackages to *metapackages in Install-Recommends-Section
1393 and Never-MarkAuto-Section of debian/apt.conf.autoremove, so that
1394 the Recommends of metapackages in universe and multiverse will get
1396 * Also make this change in doc/examples/configure-index.
1397 * Added a Build Dependancies of automake, docbook-xsl, xsltproc, xmlto,
1398 docbook to fix FTBFS.
1399 * Added in previous changelog entries, as those who uploaded did not
1400 actually commit to Bzr.
1402 -- Sarah Hobbs <hobbsee@ubuntu.com> Mon, 09 Jul 2007 01:15:57 +1000
1404 apt (0.7.2ubuntu5) gutsy; urgency=low
1406 * Rerun autoconf to fix the FTBFS.
1408 -- Michael Bienia <geser@ubuntu.com> Fri, 06 Jul 2007 19:17:33 +0200
1410 apt (0.7.2ubuntu4) gutsy; urgency=low
1412 * Rebuild for the libcurl4 -> libcurl3 transition mess.
1414 -- Steve Kowalik <stevenk@ubuntu.com> Fri, 6 Jul 2007 12:44:05 +1000
1416 apt (0.7.2ubuntu3) gutsy; urgency=low
1418 * cmdline/apt-get.cc:
1419 - fix InstallTask code when a pkgRecord ends
1420 with a single '\n' (thanks to Soren Hansen for reporting)
1422 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 27 Jun 2007 13:33:38 +0200
1424 apt (0.7.2ubuntu2) gutsy; urgency=low
1426 * fixed compile errors with g++ 4.3 (thanks to
1427 Daniel Burrows, closes: #429378)
1428 * fix FTFBFS by changing build-depends to
1429 libcurl4-gnutls-dev (closes: #428363)
1431 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 19 Jun 2007 13:47:03 +0200
1433 apt (0.7.2ubuntu1) gutsy; urgency=low
1435 * apt-pkg/deb/dpkgpm.cc:
1436 - apport integration added, this means that a apport
1437 report is written on dpkg failures
1438 * cmdline/apt-get.cc:
1439 - merged http://people.ubuntu.com/~mvo/bzr/apt/xs-vcs-bzr/
1440 this will warn when Vcs- headers are found on apt-get source
1442 * merged from debian/unstable, remaining changes:
1443 - maintainer field changed
1444 - merged the apt--mirror branch
1445 http://people.ubuntu.com/~mvo/bzr/apt/apt--mirror/
1446 - apport reporting on package install/upgrade/remove failure
1447 - support for "Originial-Maintainer" field
1448 - merged apt--xs-vcs-bzr branch
1449 (http://people.ubuntu.com/~mvo/bzr/apt/xs-vcs-bzr/)
1450 - use ubuntu archive keyring by default
1451 - debian/apt.conf.autoremove
1452 + install recommands for section "metapackages"
1453 + do not mark direct dependencies of "metapackages" as autoremoved
1455 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 14 Jun 2007 10:38:36 +0200
1457 apt (0.7.2-0.1) unstable; urgency=low
1459 * Non-maintainer upload.
1460 * Build-depend on libcurl4-gnutls-dev instead of the obsolete
1461 libcurl3-gnutls-dev. Closes: #428363.
1463 -- Steve Langasek <vorlon@debian.org> Thu, 28 Jun 2007 18:46:53 -0700
1465 apt (0.7.2) unstable; urgency=low
1467 * merged the debian/experimental changes back
1468 into the debian/sid branch
1469 * merged from Christian Perrier:
1470 * mr.po: New Marathi translation Closes: #416806
1471 * zh_CN.po: Updated by Kov Chai Closes: #416822
1472 * tl.po: Updated by Eric Pareja Closes: #416638
1473 * gl.po: Updated by Jacobo Tarrio
1475 * da.po: Updated by Claus Hindsgaul
1477 * fr.po: Remove a non-breakable space for usability
1478 issues. Closes: #408877
1479 * ru.po: Updated Russian translation. Closes: #405476
1480 * *.po: Unfuzzy after upstream typo corrections
1481 * buildlib/archtable:
1482 - added support for sh3/sh4 (closes: #424870)
1483 - added support for m32r (closes: #394096)
1484 * buildlib/systemtable:
1485 - added support for lpia
1487 - check systemtable for architecture mapping too
1488 * fix error in AutocleanInterval, closes: #319339
1489 (thanks to Israel G. Lugo for the patch)
1490 * add "purge" commandline argument, closes: #133421)
1491 (thanks to Julien Danjou for the patch)
1492 * add "purge" commandline argument, closes: #133421)
1493 (thanks to Julien Danjou for the patch)
1494 * fix FTBFS with gcc 4.3, closes: #417090
1495 (thanks to Martin Michlmayr for the patch)
1496 * add --dsc-only option, thanks to K. Richard Pixley
1497 * Removed the more leftover #pragma interface/implementation
1498 closes: #306937 (thanks to Andreas Henriksson for the patch)
1500 -- Michael Vogt <mvo@debian.org> Wed, 06 Jun 2007 23:19:50 +0200
1502 apt (0.7.1) experimental; urgency=low
1504 * ABI library name change because it's built against
1506 * implement SourceVer() in pkgRecords
1507 (thanks to Daniel Burrows for the patch!)
1508 * apt-pkg/algorithm.cc:
1509 - use clog for all debugging
1510 - only increase the score of installed applications if they
1512 - fix resolver bug on removal triggered by weak-dependencies
1515 - send apt version in User-Agent
1516 * apt-pkg/deb/debrecords.cc:
1517 - fix SHA1Hash() return value
1519 - only unmount if APT::CDROM::NoMount is false
1521 - only umount if it was mounted by the method before
1523 - fix error in translation that causes trouble to lsb_release
1525 * apt-pkg/acquire-item.cc:
1526 - if decompression of a index fails, delete the index
1527 * apt-pkg/acquire.{cc,h}:
1528 - deal better with duplicated sources.list entries (avoid
1529 double queuing of URLs) - this fixes hangs in bzip/gzip
1531 * Fix broken use of awk in apt-key that caused removal of the wrong keys
1532 from the keyring. Closes: #412572
1533 * merged from Christian Perrier:
1534 * mr.po: New Marathi translation Closes: #416806
1535 * zh_CN.po: Updated by Eric Pareja Closes: #416822
1536 * tl.po: Updated by Eric Pareja Closes: #416638
1537 * gl.po: Updated by Jacobo Tarrio
1539 * da.po: Updated by Claus Hindsgaul
1541 * fr.po: Remove a non-breakable space for usability
1542 issues. Closes: #408877
1543 * ru.po: Updated Russian translation. Closes: #405476
1544 * *.po: Unfuzzy after upstream typo corrections
1545 * vi.po: Updated to 515t. Closes: #426976
1546 * eu.po: Updated to 515t. Closes: #423766
1547 * pt.po: 515t. Closes: #423111
1548 * fr.po: Updated by Christian Perrier
1549 * Update all PO and the POT. Gives 513t2f for formerly
1550 complete translations
1551 * apt-pkg/policy.cc:
1552 - allow multiple packages (thanks to David Foerster)
1554 -- Michael Vogt <mvo@debian.org> Wed, 2 May 2007 13:43:44 +0200
1556 apt (0.6.46.4ubuntu10) feisty; urgency=low
1558 * apt-pkg/depcache.cc:
1559 - added "APT::Never-MarkAuto-Section" and consider dependencies
1560 of packages in this section manual (LP#59893)
1561 - ensure proper permissions in the extended_state file (LP#67037)
1562 * debian/apt.conf.ubuntu:
1563 - added APT::Never-MarkAuto-Section "metapackages" (LP#59893)
1564 * cmdline/apt-get.cc:
1565 - "apt-get install foo" on a already installed package foo will
1566 clean the automatic installed flag (LP#72007)
1567 - do not show packages already marked for removal as auto-installed
1569 - applied patch to (optionally) hide the auto-remove information
1570 (thanks to Frode M. Døving) (LP#69148)
1572 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 14 Mar 2007 13:32:32 +0100
1574 apt (0.6.46.4ubuntu9) feisty; urgency=low
1577 - set XS-Vcs-Bzr header
1578 - Set Ubuntu maintainer address
1580 - only unmount if APT::CDROM::NoMount is false
1581 - only umount if it was mounted by the method before
1582 * cmdline/apt-get.cc:
1583 - fix version output in autoremove list (LP#68941)
1584 * apt-pkg/packagemanager.cc:
1585 - do not spin 100% cpu in FixMissing() (LP#84476)
1586 * apt-pkg/indexfile.cc:
1587 - fix problem overwriting APT::Acquire::Translation
1588 * doc/examples/configure-index:
1589 - document APT::Acquire::Translation
1591 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 13 Mar 2007 15:24:39 +0100
1593 apt (0.6.46.4ubuntu8) feisty; urgency=low
1595 * fix segfault in the pkgRecords destructor
1598 - make the libcurl3-gnutls-dev versionized (LP#86614)
1600 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 26 Feb 2007 14:26:33 +0100
1602 apt (0.6.46.4ubuntu7) feisty; urgency=low
1604 * Merged the apt--mirror branch. This means that a new 'mirror'
1605 method is available that will allow dynamic mirror updates.
1606 The sources.list entry looks something like this:
1607 "deb mirror://mirrors.lp.net/get_mirror feisty main restricted"
1609 It also supports error reporting to a configurable url for mirror
1613 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 6 Feb 2007 11:38:06 +0100
1615 apt (0.6.46.4ubuntu6) feisty; urgency=low
1618 - send apt version in User-Agent
1619 * apt-pkg/deb/debrecords.cc:
1620 - fix SHA1Hash() return value
1621 * apt-pkg/algorithms.cc:
1622 - fix resolver bug on removal triggered by weak-dependencies
1624 - fix segfault (lp: #76530)
1626 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 20 Dec 2006 11:04:36 +0100
1628 apt (0.6.46.4ubuntu5) feisty; urgency=low
1630 * added apt-transport-https package to provide a optional
1631 https transport (apt-https spec)
1633 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 19 Dec 2006 16:23:43 +0100
1635 apt (0.6.46.4ubuntu4) feisty; urgency=low
1637 * apt-pkg/algorithms.cc:
1638 - only increase the score of installed applications if they
1641 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 18 Dec 2006 19:39:05 +0100
1643 apt (0.7.0) experimental; urgency=low
1645 * Package that contains all the new features
1646 * Removed all #pragma interface/implementation
1647 * Branch that contains all the new features:
1648 * translated package descriptions
1649 * task install support
1650 * automatic dependency removal (thanks to Daniel Burrows)
1651 * merged support for the new dpkg "Breaks" field
1652 (thanks to Ian Jackson)
1653 * handle network failures more gracefully on "update"
1654 * support for unattended-upgrades (via unattended-upgrades
1656 * added apt-transport-https method
1657 * merged "install-recommends" branch (ABI break):
1658 - new "--install-recommends"
1659 - install new recommends on "upgrade" if --install-recommends is
1661 - new "--fix-policy" option to install all packages with unmet
1662 important dependencies (usefull with --install-recommends to
1663 see what not-installed recommends are on the system)
1664 - fix of recommended packages display (only show CandidateVersion
1665 fix or-group handling)
1666 * merged "install-task" branch (use with "apt-get install taskname^")
1668 -- Michael Vogt <mvo@debian.org> Fri, 12 Jan 2007 20:48:07 +0100
1670 apt (0.6.46.4ubuntu3) feisty; urgency=low
1672 * apt-pkg/algorithm.cc:
1673 - use clog for all debugging
1674 * apt-pkg/depcache.cc:
1675 - never mark Required package for autoremoval (lp: #75882)
1677 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 18 Dec 2006 11:56:05 +0100
1679 apt (0.6.46.4ubuntu2) feisty; urgency=low
1681 * apt-pkg/algorithms.cc: add missing call to MarkKeep
1682 so that dist-upgrade isn't broken by unsatisfiable Breaks.
1683 (thanks to Ian Jackson)
1685 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 7 Dec 2006 23:07:24 +0100
1687 apt (0.6.46.4ubuntu1) feisty; urgency=low
1689 * merged with debian
1691 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 7 Dec 2006 12:13:14 +0100
1693 apt (0.6.46.4-0.1) unstable; urgency=emergency
1696 * Fix broken use of awk in apt-key that caused removal of the wrong keys
1697 from the keyring. Closes: #412572
1699 -- Joey Hess <joeyh@debian.org> Mon, 26 Feb 2007 16:00:22 -0500
1701 apt (0.6.46.4) unstable; urgency=high
1703 * ack NMU (closes: #401017)
1704 * added apt-secure.8 to "See also" section
1705 * apt-pkg/deb/dpkgpm.cc:
1706 - added "Dpkg::StopOnError" variable that controls if apt
1707 will abort on errors from dpkg
1708 * apt-pkg/deb/debsrcrecords.{cc,h}:
1709 - make the Buffer grow dynmaically (closes: #400874)
1710 * Merged from Christian Perrier bzr branch:
1711 - uk.po: New Ukrainian translation: 483t28f3u
1712 - el.po: Update to 503t9f2u
1713 - de.po: Updates and corrections.
1714 * apt-pkg/contrib/progress.cc:
1715 - OpProgress::CheckChange optimized, thanks to Paul Brook
1717 * apt-pkg/contrib/sha256.cc:
1718 - fix building with noopt
1720 -- Michael Vogt <mvo@debian.org> Thu, 7 Dec 2006 10:49:50 +0100
1722 apt (0.6.46.3-0.2) unstable; urgency=high
1724 * Non-maintainer upload with permission of Michael Vogt.
1725 * Fix FTBFS on most arches (regression from the fix of #400874)
1727 -- Andreas Barth <aba@not.so.argh.org> Tue, 5 Dec 2006 15:51:22 +0000
1729 apt (0.6.46.3-0.1) unstable; urgency=high
1731 * Non-maintainer upload with permission of Michael Vogt.
1732 * Fix segfault at apt-get source. Closes: #400874
1733 * Add apt-key update in postinst, so that debian-archive-keyring doesn't
1734 need to depend on apt >= 0.6. Closes: #401114
1735 * Don't double-queue pdiff files. Closes: #401017
1737 -- Andreas Barth <aba@not.so.argh.org> Tue, 5 Dec 2006 10:34:56 +0000
1739 apt (0.6.46.3ubuntu2) feisty; urgency=low
1741 * apt-pkg/algorithms.cc: add missing call to MarkKeep
1742 so that dist-upgrade isn't broken by unsatisfiable Breaks.
1744 -- Ian Jackson <iwj@ubuntu.com> Thu, 7 Dec 2006 15:46:52 +0000
1746 apt (0.6.46.3ubuntu1) feisty; urgency=low
1748 * doc/apt-get.8.xml:
1749 - documented autoremove, thanks to VladimÃr Lapá
\e%GÄ
\8d\e%@ek
1751 * fix broken i18n in the dpkg progress reporting, thanks to
1752 Frans Pop and Steinar Gunderson. (closes: #389261)
1755 * add apt-secure.8 to "See also" section
1757 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 23 Nov 2006 07:24:12 +0100
1759 apt (0.6.46.3) unstable; urgency=low
1761 * apt-pkg/deb/dpkgpm.cc:
1762 - make progress reporting robust against multiline error
1765 * Merged from Christian Perrier bzr branch:
1766 - ca.po: Updated to 514t
1767 - be.po: Updated to 514t
1768 - it.po: Updated to 514t
1769 - hu.po: Updated to 514t
1770 - zh_TW.po: Updated to 514t
1771 - ar.po: Updated to 293t221u.
1772 - ru.po: Updated to 514t. Closes: #392466
1773 - nb.po: Updated to 514t. Closes: #392466
1774 - pt.po: Updated to 514t. Closes: #393199
1775 - fr.po: One spelling error corrected: s/accèder/accéder
1776 - km.po: Updated to 514t.
1777 - ko.po: Updated to 514t.
1778 - bg.po: Updated to 514t.
1779 - de.po: Updated to 514t.
1780 - en_GB.po: Updated to 514t.
1782 -- Michael Vogt <mvo@debian.org> Thu, 2 Nov 2006 11:37:58 +0100
1784 apt (0.6.46.2) unstable; urgency=low
1787 - depend on debian-archive-keyring to offer clean upgrade path
1789 * Merged from Christian Perrier bzr branch:
1790 - es.po: Updated to 514t. Closes: #391661
1791 - da.po: Updated to 514t. Closes: #391424
1792 - cs.po: Updated. Closes: #391064
1793 - es.po: Updated to 514t. Closes: #391661
1794 - da.po: Updated to 514t. Closes: #391424
1796 -- Michael Vogt <mvo@debian.org> Wed, 11 Oct 2006 09:03:15 +0200
1798 apt (0.6.46.1) unstable; urgency=low
1801 - deal with empty files
1802 * Applied patch from Daniel Schepler to make apt bin-NMU able.
1803 (closes: bug#359634)
1804 * rebuild against current g++ because of:
1805 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29289
1807 * fix broken i18n in the dpkg progress reporting, thanks to
1808 Frans Pop and Steinar Gunderson. (closes: #389261)
1809 * Merged from Christian Perrier bzr branch:
1810 * fi.po: Updated to 514t. Closes: #390149
1811 * eu.po: Updated to 514t. Closes: #389725
1812 * vi.po: Updated to 514t. Closes: #388555
1813 * make the internal buffer in pkgTagFile grow dynamically
1816 -- Michael Vogt <mvo@debian.org> Mon, 2 Oct 2006 20:42:20 +0200
1818 apt (0.6.46) unstable; urgency=low
1821 - switched to libdb4.4 for building (closes: #381019)
1822 * cmdline/apt-get.cc:
1823 - fix in the TryInstallTask() code to make sure that all package
1824 there are marked manual install (lp: #61684)
1826 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 28 Sep 2006 00:34:20 +0200
1828 apt (0.6.45ubuntu14) edgy; urgency=low
1830 * cmdline/apt-get.cc:
1831 - fix in the TryInstallTask() code to make sure that all package
1832 there are marked manual install (lp: #61684)
1834 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 28 Sep 2006 00:34:20 +0200
1836 apt (0.6.45ubuntu13) edgy; urgency=low
1838 * no-changes upload to make apt rebuild against latest g++ and
1839 fix synaptic FTBFS (see bug: #62461 for details)
1841 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 26 Sep 2006 22:33:10 +0200
1843 apt (0.6.45ubuntu12) edgy; urgency=low
1845 * apt-pkg/depcache.cc:
1846 - fix in the sweep() code, set garbage flag for packages scheduled
1848 - do not change the autoFlag in MarkKeep(), this can lead to suprising
1851 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 21 Sep 2006 00:58:24 +0200
1853 apt (0.6.45ubuntu11) edgy; urgency=low
1855 * removed "installtask" and change it so that tasknames can be given
1856 with "apt-get install taskname^"
1857 * improve the writeStateFile() code
1859 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 20 Sep 2006 14:14:24 +0200
1861 apt (0.6.45ubuntu10) edgy; urgency=low
1864 - check more careful for incorrect proxy settings (closes: #378868)
1866 - don't hang when /var is full (closes: #341537), thanks to
1867 Luis Rodrigo Gallardo Cruz for the patch
1868 * doc/examples/sources.list:
1869 - removed non-us.debian.org from the example (closes: #380030,#316196)
1870 * Merged from Christian Perrier bzr branch:
1871 * ro.po: Updated to 514t. Closes: #388402
1872 * dz.po: Updated to 514t. Closes: #388184
1873 * it.po: Fixed typos. Closes: #387812
1874 * ku.po: New kurdish translation. Closes: #387766
1875 * sk.po: Updated to 514t. Closes: #386851
1876 * ja.po: Updated to 514t. Closes: #386537
1877 * gl.po: Updated to 514t. Closes: #386397
1878 * fr.po: Updated to 516t.
1879 * fi.po: Updated to 512t. Closes: #382702
1880 * share/archive-archive.gpg:
1881 - removed the outdated amd64 and debian-2004 keys
1882 * apt-pkg/tagfile.cc:
1883 - applied patch from Jeroen van Wolffelaar to make the tags
1884 caseinsensitive (closes: #384182)
1885 - reverted MMap use in the tagfile because it does not work
1886 across pipes (closes: #383487)
1887 * added "installtask" command
1888 * added new ubuntu specific rewrite rule for "Original-Maintainer"
1890 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 19 Sep 2006 15:07:51 +0200
1892 apt (0.6.45ubuntu9) edgy; urgency=low
1894 * cmdline/apt-get.cc:
1895 - if --no-remove is given, do not run the AutoRemove code
1897 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 13 Sep 2006 11:54:20 +0200
1899 apt (0.6.45ubuntu8) edgy; urgency=low
1901 * apt-pkg/algorithm.cc:
1902 - fix pkgProblemResolver.InstallProtect() to preserve the auto-install
1903 information (lp: #59457)
1904 * cmdline/apt-get.cc:
1905 - fix typo in autoremove information (lp: #59420)
1906 * install apt-mark to modify the automatically install information for
1909 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 8 Sep 2006 20:07:22 +0200
1911 apt (0.6.45ubuntu7) edgy; urgency=low
1913 * apt-pkg/depcache.cc:
1914 - fix a bug in the install-recommends-section code
1916 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 7 Sep 2006 18:22:38 +0200
1918 apt (0.6.45ubuntu6) edgy; urgency=low
1921 * cmdline/apt-get.cc:
1922 - always show auto-removable packages and give a hint how to remove
1924 * debian/apt.conf.ubuntu:
1925 - exlucde linux-image and linux-restricted-modules from ever being
1927 - added "metapackages" as the section we want to install recommends
1929 * apt-pkg/depcache.cc:
1930 - added support to turn install-recommends selectively on/off by
1933 * Tests pass without code changes! Except that we need this:
1934 * Bump cache file major version to force rebuild so that Breaks
1935 dependencies are included.
1936 * Don't depend on or suggest any particular dpkg or dpkg-dev versions;
1937 --auto-deconfigure is very very old and dpkg-dev's Breaks support
1938 is more or less orthogonal.
1939 * Initial draft of `Breaks' implementation. Appears to compile,
1940 but as yet *completely untested*.
1942 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 7 Sep 2006 11:50:52 +0200
1944 apt (0.6.45ubuntu5) edgy; urgency=low
1946 * apt-pkg/pkgcachegen.cc:
1947 - increase the APT::Cache-Limit to deal with the increased demand due
1948 to the translated descriptions
1949 * apt-pkg/deb/dpkgpm.cc:
1950 - pass "--auto-deconfigure" to dpkg on install to support the
1951 new "breaks" in dpkg
1953 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 15 Aug 2006 12:06:26 +0200
1955 apt (0.6.45ubuntu4) edgy; urgency=low
1957 * cmdline/apt-get.cc:
1958 - fix in the new --fix-polciy code
1960 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 14 Aug 2006 21:08:11 +0200
1962 apt (0.6.45ubuntu3) edgy; urgency=low
1965 * merged latest apt--install-recommends (closes: #559000)
1966 * added "--fix-policy" option to can be used as "--fix-broken" and
1967 will install missing weak depends (recommends, and/or suggests
1968 depending on the settings)
1969 * merged the apt--ddtp branch
1971 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 11 Aug 2006 12:53:23 +0200
1973 apt (0.6.45ubuntu2) edgy; urgency=low
1976 - switched to libdb4.4 for building (closes: #381019)
1977 * cmdline/apt-get.cc:
1978 - show only the recommends/suggests for the candidate-version, not for all
1979 versions of the package (closes: #257054)
1980 - properly handle recommends/suggests or-groups when printing the list of
1981 suggested/recommends packages (closes: #311619)
1982 * merged "apt--install-recommends" branch:
1983 - added "{no-}install-recommends" commandline option
1984 - added APT::Install-{Recommends,Suggests} option
1985 - currently Install-Recommends defaults to "False"
1987 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 9 Aug 2006 23:38:46 +0200
1989 apt (0.6.45ubuntu1) edgy; urgency=low
1991 * merged with debian/unstable
1993 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 1 Aug 2006 15:43:22 +0200
1995 apt (0.6.45) unstable; urgency=low
1997 * apt-pkg/contrib/sha256.cc:
1998 - fixed the sha256 generation (closes: #378183)
1999 * ftparchive/cachedb.cc:
2000 - applied patch from Anthony Towns to fix Clean() function
2002 * doc/apt-get.8.xml:
2003 - fix path to the apt user build (Closes: #375640)
2004 * doc/apt-cache.8.xml:
2005 - typo (Closes: #376408)
2006 * apt-pkg/deb/dpkgpm.cc:
2007 - make progress reporting more robust against multiline error
2008 messages (first half of a fix for #374195)
2009 * doc/examples/configure-index:
2010 - document Debug::pkgAcquire::Auth
2012 - deal with gpg error "NODATA". Closes: #296103, Thanks to
2013 Luis Rodrigo Gallardo Cruz for the patch
2014 * apt-inst/contrib/extracttar.cc:
2015 - fix for string mangling, closes: #373864
2016 * apt-pkg/acquire-item.cc:
2017 - check for bzip2 in /bin (closes: #377391)
2018 * apt-pkg/tagfile.cc:
2019 - make it work on non-mapable files again, thanks
2020 to James Troup for confirming the fix (closes: #376777)
2021 * Merged from Christian Perrier bzr branch:
2022 * ko.po: Updated to 512t. Closes: #378901
2023 * hu.po: Updated to 512t. Closes: #376330
2024 * km.po: New Khmer translation: 506t6f. Closes: #375068
2025 * ne.po: New Nepali translation: 512t. Closes: #373729
2026 * vi.po: Updated to 512t. Closes: #368038
2027 * zh_TW.po: Remove an extra %s in one string. Closes: #370551
2028 * dz.po: New Dzongkha translation: 512t
2029 * ro.po: Updated to 512t
2032 -- Michael Vogt <mvo@debian.org> Thu, 27 Jul 2006 00:52:05 +0200
2034 apt (0.6.44.2ubuntu4) edgy; urgency=low
2036 * Make apt-get dselect-upgrade happy again
2038 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 21 Jul 2006 11:03:02 +0200
2040 apt (0.6.44.2ubuntu3) edgy; urgency=low
2042 * Close extended_states file after writing it.
2044 -- Colin Watson <cjwatson@ubuntu.com> Tue, 18 Jul 2006 00:12:13 +0100
2046 apt (0.6.44.2ubuntu2) edgy; urgency=low
2048 * create a empty extended_states file if none exists already
2050 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 4 Jul 2006 09:23:03 +0200
2052 apt (0.6.44.2ubuntu1) edgy; urgency=low
2054 * merged with debian/unstable
2055 * merged the "auto-mark" branch to support aptitude like
2056 marking of automatically installed dependencies and added
2057 "apt-get remove --auto-remove" to remove unused auto-installed
2059 * changed library version from 3.11 to 3.50 to make it clearly
2060 different from the debian version (we are ABI incompatible because
2061 of the auto-mark patch)
2063 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 3 Jul 2006 18:30:46 +0200
2065 apt (0.6.44.2) unstable; urgency=low
2067 * apt-pkg/depcache.cc:
2068 - added Debug::pkgDepCache::AutoInstall (thanks to infinity)
2069 * apt-pkg/acquire-item.cc:
2070 - fix missing chmod() in the new aquire code
2071 (thanks to Bastian Blank, Closes: #367425)
2073 http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main:
2074 * sk.po: Completed to 512t
2075 * eu.po: Completed to 512t
2076 * fr.po: Completed to 512t
2077 * sv.po: Completed to 512t
2078 * Update all PO and the POT. Gives 506t6f for formerly
2079 complete translations
2081 -- Michael Vogt <mvo@debian.org> Wed, 14 Jun 2006 12:00:57 +0200
2083 apt (0.6.44.1-0.1) unstable; urgency=low
2085 * Non-maintainer upload.
2086 * Don't give an error when parsing empty Packages/Sources files.
2087 (Closes: #366931, #367086, #370160)
2089 -- Steinar H. Gunderson <sesse@debian.org> Fri, 9 Jun 2006 00:52:21 +0200
2091 apt (0.6.44.1) unstable; urgency=low
2093 * apt-pkg/acquire-item.cc:
2094 - fix reversed logic of the "Acquire::PDiffs" option
2096 http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main:
2097 - po/LINGUAS: added "bg" Closes: #360262
2098 - po/gl.po: Galician translation update. Closes: #366849
2099 - po/hu.po: Hungarian translation update. Closes: #365448
2100 - po/cs.po: Czech translation updated. Closes: #367244
2101 * apt-pkg/contrib/sha256.cc:
2102 - applied patch to fix unaligned access problem. Closes: #367417
2103 (thanks to David Mosberger)
2105 -- Michael Vogt <mvo@debian.org> Tue, 16 May 2006 21:51:16 +0200
2107 apt (0.6.44) unstable; urgency=low
2109 * apt-pkg/acquire.cc: don't show ETA if it is 0 or absurdely large
2110 * apt-pkg/contrib/sha256.{cc,h},hashes.{cc,h}: support for sha256
2111 (thanks to Anthony Towns)
2112 * ftparchive/cachedb.{cc,h},writer.{cc,h}: optimizations
2113 (thanks to Anthony Towns)
2114 * apt pdiff support from experimental merged
2115 * apt-pkg/deb/dpkgpm.cc: wording fixes (thanks to Matt Zimmerman)
2116 * apt-pkg/deb/dpkgpm.cc:
2117 - wording fixes (thanks to Matt Zimmerman)
2118 - fix error in dpkg interaction (closes: #364513, thanks to Martin Dickopp)
2119 * apt-pkg/tagfile.{cc,h}:
2120 - use MMap to read the entries (thanks to Zephaniah E. Hull for the
2121 patch) Closes: #350025
2122 * Merge from http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main:
2123 * bg.po: Added, complete to 512t. Closes: #360262
2124 * doc/apt-ftparchive.1.xml:
2125 - fix documentation for "SrcPackages" -> "Sources"
2126 (thanks to Bart Martens for the patch, closes: #307756)
2127 * debian/libapt-pkg-doc.doc-base.cache:
2128 - remove broken charackter from description (closes: #361129)
2129 * apt-inst/deb/dpkgdb.cc, methods/gpgv.cc:
2130 - i18n fixes (closes: #349298)
2131 * debian/postinst: dont fail on not available
2132 /usr/share/doc/apt/examples/sources.list (closes: #361130)
2134 - unlink empty file in partial if the download failed because
2135 the file is missing on the server (closes: #316337)
2136 * apt-pkg/deb/debversion.cc:
2137 - treats a version string with explicit zero epoch equal
2138 than the same without epoch (Policy 5.6.12, closes: #363358)
2139 Thanks to Lionel Elie Mamane for the patch
2141 -- Michael Vogt <mvo@debian.org> Mon, 8 May 2006 22:28:53 +0200
2143 apt (0.6.43.3ubuntu3) dapper; urgency=low
2146 - fix the user-agent string
2148 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 26 May 2006 18:09:32 +0200
2150 apt (0.6.43.3ubuntu2) dapper; urgency=low
2152 * apt-pkg/deb/dpkgpm.cc: wording fixes (thanks to Matt Zimmerman)
2154 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 18 Apr 2006 13:24:40 +0200
2156 apt (0.6.43.3ubuntu1) dapper; urgency=low
2158 * apt-pkg/acquire.cc: don't show ETA if it is 0 or absurdely large in
2159 the status-fd (ubuntu #28954)
2161 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 28 Mar 2006 20:34:46 +0200
2163 apt (0.6.43.3) unstable; urgency=low
2165 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-186:
2166 * ca.po: Completed to 512t. Closes: #351592
2167 * eu.po: Completed to 512t. Closes: #350483
2168 * ja.po: Completed to 512t. Closes: #349806
2169 * pl.po: Completed to 512t. Closes: #349514
2170 * sk.po: Completed to 512t. Closes: #349474
2171 * gl.po: Completed to 512 strings Closes: #349407
2172 * vi.po: Completed to 512 strings
2173 * sv.po: Completed to 512 strings Closes: #349210
2174 * ru.po: Completed to 512 strings Closes: #349154
2175 * da.po: Completed to 512 strings Closes: #349084
2176 * fr.po: Completed to 512 strings
2177 * LINGUAS: Add Welsh
2178 * *.po: Updated from sources (512 strings)
2179 * vi.po: Completed to 511 strings Closes: #348968
2180 * apt-pkg/deb/deblistparser.cc:
2181 - don't explode on a DepCompareOp in a Provides line, but warn about
2182 it and ignore it otherwise (thanks to James Troup for reporting it)
2183 * cmdline/apt-get.cc:
2184 - don't lock the lists directory in DoInstall, breaks --print-uri
2185 (thanks to James Troup for reporting it)
2186 * debian/apt.dirs: create /etc/apt/sources.list.d
2187 * make apt-cache madison work without deb-src entries (#352583)
2188 * cmdline/apt-get.cc: only run the list-cleaner if a update was
2190 * apt-get update errors are only warnings nowdays
2191 * be more careful with the signature file on network failures
2193 -- Michael Vogt <mvo@debian.org> Wed, 22 Feb 2006 10:13:04 +0100
2195 apt (0.6.43.2ubuntu1) dapper; urgency=low
2197 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-182:
2198 * ca.po: Completed to 512t. Closes: #351592
2199 * eu.po: Completed to 512t. Closes: #350483
2200 * ja.po: Completed to 512t. Closes: #349806
2201 * pl.po: Completed to 512t. Closes: #349514
2202 * sk.po: Completed to 512t. Closes: #349474
2203 * gl.po: Completed to 512 strings Closes: #349407
2204 * vi.po: Completed to 512 strings
2205 * sv.po: Completed to 512 strings Closes: #349210
2206 * ru.po: Completed to 512 strings Closes: #349154
2207 * da.po: Completed to 512 strings Closes: #349084
2208 * fr.po: Completed to 512 strings
2209 * LINGUAS: Add Welsh
2210 * *.po: Updated from sources (512 strings)
2211 * vi.po: Completed to 511 strings Closes: #348968
2212 * apt-pkg/deb/deblistparser.cc:
2213 - don't explode on a DepCompareOp in a Provides line, but warn about
2214 it and ignore it otherwise (thanks to James Troup for reporting it)
2215 * cmdline/apt-get.cc:
2216 - don't lock the lists directory in DoInstall, breaks --print-uri
2217 (thanks to James Troup for reporting it)
2218 * debian/apt.dirs: create /etc/apt/sources.list.d
2219 * make apt-cache madison work without deb-src entries (#352583)
2220 * cmdline/apt-get.cc: only run the list-cleaner if a update was
2222 * apt-get update errors are only warnings nowdays
2223 * be more careful with the signature file on network failures
2225 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 20 Feb 2006 22:27:48 +0100
2227 apt (0.6.43.2) unstable; urgency=low
2229 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-166:
2230 - en_GB.po, de.po: fix spaces errors in "Ign " translations Closes: #347258
2231 - makefile: make update-po a pre-requisite of clean target so
2232 that POT and PO files are always up-to-date
2233 - sv.po: Completed to 511t. Closes: #346450
2234 - sk.po: Completed to 511t. Closes: #346369
2235 - fr.po: Completed to 511t
2236 - *.po: Updated from sources (511 strings)
2237 - el.po: Completed to 511 strings Closes: #344642
2238 - da.po: Completed to 511 strings Closes: #348574
2239 - es.po: Updated to 510t1f Closes: #348158
2240 - gl.po: Completed to 511 strings Closes: #347729
2241 - it.po: Yet another update Closes: #347435
2242 * added debian-archive-keyring to the Recommends (closes: #347970)
2243 * fixed message in apt-key to install debian-archive-keyring
2244 * typos fixed in apt-cache.8 (closes: #348348, #347349)
2245 * add patch to fix http download corruption problem (thanks to
2246 Petr Vandrovec, closes: #280844, #290694)
2248 -- Michael Vogt <mvo@debian.org> Thu, 19 Jan 2006 00:06:33 +0100
2250 apt (0.6.43.1ubuntu1) dapper; urgency=low
2252 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-159:
2253 - en_GB.po, de.po: fix spaces errors in "Ign " translations
2255 - makefile: make update-po a pre-requisite of clean target so
2256 that POT and PO files are always up-to-date
2257 - sv.po: Completed to 511t. Closes: #346450
2258 - sk.po: Completed to 511t. Closes: #346369
2259 - fr.po: Completed to 511t
2260 - *.po: Updated from sources (511 strings)
2261 * add patch to fix http download corruption problem (thanks to
2262 Petr Vandrovec, closes: #280844, #290694)
2263 * added APT::Periodic::Unattended-Upgrade (requires the package
2264 "unattended-upgrade")
2266 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 10 Jan 2006 17:09:31 +0100
2268 apt (0.6.43.1) unstable; urgency=low
2270 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-148:
2271 * fr.po: Completed to 510 strings
2272 * it.po: Completed to 510t
2273 * en_GB.po: Completed to 510t
2274 * cs.po: Completed to 510t
2275 * zh_CN.po: Completed to 510t
2276 * el.po: Updated to 510t
2277 * vi.po: Updated to 383t93f34u
2278 * tl.po: Completed to 510 strings (Closes: #344306)
2279 * sv.po: Completed to 510 strings (Closes: #344056)
2280 * LINGUAS: disabled Hebrew translation. (Closes: #313283)
2281 * eu.po: Completed to 510 strings (Closes: #342091)
2282 * apt-get source won't download already downloaded files again
2284 * share/debian-archive.gpg: new 2006 ftp-archive signing key added
2286 * redownload the Release file if IMS-Hit and gpg failure
2287 * deal with multiple signatures on a Release file
2289 -- Michael Vogt <mvo@debian.org> Fri, 6 Jan 2006 01:17:08 +0100
2291 apt (0.6.43ubuntu2) dapper; urgency=low
2293 * merged some missing bits that wheren't merged by baz in the previous
2296 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 8 Dec 2005 18:35:58 +0100
2298 apt (0.6.43ubuntu1) dapper; urgency=low
2300 * merged with debian
2302 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 25 Nov 2005 11:36:29 +0100
2304 apt (0.6.43) unstable; urgency=medium
2306 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-132:
2307 * zh_CN.po: Completed to 510 strings(Closes: #338267)
2308 * gl.po: Completed to 510 strings (Closes: #338356)
2309 * added support for "/etc/apt/sources.list.d" directory
2311 * make pkgDirStream (a bit) more complete
2312 * fix bug in pkgCache::VerIterator::end() (thanks to Daniel Burrows)
2314 * pkgAcqFile is more flexible now (closes: #57091)
2315 * support a download rate limit for http (closes: #146877)
2316 * included lots of the speedup changes from #319377
2317 * add stdint.h to contrib/md5.h (closes: #340448)
2318 * ABI change, library name changed (closes: #339147)
2319 * Fix GNU/kFreeBSD crash on non-existing server file (closes: #317718)
2320 * switch to libdb4.3 in build-depends
2322 -- Michael Vogt <mvo@debian.org> Tue, 29 Nov 2005 00:17:07 +0100
2324 apt (0.6.42.3ubuntu2) dapper; urgency=low
2326 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-131:
2327 * zh_CN.po: Completed to 507 strings(Closes: #338267)
2328 * gl.po: Completed to 510 strings (Closes: #338356)
2329 * added support for "/etc/apt/sources.list.d" directory
2332 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 14 Nov 2005 15:30:12 +0100
2334 apt (0.6.42.3ubuntu1) dapper; urgency=low
2336 * synced with debian
2338 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Nov 2005 05:05:56 +0100
2340 apt (0.6.42.3) unstable; urgency=low
2342 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-129:
2343 - patch-118: Russian translation update by Yuri Kozlov (closes: #335164)
2344 - patch-119: add update-po as a pre-req for binary (closes: #329910)
2345 - patch-121: Complete French translation
2346 - patch-125: Fixed localization of y/n questions in German translation
2348 - patch-126: Swedish translation update (closes: #337163)
2349 - patch-127: Complete Tagalog translation (closes: #337306)
2350 - patch-128: Danish translation update (closes: #337949)
2351 - patch-129: Basque translation update (closes: #338101)
2352 * cmdline/apt-get.cc:
2353 - bufix in FindSrc (closes: #335213, #337910)
2354 * added armeb to archtable (closes: #333599)
2355 * with --allow-unauthenticated use the old fallback behaviour for
2356 sources (closes: #335112)
2358 -- Michael Vogt <mvo@debian.org> Wed, 9 Nov 2005 07:22:31 +0100
2360 apt (0.6.42.2) unstable; urgency=high
2362 * NMU (approved by maintainer)
2363 * Add AMD64 archive signing key to debian-archive.gpg (closes: #336500).
2364 * Add big-endian arm (armeb) support (closes: #333599).
2365 * Priority high to get the AMD key into testing ASAP.
2367 -- Frans Pop <fjp@debian.org> Sun, 30 Oct 2005 21:29:11 +0100
2369 apt (0.6.42.1) unstable; urgency=low
2371 * fix a incorrect example in the apt_prefrences man page
2372 (thanks to Filipus Klutiero, closes: #282918)
2373 * apt-pkg/pkgrecords.cc:
2374 - revert patch from last version, it causes trouble on alpha
2375 and ia64 (closes: #335102, #335103)
2376 * cmdline/apt-get.cc:
2377 - be extra carefull in FindSrc (closes: #335213)
2379 -- Michael Vogt <mvo@debian.org> Sat, 22 Oct 2005 23:44:35 +0200
2381 apt (0.6.42) unstable; urgency=low
2384 - unmount the cdrom when apt failed to locate any package files
2385 * allow cdrom failures and fallback to other sources in that case
2387 * better error text when dpkg-source fails
2388 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-115:
2389 - patch-99: Added Galician translation
2390 - patch-100: Completed Danish translation (Closes: #325686)
2391 - patch-104: French translation completed
2392 - patch-109: Italian translation completed
2393 - patch-112: Swedish translation update
2394 - patch-115: Basque translation completed (Closes: #333299)
2395 * applied french man-page update (thanks to Philippe Batailler)
2396 (closes: #316638, #327456)
2397 * fix leak in the mmap code, thanks to Daniel Burrows for the
2398 patch (closes: #250583)
2399 * support for apt-get [build-dep|source] -t (closes: #152129)
2400 * added "APT::Authentication::TrustCDROM" option to make the life
2401 for the installer people easier (closes: #334656)
2402 * fix crash in apt-ftparchive (thanks to Bastian Blank for the patch)
2404 * apt-pkg/contrib/md5.cc:
2405 - fix a alignment problem on sparc64 that gives random bus errors
2406 (thanks to Fabbione for providing a test-case)
2407 * init the default ScreenWidth to 79 columns by default
2409 * cmdline/apt-cdrom.cc:
2410 - fix some missing gettext() calls (closes: #334539)
2411 * doc/apt-cache.8.xml: fix typo (closes: #334714)
2413 -- Michael Vogt <mvo@debian.org> Wed, 19 Oct 2005 22:02:09 +0200
2415 apt (0.6.41) unstable; urgency=low
2417 * improved the support for "error" and "conffile" reporting from
2418 dpkg, added the format to README.progress-reporting
2419 * added README.progress-reporting to the apt-doc package
2420 * improved the network timeout handling, if a index file from a
2421 sources.list times out or EAI_AGAIN is returned from getaddrinfo,
2422 don't try to get the other files from that entry
2423 * Support architecture-specific extra overrides
2424 (closes: #225947). Thanks to Anthony Towns for idea and
2425 the patch, thanks to Colin Watson for testing it.
2426 * Javier Fernandez-Sanguino Pen~a:
2427 - Added a first version of an apt-secure.8 manpage, and modified
2428 apt-key and apt.end accordingly. Also added the 'update'
2429 argument to apt-key which was previously not documented
2432 - added example apt-ftparchive.conf file to doc/examples
2434 * Fix a incorrect example in the man-page (closes: #282918)
2435 * Fix a bug for very long lines in the apt-cdrom code (closes: #280356)
2436 * Fix a manual page bug (closes: #316314)
2437 * Do md5sum checking for file and cdrom method (closes: #319142)
2438 * Change pkgPolicy::Pin from private to protected to let subclasses
2439 access it too (closes: #321799)
2440 * add default constructor for PrvIterator (closes: #322267)
2441 * Reread status configuration on debSystem::Initialize()
2442 (needed for apt-proxy, thanks to Otavio for this patch)
2444 -- Michael Vogt <mvo@debian.org> Mon, 5 Sep 2005 22:59:03 +0200
2446 apt (0.6.40.1ubuntu8) breezy; urgency=low
2448 * Cherry picked michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-62:
2449 - fix for a bad memory/file leak in the mmap code (ubuntu #15603)
2450 * po/de.po, po/fr.po:
2451 - updated the translations
2453 - create a single pot file in each domain dir to make rosetta happy
2455 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 28 Sep 2005 10:16:06 +0200
2457 apt (0.6.40.1ubuntu7) breezy; urgency=low
2459 * updated the pot/po files , no code changes
2461 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 27 Sep 2005 18:38:16 +0200
2463 apt (0.6.40.1ubuntu6) breezy; urgency=low
2465 * Cherry picked michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-56:
2466 - make it possible for apt to handle a failed MediaChange event and
2467 fall back to other sources (ubuntu #13713)
2469 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 13 Sep 2005 22:09:50 +0200
2471 apt (0.6.40.1ubuntu5) breezy; urgency=low
2473 * Cherry picked michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-{50,51}.
2474 This adds media-change reporting to the apt status-fd (ubuntu #15213)
2475 * Cherry picked michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-55:
2477 - unmount the cdrom when apt failed to locate any package files
2479 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 12 Sep 2005 15:44:26 +0200
2481 apt (0.6.40.1ubuntu4) breezy; urgency=low
2483 * debian/apt.cron.daily:
2484 - fix a embarrassing typo
2486 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 7 Sep 2005 10:10:37 +0200
2488 apt (0.6.40.1ubuntu3) breezy; urgency=low
2490 * debian/apt.cron.daily:
2491 - use the ctime as well when figuring what packages need to
2492 be removed. This fixes the problem that packages copied with
2493 "cp -a" (e.g. from the installer) have old mtimes (ubuntu #14504)
2495 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 6 Sep 2005 18:30:46 +0200
2497 apt (0.6.40.1ubuntu2) breezy; urgency=low
2499 * improved the support for "error" and "conffile" reporting from
2500 dpkg, added the format to README.progress-reporting
2501 * added README.progress-reporting to the apt-doc package
2502 * Do md5sum checking for file and cdrom method (closes: #319142)
2503 * Change pkgPolicy::Pin from private to protected to let subclasses
2504 access it too (closes: #321799)
2505 * methods/connect.cc:
2506 - send failure reason for EAI_AGAIN (TmpResolveFailure) to acuire-item
2507 * apt-pkg/acquire-item.cc:
2508 - fail early if a FailReason is TmpResolveFailure (avoids hangs during
2509 the install when no network is available)
2510 * merged michael.vogt@ubuntu.com--2005/apt--trust-cdrom--0
2512 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 23 Aug 2005 19:44:55 +0200
2514 apt (0.6.40.1ubuntu1) breezy; urgency=low
2516 * Synchronize with Debian
2518 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 5 Aug 2005 14:20:56 +0200
2520 apt (0.6.40.1) unstable; urgency=low
2522 * bugfix in the parsing code for the apt<->dpkg communication. apt
2523 crashed when dpkg sends the same state more than once under certain
2525 * 0.6.40 breaks the ABI but I accidentally didn't change the soname :/
2527 -- Michael Vogt <mvo@debian.org> Fri, 5 Aug 2005 13:24:58 +0200
2529 apt (0.6.40ubuntu1) breezy; urgency=low
2531 * Synchronize with Debian
2533 -- Matt Zimmerman <mdz@ubuntu.com> Thu, 4 Aug 2005 15:53:22 -0700
2535 apt (0.6.40) unstable; urgency=low
2537 * Patch from Jordi Mallach to mark some additional strings for translation
2538 * Updated Catalan translation from Jordi Mallach
2539 * Merge from bubulle@debian.org--2005/apt--main--0:
2540 - Update pot and merge with *.po
2541 - Updated French translation, including apt-key.fr.8
2542 * Restore changelog entries from the 0.6.x series that went to Debian
2544 * Merge michael.vogt@ubuntu.com--2005/apt--progress-reporting--0
2545 - Provide an interface for progress reporting which can be used by
2548 -- Matt Zimmerman <mdz@debian.org> Thu, 28 Jul 2005 11:57:32 -0700
2550 apt (0.6.39ubuntu4) breezy; urgency=low
2552 * Fix keyring paths in apt-key, apt.postinst (I swear I remember doing this
2555 -- Matt Zimmerman <mdz@ubuntu.com> Wed, 29 Jun 2005 08:39:17 -0700
2557 apt (0.6.39ubuntu3) breezy; urgency=low
2559 * Fix keyring locations for Ubuntu in apt-key too.
2561 -- Colin Watson <cjwatson@ubuntu.com> Wed, 29 Jun 2005 14:45:36 +0100
2563 apt (0.6.39ubuntu2) breezy; urgency=low
2565 * Install ubuntu-archive.gpg rather than debian-archive.gpg as
2566 /etc/apt/trusted.gpg.
2568 -- Colin Watson <cjwatson@ubuntu.com> Wed, 29 Jun 2005 11:53:34 +0100
2570 apt (0.6.39ubuntu1) breezy; urgency=low
2573 - Change debian/bugscript to use #!/bin/bash (Closes: #313402)
2574 - Fix a incorrect example in the man-page (closes: #282918)
2575 - Support architecture-specific extra overrides
2576 (closes: #225947). Thanks to Anthony Towns for idea and
2577 the patch, thanks to Colin Watson for testing it.
2578 - better report network timeouts from the methods to the acuire code,
2579 only timeout once per sources.list line
2581 -- Matt Zimmerman <mdz@ubuntu.com> Tue, 28 Jun 2005 11:52:24 -0700
2583 apt (0.6.39) unstable; urgency=low
2585 * Welsh translation update: daf@muse.19inch.net--2005/apt--main--0--patch-6
2586 * Merge mvo's changes from 0.6.36ubuntu1:
2587 michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-32
2588 * Merge aggregated translation updates:
2589 bubulle@debian.org--2005/apt--main--0
2590 * Update priority of apt-utils to important, to match the override file
2591 * Install only one keyring on each branch (Closes: #316119)
2593 -- Matt Zimmerman <mdz@debian.org> Tue, 28 Jun 2005 11:35:21 -0700
2595 apt (0.6.38ubuntu1) breezy; urgency=low
2597 * First release from Ubuntu branch
2598 * Merge with --main--0, switch back to Ubuntu keyring
2600 -- Matt Zimmerman <mdz@ubuntu.com> Sat, 25 Jun 2005 16:52:41 -0700
2602 apt (0.6.38) unstable; urgency=low
2604 * Merge michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-6, a workaround
2605 for the French man pages' failure to build
2606 * Branch Debian and Ubuntu
2607 - apt.postinst, apt-key: use the appropriate keyring
2608 - debian/rules: install all keyrings
2609 * Add the current Debian archive signing key (4F368D5D) to
2611 * make pinning on the "component" work again (using the section of the
2612 archive, we don't use per-section Release files anymore with apt-0.6)
2613 (closes ubuntu #9935)
2615 -- Matt Zimmerman <mdz@debian.org> Sat, 25 Jun 2005 09:51:00 -0700
2617 apt (0.6.37) breezy; urgency=low
2619 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-81
2620 - patch-66: Italian update
2621 - patch-71: French update
2622 - patch-73: Basque update
2623 - patch-74: Hebrew update
2624 - patch-76: Correct Hebrew translation (Closes: #306658)
2625 - patch-77: French man page update
2626 - patch-79: Correct syntax errors in Hebrew translation
2627 - patch-81: Portuguese update
2628 * Fix build of French man pages (now using XML, not SGML)
2629 * Add Welsh translation from Dafydd Harries
2630 (daf@muse.19inch.net--2005/apt--main--0--patch-1)
2631 * Change debian/bugscript to use #!/bin/bash (Closes: #313402)
2632 * Fix a incorrect example in the man-page (closes: #282918)
2634 -- Matt Zimmerman <mdz@ubuntu.com> Tue, 24 May 2005 14:38:25 -0700
2636 apt (0.6.36ubuntu1) breezy; urgency=low
2638 * make it possible to write a cache-control: no-cache header even if
2639 no proxy is set to support transparent proxies (closes ubuntu: #10773)
2641 * Merge otavio@debian.org--2005/apt--fixes--0.6:
2642 - Fix comment about the need of xmlto while building from Arch;
2643 - Fix StatStore struct on cachedb.h to use time_t and then fix a compile
2645 - Lock database at start of DoInstall routine to avoid concurrent
2646 runs of install/remove and update commands (Closes: #194467)
2647 - Fix warnings while compiling with GCC 4.0 compiler
2649 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 23 May 2005 11:57:53 +0200
2651 apt (0.6.36) experimental; urgency=low
2653 * Merge apt--mvo--0:
2654 - apt-pkg/acquire-item.cc:
2655 added "Acquire::BrokenProxy" that will force apt to always
2656 re-get the Release.gpg file (for broken proxies)
2657 - debian/apt.cron.daily:
2658 MinAge is defaulting to 2 days now to prevent over-aggresive removal
2660 honor "Acquire::gpgv::Options" when verifying the signature (Ubuntu #8496)
2662 -- Michael Vogt <mvo@debian.org> Thu, 31 Mar 2005 20:37:11 +0200
2664 apt (0.6.35) hoary; urgency=low
2666 * Merge apt--mvo--0 (incorporates 0.6.34ubuntu1):
2667 - Implement MaxSize and MaxAge in apt.cron.daily, to prevent the cache
2668 from growing too large (Ubuntu #6761)
2669 - some comments about the pkgAcqMetaSig::Custom600Headers() added
2670 - use gpg --with-colons
2671 - commented the ftp no_proxy unseting in methods/ftp.cc
2672 - added support for "Acquire::gpgv::options" in methods/gpgv.cc
2673 * Merge bubulle@debian.org--2005/apt--main--0
2674 - Make capitalization more consistent
2675 - Un-fuzzy translations resulting from capitalization changes
2676 - Italian translation update
2678 -- Matt Zimmerman <mdz@ubuntu.com> Mon, 7 Mar 2005 20:08:33 -0800
2680 apt (0.6.34) hoary; urgency=low
2682 * Add missing semicolon to configure-index (Closes: #295773)
2683 * Update build-depends on gettext to 0.12 (Closes: #295077)
2684 * Merge from bubulle@debian.org--2005/apt--main--0 to get
2687 -- Matt Zimmerman <mdz@ubuntu.com> Fri, 4 Mar 2005 16:13:15 -0800
2689 apt (0.6.33) hoary; urgency=low
2691 * Merge michael.vogt@ubuntu.com--2005/apt--mvo--0 (through patch-6)
2692 - patch-1: cosmetic changes (whitespace, "Apt::GPGV->APT::GPGV")
2693 - patch-2: (doc) documentation for gpgv
2694 - patch-3: (doc) new config variables added configure-index
2695 - patch-4: pkgAcquire::Run() pulse intervall can be configured
2696 - patch-5: fix for apt-get update removing Release.gpg files (#6865)
2697 - patch-6: change the path scoring in apt-cdrom, prefer pathes without
2700 -- Matt Zimmerman <mdz@ubuntu.com> Sat, 26 Feb 2005 15:21:17 -0800
2702 apt (0.6.32) hoary; urgency=low
2704 * Merge michael.vogt@ubuntu.com--2005/apt--mvo--0 (patch-1)
2705 - Implement Acquire::gpgv::options (Ubuntu bug#6283)
2707 -- Matt Zimmerman <mdz@ubuntu.com> Tue, 8 Feb 2005 19:31:15 -0800
2709 apt (0.6.31) hoary; urgency=low
2712 - Remove debugging output from apt.cron.daily (no one noticed?)
2713 - Apply patch from Anthony Towns to allow SHA1Summation to process a file
2714 descriptor until EOF, rather than requiring that the length of input be
2715 specified (Closes: #291338)
2716 - Fix build/install of Polish offline documentation, based on patch from
2717 Christian Perrier (Closes: #270404)
2719 - apt-cdrom.cc seperated into frontend (cmdline/apt-cdrom.cc and library
2720 apt-pkg/cdrom.{cc,h}) (Ubuntu #5668)
2722 -- Matt Zimmerman <mdz@ubuntu.com> Fri, 4 Feb 2005 10:23:01 -0800
2724 apt (0.6.30) unstable; urgency=low
2726 * Add ppc64 to buildlib/archtable
2727 * Merge michael.vogt@canonical.com--2004/apt--status-fd--0
2728 - Support preserving dpkg status file descriptor, to support
2729 better integration with synaptic
2731 -- Matt Zimmerman <mdz@ubuntu.com> Wed, 19 Jan 2005 00:26:01 -0800
2733 apt (0.6.29) hoary; urgency=low
2735 * Merge apt--mvo--0 (0.6.27ubuntu4)
2738 -- Matt Zimmerman <mdz@canonical.com> Tue, 28 Dec 2004 17:18:02 -0800
2740 apt (0.6.28) hoary; urgency=low
2743 * Rebuild source to get rid of arch metadata and temporary files in
2746 -- Matt Zimmerman <mdz@canonical.com> Thu, 23 Dec 2004 18:53:16 -0800
2748 apt (0.6.27ubuntu4) hoary; urgency=low
2750 * remove old sig-file in partial/ before starting to fetch a new sig-file
2751 (see ubuntu #4769 for the rational)
2752 * added apt-key update method (uses ubuntu-keyring)
2753 * documented the "--allow-unauthenticated" switch
2754 * added DEB_BUILD_PROG_OPTS to debian/rules (additonal options can be
2755 passed to DEB_BUILD_PROG like "-S")
2757 -- Michael Vogt <mvo@debian.org> Thu, 23 Dec 2004 11:12:51 +0100
2759 apt (0.6.27ubuntu3) hoary; urgency=low
2761 * added a exact dependency from libapt-pkg-dev to the apt version it was
2764 -- Michael Vogt <mvo@debian.org> Wed, 15 Dec 2004 09:56:32 +0100
2766 apt (0.6.27ubuntu2) hoary; urgency=low
2768 * fixed a bug in the rule file that happend during the big 0.5->0.6 merge
2770 -- Michael Vogt <mvo@debian.org> Tue, 14 Dec 2004 12:14:25 +0100
2772 apt (0.6.27ubuntu1) hoary; urgency=low
2774 * chmod 755 /usr/bin/apt-key
2775 * don't display a error when a apt-get update don't find a
2776 Packages.bz2/Sources.bz2 file
2778 -- Michael Vogt <mvo@debian.org> Mon, 13 Dec 2004 18:40:21 +0100
2780 apt (0.6.27) hoary; urgency=low
2782 * Merge apt--authentication--0 branch
2783 - Implement gpg authentication for package repositories (Closes: #203741)
2784 - Also includes Michael Vogt's fixes
2785 * Merge apt--misc-abi-changes--0 branch
2786 - Use pid_t throughout to hold process IDs (Closes: #226701)
2787 - Import patch from Debian bug #195510: (Closes: #195510)
2788 - Make Simulate::Describe and Simulate::ShortBreaks private member
2790 - Add a parameter (Candidate) to Describe to control whether the
2791 candidate version is displayed
2792 - Pass an appropriate value for Candidate everywhere Describe is called
2794 -- Matt Zimmerman <mdz@canonical.com> Mon, 13 Dec 2004 01:03:11 -0800
2796 apt (0.6.25) experimental; urgency=low
2798 * Fix handling of two-part sources for sources.list deb-src entries in
2799 the same way that deb entries were fixed
2801 -- Matt Zimmerman <mdz@debian.org> Wed, 9 Jun 2004 05:29:50 -0700
2803 apt (0.6.24) experimental; urgency=low
2805 * YnPrompt fixes were inadvertently left out, include them (Closes:
2808 -- Matt Zimmerman <mdz@debian.org> Sun, 16 May 2004 14:18:53 -0700
2810 apt (0.6.23) experimental; urgency=low
2812 * Remove obsolete pkgIterator::TargetVer() (Closes: #230159)
2813 * Reverse test in CheckAuth to match new prompt (Closes: #248211)
2815 -- Matt Zimmerman <mdz@debian.org> Sun, 9 May 2004 21:01:58 -0700
2817 apt (0.6.22) experimental; urgency=low
2820 * Make the unauthenticated packages prompt more intuitive (yes to
2821 continue, default no), but require --force-yes in addition to
2822 --assume-yes in order to override
2824 -- Matt Zimmerman <mdz@debian.org> Fri, 19 Mar 2004 13:55:35 -0800
2826 apt (0.6.21) experimental; urgency=low
2830 -- Matt Zimmerman <mdz@debian.org> Tue, 16 Mar 2004 22:52:34 -0800
2832 apt (0.6.20) experimental; urgency=low
2836 -- Matt Zimmerman <mdz@debian.org> Thu, 26 Feb 2004 17:17:02 -0800
2838 apt (0.6.19) experimental; urgency=low
2841 * Convert apt-key(8) to docbook XML
2843 -- Matt Zimmerman <mdz@debian.org> Mon, 9 Feb 2004 15:44:49 -0800
2845 apt (0.6.18) experimental; urgency=low
2847 * Add new Debian Archive Automatic Signing Key to the default keyring
2848 (existing keyrings are not updated; do that yourself)
2850 -- Matt Zimmerman <mdz@debian.org> Sat, 17 Jan 2004 17:04:30 -0800
2852 apt (0.6.17) experimental; urgency=low
2855 * Handle more IMS stuff correctly
2857 -- Matt Zimmerman <mdz@debian.org> Fri, 16 Jan 2004 10:54:25 -0800
2859 apt (0.6.16) experimental; urgency=low
2861 * Fix some cases where the .gpg file could be left in place when it is
2864 -- Matt Zimmerman <mdz@debian.org> Fri, 9 Jan 2004 09:22:15 -0800
2866 apt (0.6.15) experimental; urgency=low
2868 * s/Debug::Acquire::gpg/&v/
2869 * Honor the [vendor] syntax in sources.list again (though it is not
2870 presently used for anything)
2871 * Don't ship vendors.list(5) since it isn't used yet
2872 * Revert change from 0.6.10; it was right in the first place and the
2873 problem was apparently something else. Archive = Suite.
2875 -- Matt Zimmerman <mdz@debian.org> Mon, 5 Jan 2004 17:43:01 -0800
2877 apt (0.6.14) experimental; urgency=low
2881 -- Matt Zimmerman <mdz@debian.org> Sun, 4 Jan 2004 11:09:21 -0800
2883 apt (0.6.13) experimental; urgency=low
2887 -- Matt Zimmerman <mdz@debian.org> Sat, 3 Jan 2004 16:22:31 -0800
2889 apt (0.6.12) experimental; urgency=low
2891 * Have pkgAcquireIndex calculate an MD5 sum if one is not provided by
2892 the method (as with file: and copy:). Local repositories
2893 * Fix warning about dist name mismatch to actually print what it was
2895 * Don't expect any particular distribution name for two-part
2896 sources.list entries
2899 -- Matt Zimmerman <mdz@debian.org> Fri, 2 Jan 2004 13:59:00 -0800
2901 apt (0.6.11) experimental; urgency=low
2903 * Support IMS requests of Release.gpg and Release
2904 * This required API changes, bump the libapt-pkg version
2905 * Copy local Release files into Dir::State::Lists
2906 * Set IndexFile attribute when retrieving Release and Release.gpg so
2907 that the appropriate Cache-Control headers are sent
2909 -- Matt Zimmerman <mdz@debian.org> Fri, 2 Jan 2004 10:46:17 -0800
2911 apt (0.6.10) experimental; urgency=low
2913 * Use "Codename" (woody, sarge, etc.) to supply the value of the
2914 "Archive" package file attribute, used to match "release a=" type
2915 pins, rather than "Suite" (stable, testing, etc.)
2917 -- Matt Zimmerman <mdz@debian.org> Thu, 1 Jan 2004 16:56:47 -0800
2919 apt (0.6.9) experimental; urgency=low
2921 * Another tagfile workaround
2923 -- Matt Zimmerman <mdz@debian.org> Thu, 1 Jan 2004 13:56:08 -0800
2925 apt (0.6.8) experimental; urgency=low
2927 * Add a config option and corresponding command line option
2928 (--allow-unauthenticated) to apt-get, to make buildd operators happy
2931 -- Matt Zimmerman <mdz@debian.org> Wed, 31 Dec 2003 08:28:04 -0800
2933 apt (0.6.7) experimental; urgency=low
2935 * Forgot to revert part of the changes to tagfile in 0.6.4. Hopefully
2936 will fix segfaults for some folks.
2938 -- Matt Zimmerman <mdz@debian.org> Wed, 31 Dec 2003 08:01:28 -0800
2940 apt (0.6.6) experimental; urgency=low
2942 * Restore the ugly hack I removed from indexRecords::Load which set the
2943 pkgTagFile buffer size to (file size)+256. This is concealing a bug,
2944 but I can't fix it right now. This should fix the segfaults that
2945 folks are seeing with 0.6.[45].
2947 -- Matt Zimmerman <mdz@debian.org> Mon, 29 Dec 2003 18:11:13 -0800
2949 apt (0.6.5) experimental; urgency=low
2951 * Move the authentication check into a separate function in apt-get
2952 * Fix display of unauthenticated packages when they are in the cache
2955 -- Matt Zimmerman <mdz@debian.org> Sun, 28 Dec 2003 16:47:57 -0800
2957 apt (0.6.4) experimental; urgency=low
2959 * Use the top-level Release file in LoadReleaseInfo, rather than looking
2960 for the per-section ones (which aren't downloaded anymore). This
2961 unbreaks release pinning, including the NotAutomatic bit used by
2962 project/experimental
2963 * Use FileFd::Size() rather than a separate stat() call in
2965 * Fix pkgTagFile to leave a little extra room at the end of the buffer
2966 to append the record separator if it isn't present
2967 * Change LoadReleaseInfo to use "Suite" rather than "Archive", to match
2968 the Debian archive's dist-level Release files
2970 -- Matt Zimmerman <mdz@debian.org> Sun, 28 Dec 2003 15:55:55 -0800
2972 apt (0.6.3) experimental; urgency=low
2974 * Fix MetaIndexURI for flat ("foo/") sources
2976 -- Matt Zimmerman <mdz@debian.org> Sun, 28 Dec 2003 12:11:56 -0800
2978 apt (0.6.2) experimental; urgency=low
2980 * Add space between package names when multiple unauthenticated packages
2981 are being installed (Closes: #225212)
2982 * Provide apt-key with a secret keyring and a trustdb, even though we
2983 would never use them, because it blows up if it doesn't have them
2984 * Fix typo in apt-key(8) (standard input is '-', not '/')
2986 -- Matt Zimmerman <mdz@debian.org> Sat, 27 Dec 2003 13:01:40 -0800
2988 apt (0.6.1) experimental; urgency=low
2991 * Rearrange Release file authentication code to be more clear
2992 * If Release is present, but Release.gpg is not, don't forget to still
2993 queue Packages files
2994 * Convert distribution "../project/experimental" to "experimental" for
2996 * Make a number of Release file errors into warnings; for now, it is OK
2997 not to have a codename, for example. We mostly care about checksums
3000 -- Matt Zimmerman <mdz@debian.org> Fri, 26 Dec 2003 15:12:47 -0800
3002 apt (0.6.0) experimental; urgency=low
3004 * Signature verification support patch ("apt-secure") from Colin Walters
3005 <walters@debian.org> and Isaac Jones <ijones@syntaxpolice.org>. This
3007 - Release signature verification (Release.gpg)
3008 - Packages, Sources md5sum verification against Release
3010 * Make some modifications to signature verification support:
3011 - Release.gpg is always retrieved and verified if present, rather than
3012 requiring that sources be configured as secure
3013 - Print a hint about installing gnupg if exec(gpgv) fails
3014 - Remove obsolete pkgAcqIndexRel
3015 - Move vendors.list stuff into a separate module (vendorlist.{h,cc})
3016 - If any files about to be retrieved are not authenticated, issue a
3017 warning to the user and require confirmation
3018 - Fix a heap corruption bug in pkgSrcRecords::pkgSrcRecords()
3020 * Install a keyring in /usr/share/apt/debian-archive.gpg containing an
3021 initial set of Debian archive signing keys to seed /etc/apt/trusted.gpg
3022 * Add a new tool, apt-key(8) used to manage the keyring
3024 -- Matt Zimmerman <mdz@debian.org> Fri, 26 Dec 2003 08:27:19 -0800
3026 apt (0.5.32) hoary; urgency=low
3028 * Call setlocale in the methods, so that the messages are properly
3029 localised (Closes: #282700)
3030 * Implement support for bzip2-compressed debs (data.tar.bz2)
3032 -- Matt Zimmerman <mdz@canonical.com> Sat, 11 Dec 2004 09:05:52 -0800
3034 apt (0.5.31) unstable; urgency=low
3036 * New Romanian translation from Sorin Batariuc <sorin@bonbon.net>
3038 * Merge changes from Hoary (0.5.30,0.5.30ubuntu2]
3039 * Fix the example in apt_preferences(5) to match the text
3041 * Add APT::Periodic::Autoclean setting, to allow "apt-get autoclean" to
3042 be run periodically. This is useful with
3043 APT::Periodic::Download-Upgradeable-Packages, and defaults to the same
3044 value, so that the cache size is bounded
3046 -- Matt Zimmerman <mdz@debian.org> Tue, 23 Nov 2004 12:53:04 -0800
3048 apt (0.5.30ubuntu2) hoary; urgency=low
3050 * bzip2 is now "Suggested" and it will detect if bzip2 is installed
3051 and only then trying to get Packages.bz2
3053 -- Michael Vogt <mvo@debian.org> Fri, 19 Nov 2004 12:00:39 +0100
3055 apt (0.5.30ubuntu1) hoary; urgency=low
3057 * Need to Depend: bzip2 or Packages.bz2 fail.
3059 -- LaMont Jones <lamont@canonical.com> Thu, 18 Nov 2004 12:51:05 -0700
3061 apt (0.5.30) hoary; urgency=low
3063 * Patch from Michael Vogt to enable Packages.bz2 use, with a fallback to
3064 Packages.gz if it is not present (Closes: #37525)
3066 -- Matt Zimmerman <mdz@debian.org> Mon, 15 Nov 2004 12:57:28 -0800
3068 apt (0.5.29) unstable; urgency=low
3070 * Don't hardcode paths in apt.cron.daily
3071 * Add to apt.cron.daily the capability to pre-download upgradeable
3073 * Place timestamp files in /var/lib/apt/periodic, rather than
3075 * Standardize debhelper files a bit
3076 - Create all directories in debian/dirs rather than creating some on
3077 the dh_installdirs command line
3078 - Rename debian/dirs to debian/apt.dirs, debian/examples to
3081 -- Matt Zimmerman <mdz@debian.org> Sat, 13 Nov 2004 17:58:07 -0800
3083 apt (0.5.28) hoary; urgency=low
3085 * Translation updates:
3086 - Updated Hungarian from Kelemen Gábor <kelemeng@gnome.hu> (Closes: #263436)
3087 - Updated Greek from George Papamichelakis (Closes: #265004)
3088 - Updated Simplified Chinese from Tchaikov (Closes: #265190)
3089 - Updated French by Christian Perrier (Closes: #265816)
3090 - Updated Japanese by Kenshi Muto (Closes: #265630)
3091 - Updated Catalan from Jordi Mallach
3092 - Updated Dutch from Bart Cornelis (Closes: #268258, #278697)
3093 - Updated Portuguese from Miguel Figueiredo (Closes: #268265)
3094 - Updated Polish from Robert Luberda <robert@debian.org> (Closes: #268451)
3095 - Updated Danish from Claus Hindsgaul (Closes: #269417)
3096 - Updated Norwegian Nynorsk from HÃ¥vard Korsvoll <korsvoll@skulelinux.no>
3098 - Updated Russian from Yuri Kozlov <yuray@id.ru> (Closes: #271104)
3099 - Updated Italian from Samuele Giovanni Tonon <samu@debian.org>
3101 - Updated Brazilian Portuguese from Andre Luis Lopes (Closes: #273944)
3102 - Updated Slovak from Peter Mann (Closes: #279481)
3103 * APT::Get::APT::Get::No-List-Cleanup -> APT::Get::List-Cleanup in apt-get.cc
3105 * Merge Ubuntu changes:
3106 - Set default Dpkg::MaxArgs to 1024, and Dpkg::MaxArgBytes to 32k.
3107 Needed to work around ordering bugs when installing a large number of
3109 - Patch from Michael Vogt to add an optional cron job which
3110 can run apt-get update periodically
3111 * Add arch-build target to debian/rules
3113 -- Matt Zimmerman <mdz@debian.org> Sat, 13 Nov 2004 15:52:20 -0800
3115 apt (0.5.27) unstable; urgency=high
3117 * Sneak in a bunch of updated translations before the freeze
3119 * Translation updates:
3120 - New Finnish translation from Tapio Lehtonen <tale@debian.org>
3122 - New Bosnian translation from Safir Šećerović <sapphire@linux.org.ba>
3124 - Fix Italian incontrario (Closes: #217277)
3125 - Updated Spanish from Ruben Porras (Closes: #260483)
3126 - Updated Danish from Claus Hindsgaul (Closes: #260569)
3127 - Updated Slovak from Peter Mann (Closes: #260627)
3128 - Updated Portuguese from Miguel Figueiredo (Closes: #261423)
3129 * Bring configure-index up to date with documented options, patch from
3130 Uwe Zeisberger <zeisberg@informatik.uni-freiburg.de> (Closes: #259540)
3131 * Note in apt.conf(5) that configure-index does not contain strictly
3132 default values, but also examples
3133 * Add Polish translation of offline.sgml (Closes: #259229)
3135 -- Matt Zimmerman <mdz@debian.org> Thu, 29 Jul 2004 09:30:12 -0700
3137 apt (0.5.26) unstable; urgency=low
3139 * Translation updates:
3140 - Spanish update from Ruben Porras <nahoo82@telefonica.net> (Closes: #248214)
3141 - Sync Spanish apt(8) (Closes: #249241)
3142 - French update from Christian Perrier <bubulle@debian.org> (Closes: #248614)
3143 - New Slovak translation from Peter Mann <Peter.Mann@tuke.sk> (Closes: #251676)
3144 - Czech update from Miroslav Kure <kurem@upcase.inf.upol.cz> (Closes: #251682)
3145 - pt_BR update from Andre Luis Lopes <andrelop@debian.org> (Closes: #251961)
3146 - German translation of apt(8) from Helge Kreutzmann <kreutzm@itp.uni-hannover.de>
3148 - pt update from Miguel Figueiredo <elmig@debianpt.org> (Closes: #252700)
3149 - New Hebrew translation from Lior Kaplan <webmaster@guides.co.il>
3151 - New Basque translation from Piarres Beobide Egaña <pi@beobide.net>
3152 (Vasco - Euskara - difficult language, Closes: #254407) and already a
3153 correction (Closes: #255760)
3154 - Updated Brazilian Portuguese translation from
3155 Guilherme de S. Pastore <gpastore@colband.com.br> (Closes: #256396)
3156 - Updated Greek translation (complete now) from
3157 George Papamichelakis <george@step.gr> (Closes: #256797)
3158 - New Korean translation from Changwoo Ryu <cwryu@debian.org>
3160 - German translation now available in two flavours: with Unicode usage and
3161 without (related to #228486, #235759)
3162 * Update apt-get(8) to reflect the fact that APT::Get::Only-Source will
3163 affect apt-get build-dep as well as apt-get source
3164 * Remove aborted remnants of a different method of implementing DEB_BUILD_OPTIONS
3166 * Fix typo in error message when encountering unknown type in source list
3168 * Update k*bsd-gnu arch names in buildlib/ostable (Closes: #253532)
3169 * Add amd64 to buildlib/archtable (Closes: #240896)
3170 * Have configure output a more useful error message if the architecture
3173 -- Matt Zimmerman <mdz@debian.org> Thu, 8 Jul 2004 15:53:28 -0700
3175 apt (0.5.25) unstable; urgency=low
3177 * Patch from Jason Gunthorpe to remove arbitrary length limit on Binary
3178 field in SourcesWriter::DoPackage
3179 * Fix typo in apt-cache(8) (Closes: #238578)
3180 * Fix obsolete reference to bug(1) in stub apt(8) man page
3182 * Fix typo in configure-index (RecruseDepends -> RecurseDepends)
3184 * Support DEB_BUILD_OPTIONS=noopt in debian/rules
3186 * Increase length of line buffer in ReadConfigFile to 1024 chars;
3187 detect if a line is longer than that and error out
3189 * Suppress a signed/unsigned warning in apt-cache.cc:DisplayRecord
3190 * Build apt-ftparchive with libdb4.2 rather than libdb2
3191 - Patch from Clint Adams to do most of the work
3192 - Build-Depends: s/libdb2-dev/libdb4.2-dev/
3193 - Add AC_PREREQ(2.50) to configure.in
3194 - Use db_strerror(err) rather than GlobalError::Errno (which uses strerror)
3195 - Add note to NEWS.Debian about upgrading old databases
3196 * Attempt to fix problems with chunked encoding by stripping only a single CR
3198 * Modify debian/rules cvs-build to use cvs export, to avoid picking up
3199 junk files from the working directory
3200 * Add lang=fr attribute to refentry section of
3201 apt-extracttemplates.fr.1.sgml and apt-sortpkgs.fr.1.sgml so they are
3203 * Remove extraneous '\' characters from <command> tags in
3204 apt_preferences.fr.5.sgml
3205 * Translation updates:
3206 - Updated Swedish translation from Peter Karlsson <peter@softwolves.pp.se>
3208 - New Slovenian translation from Jure ÄŒuhalev <gandalf@owca.info>
3210 - New Portuguese translation from Miguel Figueiredo <elmig@debianpt.org>
3212 - Updated Spanish translation from Ruben Porras <nahoo82@telefonica.net>
3213 - Updated Spanish translation of man pages from Ruben Porras
3214 <nahoo82@telefonica.net>
3215 - Updated Simplified Chinese translation from "Carlos Z.F. Liu" <carlos_liu@yahoo.com>
3217 - Updated Russian translation from Dmitry Astapov <adept@despammed.com>
3219 - Updated Polish translation from Marcin Owsiany <porridge@debian.org>
3221 - Updated Czech translation from Miroslav Kure <kurem@upcase.inf.upol.cz>
3223 - Updated Japanese translation from Kenshi Muto <kmuto@debian.org>
3225 - Run make -C po update-po to update .po files
3226 - Updated French translation from Christian Perrier <bubulle@debian.org>
3228 - Updated Danish translation from Claus Hindsgaul <claus_h@image.dk>
3231 -- Matt Zimmerman <mdz@debian.org> Sat, 8 May 2004 12:52:20 -0700
3233 apt (0.5.24) unstable; urgency=low
3235 * Updated Czech translation from Miroslav Kure <kurem@upcase.inf.upol.cz>
3237 * Updated French translation from Christian Perrier <bubulle@debian.org>
3239 * Updates to XML man pages from richard.bos@xs4all.nl
3240 * Updated Danish translation from Claus Hindsgaul <claus_h@image.dk>
3242 * Updated Greek translation from Konstantinos Margaritis
3245 * Updated Spanish translation from Ruben Porras <nahoo82@telefonica.net>
3247 * Updated pt_BR translation from Andre Luis Lopes <andrelop@debian.org>
3249 * Regenerate .pot file (Closes: #237892)
3250 * Updated Polish translation from Marcin Owsiany <porridge@debian.org>
3252 * In pkgAcquire::Shutdown(), set the status of fetching items to
3253 StatError to avoid a sometimes large batch of error messages
3255 * Implement an ugly workaround for the 10000-character limit on the
3256 Binaries field in debSrcRecordParser, until such time as some things
3257 can be converted over to use STL data types (ABI change) (Closes: #236688)
3258 * Increase default tagfile buffer from 32k to 128k; this arbitrary limit
3259 should also be removed someday (Closes: #174945)
3260 * Checked against Standards-Version 3.6.1 (no changes)
3262 -- Matt Zimmerman <mdz@debian.org> Tue, 16 Mar 2004 22:47:55 -0800
3264 apt (0.5.23) unstable; urgency=low
3266 * Cosmetic updates to XML man pages from Richard Bos <radoeka@xs4all.nl>
3267 * Use the 'binary' target rather than 'all' so that the ssh and bzip2
3268 symlinks are created correctly (thanks to Adam Heath)
3270 * Updated Simplified Chinese translation of message catalog from Tchaikov
3271 <chaisave@263.net> (Closes: #234186)
3272 * Change default for Acquire::http::max-age to 0 to prevent index files
3273 being out of sync with each other (important with Release.gpg)
3274 * Add an assert() to make sure that we don't overflow a fixed-size
3275 buffer in the very unlikely event that someone adds 10 packaging
3276 systems to apt (Closes: #233678)
3277 * Fix whitespace in French translation of "Yes, do as I say!", which
3278 made it tricky to type, again. Thanks to Sylvain Pasche
3279 <sylvain.pasche@switzerland.org> (Closes: #234494)
3280 * Print a slightly clearer error message if no packaging systems are
3281 available (Closes: #233681)
3282 * Point to Build-Depends in COMPILING (Closes: #233669)
3283 * Make debian/rules a bit more consistent in a few places.
3284 Specifically, always use -p$@ rather than an explicit package name,
3285 and always specify it first, and use dh_shlibdeps -l uniformly rather
3286 than sometimes changing LD_LIBRARY_PATH directly
3287 * Document unit for Cache-Limit (bytes) (Closes: #234737)
3288 * Don't translate "Yes, do as I say!" in Chinese locales, because it can
3289 be difficult to input (Closes: #234886)
3291 -- Matt Zimmerman <mdz@debian.org> Thu, 26 Feb 2004 17:08:14 -0800
3293 apt (0.5.22) unstable; urgency=low
3295 * Updated French translation of man pages from Philippe Batailler
3296 <philippe.batailler@free.fr> (Closes: #203119)
3297 * Initialize StatusFile in debSystem (Closes: #229791)
3298 * Fix apt-get's suggests/recommends printing, which was skipping every
3299 other dependency due to both using GlobOr and incrementing the DepIterator
3301 * Restore SIGINT/SIGQUIT handlers to their old values (rather than
3302 SIG_DFL) after invoking dpkg (Closes: #229854)
3303 * Updated Dutch translation of message catalog from cobaco
3304 <cobaco@linux.be> (Closes: #229601)
3305 * Catalan translation from Antoni Bella, Matt Bonner and Jordi Mallach
3307 * Simplified Chinese translation of message catalog from "Carlos
3308 Z.F. Liu" <carlos_liu@yahoo.com> (Closes: #230960)
3309 * Replace SGML manpages with XML man pages from richard.bos@xs4all.nl
3311 * Updated Spanish translation of man pages from Ruben Porras
3312 <nahoo82@telefonica.net> (Closes: #231539)
3313 * New Czech translation of message catalog from Miroslav Kure
3314 <kurem@upcase.inf.upol.cz> (Closes: #231921)
3316 -- Matt Zimmerman <mdz@debian.org> Mon, 9 Feb 2004 12:44:54 -0800
3318 apt (0.5.21) unstable; urgency=low
3320 * Patch from Eric Wong <normalperson@yhbt.net> to include apt18n.h after
3321 other headers to avoid breaking locale.h when setlocale() is defined
3322 as an empty macro. This was not a problem on Debian, but broke
3323 compilation on Solaris. (Closes: #226509)
3324 * Updated French translation from Pierre Machard <pmachard@debian.org>
3326 * Add colons to apt-get's "kept back"/"upgraded"/"downgraded" messages
3328 * Fix typo in apt-cache(8) (Closes: #226351)
3329 * Clearer error message in place of "...has no available version, but
3330 exists in the database" (Closes: #212203)
3331 * Patch from Oliver Kurth <oku@masqmail.cx> to use AC_CACHE_VAL for
3332 GLIBC_VER to make cross-compilation easier (Closes: #221528)
3333 * Add example preferences file (Closes: #220799)
3334 * Updated Greek translation from Konstantinos Margaritis <markos@debian.org>
3336 * Updated Spanish translation of man pages from Ruben Porras
3337 <nahoo82@telefonica.net> (Closes: #227729)
3339 -- Matt Zimmerman <mdz@debian.org> Fri, 16 Jan 2004 10:54:39 -0800
3341 apt (0.5.20) unstable; urgency=low
3343 * Fixed German translations of "Suggested" from Christian Garbs
3344 <debian@cgarbs.de> (Closes: #197960)
3345 * Add an "apt-cache madison" command with an output format similar to
3346 the katie tool of the same name (but less functionality)
3347 * Fix debSourcesIndex::Describe() to correctly say "Sources" rather than
3350 -- Matt Zimmerman <mdz@debian.org> Sat, 3 Jan 2004 23:42:50 -0800
3352 apt (0.5.19) unstable; urgency=low
3354 * Fix Packages::Extensions support in apt-ftparchive generate
3357 -- Matt Zimmerman <mdz@debian.org> Sat, 3 Jan 2004 16:20:31 -0800
3359 apt (0.5.18) unstable; urgency=low
3361 * New no_NO.po file from Tollef Fog Heen <tfheen@debian.org> to fix
3362 encoding problems (Closes: #225602)
3363 * Have "apt-ftparchive release" strip the leading path component from
3364 the checksum entries
3366 -- Matt Zimmerman <mdz@debian.org> Fri, 2 Jan 2004 11:24:35 -0800
3368 apt (0.5.17) unstable; urgency=low
3370 * Enable apt-ftparchive to generate Release files. Hopefully this will
3371 make it easier for folks to secure their apt-able packages
3373 -- Matt Zimmerman <mdz@debian.org> Fri, 26 Dec 2003 12:53:21 -0800
3375 apt (0.5.16) unstable; urgency=low
3377 * po/de.po update from Michael Karcher <karcher@physik.fu-berlin.de>
3379 * Update config.guess and config.sub from autotools-dev 20031007.1
3380 * Add knetbsd to buildlib/ostable (Closes: #212344)
3381 * Don't suggest apt-get -f install to correct broken build-deps; broken
3382 installed packages are rarely the cause (Closes: #220858)
3383 * Avoid clobbering configure.in if sed fails
3385 -- Matt Zimmerman <mdz@debian.org> Wed, 24 Dec 2003 14:54:40 -0800
3387 apt (0.5.15) unstable; urgency=low
3389 * Spanish man pages, patch from Ruben Porras <nahoo82@telefonica.net>
3391 - apt.es.8 wasn't included in the patch, but was referenced. Fetched
3392 version 1.3 from debian-doc cvs
3393 - Create doc/es/.cvsignore
3394 * Patch from Koblinger Egmont <egmont@uhulinux.hu> to fix
3395 pkgCache::PkgFileIterator::Label() to correctly refer to File->Label
3396 rather than File->Origin (Closes: #213311)
3397 * Add missing comma and space to German translation of "downgraded"
3399 * Add missing comma in apt_preferences(5) (Closes: #215362)
3400 * Fix whitespace in French translation of "Yes, do as I say!", which
3401 made it tricky to type. Thanks to Sylvain Pasche
3402 <sylvain.pasche@switzerland.org> (Closes: #217152)
3403 * Let apt-get build-dep try alternatives if the installed package
3404 doesn't meet version requirements (Closes: #214736)
3405 * Fix version display for recommends (Closes: #219900)
3406 * Use isatty rather than ttyname for checking if stdin is a terminal.
3407 isatty has the advantage of not requiring /proc under Linux, and thus
3409 * Correctly implement -n as a synonym for --names-only (Closes: #224515)
3410 * Update apt-cache(8)
3411 - Document --installed
3412 - --recursive applies to both depends and rdepends
3413 * Japanese translation of documentation from Kurasawa Nozomu <nabetaro@slug.jp>
3415 * Clarify documentation of --no-upgrade in apt-get(8) (Closes: #219743)
3416 * Clean up and simplify some of the suggests/recommends display in apt-get
3417 * Use cvs update -d in debian/rules cvs-build rather than just update
3418 * Pass --preserve-envvar PATH --preserve-envvar CCACHE_DIR to debuild. apt
3419 takes a long time to build, and ccache helps
3421 -- Matt Zimmerman <mdz@debian.org> Sat, 20 Dec 2003 16:34:30 -0800
3423 apt (0.5.14) unstable; urgency=low
3425 * apt-get build-dep, when trying to skip over the remaining elements of
3426 an or-expression, would accidentally inherit the version requirements of a
3427 later item in the or-expression. Fixed it.
3428 * Let apt-get build-dep try alternatives if the first dependency in an
3429 or-expression is not available
3430 * Add a Debug::BuildDeps to generate some trace output
3431 * Help apt-get build-dep produce more useful error messages
3432 * Process build-dependencies in forward rather than reverse order
3433 * Error out if an installed package is too new for a << or <=
3435 * apt-get build-dep should now be able to handle almost any package with
3436 correct build-depends. The primary exception is build-dependencies on
3437 virtual packages with more than one provider, and these are
3438 discouraged for automated processing (but still common,
3441 -- Matt Zimmerman <mdz@debian.org> Tue, 23 Sep 2003 22:57:31 -0400
3443 apt (0.5.13) unstable; urgency=medium
3445 * Document configuration file comment syntax in apt.conf(5)
3447 * s/removed/installed/ in a comment in apt-get.cc
3448 * Move comment for ListParser::ParseDepends into the right place
3449 * Don't preserve ownership when copying config.guess and config.sub.
3450 This broke builds where the clean target was run with different
3451 privileges than the rest of the build (i.e., root) (Closes: #212183)
3452 * On second thought, don't copy config.guess and config.sub at all. I'd
3453 rather they always match what is in CVS.
3455 -- Matt Zimmerman <mdz@debian.org> Mon, 22 Sep 2003 10:28:17 -0400
3457 apt (0.5.12) unstable; urgency=low
3459 * Exclude subdirectories named 'debian-installer' from the apt-cdrom
3460 search (Closes: #210485 -- release-critical)
3462 -- Matt Zimmerman <mdz@debian.org> Thu, 11 Sep 2003 21:48:14 -0400
3464 apt (0.5.11) unstable; urgency=low
3466 * Updated pt_BR translations from Andre Luis Lopes <andrelop@debian.org>
3468 * In apt.conf(5), give the fully qualified name of Dir::Bin::Methods,
3469 rather than just "methods"
3470 * Add new nb and nn translations from Petter Reinholdtsen <pere@hungry.com>
3471 * Clean up reportbug script a bit, and extend it to distinguish between a
3472 configuration file not existing and the user declining to submit it with
3474 * Add #include <langinfo.h> to cmdline/apt-get.cc. This apparently gets
3475 pulled in by something else with recent g++ and/or glibc, but is
3476 required when building on, e.g., stable
3477 * Patch from Koblinger Egmont <egmont@uhulinux.hu> to fix version
3478 comparisons with '~' (Closes: #205960)
3479 * Disable Russian translation until someone can review it
3482 -- Matt Zimmerman <mdz@debian.org> Wed, 10 Sep 2003 19:41:28 -0400
3484 apt (0.5.10) unstable; urgency=low
3486 * Correct the section in apt_preferences(5) on interpreting priorities
3487 to show that zero is not a valid priority, and print a warning if such
3488 a pin is encountered in the preferences file (Closes: #204971)
3489 * Regenerate French man pages from sgml source (Closes: #205886)
3490 * Get self-tests compiling again, updated for latest library API
3492 * Add version comparison tests for #194327 and #205960
3493 * Fix error message in version test to output versions in the order in
3494 which they were compared when the reverse comparison fails
3495 * Reference the source package bug page rather than the one for the
3496 binary package 'apt' in the man pages (Closes: #205290)
3497 * Updated Polish po file from Marcin Owsiany <porridge@debian.org>
3499 * Mention some of the available frontends in apt-get(8) (Closes: #205829)
3500 * Add apt-config to SEE ALSO section of apt-get (Closes: #205036)
3501 * Add missing "lang" attributes to refentry tags in French man pages
3502 (apt-cdrom, apt-extracttemplates, apt-sortpkgs)
3503 * Change upgraded/newly installed/not fully installed or removed
3504 messages to be consistent and somewhat shorter (some translations
3505 exceeded 80 characters even in the simplest case)
3506 * Make APT::Get::Show-Upgraded (aka apt-get -u) default to true.
3507 * Updates to Dutch translation from Bart Cornelis <cobaco@linux.be>
3510 -- Matt Zimmerman <mdz@debian.org> Sun, 31 Aug 2003 21:12:39 -0400
3512 apt (0.5.9) unstable; urgency=low
3514 * Oh well, apt isn't going to make it into testing anytime soon due to
3515 new glibc and gcc deps, so we might as well fix more bugs
3516 * Fix typo in example ftp-archive.conf (Closes: #203295)
3517 * Mention default setting for --all-versions (Closes: #203298)
3518 * Patch from Otavio Salvador <otavio@debian.org> to have --version
3519 only print the version (and not usage as well) (Closes: #203418)
3520 * Patch from Otavio Salvador <otavio@debian.org> to switch from
3521 dh_installmanpages to dh_installman. Fixes the problem where the
3522 pt_BR man page was installed in the wrong location (Closes: #194558)
3523 * Move the French apt-ftparchive man page into apt-utils where it
3524 belongs. apt-utils Replaces: apt (<< 0.5.9)
3525 * Write records from "apt-cache show" using fwrite(3) rather than
3526 write(2), in case for some reason the entire record doesn't get
3527 written by a single write(2)
3528 * Add new French man pages to doc/fr/.cvsignore
3529 * Add freebsd to buildlib/ostable (Closes: #193430)
3530 * Avoid segfault if a package name is specified which consists
3531 entirely of characters which look like end tags ('+', '-')
3533 * Patch from Otavio Salvador <otavio@debian.org> to avoid listing
3534 suggests/recommends for packages which are selected for installation
3535 at the same time as the package which suggests/recommends them
3537 * Patch from Otavio Salvador <otavio@debian.org> to avoid listing
3538 suggests/recommends which are Provided by a package which is already
3539 installed (Closes: #200395)
3540 * Patch to update pt_BR man page for apt_preferences(5) from Andre Luis
3541 Lopes <andrelop@debian.org> (Closes: #202245)
3542 * Use nl_langinfo(YESEXPR) rather than comparing to the translated
3543 string "Y". Closes: #200953 and should make the prompting generally
3544 more robust in the face of i18n. In the particular case of #200953,
3545 it was being fooled because of signedness issues with toupper(3)
3547 * apt Suggests: aptitude | synaptic | gnome-apt | wajig
3549 * Clean up whitespace in translated strings in ru.po, which messed up
3550 indentation (some other translations probably have similar problems)
3552 * Run ispell -h over the man page sources and fix a bunch of typos
3553 * Use debian/compat rather than DH_COMPAT
3554 * Update to debhelper compatibility level 3
3555 - remove ldconfig calls from debian/{postinst,postrm} as dh_makeshlibs
3557 - echo 3 > debian/compat
3558 - Build-Depends: debhelper (>= 3)
3559 * Exclude '.#*' from cvs-build
3560 * Let the ftp method work with ftp servers which do not require a
3561 password (Closes: #199425)
3562 * Build-depend on debhelper >= 4.1.62, because we need the fix for
3563 #204731 in order for dh_installman to work correctly
3564 with our SGML man pages
3565 * Move dh_makeshlibs ahead of dh_installdeb so that its postinst
3566 fragments are properly substituted
3568 -- Matt Zimmerman <mdz@debian.org> Sun, 10 Aug 2003 19:54:39 -0400
3570 apt (0.5.8) unstable; urgency=medium
3572 * urgency=medium because the changes since 0.5.5.1 are pretty safe as
3573 far as core functionality, 0.5.5.1 survived unstable for 10 days, and
3574 I don't want to delay apt's progress into testing any further. It's
3575 decidedly better than 0.5.4.
3576 * Clarify the meaning of the only-source option in apt-get(8)
3578 * Updated French man pages from Philippe Batailler
3579 <philippe.batailler@free.fr> (Closes: #182194)
3580 * Give a warning if an illegal type abbreviation is used when looking up a
3581 configuration item (Closes: #168453)
3582 * Improve build-depends handling of virtual packages even further, so that
3583 it will now also try to satisfy build-depends on virtual packages if they
3584 are not installed. Note that this only works if there is only one
3585 package providing the virtual package, as in other cases (Closes: #165404)
3586 * Update config.guess and config.sub from autotools-dev 20030717.1
3587 * Tweak SGML in apt-extracttemplates.1.sgml so that literal '>' doesn't end
3589 * Document SrcDirectory in apt-ftparchive.1.sgml (Closes: #156370)
3590 * Support TMPDIR in apt-extracttemplates (Closes: #191656)
3591 * Fix ru.po to use a capital letter for the translation of 'Y' so that
3592 YnPrompt works correctly (Closes: #200953). No other translations seem
3593 to have this problem
3594 * Regenerate POT file and sync .po files
3595 * Only try to clear stdin if it is a tty, to avoid looping if there is
3596 lots of stuff (perhaps an infinite amount) to read (Closes: #192228)
3598 -- Matt Zimmerman <mdz@debian.org> Fri, 25 Jul 2003 20:21:53 -0400
3600 apt (0.5.7) unstable; urgency=low
3602 * Update control file to match overrides (apt priority important,
3603 libapt-pkg-dev section libdevel)
3604 * Silence the essential packages check if we are only downloading
3605 archives and not changing the system (Closes: #190862)
3606 * Skip version check if a build-dependency is provided by an installed package
3608 * Have apt-cache show exit with an error if it cannot find any of the
3609 specified packages (Closes: #101490)
3611 -- Matt Zimmerman <mdz@debian.org> Mon, 21 Jul 2003 23:43:24 -0400
3613 apt (0.5.6) unstable; urgency=low
3615 * Adam Heath <doogie@debian.org>
3616 - Fix segfault when handling /etc/apt/preferences. Closes: #192409.
3617 * Matt Zimmerman <mdz@debian.org>
3618 - Clean up some string handling, patch from Peter Lundkvist
3619 <p.lundkvist@telia.com> (Closes: #192225)
3620 - Don't fall off the end of the buffer when comparing versions.
3621 Patch from Koblinger Egmont <egmont@uhulinux.hu> (Closes: #194327)
3622 - Minor fixes to apt-ftparchive(1) (Closes: #118156)
3623 - Fix typo in apt-ftparchive help text (Closes: #119072)
3624 - More typos in apt-ftparchive help text (Closes: #190936)
3625 - Update config.guess, config.sub to latest versions
3626 - Modify the description for apt-utils to reflect the fact that it is not
3627 (any longer) infrequently used (Closes: #138045)
3628 - Make setup script for dselect method more explicit about
3629 overwriting sources.list (Closes: #151727)
3630 - Fix typo in apt-cache(8) (Closes: #161243)
3631 - Remove duplicate 'showpkg' from synopsis on apt-cache(8)
3633 - Document in apt-get(8) the meaning of the '*' in ShowList, which is that
3634 the package is being purged (Closes: #182369)
3635 - Fix extra "/" character in apt.conf(5) (Closes: #185545)
3636 - Fix typo in tar error message (Closes: #191424)
3637 - Clarify description of 'search' on apt-cache(8) (Closes: #192216)
3638 - Fix incorrect path for 'partial' directory on apt-get(8)
3640 - Fixes to pt_BR translation from Andre Luis Lopes <andrelop@ig.com.br>
3642 - Updated apt_preferences(5) man page with many corrections and
3643 clarifications from Thomas Hood <jdthood@yahoo.co.uk>
3645 - Fix SGML validation errors in apt-cache.8.sgml introduced in 0.5.5 or so
3646 - Add a simple example to apt-ftparchive(1) (Closes: #95257)
3647 - Add bug script for collecting configuration info (Closes: #176482)
3649 -- Matt Zimmerman <mdz@debian.org> Mon, 21 Jul 2003 01:59:43 -0400
3651 apt (0.5.5.1) unstable; urgency=low
3653 * Move the target of the example docs from doc to binary. Closes:
3655 * Fix api breakage that broke apt-ftparchive and apt-cache dumpavail, by
3656 backing out change that incorretly attempted to handle Package sections
3657 larger than 32k. Closes: #192373
3658 * Fix never-ending loop with apt-get install -V. Closes: #192355.
3660 -- Adam Heath <doogie@debian.org> Mon, 19 May 2003 12:30:16 -0500
3662 apt (0.5.5) unstable; urgency=low
3664 * New deb version compare function, that has no integer limits, and
3665 supports pre-versions using ~. Code ported from dpkg.
3666 * Fix handling of [!arch] for build-dependencies. Closes: #88798, #149595
3667 * Fix handling of build-deps on unknown packages. Closes: #88664, #153307
3668 * "apt-get --arch-only build-dep" to install only architecture-
3669 dependent build dependencies. Bump minor shared lib number to reflect
3670 small change in BuildDepend API.
3671 * APT::Build-Essential configuration option (defaults to "build-essential")
3672 so that "apt-get build-dep" will ensure build essential packages are
3673 installed prior to installing other build-dependencies. Closes: #148879
3674 * LD_LIBRARY_PATH thing. Closes: #109430, #147529
3675 * /usr/doc reference in postinst. Closes: #126189
3676 * Doc updates. Closes: #120689
3677 * Possible apt-cache segfault. Closes: #120311, #118431, #117915, #135295,
3679 * Print special message for EAI_AGAIN. Closes: #131397
3680 * libapt-pkg-dev needs to bring in the apt-inst library if linking
3681 is to work. Closes: #133943
3682 * Typos, Doc Stuff. Closes: #132772, #129970, #123642, #114892, #113786,
3683 #109591, #105920, #103678, #139752, #138186, #138054, #138050,
3684 #139994, #142955, #151654, #151834, #147611, #154268, #173971
3685 * Fix possibility for tag file parsing to fail in some unlikely situations.
3687 * Use std C++ names for some header files. Closes: #128741
3688 * Do not check for free space if --no-download. Closes: #117856
3689 * Actually implement or group handling for 'upgrade'. Closes: #133950
3690 * "Internal Error, Couldn't configure pre-depend" is not actually an
3691 internal error, it is a packaging error and now it says so, and
3692 pinpoints the problem dependency. Closes: #155621
3693 * Allows failure to write to a pipe for post-invoke stuff. Closes: #89830
3694 * Use usr/share/doc for dhelp. Closes: #115701
3695 * --print-uris works with 'update'. Closes: #57070
3696 * Options Dpkg::MaxArgs,Dpkg::MaxArgBytes to allow a much longer dpkg
3698 * Fixed 2 little OR group bugs, thanks to Yann Dirson. Closes: #143995,
3700 * Allow an uninstalled package to be marked for removal on an install
3701 line (meaning not to automatically install it), also fix some dodgy
3702 handling of protected packages. Closes: #92287, #116011
3703 * Fix errant prefix matching in version selection. Closes: #105968
3704 * Ensure that all files needed to run APT as a user are readable and
3705 ignore roots umask for these files. Closes: #108801
3706 * Support larger config spaces. Closes: #111914
3707 * 'apt-get update' no longer does 'Building Dependency Tree'.
3708 * When matching regexs allways print a message. Change regex activation
3709 charset. Closes: #147817
3710 * Don't die if lines in sources.list are too long. Closes: #146846
3711 * Show file name on apt-extracttemplate error messges. Closes: #151835
3712 * i18n gettext stuff, based on work from Michael Piefel: Closes: #95933
3713 * Some highly unlikely memory faults. Closes: #155842
3714 * C++ stuff for G++3.2. Closes: #162617, #165515,
3715 * apt-config dumps sends to stdout not stderr now. Closes: #146294
3716 * Fix segfault in FindAny when /i is used, and there is no default.
3718 * Add s390x to archtable. Closese: #160992.
3719 * Update config.sub/config.guess in cvs, and add support to debian/rules
3720 to update them from /usr/share/misc if they exist. Closes: #155014
3721 * Remove 'Sorry' from messages. Closes: #148824.
3722 * Change wording of 'additional disk space usage' message. Closes:
3724 * apt-extracttemplates now prepends the package name when extracting
3725 files. Closes: #132776
3726 * Add -n synonym for --names-only for apt-cache. Closes: #130689
3727 * Display both current version and new version in apt-get -s. Closes:
3729 * Add an options and timeout config item to ssh/rsh. Closes: #90654
3730 * libapt-pkg-dev now depends on apt-utils. Closes: #133942.
3731 * Change verbose logging output of apt-ftparchive to go to stderr,
3732 instead of stdout. Also, errors that occur no longer go to stdout,
3733 but stderr. Closes: #161592
3734 * Test for timegm in configure. Closes: #165516.
3735 * s/st_mtime/mtime/ on our local stat structure in apt-ftparchive, to
3736 support compliation on platforms where st_mtime is a macro. Closes:
3738 * Check the currently mounted cdrom, to see if it's the one we are
3739 interested in. Closes: #154602
3740 * Refer to reportbug instead of bug in the man pages. Closes: #173745
3741 * Link apt-inst to apt-pkg. Closes: #175055
3742 * New apt_preferences man page from Thomas Hood, Susan Kleinmann,
3744 * Fix > 300 col screen segfault. Closes: #176052
3745 * Rebuild with gcc-3.2. Closes: #177752, #178008.
3746 * Fix build-dep handling of | dependencies.
3747 Closes: #98640, #145997, #158896, #172901
3748 * Double default value of APT::Cache-Limit, until such time as it
3749 can be made more dynamic. Closes: #178623.
3750 * Report uris with '.gz' when there are errors. Closes: #178435.
3751 * When installing build-deps, make sure the new version will
3752 satisfy build requirements. Closes: #178121
3753 * Split offline and guide documentation into apt-doc. This was done so
3754 that binary-arch builds do not require documention deps. Note, that
3755 apt-doc is not installed on upgrades.
3756 * Use doc-base, instead of dhelp directly. Closes: #110389
3757 * Change http message 'Waiting for file' to 'Waiting for headers'.
3759 * Remove trailing lines on package lists in apt-get. Closes: #178736.
3760 * Fix origin pins for file:// uris. Closes: #189014.
3761 * Apply typo and syntax patch from bug to apt-cache.8.sgml. Closes:
3763 * s/dpkg-preconfig/dpkg-preconfigure/ in examples/configure-index.
3765 * Fix some typos in the apt-get manual. Closes: #163932.
3766 * Apply patch from bug, to change frozen to testing, and then do it
3767 everywhere else. Closes: #165085.
3768 * Update es.po. Closes: #183111.
3769 * Add pt_BR translation of apt_preferences(5). Also, build fr manpages.
3771 * Add a vcg command to apt-cache, similiar to dotty. Closes: #150512.
3772 * Add option to apt-get to show versions of packages being
3774 * Be quiet in apt.post{inst,rm}. Closes: #70685.
3775 * apt-get now prints out suggested and recommended packages. Closes:
3777 * Insert some newlines in the cdrom change media message. Closes:
3779 * Add a rdepends command to apt-cache. Closes: #159864.
3780 * When building the dpkg command line, allow for 8192 chars to be used,
3781 instead of only 1024.
3782 * APT::Immediate-Configure had inverted semantics(false meant it was
3783 enabled). Closes: #173619.
3784 * Fix status file parser so that if a record is larger than 32k, the
3785 buffer size will be doubled, and the read attempted again. Closes:
3788 -- Adam Heath <doogie@debian.org> Sun, 27 Apr 2003 01:23:12 -0500
3790 apt (0.5.4) unstable; urgency=low
3792 * M68k config.guess patch. Closes: #88913
3793 * Bi-yearly test on OpenBSD and Solaris
3794 * Doc updates. Closes: #89121, #89854, #99671, #98353, #95823, #93057,
3795 #97520, #102867, #101071, #102421, #101565, #98272, #106914,
3797 * Various cosmetic code updates. Closes: #89066, #89066, #89152
3798 * Add "pre-auto" as an option for DSelect::Clean (run autoclean after
3800 * More patches from Alfredo for Vendors and more SHA-1 stuff
3801 * Fix for AJ's 'desire to remove perl-5.005' and possibly other
3802 similar situations. Closes: #56708, #59432
3803 * no_proxy and ftp. Closes: #89671
3804 * Philippe Batailler's man page patches.
3805 * Fix for display bug. Closes: #92033, #93652, #98468
3806 * Use more than 16bits for the dep ID. Some people ran out..
3807 Closes: #103020, #97809, #102951, #99974, #107362, #107395, #107362,
3808 #106911, #107395, #108968
3809 * Reordered some things to make dante and FTP happier. Closes: #92757
3810 * James R. Van Zandt's guide.sgml updates. Closes: #90027
3811 * apt-ftparchive copes with no uncompressed package files + contents.
3812 * French man pages from philippe batailler - well sort of. They
3814 * run-parts. Closes: #94286
3815 * 'apt-cache policy' preferences debug tool.
3816 * Whatever. Closes: #89762
3817 * libstdc++ and HURD. Closes: #92025
3818 * More apt-utils verbage. Closes: #86954
3819 * Fliped comparision operator. Closes: #94618
3820 * Used the right copyright file. Closes: #65691
3821 * Randolph's G++3 patches.
3822 * Fixed no_proxy tokanizing. Closes: #100046
3823 * Strip Config-Version when copying status to available. Closes: #97520
3824 * Segfault with missing source files. Closes: #100325
3825 * EINTR check. Closes: #102293
3826 * Various changes to the locking metholodgy for --print-uris.
3828 * Lame LD_LIBRARY_PATH thing. Closes: #98928
3829 * apt-cache search searchs provide names too now. Closes: #98695
3830 * Checksum and long lines problem. Closes: #106591
3831 * .aptignr and empty files are just a warning. Closes: #97364
3833 -- Jason Gunthorpe <jgg@debian.org> Sat, 18 Aug 2001 17:21:59 -0500
3835 apt (0.5.3) unstable; urgency=low
3837 * JoeyH's dpkg::preconfig not working. Closes: #88675
3838 * Fixed apt override disparity
3839 * Alfredo's SHA-1 and related patches
3841 -- Jason Gunthorpe <jgg@debian.org> Sun, 4 Mar 2001 15:39:43 -0700
3843 apt (0.5.2) unstable; urgency=low
3845 * Fixed mention of /usr/doc in the long description
3846 * JoeyH's downgrade bug -- don't use 0.5.1
3847 * Doc bug. Closes: #88538
3848 * Fault in building release strings. Closes: #88533
3850 -- Jason Gunthorpe <jgg@debian.org> Sun, 4 Mar 2001 15:39:43 -0700
3852 apt (0.5.1) unstable; urgency=low
3854 * Fixed #82894 again, or should be and.
3855 * Process the option string right. Closes: #86921
3856 * Don't eat the last command for pipes. Closes: #86923
3857 * Ignore .* for configuration directory processing. Closes: #86923
3858 * Alfredo's no_proxy patch
3859 * Documentation fixes. Closes: #87091
3860 * JoeyH's double slash bug. Closes: #87266
3861 * Unintitialized buffer and apt-ftparchive contents generation.
3863 * Build-deps on virtual packages. Closes: #87639
3864 * Fixes glibc/libstdc++ symbol dependencies by including glibc and
3865 libstdc++ version info in the library soname and in the package
3866 provides. Closes: #87426
3867 * Updated soname version to 0.3.2
3868 * apt-extracttemplates moved from debconf into apt-utils
3869 * s390 archtable entry. Closes: #88232
3871 * Some instances where the status file can source a package in a
3872 non-sensical way. Closes: #87390
3873 * Work better if there are duplicate sources.list entries.
3874 * Fixed the resetting of Dir with "dir {};". Closes: #87323
3876 -- Randolph Chung <tausq@debian.org> Sat, 3 Mar 2001 15:37:38 -0700
3878 apt (0.5.0) unstable; urgency=low
3880 * Fixed an obscure bug with missing final double new lines in
3882 * Changed the apt-cdrom index copy routine to use the new section
3884 * Added a package file sorter, apt-sortpkgs
3885 * Parse obsolete Optional dependencies.
3886 * Added Ben's rsh method. Closes: #57794
3887 * Added IPv6 FTP support and better DNS rotation support.
3888 * Include the server IP in error messages when using a DNS rotation.
3890 * Made most of the byte counters into doubles to prevent 32bit overflow.
3892 * HTTP Authorization. Closes: #61158
3893 * Ability to parse and return source index build depends from Randolph.
3894 * new 'apt-get build-dep' command from Randolph. Closes: #63982
3895 * Added apt-ftparchive the all dancing all singing FTP archive
3897 * Allow version specifications with =1.2.4-3 and /2.2 or /stable postfixes
3899 * Removed useless internal cruft including the xstatus file.
3900 * Fixed config parser bugs. Closes: #67848, #71108
3901 * Brain Damanged apt-get config options changed, does not change the command
3902 line interface, except to allow --enable-* to undo a configuration
3905 No-Download -> Download
3906 No-Upgrade -> Upgrade
3907 * Made this fix configable (DSelect::CheckDir) and default to disabled:
3908 * No remove prompt if the archives dir has not changed. Closes: #55709
3909 Because it is stupid in the case where no files were downloaded due to
3910 a resumed-aborted install, or a full cache! Closes: #65952
3911 * Obscure divide by zero problem. Closes: #64394
3912 * Update sizetable for mips. Closes: #62288
3913 * Fixed a bug with passive FTP connections
3914 * Has sizetable entry for sparc64. Closes: #64869
3915 * Escape special characters in the ::Label section of the cdroms.lst
3916 * Created apt-utils and python-apt packages
3917 * Due to the new policy engine, the available file may contain entries
3918 from the status file. These are generated if the package is not obsolete
3919 but the policy engine prohibits using the version from the package files.
3920 They can be identified by the lack of a Filename field.
3921 * The new policy engine. Closes: #66509, #66944, #45122, #45094, #40006,
3922 #36223, #33468, #22551
3923 * Fixed deb-src line for non-us. Closes: #71501, #71601
3924 * Fixes for G++ 2.96, s/friend/friend class/
3925 * Fixed mis doc of APT::Get::Fix-Missing. Closes: #69269
3926 * Confirmed fix for missing new line problem. Closes: #69386
3927 * Fixed up dhelp files. Closes: #71312
3928 * Added some notes about dselect and offline usage. Closes: #66473, #38316
3929 * Lock files on read only file systems are ignored w/ warning.
3931 * apt-get update foo now gives an error! Closes: #42891
3932 * Added test for shlibs on hurd. Closes: #71499
3933 * Clarified apt-cache document. Closes: #71934
3934 * DocBook SGML man pages and some improvements in the text..
3935 * sigwinch thing. Closes: #72382
3936 * Caching can be turned off by setting the cache file names blank.
3937 * Ignores arches it does not know about when autocleaning. Closes: #72862
3938 * New function in apt-config to return dirs, files, bools and integers.
3939 * Fixed an odd litle bug in MarkInstall and fixed it up to handle
3940 complex cases involving OR groups and provides.
3941 68754 describes confusing messages which are the result of this..
3942 Closes: #63149, #69394, #68754, #77683, #66806, #81486, #78712
3943 * Speeling mistake and return code for the 'wicked' resolver error
3944 Closes: #72621, #75226, #77464
3945 * Solved unable to upgrade libc6 from potato to woody due to 3 package
3946 libc6 dependency loop problem.
3947 * Leading sources.list spaces. Closes: #76010
3948 * Removed a possible infinite loop while processing installations.
3949 * Man page updates. Closes: #75411, #75560, #64292, #78469
3950 * ReduceSourceList bug. Closes: #76027
3951 * --only-source option. Closes: #76320
3952 * Typos. Closes: #77812, #77999
3953 * Different status messages. Closes: #76652, #78353
3954 * /etc/apt/apt.conf.d/ directory for Joey and Matt and pipe protocol 2
3955 * OS detection an support for the new pseduo standard of os-arch for the
3956 Architecture string. Also uses regexing.. Closes: #39227, #72349
3957 * Various i18n stuff. Note that this still needs some i18n wizard
3958 to do the last gettextization right. Closes: #62386
3959 * Fixed a problem with some odd http servers/proxies that did not return
3960 the content size in the header. Closes: #79878, #44379
3961 * Little acquire bugs. Closes: #77029, #55820
3962 * _POSIX_THREADS may not be defined to anything, just defined..
3964 * Spelling of Ignore-Hold correctly. Closes: #78042
3965 * Unlock the dpkg db if in download only mode. Closes: #84851
3966 * Brendan O'Dea's dselect admindir stuff. Closes: #62811
3967 * Patch from BenC. Closes: #80810
3968 * Single output of some names in lists. Closes: #80498, #43286
3969 * Nice message for people who can't read syserror output. Closes: #84734
3970 * OR search function. Closes: #82894
3971 * User's guide updates. Closes: #82469
3972 * The AJ/JoeyH var/state to var/lib transition patch. Closes: #59094
3973 * Various CD bugs, again thanks to Greenbush
3974 Closes: #80946, #76547, #71810, #70049, #69482
3975 * Using potato debhelper. Closes: #57977
3976 * I cannot self-terminate. Closes: #74928
3978 -- Jason Gunthorpe <jgg@debian.org> Wed, 21 Feb 2001 00:39:15 -0500
3980 apt (0.3.19) frozen unstable; urgency=low
3982 * Updates to apt-cdrom to support integrated non-us nicely, thanks to
3984 * Fixed that apt-get/cdrom deadlock thing. Closes: #59853, #62945, #61976
3985 * Fixed hardcoded path. Closes: #59743
3986 * Fixed Jay's relative path bug
3987 * Allowed source only CDs. Closes: #58952
3988 * Space check is supressed if --print-uris is given. Closes: #58965
3989 * Clarified the documenation examples for non-us. Closes: #58646
3990 * Typo in the package description. Closes: #60230
3991 * Man Page typo. Closes: #60347
3992 * Typo in Algorithms.cc. Closes: #63577
3993 * Evil dotty function in apt-cache for generating dependency graphs
3994 with the as-yet-unpackaged GraphVis.
3995 * Appears to have been fixed in Janurary.. Closes: #57981
3996 * New config.guess/sub for the new archs. Closes: #60874
3997 * Fixed error reporting for certain kinds of resolution failures.
3999 * Made autoclean respect 'q' settings. Closes: #63023
4000 * Fixed up the example sources.list. Closes: #63676
4001 * Added DPkg::FlushSTDIN to control the flushing of stdin before
4002 forking dpkg. Closes: #63991
4004 -- Ben Gertzfield <che@debian.org> Fri, 12 May 2000 21:10:54 -0700
4006 apt (0.3.18) frozen unstable; urgency=low
4008 * Changes in the postinst script. Closes: #56855, #57237
4009 * Fixed bashism. Closes: #57216, #57335
4010 * Doc updates. Closes: #57772, #57069, #57331, #57833, #57896
4012 -- Ben Gertzfield <che@debian.org> Sun, 13 Feb 2000 01:52:31 -0800
4014 apt (0.3.17) unstable; urgency=low
4016 * RFC 2732 usage for CDROM URIs and fixes to apt-cdrom
4017 * Fixed the configuration parser to not blow up if ; is in the config
4019 * Applied visual patch to dselect install script . Closes #55214
4020 * Included the configure-index example
4022 * Library soname has increased
4023 * Fixed default sources.list to have correct URLs for potato when it
4025 * Added a message about erasing sources.list to dselect setup script
4027 * No remove prompt if the archives dir has not changed. Closes: #55709
4028 * Fixed inclusion of 2nd sample config file. Closes: #55374
4029 * Made file mtimes of 0 not confuse the methods If-Modifed-Since check.
4032 -- Ben Gertzfield <che@debian.org> Mon, 31 Jan 2000 12:12:40 -0800
4034 apt (0.3.16) unstable; urgency=low
4036 * Made --no-download work. Closes: #52993
4037 * Now compiles on OpenBSD, Solaris and HP-UX
4038 * Clarify segfault errors
4039 * More debhelper fixes. Closes: #52662, #54566, #52090, #53531, #54769
4040 * Fix for Joel's discovery of glibc removal behavoir.
4041 * Fix for Ben Collins file: uri from slink upgrade.
4042 * Fixed resume code in FTP. Closes: #54323
4043 * Take more precautions to prevent the corruption Joey Hess saw.
4044 * Fixed --no-list-cleanup
4045 * RFC 2732 URI parsing ([] for hostnames).
4046 * Typo in apt-cache man page. Closes: #54949
4048 -- Ben Gertzfield <che@debian.org> Fri, 14 Jan 2000 08:04:15 -0800
4050 apt (0.3.15) unstable; urgency=low
4052 * Added DSelect::WaitAfterDownload Closes: #49549
4053 * Fixed cast error in byteswap macro and supporting code. Closes: #50093
4054 * Fixed buffer overflow for wide terminal sizes. Closes: #50295
4055 * Made -s and clean not do anything. Closes: #50238
4056 * Problem with Protected packages and the new OR code.
4057 * /usr/share/doc stuff. Closes: #51017, #50228, #51141
4058 * Remove doesn't require a package to be installable. Closes: #51175
4059 * FTP proxy touch ups in the mabn page. Closes: #51315, #51314
4061 -- Ben Gertzfield <che@debian.org> Sat, 4 Dec 1999 21:17:24 -0800
4063 apt (0.3.14) unstable; urgency=low
4065 * Fix Perl or group pre-depends thing Closes: #46091, #46096, #46233, #45901
4066 * Fix handling of dpkg's conversions from < -> <= Closes: #46094, #47088
4067 * Make unparsable priorities non-fatal Closes: #46266, #46267, #46293, #46298
4068 * Fix handling of '/' for the dist name. Closes: #43830, #45640, #45692
4069 * Fixed 'Method gave a blank filename' error from IMS queries onto CDs.
4070 Closes: #45034, #45695, #46537
4071 * Made OR group handling in the problem resolver more elaborate. Closes: #45646
4072 * Added APT::Clean-Installed option. Closes: #45973
4073 * Moves the free space check to after the calculated size is printed.
4074 Closes: #46639, #47498
4075 * mipsel arch Closes: #47614
4076 * Beautified URI printing to not include passwords Closes: #46857
4077 * Fixed little problem with --no-download Closes: #47557
4078 * Tweaked Dselect 'update' script to re-gen the avail file even in the
4079 event of a failure Closes: #47112
4080 * Retries for source archives too Closes: #47529
4081 * Unmounts CDROMs iff it mounted them Closes: #45299
4082 * Checks for the partial directories before doing downloads Closes: #47392
4083 * no_proxy environment variable (http only!) Closes: #43476
4084 * apt-cache showsrc Closes: #45799
4085 * De-Refs Single Pure virtual packages. Closes: #42437, #43555
4086 * Regexs for install. Closes: #35304, #38835
4087 * Dependency reports now show OR group relations
4088 * Re-Install feature. Cloes: #46961, #37393, #38919
4089 * Locks archive directory on clean (woops)
4090 * Remove is not 'sticky'. Closes: #48392
4091 * Slightly more accurate 'can not find package' message. Closes: #48311
4092 * --trivial-only and --no-remove. Closes: #48518
4093 * Increased the cache size. Closes: #47648
4094 * Comment woopsie. Closes: #48789
4095 * Removes existing links when linking sources. Closes: #48775
4096 * Problem resolver does not install all virtual packages. Closes: #48591, #49252
4097 * Clearer usage message about 'source' Closes: #48858
4098 * Immediate configure internal error Closes: #49062, #48884
4100 -- Ben Gertzfield <che@debian.org> Sun, 7 Nov 1999 20:21:25 -0800
4102 apt (0.3.13) unstable; urgency=low
4104 * Fix timestamp miss in FTP. Closes: #44363
4105 * Fix sorting of Kept packages. Closes: #44377
4106 * Fix Segfault for dselect-upgrade. Closes: #44436
4107 * Fix handling of '/' for the dist name. Closes #43830
4108 * Added APT::Get::Diff-Only and Tar-Only options. Closes #44384
4109 * Add commented-out deb-src URI to default sources.list file.
4111 -- Ben Gertzfield <che@debian.org> Sun, 19 Sep 1999 18:54:20 -0700
4113 apt (0.3.12) unstable; urgency=low
4115 * Fix for typo in the dhelp index. Closes: #40377
4116 * Multiple media swap support
4117 * Purge support. Closes: #33291, #40694
4118 * Better handling of - remove notation. Closes: #41024
4119 * Purge support. Closes: #33291, #40694
4120 * Error code on failed update. Closes: #41053
4121 * apt-cdrom adds entries for source directories. Closes: #41231
4122 * Sorts the output of any list. Closes: #41107
4123 * Fixes the looping problem. Closes: #41784, #42414, #44022
4124 * Fixes the CRC mechanism to lowercase all strings. Closes: #41839
4125 * More checks to keep the display sane. Particularly when fail-over is
4126 used with local mirrors and CD-Roms. Closes: #42127, #43130, #43668
4127 * PThread lockup problem on certain sparc/m68k. Closes: #40628
4128 * apt-cdrom understands .gz Package files too. Closes: #42779
4129 * Spelling error in dselect method description. Closes: #43251
4130 * Added security to the default source list. Closes: #43356
4132 -- Ben Gertzfield <che@debian.org> Fri, 3 Sep 1999 09:04:28 -0700
4134 apt (0.3.11) unstable; urgency=low
4136 * Fix for mis-parsed file: URIs. Closes: #40373, #40366, #40230
4137 * Fix for properly upgrading the system from perl 5.004 to 5.005
4139 -- Ben Gertzfield <che@debian.org> Mon, 28 Jun 1999 21:06:44 -0700
4141 apt (0.3.9) unstable; urgency=low
4143 * Spelling error in cachefile.cc. Closes: #39885
4144 * Trailing slash in dselect install if you try to use the
4145 default config file. Closes: #40011
4146 * Simulate works for autoclean. Closes: #39141
4147 * Fixed spelling errors. Closes: #39673
4148 * Changed url parsing a bit. Closes: #40070, #40069
4149 * Version 0.3.8 will be for slink/hamm (GNU libc 2).
4151 -- Ben Gertzfield <che@debian.org> Thu, 24 Jun 1999 18:02:52 -0700
4153 apt (0.3.7) unstable; urgency=low
4155 * Fixed missing text in the apt-get(8) page. Closes: #37596
4156 * Made --simulate and friends work with apt-get source. Closes: #37597, #37656
4157 * Fixed inclusion of man pages in the -doc/-dev package. Closes: #37633, #38651
4158 * Fixed handling of the -q option with not-entirely integer arguments
4160 * Man page typo Closes: #37762
4161 * Fixed parsing of the Source: line. Closes: #37679
4162 * Dpkg/dpkg-hurd source bug. Closes: #38004, #38032
4163 * Added a check for an empty cache directory. Closes: #37963
4164 * Return a failure code if -d is given and packages fail to download.
4166 * Arranged for an ftp proxy specifing an http server to work. See the
4167 important note in the sources.list man page.
4168 * Accounted for resumed files in the cps calculation. Closes: #36787
4169 * Deal with duplicate same version different packages. Closes: #30237
4170 * Added --no-download. Closes: #38095
4171 * Order of apt-cdrom dist detection. Closes: #38139
4172 * Fix apt-cdrom chop handling and missing lines. Closes: #37276
4174 * Suggests dpkg-dev for apt-get source. Closes: #38158
4175 * Fixed typo in apt-get help. Closes: #38712
4176 * Improved the error message in the case of broken held package. Closes: #38777
4177 * Fixed handling of MD5 failures
4178 * Documented list notation Closes: #39008
4179 * Change the 'b' to 'B'. Closes: #39007
4181 -- Ben Gertzfield <che@debian.org> Sun, 20 Jun 1999 18:36:20 -0700
4183 apt (0.3.6) unstable; urgency=low
4185 * Note that 0.3.5 never made it out the door..
4186 * Fix for apt-cdrom and unusual disk label locations. Closes: #35571
4187 * Made APT print numbers in decimal. Closes: #35617, #37319
4188 * Buffer munching fix for FTP. Closes: #35868
4189 * Typo in sample config file. Closes: #35907
4190 * Fixed whitespace in version compares. Closes: #35968, #36283, #37051
4191 * Changed installed size counter to only count unpacked packages.
4193 * apt-get source support. Closes: #23934, #27190
4194 * Renames .debs that fail MD5 checking, provides automatic corruption
4195 recovery. Closes: #35931
4196 * Fixed autoconf verison. Closes: #37305
4197 * Random Segfaulting. Closes: #37312, #37530
4198 * Fixed apt-cache man page. Closes: #36904
4199 * Added a newline to apt-cache showpkg. Closes: #36903
4201 -- Ben Gertzfield <che@debian.org> Wed, 12 May 1999 09:18:49 -0700
4203 apt (0.3.4) unstable; urgency=low
4205 * Release for Ben while he is out of town.
4206 * Checked the size of partial files. Closes: #33705
4207 * apt-get should not print progress on non-tty. Closes: #34944
4208 * s/guide.text.gz/users-guide.txt.gz/ debian/control: Closes: #35207
4209 * Applied cdrom patches from Torsten. Closes: #35140, #35141
4210 * smbmounted cdrom fix. Closes: #35470
4211 * Changed ie to eg. Closes: #35196
4213 -- Adam Heath <doogie@debian.org> Sun, 4 Apr 1999 18:26:44 -0500
4215 apt (0.3.3) unstable; urgency=low
4217 * Fixes bug with file:/ URIs and multi-CD handling. Closes: #34923
4219 -- Ben Gertzfield <che@debian.org> Tue, 23 Mar 1999 12:15:44 -0800
4221 apt (0.3.2) unstable; urgency=low
4223 * Major release into unstable of v3
4224 * These bugs have been fixed, explanations are in the bug system, read
4225 the man pages as well..
4226 Closes: #21113, #22507, #22675, #22836, #22892, #32883, #33006, #34121,
4227 #23984, #24685, #24799, #25001, #25019, #34223, #34296, #34355,
4228 #24021, #25022, #25026, #25104, #25176, #31557, #31691, #31853,
4229 #25458, #26019, #26433, #26592, #26670, #27100, #27100, #27601,
4230 #28184, #28391, #28778, #29293, #29351, #27841, #28172, #30260,
4231 #29382, #29441, #29903, #29920, #29983, #30027, #30076, #30112,
4232 #31009, #31155, #31381, #31883, #32140, #32395, #32584. #34465,
4233 #30383, #30441, #30472, #30643, #30827, #30324, #36425, #34596
4235 -- Ben Gertzfield <che@debian.org> Mon, 15 Mar 1999 19:14:25 -0800
4237 apt (0.3.1) experimental; urgency=low
4239 * Minor release of cvs version.
4240 * Added virtual package libapt-pkgx.x
4242 -- Mitch Blevins <mblevin@debian.org> Wed, 10 Mar 1999 07:52:44 -0500
4244 apt (0.3.0) experimental; urgency=low
4246 * New experimental version.
4248 -- Ben Gertzfield <che@debian.org> Tue, 15 Dec 1998 12:53:21 -0800
4250 apt (0.1.9) frozen unstable; urgency=low
4252 * Return to the wacky numbering for when we build 0.1.8 for hamm
4253 * Important bug related to APT on the Alpha fixed
4254 * apt-get dist-upgrade problems fixed
4255 * tiny patch for http method to fix an endless loop
4256 * nice fix from /usr/doc/lintian/ to remove rpath nastiness from
4257 libtool and add proper shared lib dependancies
4258 * now dh_shlibdeps is called with LD_LIBRARY_PATH=debian/tmp/usr/lib
4259 in case an old libpkg is installed while building APT to prevent
4260 spurious dependancies
4262 -- Ben Gertzfield <che@debian.org> Thu, 5 Nov 1998 17:43:25 -0800
4264 apt (0.1.7) unstable; urgency=low
4266 * New build with libstdc++2.9.
4267 * Various fixes; read the Changelog.
4269 -- Ben Gertzfield <che@debian.org> Thu, 15 Oct 1998 18:29:18 -0700
4271 apt (0.1.6) unstable; urgency=low
4273 * Various fixes in the FTP method for error checking. Fixes: #26188.
4274 * Spelling corrections in dselect method. Fixes: #25884
4275 * Fixes for compilation on alpha/ppc. Fixes: #25313, #26108.
4276 * No more bo releases: we're using a normal numbering system now.
4278 -- Ben Gertzfield <che@debian.org> Tue, 8 Sep 1998 19:27:13 -0700
4280 apt (0.1.5) unstable; urgency=low
4282 * Changed sources.list to point to 'unstable' by default, as
4283 'frozen' no longer exists!
4285 -- Ben Gertzfield <che@debian.org> Thu, 23 Jul 1998 22:00:18 -0700
4287 apt (0.1.3) unstable; urgency=low
4289 * New upstreamish version.
4290 * ftp method rewritten in C. Removes dependancies on all perl/perl
4291 related modules. This fixes many of the ftp method bugs.
4293 -- Ben Gertzfield <che@debian.org> Thu, 16 Jul 1998 22:19:00 -0700
4295 apt (0.1.1) unstable; urgency=low
4297 * Release for unstable.
4299 -- Ben Gertzfield <che@debian.org> Tue, 30 Jun 1998 20:48:30 -0700
4301 apt (0.1) unstable; urgency=low
4303 * Kludge to fix problem in libnet-perl with illegal anonymous
4305 * Moved to unstable; apt is in a useable state now.
4306 * Fixed version numbering. From now on, numbering will be:
4307 0.1 (no actual release) -> 0.1.0bo (release for libc5) ->
4308 0.1.1 (release for unstable). Thanks, Manoj.
4310 -- Ben Gertzfield <che@debian.org> Tue, 30 Jun 1998 20:40:58 -0700
4312 apt (0.0.17-1) experimental; urgency=low
4314 * Fixed problem with libc6 version compare
4315 * Scott's away for a while, so I'll be packaging apt for the time
4318 -- Ben Gertzfield <che@debian.org> Thu, 25 Jun 1998 19:02:03 -0700
4320 apt (0.0.16-1) experimental; urgency=low
4322 * Modifications to make apt-get more friendly when backgrounded.
4323 * Updated documentation.
4324 * Updates to graphic widgets
4326 -- Scott K. Ellis <scott@debian.org> Mon, 8 Jun 1998 11:22:02 -0400
4328 apt (0.0.15-0.2bo) experimental; urgency=low
4331 * Bob Hilliards crash
4333 -- Jason Gunthorpe <jgg@debian.org> Sun, 31 May 1998 20:18:35 -0600
4335 apt (0.0.15-0.1bo) experimental; urgency=low
4338 * libstdc++272 patch
4340 -- Jason Gunthorpe <jgg@debian.org> Sun, 31 May 1998 20:18:35 -0600
4342 apt (0.0.15) experimental; urgency=low
4344 * Clean up source tarball (no user-visible changes)
4346 -- Scott K. Ellis <scott@debian.org> Tue, 26 May 1998 12:23:53 -0400
4348 apt (0.0.14) experimental; urgency=low
4350 * Updates in ordering code to make sure certain upgrades work correctly.
4351 * Made dselect/setup understand ftp as well as http
4353 -- Scott K. Ellis <scott@debian.org> Wed, 20 May 1998 13:33:32 -0400
4355 apt (0.0.13-bo1) experimental; urgency=low
4359 -- Jason Gunthorpe <jgg@debian.org> Mon, 18 May 1998 15:10:49 -0600
4361 apt (0.0.13) experimental; urgency=low
4363 * Remove hardcoded egcc from debian/rules (#21575)
4364 * Fixes for ordering logic when system has a number of unpacked
4365 but unconfigured packages installed.
4366 * Spelling fix in dselect install method (#22556)
4368 -- Scott K. Ellis <scott@debian.org> Sun, 17 May 1998 20:08:33 -0400
4370 apt (0.0.12) experimental; urgency=low
4372 * Fixed problems with package cache corruption.
4373 * Made to depend on libc6 >= 2.0.7pre1 due to timezone problems with
4375 * Interface and documentation improvements.
4377 -- Scott K. Ellis <scott@debian.org> Sat, 16 May 1998 23:17:32 -0400
4379 apt (0.0.11) experimental; urgency=low
4381 * Change dependancies to pre-depends since breaking your packaging tools
4382 in the middle of an installation isn't very good.
4383 * Bug fixes to ftp method and general apt-get code
4385 -- Scott K. Ellis <scott@debian.org> Fri, 15 May 1998 08:57:38 -0400
4387 apt (0.0.10) experimental; urgency=low
4389 * Run "dpkg --configure -a" after an aborted dselect install
4390 * Fixed problem with install looping
4391 * Support for authenticating proxys: (note this isn't terribly secure)
4392 http_proxy="http://user:pass@firewall:port/"
4393 * Substitute $ARCH in sources.list
4394 * Fixes in the resumption code for ftp
4396 -- Scott K. Ellis <scott@debian.org> Tue, 12 May 1998 09:14:41 -0400
4398 apt (0.0.9) experimental; urgency=low
4400 * Added ftp support.
4401 * Various other less visible bug fixes.
4402 * Fixed problem with segfault when apt-get invoked in a non-existant
4403 directory (Bug #21863)
4404 * Bumped policy to 2.4.1
4406 -- Scott K. Ellis <scott@debian.org> Fri, 1 May 1998 09:18:19 -0400
4408 apt (0.0.8) experimental; urgency=low
4410 * Fixed generated available file (Bug #21836)
4411 * Added download ETA (Bug #21774).
4412 * Fixed hardcoded ARCH (Bug #21751).
4413 * Fixed check on http_proxy (Bug #21795).
4414 * Added download speed indicator.
4416 -- Scott K. Ellis <scott@debian.org> Mon, 27 Apr 1998 10:58:32 -0400
4418 apt (0.0.7) experimental; urgency=low
4420 * Remove libdeity and apt from package for now, since only apt-get and
4421 apt-cache are actually useful right now.
4422 * Clean up handling of package installation errors.
4423 * Added timeout to http transfers (#21269)
4424 * Updated setup for dselect/apt method.
4426 * Long options (added in 0.0.6)
4428 -- Scott K. Ellis <scott@debian.org> Tue, 21 Apr 1998 09:06:49 -0400
4430 apt (0.0.6) experimental; urgency=low
4433 * Revamped download status display.
4434 * Call apt-get clean after successful install in dselect.
4435 * Added "apt-get clean" which deletes package files from /var/cache/apt
4437 -- Scott K. Ellis <scott@debian.org> Thu, 9 Apr 1998 15:13:59 -0400
4439 apt (0.0.5) experimental; urgency=low
4441 * Ignore signals while dpkg is running so we don't leave dpkg running in
4442 the background (#20804)
4443 * Check Packages as well as Packages.gz for file URIs (#20784)
4444 * Spelling cleanup (#20800)
4445 * Added -m option to permit upgrade to go on in the case of a bad mirror.
4446 This option may result in incomplete upgrades when used with -f.
4448 -- Scott K. Ellis <scott@debian.org> Tue, 7 Apr 1998 12:40:29 -0400
4450 apt (0.0.4) experimental; urgency=low
4453 * Various documentation updates and cleanup.
4454 * Added '-f' option to apt-get attempt to fix broken dependancies.
4456 -- Scott K. Ellis <scott@debian.org> Sat, 4 Apr 1998 14:36:00 -0500
4458 apt (0.0.3) experimental; urgency=low
4460 * Added a shlibs.local file to prevent apt from depending on itself.
4461 * Updates to how apt-get handles bad states in installed packages.
4462 * Updated rules to make sure build works from a freshly checked out source
4463 archive. Building from CVS needs libtool/automake/autoconf, builds from
4464 the distributed source package should have no such dependancy.
4466 -- Scott K. Ellis <scott@debian.org> Fri, 3 Apr 1998 11:49:47 -0500
4468 apt (0.0.2) unstable; urgency=low
4470 * Updates to apt-get and http binding for dselect method (apt).
4471 * Updating version number from 0.0.1, which was released only on IRC.
4473 -- Scott K. Ellis <scott@debian.org> Fri, 3 Apr 1998 00:35:18 -0500
4475 apt (0.0.1) unstable; urgency=low
4479 -- Scott K. Ellis <scott@debian.org> Tue, 31 Mar 1998 12:49:28 -0500