1 apt (0.7.22.3) UNRELEASED; urgency=low
3 [ Eugene V. Lyubimkin ]
4 * methods/{http,https,ftp}, doc/apt.conf.5.xml:
5 - Changed and unified the code that determines which proxy to use. Now
6 'Acquire::{http,ftp}::Proxy[::<host>]' options have the highest priority,
7 and '{http,ftp}_proxy' environment variables are used only if options
8 mentioned above are not specified.
9 (Closes: #445985, #157759, #320184, #365880, #479617)
12 * apt-pkg/pkgcache.cc:
13 - do not set internel "needs-configure" state for packages in
14 triggers-pending state. dpkg will deal with the trigger and
15 it if does it before we trigger it, dpkg will error out
19 * apt-pkg/deb/dpkgpm.cc:
20 - Suppress apport reports on dpkg short reads (these I/O errors are not
21 generally indicative of a bug in the packaging)
25 - typo fix (LP: #370094)
27 -- Michael Vogt <mvo@debian.org> Wed, 19 Aug 2009 11:14:15 +0200
29 apt (0.7.22.2) unstable; urgency=low
31 * debian/apt.cron.daily:
32 - Make sure that VERBOSE is always set (Closes: #539366)
33 - Script can be disabled by APT::Periodic::Enable=0 (Closes: #485476)
34 - Support using debdelta to download packages (Closes: #532079)
36 -- Julian Andres Klode <jak@debian.org> Thu, 06 Aug 2009 12:17:19 +0200
38 apt (0.7.22.1) unstable; urgency=low
42 - honor APT::Get::Only-Source properly in FindSrc() (thanks to
43 Martin Pitt for reporting the problem), also Closes: #535362.
45 [ Julian Andres Klode ]
46 * apt-pkg/contrib/mmap.cc:
47 - Fix FTBFS on GNU/kFreeBSD by disabling DynamicMMap::Grow() on
48 non-Linux architectures as it uses mremap (Closes: #539742).
49 * apt-pkg/sourcelist.cc:
50 - Only warn about missing sources.list if there is no sources.list.d
51 and vice versa as only one of them is needed (Closes: #539731).
53 - Add myself to Uploaders.
54 - Increase Standards-Version to 3.8.2.0.
56 -- Julian Andres Klode <jak@debian.org> Mon, 03 Aug 2009 12:48:31 +0200
58 apt (0.7.22) unstable; urgency=low
62 * Documentation translations:
63 - Fix a typo in apt-get(8) French translation. Closes: #525043
64 Thanks to Guillaume Delacour for spotting it.
65 - Updated apt.conf(5) manpgae French translation.
66 Thanks to Aurélien Couderc.
69 - sk.po. Closes: #525857
70 - ru.po. Closes: #526816
71 - eu.po. Closes: #528985
72 - zh_CN.po. Closes: #531390
74 - it.po. Closes: #531758
75 - ca.po. Closes: #531921
76 - de.po. Closes: #536430
78 - ast.po (Asturian by Marcos Alvareez Costales).
79 Closes: #529007, #529730, #535328
81 [ David Kalnischkies ]
82 * [ABI break] support '#' in apt.conf and /etc/apt/preferences
84 * [ABI break] Allow pinning by codename (closes: #97564)
85 * support running "--simulate" as user
86 * add depth information to the debug output and show what depends
87 type triggers a autoinst (closes: #458389)
88 * add Debug::pkgDepCache::Marker with more detailed debug output
90 * add Debug::pkgProblemResolver::ShowScores and make the scores
92 * do not write state file in simulate mode (closes: #433007)
93 * add hook for MarkInstall and MarkDelete (closes: #470035)
94 * fix typo in apt-pkg/acquire.cc which prevents Dl-Limit to work
95 correctly when downloading from multiple sites (Closes: #534752)
96 * add the various foldmarkers in apt-pkg & cmdline (no code change)
97 * versions with a pin of -1 shouldn't be a candidate (Closes: #355237)
98 * prefer mmap as memory allocator in MMap instead of a static char
99 array which can (at least in theory) grow dynamic
100 * eliminate (hopefully all) segfaults in pkgcachegen.cc and mmap.cc
101 which can arise if cache doesn't fit into the mmap (Closes: #535218)
102 * display warnings instead of errors if the parts dirs doesn't exist
106 * honor the dpkg hold state in new Marker hooks (closes: #64141)
107 * debian/apt.cron.daily:
108 - if the timestamp is too far in the future, delete it
109 * apt-pkg/acquire.cc:
110 - make the max pipeline depth of the acquire queue configurable
111 via Acquire::Max-Pipeline-Depth
112 * apt-pkg/deb/dpkgpm.cc:
113 - add Dpkg::UseIoNice boolean option to run dpkg with ionice -c3
115 - send "dpkg-exec" message on the status fd when dpkg is run
116 - provide DPkg::Chroot-Directory config option (useful for testing)
117 - fix potential hang when in a backgroud process group
118 * apt-pkg/algorithms.cc:
119 - consider recommends when making the scores for the problem
121 * apt-pkg/acquire-worker.cc:
122 - show error details of failed methods
123 * apt-pkg/contrib/fileutl.cc:
124 - if a process aborts with signal, show signal number
126 - ignore SIGPIPE, we deal with EPIPE from write in
127 HttpMethod::ServerDie() (LP: #385144)
128 * Only run Download-Upgradable and Unattended-Upgrades if the initial
129 update was successful Closes: #341970
130 * apt-pkg/indexcopy.cc:
131 - support having CDs with no Packages file (just a Packages.gz)
132 by not forcing a verification on non-existing files
134 - remove the gettext from a string that consists entirely
135 of variables (LP: #56792)
136 * apt-pkg/cacheiterators.h:
137 - add missing checks for Owner == 0 in end()
138 * apt-pkg/indexrecords.cc:
139 - fix some i18n issues
140 * apt-pkg/contrib/strutl.h:
141 - add new strprintf() function to make i18n strings easier
142 - fix compiler warning
143 * apt-pkg/deb/debsystem.cc:
144 - make strings i18n able
145 * fix problematic use of tolower() when calculating the version
146 hash by using locale independant tolower_ascii() function.
147 Thanks to M. Vefa Bicakci (LP: #80248)
148 * build fixes for g++-4.4
150 - add "showauto" option to show automatically installed packages
151 * document --install-recommends and --no-install-recommends
152 (thanks to Dereck Wonnacott, LP: #126180)
153 * doc/apt.conf.5.xml:
154 - merged patch from Aurélien Couderc to improve the text
156 * [ABI] merged the libudev-dlopen branch, this allows to pass
157 "apt-udev-auto" to Acquire::Cdrom::mount and the cdrom method will
158 dynamically find/mount the cdrom device (if libhal is available)
160 [ Julian Andres Klode ]
161 * apt-pkg/contrib/configuration.cc: Fix a small memory leak in
163 * Introduce support for the Enhances field. (Closes: #137583)
164 * Support /etc/apt/preferences.d, by adding ReadPinDir() (Closes: #535512)
165 * configure-index: document Dir::Etc::SourceParts and some other options
167 * Remove Eugene V. Lyubimkin from uploaders as requested.
168 * apt-pkg/contrib/hashes.cc, apt-pkg/contrib/md5.cc:
169 - Support reading until EOF if Size=0 to match behaviour of
170 SHA1Summation and SHA256Summation
173 * Updated cron script to support backups by hardlinks and
174 verbose levels. All features turned off by default.
175 * Added more error handlings. Closes: #438803, #462734, #454989
176 * Documented all cron script related configuration items in
180 * apt-ftparchive might write corrupt Release files (LP: #46439)
181 * Apply --important option to apt-cache depends (LP: #16947)
184 * Apply patch from Sami Liedes <sliedes@cc.hut.fi> to reduce the
185 number of times we call progress bar updating and debugging
186 configuration settings.
187 * Apply patch from Sami Liedes <sliedes@cc.hut.fi> to avoid unecessary
188 temporary allocations.
190 -- Michael Vogt <mvo@debian.org> Wed, 29 Jul 2009 19:16:22 +0200
192 apt (0.7.21ubuntu1) karmic; urgency=low
194 * merged from the debian-sid bzr branch
196 [ Christian Perrier ]
197 * Documentation translations:
198 - Fix a typo in apt-get(8) French translation. Closes: #525043
199 Thanks to Guillaume Delacour for spotting it.
202 - sk.po. Closes: #525857
203 - ru.po. Closes: #526816
204 - eu.po. Closes: #528985
205 - zh_CN.po. Closes: #531390
207 - it.po. Closes: #531758
208 - ca.po. Closes: #531921
210 - ast.po (Asturian by Marcos Alvareez Costales).
211 Closes: #529007, #529730
214 * apt-pkg/acquire.cc:
215 - make the (internal) max pipeline depth of the acquire queue
216 configurable via Acquire::Max-Pipeline-Depth
218 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 09 Jun 2009 15:49:07 +0200
220 apt (0.7.21) unstable; urgency=low
222 [ Christian Perrier ]
224 - bg.po. Closes: #513211
225 - zh_TW.po. Closes: #513311
226 - nb.po. Closes: #513843
227 - fr.po. Closes: #520430
228 - sv.po. Closes: #518070
229 - sk.po. Closes: #520403
230 - it.po. Closes: #522222
231 - sk.po. Closes: #520403
234 * apt.cron.daily: catch invalid dates due to DST time changes
239 - properly check for expired and revoked keys (closes: #433091)
240 * apt-pkg/contrib/strutl.cc:
241 - fix TimeToStr i18n (LP: #289807)
242 * [ABI break] merge support for http redirects, thanks to
243 Jeff Licquia and Anthony Towns
244 * [ABI break] use int for the package IDs (thanks to Steve Cotton)
245 * apt-pkg/pkgcache.cc:
246 - do not run "dpkg --configure pkg" if pkg is in trigger-awaited
249 - add Acquire::https::AllowRedirect support
250 * Clarify the --help for 'purge' (LP: #243948)
252 - fix "apt-get source pkg" if there is a binary package and
253 a source package of the same name but from different
254 packages (LP: #330103)
257 * cmdline/acqprogress.cc:
258 - Call pkgAcquireStatus::Pulse even if quiet, so that we still get
259 dlstatus messages on the status-fd (LP: #290234).
261 -- Michael Vogt <mvo@debian.org> Tue, 14 Apr 2009 14:12:51 +0200
263 apt (0.7.20.2ubuntu7) karmic; urgency=low
265 * fix problematic use of tolower() when calculating the version
266 hash by using locale independant tolower_ascii() function.
267 Thanks to M. Vefa Bicakci (LP: #80248)
268 * build fixes for g++-4.4
269 * include dmesg output in apport package failures
270 * include apt ordering into apport package failures
272 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 24 Apr 2009 10:14:01 +0200
274 apt (0.7.20.2ubuntu6) jaunty; urgency=low
277 * apt.cron.daily: catch invalid dates due to DST time changes
278 in the stamp files (LP: #354793)
282 - properly check for expired and revoked keys (closes: #433091)
285 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 08 Apr 2009 22:39:50 +0200
287 apt (0.7.20.2ubuntu5) jaunty; urgency=low
290 * cmdline/acqprogress.cc:
291 - Call pkgAcquireStatus::Pulse even if quiet, so that we still get
292 dlstatus messages on the status-fd (LP: #290234).
295 * debian/apt.cron.daily:
296 - do not clutter cron mail with bogus gconftool messages
298 - merge fix for cache locking from debian (closes: #459344)
299 - run update-apt-xapian-index (with ionice) to ensure that
300 the index is up-to-date when synaptic is run (LP: #288797)
302 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 30 Mar 2009 13:22:28 +0200
304 apt (0.7.20.2ubuntu4) jaunty; urgency=low
306 * ftparchive/cachedb.cc:
307 - when apt-ftparchive clean is used, compact the database
308 at the end (thanks to cprov)
310 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 26 Mar 2009 13:43:59 +0100
312 apt (0.7.20.2ubuntu3) jaunty; urgency=low
315 - when download the mirror file and the server is down,
316 return a propper error message (LP: #278635)
318 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 19 Mar 2009 15:42:15 +0100
320 apt (0.7.20.2ubuntu2) jaunty; urgency=low
322 * apt-pkg/deb/dpkgpm.cc:
323 - revert termios patch (LP: #338514)
325 - fix "apt-get source pkg" if there is a binary package and
326 a source package of the same name but from different
327 packages (LP: #330103)
329 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 09 Mar 2009 16:33:28 +0100
331 apt (0.7.20.2ubuntu1) jaunty; urgency=low
333 [ Christian Perrier ]
335 - bg.po. Closes: #513211
336 - zh_TW.po. Closes: #513311
337 - nb.po. Closes: #513843
340 * merged from the debian-sid branch
341 * [ABI break] merge support for http redirects, thanks to
342 Jeff Licquia and Anthony Towns
343 * [ABI break] use int for the package IDs (thanks to Steve Cotton)
344 * apt-pkg/contrib/strutl.cc:
345 - fix TimeToStr i18n (LP: #289807)
346 * debian/apt.conf.autoremove:
347 - readd "linux-image" (and friends) to the auto-remove
349 * fix some i18n issues (thanks to Gabor Kelemen)
351 * apt-pkg/deb/dpkgpm.cc:
352 - filter "ENOMEM" errors when creating apport reports
353 * cmdline/apt-get.cc:
354 - fix "apt-get source pkg=ver" if binary name != source name
356 * apt-pkg/indexrecords.cc:
357 - fix some i18n issues
358 * apt-pkg/contrib/strutl.h:
359 - add new strprintf() function to make i18n strings easier
360 * apt-pkg/dev/debsystem.cc:
361 - add missing apti18n.h header
362 * cmdline/apt-get.cc:
363 - default to "false" for the "APT::Get::Build-Dep-Automatic"
364 option (follow debian here)
365 * apt-pkg/pkgcache.cc:
366 - do not run "dpkg --configure pkg" if pkg is in trigger-awaited
369 - add Acquire::https::AllowRedirect support
370 - do not unlink files in partial/ (thanks to robbiew)
373 * Clarify the --help for 'purge' (LP: #243948)
376 * /apt-pkg/deb/debsystem.cc:
377 - add 'sudo' to the error message to "run 'dpkg --configure -a'"
380 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 09 Feb 2009 14:21:05 +0100
382 apt (0.7.20.2) unstable; urgency=medium
384 [ Eugene V. Lyubimkin ]
385 * Urgency set to medium due to RC bug fix.
386 * doc/apt.ent, apt-get.8.xml:
387 - Fix invalid XML entities. (Closes: #514402)
389 -- Eugene V. Lyubimkin <jackyf.devel@gmail.com> Sat, 07 Feb 2009 16:48:21 +0200
391 apt (0.7.20.1) unstable; urgency=low
394 * apt-pkg/pkgcachegen.cc:
395 - fix apt-cache search for localized description
398 [ Christian Perrier ]
400 - fr.po: fix spelling error to "défectueux". Thanks to Thomas Péteul.
402 -- Michael Vogt <mvo@debian.org> Tue, 20 Jan 2009 09:35:05 +0100
404 apt (0.7.20) unstable; urgency=low
406 [ Eugene V. Lyubimkin ]
408 - Fixed place of 'merged install-recommends and install-task branches'
409 from 0.6.46.1 to 0.7.0. (Closes: #439866)
410 * buildlib/config.{sub,guess}:
411 - Renewed. This fixes lintian errors.
412 * doc/apt.conf.5.xml, debian/apt-transport-https:
413 - Documented briefly 'Acquire::https' group of options. (Closes: #507398)
414 - Applied patch from Daniel Burrows to document 'Debug' group of options.
416 - Mentioned 'APT::Periodic' and 'APT::Archives' groups of options.
418 - Mentioned '/* ... */' comments. (Closes: #507601)
419 * doc/examples/sources.list:
420 - Removed obsolete commented non-us deb-src entry, replaced it with
421 'deb-src security.debian.org' one. (Closes: #411298)
422 * apt-pkg/contrib/mmap.cc:
423 - Added instruction how to work around MMap error in MMap error message.
424 (Closes: #385674, 436028)
426 - Actualized. Removed obsolete Qt section, added GPLv2 clause.
427 (Closes: #440049, #509337)
430 * add option to "apt-get build-dep" to mark the needed
431 build-dep packages as automatic installed.
432 This is controlled via the value of
433 APT::Get::Build-Dep-Automatic and is set "false" by default.
434 Thanks to Aaron Haviland, closes: #448743
435 * apt-inst/contrib/arfile.cc:
436 - support members ending with '/' as well (thanks to Michal Cihr,
439 [ Christian Perrier ]
441 - Finnish updated. Closes: #508449
442 - Galician updated. Closes: #509151
443 - Catalan updated. Closes: #509375
444 - Vietnamese updated. Closes: #509422
445 - Traditional Chinese added. Closes: #510664
446 - French corrected (remove awful use of first person)
448 -- Michael Vogt <mvo@debian.org> Mon, 05 Jan 2009 08:59:20 +0100
450 apt (0.7.19ubuntu1) jaunty; urgency=low
454 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 24 Nov 2008 10:52:20 +0100
456 apt (0.7.19) unstable; urgency=low
458 [ Eugene V. Lyubimkin ]
459 * doc/sources.list.5.xml:
460 - Mentioned allowed characters in file names in /etc/apt/sources.list.d.
461 Thanks to Matthias Urlichs. (Closes: #426913)
463 - Explicitly say that 'dist-upgrade' command may remove packages.
464 - Included '-v'/'--version' as a command to synopsis.
465 * cmdline/apt-cache.cc:
466 - Advanced built-in help. Patch by Andre Felipe Machado. (Closes: #286061)
467 - Fixed typo 'GraphVis' -> 'GraphViz'. (Closes: #349038)
468 - Removed asking to file a release-critical bug against a package if there
469 is a request to install only one package and it is not installable.
474 - add examples/apt-https-method-example.conf
475 - fix SIGHUP handling (closes: #463030)
477 [ Christian Perrier ]
480 - Bulgarian updated. Closes: #505476
481 - Slovak updated. Closes: #505483
482 - Swedish updated. Closes: #505491
483 - Japanese updated. Closes: #505495
484 - Korean updated. Closes: #505506
485 - Catalan updated. Closes: #505513
486 - British English updated. Closes: #505539
487 - Italian updated. Closes: #505518, #505683
488 - Polish updated. Closes: #505569
489 - German updated. Closes: #505614
490 - Spanish updated. Closes: #505757
491 - Romanian updated. Closes: #505762
492 - Simplified Chinese updated. Closes: #505727
493 - Portuguese updated. Closes: #505902
494 - Czech updated. Closes: #505909
495 - Norwegian BokmĂ¥l updated. Closes: #505934
496 - Brazilian Portuguese updated. Closes: #505949
497 - Basque updated. Closes: #506085
498 - Russian updated. Closes: #506452
500 - Ukrainian updated. Closes: #506545
502 -- Michael Vogt <mvo@debian.org> Mon, 24 Nov 2008 10:33:54 +0100
504 apt (0.7.18) unstable; urgency=low
506 [ Christian Perrier ]
509 - Thai updated. Closes: #505067
511 [ Eugene V. Lyubimkin ]
512 * doc/examples/configure-index:
513 - Removed obsoleted header line. (Closes: #417638)
514 - Changed 'linux-kernel' to 'linux-image'.
515 * doc/sources.list.5.xml:
516 - Fixed typo and grammar in 'sources.list.d' section. Thanks to
517 Timothy G Abbott <tabbott@MIT.EDU>. (Closes: #478098)
519 - Advanced descriptions for 'remove' and 'purge' options.
522 - Target 'apt' need to depend on 'build-doc'. Thanks for Peter Green.
523 Fixes FTBFS. (Closes: #504181)
526 * fix depend on libdb4.4 (closes: #501253)
528 -- Michael Vogt <mvo@debian.org> Fri, 07 Nov 2008 22:13:39 +0100
530 apt (0.7.17) unstable; urgency=low
532 [ Eugene V. Lyubimkin ]
534 - 'Vcs-Bzr' field is official, used it.
535 - Bumped 'Standards-Version' to 3.8.0, no changes needed.
536 - Actualized 'Uploaders' field.
538 - Substituded 'apt-archive' with 'apt-ftparchive' in docs.
539 Patch based on work of Andre Felipe Machado. (Closes: #350865)
540 - Mentioned '/<release>' and '=<version>' for 'apt-get install' and
541 '=<version>' for 'apt-get source' in apt-get manpage. Patch based on
542 work of Andre Felipe Machado. (Closes: #399673)
543 - Mentioned more short options in the apt-get manpage. Documented 'xvcg'
544 option in the apt-cache manpage. The part of patch by Andre Felipe
545 Machado. (Closes: #176106, #355945)
546 - Documented that 'apt-get install' command should be used for upgrading
547 some of installed packages. Based on patch by Nori Heikkinen and
548 Andre Felipe Machado. (Closes: #267087)
549 - Mentioned 'apt_preferences(5)' in apt manpage. (Closes: #274295)
550 - Documented 'APT::Default-Release' in apt.conf manpage. (Closes: #430399)
551 - APT::Install-Recommends is now true by default, mentioned this in
552 configure-index example. (Closes: #463268)
553 - Added 'APT::Get::AllowUnauthenticated' to configure-index example.
555 - Documented '--no-install-recommends' option in apt-get manpage.
557 - Documented 'Acquire::PDiffs' in apt.conf manpage. (Closes: #376029)
558 - Added 'copy', 'rsh', 'ssh' to the list of recognized URI schemes in
559 sources.list manpage, as they are already described under in the manpage.
560 - Removed notice that ssh/rsh access cannot use password authentication
561 from sources.list manpage. Thanks to Steffen Joeris. (Closes: #434894)
562 - Added '(x)' to some referrings to manpages in apt-get manpage. Patch by
563 Andre Felipe Machado. (Closes: #309893)
564 - Added 'dist-upgrade' apt-get synopsis in apt-get manpage.
567 -- Michael Vogt <mvo@debian.org> Wed, 05 Nov 2008 13:14:56 +0100
569 apt (0.7.17~exp4) experimental; urgency=low
572 - Fixed lintian warnings "debian/rules ignores make errors".
574 - Substituted outdated "Source-Version" fields with "binary:Version".
575 - Added 'python-apt' to Suggests, as apt-mark need it for work.
576 - Drop Debian revision from 'doc-base' build dependency, this fixes
577 appropriate lintian warning.
578 * debian/libapt-pkg-doc.doc-base.*:
579 - Changed section: from old 'Devel' to 'Debian'. This fixes appropriate
581 * debian/{postrm,prerm,preinst}:
582 - Added 'set -e', fixes lintian warnings
583 'maintainer-script-ignores-error'.
585 - Removed unneeded 'LOCAL' entry. This allows cleaning rule to run smoothly.
586 * share/lintian-overrides:
587 - Added with override of 'apt must depend on python'. Script 'apt-mark'
588 needs apt-python for working and checks this on fly. We don't want
589 python in most cases.
591 - Added 'unset GREP_OPTIONS' to the script. This prevents 'apt-key update'
592 failure when GREP_OPTIONS contains options that modify grep output.
595 -- Eugene V. Lyubimkin <jackyf.devel@gmail.com> Fri, 31 Oct 2008 23:45:17 +0300
597 apt (0.7.17~exp3) experimental; urgency=low
599 * apt-pkg/acquire-item.cc:
600 - fix a merge mistake that prevents the fallback to the
601 uncompressed 'Packages' to work correctly (closes: #409284)
603 -- Michael Vogt <mvo@debian.org> Wed, 29 Oct 2008 09:36:24 +0100
605 apt (0.7.17~exp2) experimental; urgency=low
607 [ Eugene V. Lyubimkin ]
608 * apt-pkg/acquire-item.cc:
609 - Added fallback to uncompressed 'Packages' if neither 'bz2' nor 'gz'
610 available. (Closes: #409284)
611 * apt-pkg/algorithm.cc:
612 - Strip username and password from source URL in error message.
616 * fix various -Wall warnings
618 -- Michael Vogt <mvo@debian.org> Tue, 28 Oct 2008 18:06:38 +0100
620 apt (0.7.17~exp1) experimental; urgency=low
624 - apt-pkg/depcache.cc
625 * Fix compilation warnings:
627 - apt-pkg/versionmatch.cc
628 * Compilation fixes and portability improvement for compiling APT against non-GNU libc
629 (thanks to Martin Koeppe, closes: #392063):
630 - buildlib/apti18n.h.in:
631 + textdomain() and bindtextdomain() must not be visible when --disable-nls
632 - buildlib/inttypes.h.in: undefine standard int*_t types
633 - Append INTLLIBS to SLIBS:
635 + ftparchive/makefile
637 * doc/apt.conf.5.xml:
638 - clarify whether configuration items of apt.conf are case-sensitive
639 (thanks to Vincent McIntyre, closes: #345901)
641 -- Luca Bruno <lethalman88@gmail.com> Sat, 11 Oct 2008 09:17:46 +0200
643 apt (0.7.16) unstable; urgency=low
646 * doc/apt-cache.8.xml:
647 - search command uses POSIX regex, and searches for virtual packages too
649 * doc/offline.sgml: clarify remote and target hosts
650 (thanks to Nikolaus Schulz, closes: #175940)
651 * Fix several typos in docs, translations and debian/changelog
652 (thanks to timeless, Nicolas Bonifas and Josh Triplett,
653 closes: #368665, #298821, #411532, #431636, #461458)
654 * Document apt-key finger and adv commands
655 (thanks to Stefan Schmidt, closes: #350575)
656 * Better documentation for apt-get --option
657 (thanks to Tomas Pospisek, closes: #386579)
658 * Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: #471276)
659 * Better documentation on using both APT::Default-Release and
660 /etc/apt/preferences (thanks to Ingo Saitz, closes: #145575)
663 * doc/apt-cache.8.xml:
664 - add missing citerefentry
666 -- Michael Vogt <mvo@debian.org> Fri, 10 Oct 2008 23:44:50 +0200
668 apt (0.7.15) unstable; urgency=low
672 -- Michael Vogt <mvo@debian.org> Sun, 05 Oct 2008 13:23:47 +0200
674 apt (0.7.15~exp3) experimental; urgency=low
677 * apt-pkg/deb/dpkgpm.cc:
678 - Store the trigger state descriptions in a way that does not break
679 the ABI. The approach taken makes the search for a string O(n) rather
680 than O(lg(n)), but since n == 4, I do not consider this a major
681 concern. If it becomes a concern, we can sort the static array and
682 use std::equal_range(). (Closes: #499322)
685 * apt-pkg/packagemanager.cc, apt-pkg/deb/dpkgpm.cc:
686 - move the state file writting into the Go() implementation
687 of dpkgpm (closes: #498799)
688 * apt-pkg/algorithms.cc:
689 - fix simulation performance drop (thanks to Ferenc Wagner
690 for reporting the issue)
692 -- Michael Vogt <mvo@debian.org> Wed, 01 Oct 2008 18:09:49 +0200
694 apt (0.7.15~exp2) experimental; urgency=low
697 * apt-pkg/pkgcachegen.cc:
698 - do not add multiple identical descriptions for the same
699 language (closes: #400768)
701 [ Program translations ]
702 * Catalan updated. Closes: #499462
704 -- Michael Vogt <mvo@debian.org> Tue, 23 Sep 2008 07:29:59 +0200
706 apt (0.7.15~exp1) experimental; urgency=low
708 [ Christian Perrier ]
709 * Fix typo in cron.daily script. Closes: #486179
711 [ Program translations ]
712 * Traditional Chinese updated. Closes: #488526
713 * German corrected and completed. Closes: #490532, #480002, #498018
715 * Bulgarian updated. Closes: #492473
716 * Slovak updated. Closes: #492475
717 * Galician updated. Closes: #492794
718 * Japanese updated. Closes: #492975
719 * Fix missing space in Greek translation. Closes: #493922
721 * Brazilian Portuguese updated.
722 * Basque updated. Closes: #496754
723 * Romanian updated. Closes: #492773, #488361
724 * Portuguese updated. Closes: #491790
725 * Simplified Chinese updated. Closes: #489344
726 * Norwegian BokmĂ¥l updated. Closes: #480022
727 * Czech updated. Closes: #479628, #497277
728 * Korean updated. Closes: #464515
729 * Spanish updated. Closes: #457706
730 * Lithuanian added. Closes: #493328
731 * Swedish updated. Closes: #497496
732 * Vietnamese updated. Closes: #497893
733 * Portuguese updated. Closes: #498411
734 * Greek updated. Closes: #498687
738 * merge patch that enforces stricter https server certificate
739 checking (thanks to Arnaud Ebalard, closes: #485960)
740 * allow per-mirror specific https settings
741 (thanks to Arnaud Ebalard, closes: #485965)
742 * add doc/examples/apt-https-method-example.cof
743 (thanks to Arnaud Ebalard, closes: #485964)
744 * apt-pkg/depcache.cc:
745 - when checking for new important deps, skip critical ones
747 * improve apt progress reporting, display trigger actions
748 * add DPkg::NoTriggers option so that applications that call
749 apt/aptitude (like the installer) defer trigger processing
750 (thanks to Joey Hess)
752 - add examples/apt-https-method-example.conf
754 -- Michael Vogt <mvo@debian.org> Tue, 16 Sep 2008 21:27:03 +0200
756 apt (0.7.14ubuntu7) jaunty; urgency=low
758 * cmdline/apt-cache.cc:
759 - remove the gettext from a string that consists entirely
760 of variables (LP: #56792)
761 * apt-pkg/deb/dpkgpm.cc:
762 - fix potential hang when in a backgroud process group
764 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 28 Oct 2008 21:09:12 +0100
766 apt (0.7.14ubuntu6) intrepid; urgency=low
768 * debian/apt.conf.autoremove:
769 - remove "linux-image" (and friends) from the auto-remove
770 blacklist. we have the kernel fallback infrastructure now
771 in intrepid (thanks to BenC)
772 * apt-pkg/indexcopy.cc:
773 - support having CDs with no Packages file (just a Packages.gz)
774 by not forcing a verification on non-existing files
776 * apt-pkg/deb/dpkgpm.cc:
777 - improve the filtering for duplicated apport reports (thanks
778 to seb128 for pointing that problem out)
779 - do not report disk full errors from dpkg via apport
781 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 07 Aug 2008 16:28:05 +0200
783 apt (0.7.14ubuntu5) intrepid; urgency=low
785 * fix various -Wall warnings
786 * make "apt-get build-dep" installed packages marked automatic
787 by default. This can be changed by setting the value of
788 APT::Get::Build-Dep-Automatic to false (thanks to Aaron
789 Haviland, closes: #44874, LP: #248268)
791 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 06 Aug 2008 14:00:51 +0200
793 apt (0.7.14ubuntu4) intrepid; urgency=low
796 * apt-pkg/deb/dpkgpm.cc:
797 - fix uninitialized variable that caused no apport reports
798 to be written sometimes (thanks to Matt Zimmerman)
799 * merge patch that enforces stricter https server certificate
800 checking (thanks to Arnaud Ebalard, closes: #485960)
801 * allow per-mirror specific https settings
802 (thanks to Arnaud Ebalard, closes: #485965)
803 * add doc/examples/apt-https-method-example.cof
804 (thanks to Arnaud Ebalard, closes: #485964)
805 * add DPkg::NoTriggers option so that applications that call
806 apt/aptitude (like the installer) defer trigger processing
807 (thanks to Joey Hess)
808 * document --install-recommends and --no-install-recommends
809 (thanks to Dereck Wonnacott, LP: #126180)
812 * apt-ftparchive might write corrupt Release files (LP: #46439)
813 * Apply --important option to apt-cache depends (LP: #16947)
815 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 05 Aug 2008 10:10:49 +0200
817 apt (0.7.14ubuntu3) intrepid; urgency=low
820 * Apply patch to avoid truncating of arbitrary files. Thanks to Bryan
821 Donlan <bdonlan@fushizen.net> for the patch. Closes: #482476
822 * Avoid using dbus if dbus-daemon isn't running. Closes: #438803
825 * apt-pkg/deb/dpkgpm.cc:
826 - improve apt progress reporting, display trigger actions
827 * apt-pkg/depcache.cc:
828 - when checking for new important deps, skip critical ones
831 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 03 Jun 2008 17:27:07 +0200
833 apt (0.7.14ubuntu2) intrepid; urgency=low
836 - fix FTBFS by adding missing intltool dependency
838 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 09 May 2008 13:50:22 +0200
840 apt (0.7.14ubuntu1) intrepid; urgency=low
843 * enable installation of recommends by default
844 * debian/apt.conf.ubuntu:
845 - remove APT::Install-Recommends-Sections (no longer needed)
846 * merged from debian/sid, remaining changes:
847 - authentication-reliable branch (to be merged into debian soon)
848 - mirror:// uri branch (breaks ABI in debian, not merged yet)
849 - apport failure reporting
850 - show warning on apt-get source with 'Vcs-' header
851 - proxy detection from gconf in apt.cron
853 apt (0.7.14) unstable; urgency=low
855 [ Christian Perrier ]
856 * Mark a message from dselect backend as translatable
857 Thanks to Frédéric Bothamy for the patch
860 [ Program translations ]
861 * Simplified Chinese updated. Closes: #473360
862 * Catalan fixes. Closes: #387141
863 * Typo fix in Greek translation. Closes: #479122
865 * Thai updated. Closes: #479313
866 * Italian updated. Closes: #479326
867 * Polish updated. Closes: #479342
868 * Bulgarian updated. Closes: #479379
869 * Finnish updated. Closes: #479403
870 * Korean updated. Closes: #479426
871 * Basque updated. Closes: #479452
872 * Vietnamese updated. Closes: #479748
873 * Russian updated. Closes: #479777, #499029
874 * Galician updated. Closes: #479792
875 * Portuguese updated. Closes: #479847
876 * Swedish updated. Closes: #479871
877 * Dutch updated. Closes: #480125
878 * Kurdish added. Closes: #480150
879 * Brazilian Portuguese updated. Closes: #480561
880 * Hungarian updated. Closes: #480662
883 * Apply patch to avoid truncating of arbitrary files. Thanks to Bryan
884 Donlan <bdonlan@fushizen.net> for the patch. Closes: #482476
885 * Avoid using dbus if dbus-daemon isn't running. Closes: #438803
888 * debian/apt.cron.daily:
889 - apply patch based on the ideas of Francesco Poli for better
890 behavior when the cache can not be locked (closes: #459344)
892 -- Michael Vogt <mvo@debian.org> Wed, 28 May 2008 15:19:12 +0200
894 apt (0.7.13) unstable; urgency=low
897 * Add missing build-depends back from build-depends-indep field.
899 * Make cron script quiet if cache is locked. Thanks to Ted Percival
900 <ted@midg3t.net> for the patch. Closes: #459344
901 * Add timeout support for https. Thanks to Andrew Martens
902 <andrew.martens@strangeloopnetworks.com> for the patch.
904 [ Goswin von Brederlow ]
905 * Add support for --no-download on apt-get update. Closes: #478517
907 [ Program translations ]
908 - Vietnamese updated. Closes: #479008
910 -- Otavio Salvador <otavio@debian.org> Fri, 02 May 2008 14:46:00 -0300
912 apt (0.7.12) unstable; urgency=low
916 - add support for a master-keyring that contains signing keys
917 that can be used to sign the archive signing keys. This should
918 make key-rollover easier.
919 * apt-pkg/deb/dpkgpm.cc:
920 - merged patch from Kees Cook to fix anoying upper-case display
922 * apt-pkg/algorithms.cc:
923 - add APT::Update::Post-Invoke-Success script slot
924 - Make the breaks handling use the kill list. This means, that a
925 Breaks: Pkg (<< version) may put Pkg onto the remove list.
926 * apt-pkg/deb/debmetaindex.cc:
927 - add missing "Release" file uri when apt-get update --print-uris
929 * methods/connect.cc:
930 - remember hosts with Resolve failures or connect Timeouts
931 * cmdline/apt-get.cc:
932 - fix incorrect help output for -f (LP: #57487)
933 - do two passes when installing tasks, first ignoring dependencies,
934 then resolving them and run the problemResolver at the end
935 so that it can correct any missing dependencies
936 * debian/apt.cron.daily:
937 - sleep random amount of time (default within 0-30min) before
938 starting the upate to hit the mirrors less hard
939 * doc/apt_preferences.5.xml:
941 * added debian/README.source
943 [ Christian Perrier ]
944 * Fix typos in manpages. Thanks to Daniel Leidert for the fixes
946 * Fix syntax/copitalisation in some messages. Thanks to Jens Seidel
947 for pointing this and providing the patch.
949 * Fix Polish offline translation. Thanks to Robert Luberda for the patch
950 and apologies for applying it very lately. Closes: #337758
951 * Fix typo in offline.sgml. Closes: #412900
953 [ Program translations ]
954 - German updated. Closes: #466842
956 - Polish updated. Closes: #469581
957 - Slovak updated. Closes: #471341
959 - Bulgarian updated. Closes: #448492
960 - Galician updated. Closes: #476839
963 * apt-pkg/depcache.cc:
964 - Patch MarkInstall to follow currently satisfied Recommends even
965 if they aren't "new", so that we automatically force upgrades
966 when the version of a Recommends has been tightened. (Closes: #470115)
967 - Enable more complete debugging information when Debug::pkgAutoRemove
969 * apt-pkg/contrib/configuration.cc
970 - Lift the 1024-byte limit on lines in configuration files.
971 (Closes: #473710, #473874)
972 * apt-pkg/contrib/strutl.cc:
973 - Lift the 64000-byte limit on individual messages parsed by ReadMessages.
976 - Add missing Build-Depends-Indep on xsltproc, docbook-xsl, and xmlto.
978 -- Daniel Burrows <dburrows@debian.org> Sat, 26 Apr 2008 12:24:35 -0700
980 apt (0.7.11) unstable; urgency=critical
982 [ Raise urgency to critical since it fixes a critical but for Debian
983 Installer Lenny Beta1 release ]
985 [ Program translations ]
986 - Vietnamese updated. Closes: #460825
987 - Basque updated. Closes: #461166
988 - Galician updated. Closes: #461468
989 - Portuguese updated. Closes: #464575
990 - Korean updated. Closes: #448430
991 - Simplified Chinese updated. Closes: #465866
994 * Applied patch from Robert Millan <rmh@aybabtu.com> to fix the error
995 message when gpgv isn't installed, closes: #452640.
996 * Fix regression about APT::Get::List-Cleanup setting being ignored,
999 -- Otavio Salvador <otavio@debian.org> Thu, 17 Jan 2008 22:36:46 -0200
1001 apt (0.7.10) unstable; urgency=low
1004 * Applied patch from Mike O'Connor <stew@vireo.org> to add a manpage to
1005 apt-mark, closes: #430207.
1006 * Applied patch from Andrei Popescu <andreimpopescu@gmail.com> to add a
1007 note about some frontends in apt.8 manpage, closes: #438545.
1008 * Applied patch from Aurelien Jarno <aurel32@debian.org> to avoid CPU
1009 getting crazy when /dev/null is redirected to stdin (which breaks
1010 buildds), closes: #452858.
1011 * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix building
1012 with newest dpkg-shlibdeps changing the packaging building order and a
1013 patch from Robert Millan <rmh@aybabtu.com> to fix parallel building,
1015 * Applied patch from Alexander Winston <alexander.winston@comcast.net>
1016 to use 'min' as symbol for minute, closes: #219034.
1017 * Applied patch from Amos Waterland <apw@us.ibm.com> to allow apt to
1018 work properly in initramfs, closes: #448316.
1019 * Applied patch from Robert Millan <rmh@aybabtu.com> to make apt-key and
1020 apt-get to ignore time conflicts, closes: #451328.
1021 * Applied patch from Peter Eisentraut <peter_e@gmx.net> to fix a
1022 grammatical error ("manual installed" -> "manually installed"),
1024 * Fix cron.daily job to not call fail if apt isn't installed, closes:
1026 * Fix compilation warnings in apt-pkg/cdrom.cc and
1027 apt-pkg/contrib/configuration.cc.
1028 * Fix typo in debian/copyright file ("licened" instead of "licensed"),
1031 [ Program translations ]
1032 - Basque updated. Closes: #453088
1033 - Vietnamese updated. Closes: #453774, #459013
1034 - Japanese updated. Closes: #456909
1035 - Simplified Chinese updated. Closes: #458039
1037 - Norwegian BokmĂ¥l updated. Closes: #457917
1040 - fix https install location
1041 * debian/apt.conf.daily:
1042 - print warning if the cache can not be locked (closes: #454561),
1043 thanks to Bastian Kleineidam
1045 - remove cruft code that caused timestamp/I-M-S issues
1046 * ftparchive/contents.cc:
1048 * apt-pkg/acquire-item.{cc,h}:
1049 - make the authentication download code more robust against
1050 servers/proxies with broken If-Range implementations
1051 * apt-pkg/packagemanager.{cc,h}:
1052 - propergate the Immediate flag to make hitting the
1053 "E: Internal Error, Could not perform immediate configuration (2)"
1056 - build against libdb-dev (instead of libdb4.4-dev)
1057 * merged the apt--DoListUpdate branch, this provides a common interface
1058 for "apt-get update" like operations for the frontends and also provides
1059 hooks to run stuff in APT::Update::{Pre,Post}-Invoke
1062 * ftparchive/contents.cc:
1063 - support lzma data members
1064 * ftparchive/multicompress.cc:
1065 - support lzma output
1068 * apt-pkg/contrib/configuration.cc:
1069 - if RootDir is set, then FindFile and FindDir will return paths
1070 relative to the directory stored in RootDir, closes: #456457.
1072 [ Christian Perrier ]
1073 * Fix wording for "After unpacking...". Thanks to Michael Gilbert
1074 for the patch. Closes: #260825
1076 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 03 Jan 2008 11:31:45 +0100
1078 apt (0.7.9ubuntu17) hardy-proposed; urgency=low
1080 * apt-pkg/acquire-item.cc:
1081 - fix signaure removal on transient network failures LP: #220627
1082 (thanks to Scott James Remnant)
1084 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 22 Apr 2008 16:32:49 +0200
1086 apt (0.7.9ubuntu16) hardy; urgency=low
1089 - only check against master-keys in net-update to not break
1090 custom CDs (thanks to Colin Watson)
1092 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 08 Apr 2008 14:17:14 +0200
1094 apt (0.7.9ubuntu15) hardy; urgency=low
1096 * cmdline/apt-get.cc:
1097 - do two passes when installing tasks, first ignoring dependencies,
1098 then resolving them and run the problemResolver at the end
1099 so that it can correct any missing dependencies. This should
1100 fix livecd building for kubuntu (thanks to Jonathan Riddell
1101 for reporting the problem)
1103 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 13 Mar 2008 23:25:45 +0100
1105 apt (0.7.9ubuntu14) hardy; urgency=low
1107 * cmdline/apt-get.cc:
1108 - fix incorrect help output for -f (LP: #57487)
1109 - run the problemResolver after a task was installed
1110 so that it can correct any missing dependencies
1111 * typo fixes (LP: #107960)
1113 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 11 Mar 2008 21:46:07 +0100
1115 apt (0.7.9ubuntu13) hardy; urgency=low
1117 [ Lionel Porcheron ]
1118 * debian/apt.cron.daily:
1119 - only call gconftool if gcontool is installed (LP: #194281)
1122 * doc/apt_preferences.5.xml:
1123 - fix typo (LP: #150900)
1124 * doc/example/sources.list:
1125 - updated for hardy (LP: #195879)
1126 * debian/apt.cron.daily:
1127 - sleep random amount of time (default within 0-30min) before
1128 starting the upate to hit the mirrors less hard
1130 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 04 Mar 2008 15:35:09 +0100
1132 apt (0.7.9ubuntu12) hardy; urgency=low
1134 * debian/apt.cron.daily:
1135 - use admin user proxy settings
1136 * cmdline/apt-get.cc:
1137 - fix task installation (thanks to Colin Watson)
1139 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 21 Feb 2008 15:07:44 +0100
1141 apt (0.7.9ubuntu11) hardy; urgency=low
1143 * apt-pkg/algorithms.cc:
1144 - add APT::Update::Post-Invoke-Success script slot
1147 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Jan 2008 12:06:12 +0100
1149 apt (0.7.9ubuntu10) hardy; urgency=low
1152 - add "net-update" command that fetches the
1153 ubuntu-archive-keyring.gpg and add keys from it that are
1154 signed by the ubuntu-master-keyring.gpg
1155 (apt-archive-key-signatures spec)
1156 * debian/apt.cron.daily:
1157 - add apt-key net-update to the nightly cron job
1159 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 13 Feb 2008 15:50:28 +0100
1161 apt (0.7.9ubuntu9) hardy; urgency=low
1163 * fix FTBFS due to incorrect intltool build-depends
1165 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 11 Feb 2008 16:04:37 +0100
1167 apt (0.7.9ubuntu8) hardy; urgency=low
1169 * share/apt-auth-failure.note:
1170 - show update-notifier note if the nightly update fails with a
1171 authentication failure (apt-authentication-reliability spec)
1173 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 11 Feb 2008 14:04:56 +0100
1175 apt (0.7.9ubuntu7) hardy; urgency=low
1177 * methods/connect.cc:
1178 - remember hosts with Resolve failures or connect Timeouts
1179 see https://wiki.ubuntu.com/NetworklessInstallationFixes
1181 - fix bug in the new apt-key update code that imports only
1182 keys signed with the master key (thanks to cjwatson)
1184 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 08 Feb 2008 11:38:35 +0100
1186 apt (0.7.9ubuntu6) hardy; urgency=low
1189 - add support for a master-keyring that contains signing keys
1190 that can be used to sign the archive signing keys. This should
1191 make key-rollover easier.
1192 * apt-pkg/deb/dpkgpm.cc:
1193 - merged patch from Kees Cook to fix anoying upper-case display
1195 * apt-pkg/algorithms.cc:
1196 - add APT::Update::Post-Invoke-Success script slot
1197 - Make the breaks handling use the kill list. This means, that a
1198 Breaks: Pkg (<< version) may put Pkg onto the remove list.
1199 * apt-pkg/deb/dpkgpm.cc:
1200 - add APT::Apport::MaxReports to limit the maximum number
1201 of reports generated in a single run (default to 3)
1202 * apt-pkg/deb/debmetaindex.cc:
1203 - add missing "Release" file uri when apt-get update --print-uris
1206 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 04 Feb 2008 14:28:02 +0100
1208 apt (0.7.9ubuntu5) hardy; urgency=low
1210 * Merged apt-authentication-reliabilty branch. This means
1211 that apt will refuse to update and use the old lists if
1212 the authentication of a repository that used to be
1213 authenticated fails. See
1214 https://wiki.ubuntu.com/AptAuthenticationReliability
1217 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 16 Jan 2008 10:36:10 +0100
1219 apt (0.7.9ubuntu4) hardy; urgency=low
1221 * apt-pkg/algorithms.cc:
1222 - Since APT::Get::List-Cleanup and APT::List-Cleanup both default to
1223 true, the effect of the compatibility code was to require both of them
1224 to be set to false in order to disable list cleanup; this broke the
1225 installer. Instead, disable list cleanup if either of them is set to
1228 -- Colin Watson <cjwatson@ubuntu.com> Wed, 09 Jan 2008 22:34:37 +0000
1230 apt (0.7.9ubuntu3) hardy; urgency=low
1232 * merged the apt--DoListUpdate branch, this provides a common interface
1233 for "apt-get update" like operations for the frontends and also provides
1234 hooks to run stuff in APT::Update::{Pre,Post}-Invoke
1236 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 07 Jan 2008 19:02:11 +0100
1238 apt (0.7.9ubuntu2) hardy; urgency=low
1241 * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix building
1242 with newest dpkg-shlibdeps changing the packaging building order and a
1243 patch from Robert Millan <rmh@aybabtu.com> to fix parallel building,
1245 * Applied patch from Alexander Winston <alexander.winston@comcast.net>
1246 to use 'min' as symbol for minute, closes: #219034.
1247 * Applied patch from Amos Waterland <apw@us.ibm.com> to allow apt to
1248 work properly in initramfs, closes: #448316.
1249 * Applied patch from Robert Millan <rmh@aybabtu.com> to make apt-key and
1250 apt-get to ignore time conflicts, closes: #451328.
1251 * Applied patch from Peter Eisentraut <peter_e@gmx.net> to fix a
1252 grammatical error ("manual installed" -> "manually installed"),
1254 * Fix cron.daily job to not call fail if apt isn't installed, closes:
1258 * apt-pkg/contrib/configuration.cc:
1259 - if RootDir is set, then FindFile and FindDir will return paths
1260 relative to the directory stored in RootDir, closes: #456457.
1262 [ Christian Perrier ]
1263 * Fix wording for "After unpacking...". Thans to Michael Gilbert
1264 for the patch. Closes: #260825
1266 [ Program translations ]
1267 - Vietnamese updated. Closes: #453774
1268 - Japanese updated. Closes: #456909
1272 * apt-pkg/packagemanager.{cc,h}:
1273 - propergate the Immediate flag to make hitting the
1274 "E: Internal Error, Could not perform immediate configuration (2)"
1275 harder. (LP: #179247)
1276 * debian/apt.conf.daily:
1277 - print warning if the cache can not be locked (closes: #454561),
1278 thanks to Bastian Kleineidam
1280 - build against libdb-dev (instead of libdb4.4-dev)
1282 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 03 Jan 2008 11:31:45 +0100
1284 apt (0.7.9ubuntu1) hardy; urgency=low
1286 * merged from http://bzr.debian.org/apt/apt/debian-sid/, remaining
1288 - mirror download method (pending merge with debian)
1289 - no pdiff download by default (unsuitable for ubuntu)
1290 - no recommends-by-default yet
1291 - add "Original-Maintainer" field to tagfile
1292 - show warning on apt-get source if the package is maintained
1293 in a VCS (pedinging merge with debian)
1294 - use ubuntu-archive keyring instead of debians one
1295 - support metapackages section for autoremoval
1296 - debian maintainer field change
1297 - send ubuntu string in user-agent
1299 * Changes from the debian-sid bzr branch (but not uploaded to debian
1303 * Applied patch from Mike O'Connor <stew@vireo.org> to add a manpage to
1304 apt-mark, closes: #430207.
1305 * Applied patch from Andrei Popescu <andreimpopescu@gmail.com> to add a
1306 note about some frontends in apt.8 manpage, closes: #438545.
1307 * Applied patch from Aurelien Jarno <aurel32@debian.org> to avoid CPU
1308 getting crazy when /dev/null is redirected to stdin (which breaks
1309 buildds), closes: #452858.
1311 [ Program translations ]
1312 - Basque updated. Closes: #453088
1316 - fix https install location
1318 - remove cruft code that caused timestamp/I-M-S issues
1319 * ftparchive/contents.cc:
1321 * methods/mirror.{cc,h}:
1322 - only update mirror list on IndexFile updates
1323 * apt-pkg/acquire-item.{cc,h}:
1324 - make the authentication download code more robust against
1325 servers/proxies with broken If-Range implementations
1327 - build against libdb-dev (instead of libdb4.4-dev)
1328 * merged the apt--DoListUpdate branch, this provides a common interface
1329 for "apt-get update" like operations for the frontends and also provides
1330 hooks to run stuff in APT::Update::{Pre,Post}-Invoke
1333 * ftparchive/contents.cc:
1334 - support lzma data members
1335 * ftparchive/multicompress.cc:
1336 - support lzma output
1338 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 13 Dec 2007 14:46:27 +0100
1340 apt (0.7.9) unstable; urgency=low
1342 [ Christian Perrier ]
1343 * Add several languages to LINGUAS and, therefore, really ship the relevant
1345 Arabic, Dzongkha, Khmer, Marathi, Nepali, Thai
1346 Thanks to Theppitak Karoonboonyanan for checking this out. Closes: #448321
1348 [ Program translations ]
1349 - Korean updated. Closes: #448430
1350 - Galician updated. Closes: #448497
1354 * Fix configure script to check for CURL library and headers presense.
1355 * Applied patch from Brian M. Carlson <sandals@crustytoothpaste.ath.cx>
1356 to add backward support for arches that lacks pselect support,
1358 * Umount CD-ROM when calling apt-cdrom ident, except when called with
1359 -m, closes: #448521.
1361 -- Otavio Salvador <otavio@debian.org> Wed, 31 Oct 2007 13:37:26 -0200
1363 apt (0.7.8) unstable; urgency=low
1365 * Applied patch from Daniel Leidert <daniel.leidert@wgdd.de> to fix
1366 APT::Acquire::Translation "none" support, closes: #437523.
1367 * Applied patch from Daniel Burrows <dburrows@debian.org> to add support
1368 for the Homepage field (ABI break), closes: #447970.
1369 * Applied patch from Frans Pop <elendil@planet.nl> to fix a trailing
1370 space after cd label, closes: #448187.
1372 -- Otavio Salvador <otavio@debian.org> Fri, 26 Oct 2007 18:20:13 -0200
1374 apt (0.7.7) unstable; urgency=low
1377 * apt-inst/contrib/extracttar.cc:
1378 - fix fd leak for zero size files (thanks to Bill Broadley for
1380 * apt-pkg/acquire-item.cc:
1381 - remove zero size files on I-M-S hit
1383 - only send LastModified if we actually have a file
1384 - send range request with if-range
1385 - delete failed downloads
1386 - delete zero size I-M-S hits
1387 * apt-pkg/deb/dpkgpm.{cc,h}:
1388 - merged dpkg-log branch, this lets you specify a
1389 Dir::Log::Terminal file to log dpkg output to
1391 - fix parse error when dpkg sends unexpected data
1392 * merged apt--sha256 branch to fully support the new
1393 sha256 checksums in the Packages and Release files
1395 * apt-pkg/pkgcachegen.cc:
1396 - increase default mmap size
1398 - added local repository testcase
1399 * apt-pkg/acquire.cc:
1400 - increase MaxPipeDepth for the internal worker<->method
1401 communication to 1000 for the debtorrent backend
1402 * make apt build with g++ 4.3
1403 * fix missing SetExecClose() call when the status-fd is used
1404 * debian/apt.cron.daily:
1405 - move unattended-upgrade before apt-get autoclean
1406 * fix "purge" commandline argument, closes: #133421
1407 (thanks to Julien Danjou for the patch)
1408 * cmdline/apt-get.cc:
1409 - do not change the auto-installed information if a package
1411 * apt-pkg/acquire-item.cc:
1412 - fix crash in diff acquire code
1414 - Fix chmoding after have renamed the extended-states file (LP: #140019)
1415 (thanks to Laurent Bigonville)
1416 * apt-pkg/depcache.cc:
1417 - set "APT::Install-Recommends" to true by default (OMG!)
1418 * debian/apt.cron.daily:
1419 - only run the cron job if apt-get check succeeds (LP: #131719)
1421 [ Program translations ]
1423 - Basque updated. Closes: #436425
1424 - Fix the zh_CN translator's name in debian/changelog for 0.7.2
1426 - Vietnamese updated. Closes: #440611
1427 - Danish updated. Closes: #441102
1428 - Thai added. Closes: #442833
1430 - Galician updated. Closes: #446626
1433 * Add hash support to copy method. Thanks Anders Kaseorg by the patch
1435 * Reset curl options and timestamp between downloaded files. Thanks to
1436 Ryan Murray <rmurray@debian.org> for the patch (closes: #437150)
1437 * Add support to apt-key to export keys to stdout. Thanks to "Dwayne
1438 C. Litzenberger" <dlitz@dlitz.net> for the patch (closes: #441942)
1439 * Fix compilation warnings:
1440 - apt-pkg/indexfile.cc: conversion from string constant to 'char*';
1441 - apt-pkg/acquire-item.cc: likewise;
1442 - apt-pkg/cdrom.cc: '%lu' expects 'long unsigned int', but argument
1444 - apt-pkg/deb/dpkgpm.cc: initialization order and conversion from
1445 string constant to 'char*';
1446 - methods/gpgv.cc: conversion from string constant to 'char*';
1447 - methods/ftp.cc: likewise;
1448 - cmdline/apt-extracttemplates.cc: likewise;
1449 - apt-pkg/deb/debmetaindex.cc: comparison with string literal results
1450 in unspecified behaviour;
1451 * cmdline/apt-get.cc: adds 'autoremove' as a valid comment to usage
1452 statement of apt-get (closes: #445468).
1453 * cmdline/apt-get.cc: really applies Julien Danjou <acid@debian.org>
1454 patch to add 'purge' command line argument (closes: #133421).
1457 * dpkg-triggers: Deal properly with new package states.
1460 * apt-pkg/contrib/mmap.cc:
1461 - don't fail if msync() returns > 0
1463 -- Michael Vogt <mvo@debian.org> Tue, 23 Oct 2007 14:58:03 +0200
1465 apt (0.7.6ubuntu14.1) gutsy-proposed; urgency=low
1468 * apt-pkg/deb/dpkgpm.{cc,h}:
1469 - give up timeslice on EIO error in read from master terminal
1470 * debian/apt.cron.daily:
1471 - only run the cron job if apt-get check succeeds (LP: #131719)
1474 * apt-pkg/deb/dpkgpm.{cc,h}:
1475 - rewrite dpkgpm.cc to use pselect() instead of select()
1476 to block signals during select() (LP: #134858)
1478 -- Michael Vogt <michael.vogt@ubuntu.com> Sat, 20 Oct 2007 07:51:12 +0200
1480 apt (0.7.6ubuntu14) gutsy; urgency=low
1482 * apt-pkg/deb/dpkgpm.cc:
1483 - fix resource leak (LP: #148806)
1485 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 15 Oct 2007 20:57:44 +0200
1487 apt (0.7.6ubuntu13) gutsy; urgency=low
1489 * apt-pkg/deb/dpkgpm.cc:
1490 - fix crash in WriteApportReport (LP: #144537)
1491 * apt-pkg/acquire-item.cc
1492 - fix disappearing local Packages.gz file (LP: #131166)
1494 - fix off-by-one error I-M-S handling
1495 - cleanup after I-M-S hit
1497 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 09 Oct 2007 01:48:26 +0200
1499 apt (0.7.6ubuntu12) gutsy; urgency=low
1503 - Fix chmoding after have renamed the extended-states file
1504 (thanks to Laurent Bigonville, LP: #140019)
1505 * apt-pkg/deb/debmetaindex.cc: comparison with string literal results
1506 in unspecified behaviour;
1507 * Reset curl options and timestamp between downloaded files. Thanks to
1508 Ryan Murray <rmurray@debian.org> for the patch
1511 * Have 'cron.daily/apt' send D-Bus doesn't exist error messages
1512 to the bit bucket. Thanks to 'dasdda'. (LP: #115397)
1514 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 03 Oct 2007 02:17:45 +0200
1516 apt (0.7.6ubuntu11) gutsy; urgency=low
1518 * apt-pkg/contrib/mmap.cc:
1519 - don't fail if msync() returns > 0 (LP: #144001)
1521 -- Colin Watson <cjwatson@ubuntu.com> Sat, 22 Sep 2007 21:39:29 +0100
1523 apt (0.7.6ubuntu10) gutsy; urgency=low
1525 * apt-pkg/deb/dpkgpm.cc:
1526 - fix parse error when dpkg sends unexpected data
1528 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 18 Sep 2007 17:25:09 +0100
1530 apt (0.7.6ubuntu9) gutsy; urgency=low
1532 * apt-pkg/deb/dpkgpm.cc:
1533 - fix progress reporting precent calculation (LP: #137798)
1534 * make apt build with g++ 4.3
1535 * fix missing SetExecClose() call when the status-fd is used
1537 * debian/apt.cron.daily:
1538 - move unattended-upgrade before apt-get autoclean
1539 * fix "purge" commandline argument, closes LP: #125733
1540 (thanks to Julien Danjou for the patch)
1541 * cmdline/apt-get.cc:
1542 - do not change the auto-installed information if a package
1543 is reinstalled (LP: #139448)
1545 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 11 Sep 2007 20:55:00 +0200
1547 apt (0.7.6ubuntu8) gutsy; urgency=low
1549 * apt-pkg/deb/dpkgpm.{cc,h}:
1550 - fix bug in dpkg log writing when a signal is caught during
1551 select() (LP: #134858)
1552 - write end marker in the log as well
1554 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 05 Sep 2007 15:03:46 +0200
1556 apt (0.7.6ubuntu7) gutsy; urgency=low
1558 * reupload to fix FTBFS
1560 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 16 Aug 2007 19:44:20 +0200
1562 apt (0.7.6ubuntu6) gutsy; urgency=low
1564 * dpkg-triggers: Deal properly with new package states.
1566 -- Ian Jackson <iwj@ubuntu.com> Wed, 15 Aug 2007 20:44:37 +0100
1568 apt (0.7.6ubuntu5) UNRELEASED; urgency=low
1570 * apt-pkg/acquire-item.cc:
1571 - fix file removal on local repo i-m-s hit (LP: #131166)
1573 - added regression test for this bug
1575 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 09 Aug 2007 12:34:07 +0200
1577 apt (0.7.6ubuntu4) gutsy; urgency=low
1579 * cmdline/apt-get.cc:
1580 - remove YnPrompt when a XS-Vcs- tag is found, improve the
1581 notice (LP: #129575)
1583 - take hashes here too
1584 * apt-pkg/acquire-worker.cc:
1585 - only pass on computed hash if we recived one from the method
1587 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 08 Aug 2007 19:30:29 +0200
1589 apt (0.7.6ubuntu3) gutsy; urgency=low
1591 * apt-pkg/deb/dpkgpm.cc:
1592 - fix packagename extraction when writting apport reports
1593 * apt-pkg/pkgcachegen.cc:
1594 - increase default mmap size (LP: #125640)
1596 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 07 Aug 2007 09:52:00 +0200
1598 apt (0.7.6ubuntu2) gutsy; urgency=low
1600 * doc/examples/sources.list:
1601 - change example source to gutsy
1602 * apt-pkg/deb/dpkgpm.cc:
1603 - do not break if no /dev/pts is available
1605 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 06 Aug 2007 15:17:57 +0200
1607 apt (0.7.6ubuntu1) gutsy; urgency=low
1610 * apt-inst/contrib/extracttar.cc:
1611 - fix fd leak for zero size files (thanks to Bill Broadley for
1613 * apt-pkg/acquire-item.cc:
1614 - remove zero size files on I-M-S hit
1616 - only send LastModified if we actually have a file
1617 - send range request with if-range
1618 - delete failed downloads
1619 (thanks to Thom May for his help here)
1620 - delete zero size I-M-S hits
1621 * apt-pkg/deb/dpkgpm.{cc,h}:
1622 - merged dpkg-log branch, this lets you specify a
1623 Dir::Log::Terminal file to log dpkg output to
1625 - when writting apport reports, attach the dpkg
1627 * merged apt--sha256 branch to fully support the new
1628 sha256 checksums in the Packages and Release files
1630 * apt-pkg/pkgcachegen.cc:
1631 - increase default mmap size
1633 - added local repository testcase
1634 * make apt build with g++ 4.3
1635 * fix missing SetExecClose() call when the status-fd is used
1636 * debian/apt.cron.daily:
1637 - move unattended-upgrade before apt-get autoclean
1638 * fix "purge" commandline argument, closes: #133421
1639 (thanks to Julien Danjou for the patch)
1640 * cmdline/apt-get.cc:
1641 - do not change the auto-installed information if a package
1644 - Fix chmoding after have renamed the extended-states file (LP: #140019)
1645 (thanks to Laurent Bigonville)
1648 * dpkg-triggers: Deal properly with new package states.
1650 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 02 Aug 2007 11:55:54 +0200
1652 apt (0.7.6) unstable; urgency=low
1654 * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrong
1655 directory downloading on non-linux architectures (closes: #435597)
1657 -- Otavio Salvador <otavio@debian.org> Wed, 01 Aug 2007 19:49:51 -0300
1659 apt (0.7.5) unstable; urgency=low
1662 * Applied patch from Guillem Jover <guillem@debian.org> to use
1663 dpkg-architecture to get the host architecture (closes: #407187)
1664 * Applied patch from Guillem Jover <guillem@debian.org> to add
1665 support to add lzma support (closes: #408201)
1668 * apt-pkg/depcache.cc:
1669 - support a list of sections for:
1670 APT::Install-Recommends-Sections
1671 APT::Never-MarkAuto-Sections
1673 - install lzma symlink method (for full lzma support)
1677 -- Otavio Salvador <otavio@ossystems.com.br> Wed, 25 Jul 2007 20:16:46 -0300
1679 apt (0.7.4ubuntu1) gutsy; urgency=low
1681 * debian/apt.conf.ubuntu, apt.conf.autoremove:
1682 - Change metapackages to {restricted,universe,multiverse}/metapackages
1683 in Install-Recommends-Sections and Never-MarkAuto-Sections
1685 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 26 Jul 2007 10:42:29 +0200
1687 apt (0.7.4) unstable; urgency=low
1690 * cmdline/apt-get.cc:
1691 - fix in the task-install code regexp (thanks to Adam Conrad and
1693 - support task removal too: apt-get remove taskname^
1694 (thanks to Matt Zimmerman reporting this problem)
1697 * Fix a typo on 0.7.3 changelog entry about g++ (7.3 to 4.3)
1698 * Fix compilation warnings:
1699 - apt-pkg/contrib/configuration.cc: wrong argument type;
1700 - apt-pkg/deb/dpkgpm.cc: wrong signess;
1701 - apt-pkg-acquire-item.cc: wrong signess and orderned initializers;
1705 - changed SetupProxy() method to void;
1706 * Simplified HttpMethod::Fetch on http.cc removing Tail variable;
1707 * Fix pipeline handling on http.cc (closes: #413324)
1708 * Fix building to properly support binNMUs. Thanks to Daniel Schepler
1709 <schepler@math.unipd.it> by the patch (closes: #359634)
1710 * Fix example for Install-{Recommends,Suggests} options on
1711 configure-index example file. Thanks to Peter Eisentraut
1712 <peter_e@gmx.net> by the patch (closes: #432223)
1714 [ Christian Perrier ]
1715 * Basque translation update. Closes: ##423766
1716 * Unfuzzy formerly complete translations
1717 * French translation update
1718 * Re-generate PO(T) files
1719 * Spanish translation update
1720 * Swedish translation update
1722 -- Otavio Salvador <otavio@debian.org> Tue, 24 Jul 2007 09:55:50 -0300
1724 apt (0.7.3) unstable; urgency=low
1726 * fixed compile errors with g++ 4.3 (thanks to
1727 Daniel Burrows, closes: #429378)
1728 * fixes in the auto-mark code (thanks to Daniel
1730 * fix FTBFS by changing build-depends to
1731 libcurl4-gnutls-dev (closes: #428363)
1732 * cmdline/apt-get.cc:
1733 - fix InstallTask code when a pkgRecord ends
1734 with a single '\n' (thanks to Soren Hansen for reporting)
1735 * merged from Christian Perrier:
1736 * vi.po: completed to 532t, again. Closes: #429899
1737 * gl.po: completed to 532t. Closes: #429506
1738 * vi.po: completed to 532t. Closes: #428672
1739 * Update all PO and the POT. Gives 514t14f4u for formerly
1740 complete translations
1741 * fr.po: completed to 532t
1742 * ku.po, uk.po, LINGUAS: reintegrate those translations
1743 which disappeared from the BZR repositories
1745 -- Michael Vogt <mvo@debian.org> Sun, 01 Jul 2007 12:31:29 +0200
1747 apt (0.7.2ubuntu7) gutsy; urgency=low
1749 * fix build-dependencies
1750 * fixes in the auto-mark code (thanks to Daniel
1753 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 9 Jul 2007 19:02:54 +0200
1755 apt (0.7.2ubuntu6) gutsy; urgency=low
1758 * cmdline/apt-get.cc:
1759 - make the XS-Vcs-$foo warning more copy'n'paste
1760 friendly (thanks to Matt Zimmerman)
1761 - ignore the Vcs-Browser tag (Fixes LP: #121770)
1762 * debian/apt.conf.autoremove:
1763 - added "linux-ubuntu-modules" to APT::NeverAutoRemove
1766 * Change metapackages to *metapackages in Install-Recommends-Section
1767 and Never-MarkAuto-Section of debian/apt.conf.autoremove, so that
1768 the Recommends of metapackages in universe and multiverse will get
1770 * Also make this change in doc/examples/configure-index.
1771 * Added a Build Dependancies of automake, docbook-xsl, xsltproc, xmlto,
1772 docbook to fix FTBFS.
1773 * Added in previous changelog entries, as those who uploaded did not
1774 actually commit to Bzr.
1776 -- Sarah Hobbs <hobbsee@ubuntu.com> Mon, 09 Jul 2007 01:15:57 +1000
1778 apt (0.7.2ubuntu5) gutsy; urgency=low
1780 * Rerun autoconf to fix the FTBFS.
1782 -- Michael Bienia <geser@ubuntu.com> Fri, 06 Jul 2007 19:17:33 +0200
1784 apt (0.7.2ubuntu4) gutsy; urgency=low
1786 * Rebuild for the libcurl4 -> libcurl3 transition mess.
1788 -- Steve Kowalik <stevenk@ubuntu.com> Fri, 6 Jul 2007 12:44:05 +1000
1790 apt (0.7.2ubuntu3) gutsy; urgency=low
1792 * cmdline/apt-get.cc:
1793 - fix InstallTask code when a pkgRecord ends
1794 with a single '\n' (thanks to Soren Hansen for reporting)
1796 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 27 Jun 2007 13:33:38 +0200
1798 apt (0.7.2ubuntu2) gutsy; urgency=low
1800 * fixed compile errors with g++ 4.3 (thanks to
1801 Daniel Burrows, closes: #429378)
1802 * fix FTFBFS by changing build-depends to
1803 libcurl4-gnutls-dev (closes: #428363)
1805 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 19 Jun 2007 13:47:03 +0200
1807 apt (0.7.2ubuntu1) gutsy; urgency=low
1809 * apt-pkg/deb/dpkgpm.cc:
1810 - apport integration added, this means that a apport
1811 report is written on dpkg failures
1812 * cmdline/apt-get.cc:
1813 - merged http://people.ubuntu.com/~mvo/bzr/apt/xs-vcs-bzr/
1814 this will warn when Vcs- headers are found on apt-get source
1816 * merged from debian/unstable, remaining changes:
1817 - maintainer field changed
1818 - merged the apt--mirror branch
1819 http://people.ubuntu.com/~mvo/bzr/apt/apt--mirror/
1820 - apport reporting on package install/upgrade/remove failure
1821 - support for "Originial-Maintainer" field
1822 - merged apt--xs-vcs-bzr branch
1823 (http://people.ubuntu.com/~mvo/bzr/apt/xs-vcs-bzr/)
1824 - use ubuntu archive keyring by default
1825 - debian/apt.conf.autoremove
1826 + install recommands for section "metapackages"
1827 + do not mark direct dependencies of "metapackages" as autoremoved
1829 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 14 Jun 2007 10:38:36 +0200
1831 apt (0.7.2-0.1) unstable; urgency=low
1833 * Non-maintainer upload.
1834 * Build-depend on libcurl4-gnutls-dev instead of the obsolete
1835 libcurl3-gnutls-dev. Closes: #428363.
1837 -- Steve Langasek <vorlon@debian.org> Thu, 28 Jun 2007 18:46:53 -0700
1839 apt (0.7.2) unstable; urgency=low
1841 * merged the debian/experimental changes back
1842 into the debian/sid branch
1843 * merged from Christian Perrier:
1844 * mr.po: New Marathi translation Closes: #416806
1845 * zh_CN.po: Updated by Kov Chai Closes: #416822
1846 * tl.po: Updated by Eric Pareja Closes: #416638
1847 * gl.po: Updated by Jacobo Tarrio
1849 * da.po: Updated by Claus Hindsgaul
1851 * fr.po: Remove a non-breakable space for usability
1852 issues. Closes: #408877
1853 * ru.po: Updated Russian translation. Closes: #405476
1854 * *.po: Unfuzzy after upstream typo corrections
1855 * buildlib/archtable:
1856 - added support for sh3/sh4 (closes: #424870)
1857 - added support for m32r (closes: #394096)
1858 * buildlib/systemtable:
1859 - added support for lpia
1861 - check systemtable for architecture mapping too
1862 * fix error in AutocleanInterval, closes: #319339
1863 (thanks to Israel G. Lugo for the patch)
1864 * add "purge" commandline argument, closes: #133421)
1865 (thanks to Julien Danjou for the patch)
1866 * add "purge" commandline argument, closes: #133421)
1867 (thanks to Julien Danjou for the patch)
1868 * fix FTBFS with gcc 4.3, closes: #417090
1869 (thanks to Martin Michlmayr for the patch)
1870 * add --dsc-only option, thanks to K. Richard Pixley
1871 * Removed the more leftover #pragma interface/implementation
1872 closes: #306937 (thanks to Andreas Henriksson for the patch)
1874 -- Michael Vogt <mvo@debian.org> Wed, 06 Jun 2007 23:19:50 +0200
1876 apt (0.7.1) experimental; urgency=low
1878 * ABI library name change because it's built against
1880 * implement SourceVer() in pkgRecords
1881 (thanks to Daniel Burrows for the patch!)
1882 * apt-pkg/algorithm.cc:
1883 - use clog for all debugging
1884 - only increase the score of installed applications if they
1886 - fix resolver bug on removal triggered by weak-dependencies
1889 - send apt version in User-Agent
1890 * apt-pkg/deb/debrecords.cc:
1891 - fix SHA1Hash() return value
1893 - only unmount if APT::CDROM::NoMount is false
1895 - only umount if it was mounted by the method before
1897 - fix error in translation that causes trouble to lsb_release
1899 * apt-pkg/acquire-item.cc:
1900 - if decompression of a index fails, delete the index
1901 * apt-pkg/acquire.{cc,h}:
1902 - deal better with duplicated sources.list entries (avoid
1903 double queuing of URLs) - this fixes hangs in bzip/gzip
1905 * Fix broken use of awk in apt-key that caused removal of the wrong keys
1906 from the keyring. Closes: #412572
1907 * merged from Christian Perrier:
1908 * mr.po: New Marathi translation Closes: #416806
1909 * zh_CN.po: Updated by Eric Pareja Closes: #416822
1910 * tl.po: Updated by Eric Pareja Closes: #416638
1911 * gl.po: Updated by Jacobo Tarrio
1913 * da.po: Updated by Claus Hindsgaul
1915 * fr.po: Remove a non-breakable space for usability
1916 issues. Closes: #408877
1917 * ru.po: Updated Russian translation. Closes: #405476
1918 * *.po: Unfuzzy after upstream typo corrections
1919 * vi.po: Updated to 515t. Closes: #426976
1920 * eu.po: Updated to 515t. Closes: #423766
1921 * pt.po: 515t. Closes: #423111
1922 * fr.po: Updated by Christian Perrier
1923 * Update all PO and the POT. Gives 513t2f for formerly
1924 complete translations
1925 * apt-pkg/policy.cc:
1926 - allow multiple packages (thanks to David Foerster)
1928 -- Michael Vogt <mvo@debian.org> Wed, 2 May 2007 13:43:44 +0200
1930 apt (0.6.46.4ubuntu10) feisty; urgency=low
1932 * apt-pkg/depcache.cc:
1933 - added "APT::Never-MarkAuto-Section" and consider dependencies
1934 of packages in this section manual (LP#59893)
1935 - ensure proper permissions in the extended_state file (LP#67037)
1936 * debian/apt.conf.ubuntu:
1937 - added APT::Never-MarkAuto-Section "metapackages" (LP#59893)
1938 * cmdline/apt-get.cc:
1939 - "apt-get install foo" on a already installed package foo will
1940 clean the automatic installed flag (LP#72007)
1941 - do not show packages already marked for removal as auto-installed
1943 - applied patch to (optionally) hide the auto-remove information
1944 (thanks to Frode M. Døving) (LP#69148)
1946 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 14 Mar 2007 13:32:32 +0100
1948 apt (0.6.46.4ubuntu9) feisty; urgency=low
1951 - set XS-Vcs-Bzr header
1952 - Set Ubuntu maintainer address
1954 - only unmount if APT::CDROM::NoMount is false
1955 - only umount if it was mounted by the method before
1956 * cmdline/apt-get.cc:
1957 - fix version output in autoremove list (LP#68941)
1958 * apt-pkg/packagemanager.cc:
1959 - do not spin 100% cpu in FixMissing() (LP#84476)
1960 * apt-pkg/indexfile.cc:
1961 - fix problem overwriting APT::Acquire::Translation
1962 * doc/examples/configure-index:
1963 - document APT::Acquire::Translation
1965 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 13 Mar 2007 15:24:39 +0100
1967 apt (0.6.46.4ubuntu8) feisty; urgency=low
1969 * fix segfault in the pkgRecords destructor
1972 - make the libcurl3-gnutls-dev versionized (LP#86614)
1974 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 26 Feb 2007 14:26:33 +0100
1976 apt (0.6.46.4ubuntu7) feisty; urgency=low
1978 * Merged the apt--mirror branch. This means that a new 'mirror'
1979 method is available that will allow dynamic mirror updates.
1980 The sources.list entry looks something like this:
1981 "deb mirror://mirrors.lp.net/get_mirror feisty main restricted"
1983 It also supports error reporting to a configurable url for mirror
1987 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 6 Feb 2007 11:38:06 +0100
1989 apt (0.6.46.4ubuntu6) feisty; urgency=low
1992 - send apt version in User-Agent
1993 * apt-pkg/deb/debrecords.cc:
1994 - fix SHA1Hash() return value
1995 * apt-pkg/algorithms.cc:
1996 - fix resolver bug on removal triggered by weak-dependencies
1998 - fix segfault (lp: #76530)
2000 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 20 Dec 2006 11:04:36 +0100
2002 apt (0.6.46.4ubuntu5) feisty; urgency=low
2004 * added apt-transport-https package to provide a optional
2005 https transport (apt-https spec)
2007 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 19 Dec 2006 16:23:43 +0100
2009 apt (0.6.46.4ubuntu4) feisty; urgency=low
2011 * apt-pkg/algorithms.cc:
2012 - only increase the score of installed applications if they
2015 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 18 Dec 2006 19:39:05 +0100
2017 apt (0.7.0) experimental; urgency=low
2019 * Package that contains all the new features
2020 * Removed all #pragma interface/implementation
2021 * Branch that contains all the new features:
2022 * translated package descriptions
2023 * task install support
2024 * automatic dependency removal (thanks to Daniel Burrows)
2025 * merged support for the new dpkg "Breaks" field
2026 (thanks to Ian Jackson)
2027 * handle network failures more gracefully on "update"
2028 * support for unattended-upgrades (via unattended-upgrades
2030 * added apt-transport-https method
2031 * merged "install-recommends" branch (ABI break):
2032 - new "--install-recommends"
2033 - install new recommends on "upgrade" if --install-recommends is
2035 - new "--fix-policy" option to install all packages with unmet
2036 important dependencies (usefull with --install-recommends to
2037 see what not-installed recommends are on the system)
2038 - fix of recommended packages display (only show CandidateVersion
2039 fix or-group handling)
2040 * merged "install-task" branch (use with "apt-get install taskname^")
2042 -- Michael Vogt <mvo@debian.org> Fri, 12 Jan 2007 20:48:07 +0100
2044 apt (0.6.46.4ubuntu3) feisty; urgency=low
2046 * apt-pkg/algorithm.cc:
2047 - use clog for all debugging
2048 * apt-pkg/depcache.cc:
2049 - never mark Required package for autoremoval (lp: #75882)
2051 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 18 Dec 2006 11:56:05 +0100
2053 apt (0.6.46.4ubuntu2) feisty; urgency=low
2055 * apt-pkg/algorithms.cc: add missing call to MarkKeep
2056 so that dist-upgrade isn't broken by unsatisfiable Breaks.
2057 (thanks to Ian Jackson)
2059 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 7 Dec 2006 23:07:24 +0100
2061 apt (0.6.46.4ubuntu1) feisty; urgency=low
2063 * merged with debian
2065 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 7 Dec 2006 12:13:14 +0100
2067 apt (0.6.46.4-0.1) unstable; urgency=emergency
2070 * Fix broken use of awk in apt-key that caused removal of the wrong keys
2071 from the keyring. Closes: #412572
2073 -- Joey Hess <joeyh@debian.org> Mon, 26 Feb 2007 16:00:22 -0500
2075 apt (0.6.46.4) unstable; urgency=high
2077 * ack NMU (closes: #401017)
2078 * added apt-secure.8 to "See also" section
2079 * apt-pkg/deb/dpkgpm.cc:
2080 - added "Dpkg::StopOnError" variable that controls if apt
2081 will abort on errors from dpkg
2082 * apt-pkg/deb/debsrcrecords.{cc,h}:
2083 - make the Buffer grow dynmaically (closes: #400874)
2084 * Merged from Christian Perrier bzr branch:
2085 - uk.po: New Ukrainian translation: 483t28f3u
2086 - el.po: Update to 503t9f2u
2087 - de.po: Updates and corrections.
2088 * apt-pkg/contrib/progress.cc:
2089 - OpProgress::CheckChange optimized, thanks to Paul Brook
2091 * apt-pkg/contrib/sha256.cc:
2092 - fix building with noopt
2094 -- Michael Vogt <mvo@debian.org> Thu, 7 Dec 2006 10:49:50 +0100
2096 apt (0.6.46.3-0.2) unstable; urgency=high
2098 * Non-maintainer upload with permission of Michael Vogt.
2099 * Fix FTBFS on most arches (regression from the fix of #400874)
2101 -- Andreas Barth <aba@not.so.argh.org> Tue, 5 Dec 2006 15:51:22 +0000
2103 apt (0.6.46.3-0.1) unstable; urgency=high
2105 * Non-maintainer upload with permission of Michael Vogt.
2106 * Fix segfault at apt-get source. Closes: #400874
2107 * Add apt-key update in postinst, so that debian-archive-keyring doesn't
2108 need to depend on apt >= 0.6. Closes: #401114
2109 * Don't double-queue pdiff files. Closes: #401017
2111 -- Andreas Barth <aba@not.so.argh.org> Tue, 5 Dec 2006 10:34:56 +0000
2113 apt (0.6.46.3ubuntu2) feisty; urgency=low
2115 * apt-pkg/algorithms.cc: add missing call to MarkKeep
2116 so that dist-upgrade isn't broken by unsatisfiable Breaks.
2118 -- Ian Jackson <iwj@ubuntu.com> Thu, 7 Dec 2006 15:46:52 +0000
2120 apt (0.6.46.3ubuntu1) feisty; urgency=low
2122 * doc/apt-get.8.xml:
2123 - documented autoremove, thanks to VladimĂr LapĂ¡
\e%GĂ„
\8d\e%@ek
2125 * fix broken i18n in the dpkg progress reporting, thanks to
2126 Frans Pop and Steinar Gunderson. (closes: #389261)
2129 * add apt-secure.8 to "See also" section
2131 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 23 Nov 2006 07:24:12 +0100
2133 apt (0.6.46.3) unstable; urgency=low
2135 * apt-pkg/deb/dpkgpm.cc:
2136 - make progress reporting robust against multiline error
2139 * Merged from Christian Perrier bzr branch:
2140 - ca.po: Updated to 514t
2141 - be.po: Updated to 514t
2142 - it.po: Updated to 514t
2143 - hu.po: Updated to 514t
2144 - zh_TW.po: Updated to 514t
2145 - ar.po: Updated to 293t221u.
2146 - ru.po: Updated to 514t. Closes: #392466
2147 - nb.po: Updated to 514t. Closes: #392466
2148 - pt.po: Updated to 514t. Closes: #393199
2149 - fr.po: One spelling error corrected: s/accĂƒÂ¨der/accĂƒÂ©der
2150 - km.po: Updated to 514t.
2151 - ko.po: Updated to 514t.
2152 - bg.po: Updated to 514t.
2153 - de.po: Updated to 514t.
2154 - en_GB.po: Updated to 514t.
2156 -- Michael Vogt <mvo@debian.org> Thu, 2 Nov 2006 11:37:58 +0100
2158 apt (0.6.46.2) unstable; urgency=low
2161 - depend on debian-archive-keyring to offer clean upgrade path
2163 * Merged from Christian Perrier bzr branch:
2164 - es.po: Updated to 514t. Closes: #391661
2165 - da.po: Updated to 514t. Closes: #391424
2166 - cs.po: Updated. Closes: #391064
2167 - es.po: Updated to 514t. Closes: #391661
2168 - da.po: Updated to 514t. Closes: #391424
2170 -- Michael Vogt <mvo@debian.org> Wed, 11 Oct 2006 09:03:15 +0200
2172 apt (0.6.46.1) unstable; urgency=low
2175 - deal with empty files
2176 * Applied patch from Daniel Schepler to make apt bin-NMU able.
2177 (closes: bug#359634)
2178 * rebuild against current g++ because of:
2179 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29289
2181 * fix broken i18n in the dpkg progress reporting, thanks to
2182 Frans Pop and Steinar Gunderson. (closes: #389261)
2183 * Merged from Christian Perrier bzr branch:
2184 * fi.po: Updated to 514t. Closes: #390149
2185 * eu.po: Updated to 514t. Closes: #389725
2186 * vi.po: Updated to 514t. Closes: #388555
2187 * make the internal buffer in pkgTagFile grow dynamically
2190 -- Michael Vogt <mvo@debian.org> Mon, 2 Oct 2006 20:42:20 +0200
2192 apt (0.6.46) unstable; urgency=low
2195 - switched to libdb4.4 for building (closes: #381019)
2196 * cmdline/apt-get.cc:
2197 - fix in the TryInstallTask() code to make sure that all package
2198 there are marked manual install (lp: #61684)
2200 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 28 Sep 2006 00:34:20 +0200
2202 apt (0.6.45ubuntu14) edgy; urgency=low
2204 * cmdline/apt-get.cc:
2205 - fix in the TryInstallTask() code to make sure that all package
2206 there are marked manual install (lp: #61684)
2208 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 28 Sep 2006 00:34:20 +0200
2210 apt (0.6.45ubuntu13) edgy; urgency=low
2212 * no-changes upload to make apt rebuild against latest g++ and
2213 fix synaptic FTBFS (see bug: #62461 for details)
2215 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 26 Sep 2006 22:33:10 +0200
2217 apt (0.6.45ubuntu12) edgy; urgency=low
2219 * apt-pkg/depcache.cc:
2220 - fix in the sweep() code, set garbage flag for packages scheduled
2222 - do not change the autoFlag in MarkKeep(), this can lead to suprising
2225 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 21 Sep 2006 00:58:24 +0200
2227 apt (0.6.45ubuntu11) edgy; urgency=low
2229 * removed "installtask" and change it so that tasknames can be given
2230 with "apt-get install taskname^"
2231 * improve the writeStateFile() code
2233 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 20 Sep 2006 14:14:24 +0200
2235 apt (0.6.45ubuntu10) edgy; urgency=low
2238 - check more careful for incorrect proxy settings (closes: #378868)
2240 - don't hang when /var is full (closes: #341537), thanks to
2241 Luis Rodrigo Gallardo Cruz for the patch
2242 * doc/examples/sources.list:
2243 - removed non-us.debian.org from the example (closes: #380030,#316196)
2244 * Merged from Christian Perrier bzr branch:
2245 * ro.po: Updated to 514t. Closes: #388402
2246 * dz.po: Updated to 514t. Closes: #388184
2247 * it.po: Fixed typos. Closes: #387812
2248 * ku.po: New kurdish translation. Closes: #387766
2249 * sk.po: Updated to 514t. Closes: #386851
2250 * ja.po: Updated to 514t. Closes: #386537
2251 * gl.po: Updated to 514t. Closes: #386397
2252 * fr.po: Updated to 516t.
2253 * fi.po: Updated to 512t. Closes: #382702
2254 * share/archive-archive.gpg:
2255 - removed the outdated amd64 and debian-2004 keys
2256 * apt-pkg/tagfile.cc:
2257 - applied patch from Jeroen van Wolffelaar to make the tags
2258 caseinsensitive (closes: #384182)
2259 - reverted MMap use in the tagfile because it does not work
2260 across pipes (closes: #383487)
2261 * added "installtask" command
2262 * added new ubuntu specific rewrite rule for "Original-Maintainer"
2264 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 19 Sep 2006 15:07:51 +0200
2266 apt (0.6.45ubuntu9) edgy; urgency=low
2268 * cmdline/apt-get.cc:
2269 - if --no-remove is given, do not run the AutoRemove code
2271 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 13 Sep 2006 11:54:20 +0200
2273 apt (0.6.45ubuntu8) edgy; urgency=low
2275 * apt-pkg/algorithm.cc:
2276 - fix pkgProblemResolver.InstallProtect() to preserve the auto-install
2277 information (lp: #59457)
2278 * cmdline/apt-get.cc:
2279 - fix typo in autoremove information (lp: #59420)
2280 * install apt-mark to modify the automatically install information for
2283 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 8 Sep 2006 20:07:22 +0200
2285 apt (0.6.45ubuntu7) edgy; urgency=low
2287 * apt-pkg/depcache.cc:
2288 - fix a bug in the install-recommends-section code
2290 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 7 Sep 2006 18:22:38 +0200
2292 apt (0.6.45ubuntu6) edgy; urgency=low
2295 * cmdline/apt-get.cc:
2296 - always show auto-removable packages and give a hint how to remove
2298 * debian/apt.conf.ubuntu:
2299 - exlucde linux-image and linux-restricted-modules from ever being
2301 - added "metapackages" as the section we want to install recommends
2303 * apt-pkg/depcache.cc:
2304 - added support to turn install-recommends selectively on/off by
2307 * Tests pass without code changes! Except that we need this:
2308 * Bump cache file major version to force rebuild so that Breaks
2309 dependencies are included.
2310 * Don't depend on or suggest any particular dpkg or dpkg-dev versions;
2311 --auto-deconfigure is very very old and dpkg-dev's Breaks support
2312 is more or less orthogonal.
2313 * Initial draft of `Breaks' implementation. Appears to compile,
2314 but as yet *completely untested*.
2316 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 7 Sep 2006 11:50:52 +0200
2318 apt (0.6.45ubuntu5) edgy; urgency=low
2320 * apt-pkg/pkgcachegen.cc:
2321 - increase the APT::Cache-Limit to deal with the increased demand due
2322 to the translated descriptions
2323 * apt-pkg/deb/dpkgpm.cc:
2324 - pass "--auto-deconfigure" to dpkg on install to support the
2325 new "breaks" in dpkg
2327 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 15 Aug 2006 12:06:26 +0200
2329 apt (0.6.45ubuntu4) edgy; urgency=low
2331 * cmdline/apt-get.cc:
2332 - fix in the new --fix-polciy code
2334 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 14 Aug 2006 21:08:11 +0200
2336 apt (0.6.45ubuntu3) edgy; urgency=low
2339 * merged latest apt--install-recommends (closes: #559000)
2340 * added "--fix-policy" option to can be used as "--fix-broken" and
2341 will install missing weak depends (recommends, and/or suggests
2342 depending on the settings)
2343 * merged the apt--ddtp branch
2345 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 11 Aug 2006 12:53:23 +0200
2347 apt (0.6.45ubuntu2) edgy; urgency=low
2350 - switched to libdb4.4 for building (closes: #381019)
2351 * cmdline/apt-get.cc:
2352 - show only the recommends/suggests for the candidate-version, not for all
2353 versions of the package (closes: #257054)
2354 - properly handle recommends/suggests or-groups when printing the list of
2355 suggested/recommends packages (closes: #311619)
2356 * merged "apt--install-recommends" branch:
2357 - added "{no-}install-recommends" commandline option
2358 - added APT::Install-{Recommends,Suggests} option
2359 - currently Install-Recommends defaults to "False"
2361 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 9 Aug 2006 23:38:46 +0200
2363 apt (0.6.45ubuntu1) edgy; urgency=low
2365 * merged with debian/unstable
2367 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 1 Aug 2006 15:43:22 +0200
2369 apt (0.6.45) unstable; urgency=low
2371 * apt-pkg/contrib/sha256.cc:
2372 - fixed the sha256 generation (closes: #378183)
2373 * ftparchive/cachedb.cc:
2374 - applied patch from Anthony Towns to fix Clean() function
2376 * doc/apt-get.8.xml:
2377 - fix path to the apt user build (Closes: #375640)
2378 * doc/apt-cache.8.xml:
2379 - typo (Closes: #376408)
2380 * apt-pkg/deb/dpkgpm.cc:
2381 - make progress reporting more robust against multiline error
2382 messages (first half of a fix for #374195)
2383 * doc/examples/configure-index:
2384 - document Debug::pkgAcquire::Auth
2386 - deal with gpg error "NODATA". Closes: #296103, Thanks to
2387 Luis Rodrigo Gallardo Cruz for the patch
2388 * apt-inst/contrib/extracttar.cc:
2389 - fix for string mangling, closes: #373864
2390 * apt-pkg/acquire-item.cc:
2391 - check for bzip2 in /bin (closes: #377391)
2392 * apt-pkg/tagfile.cc:
2393 - make it work on non-mapable files again, thanks
2394 to James Troup for confirming the fix (closes: #376777)
2395 * Merged from Christian Perrier bzr branch:
2396 * ko.po: Updated to 512t. Closes: #378901
2397 * hu.po: Updated to 512t. Closes: #376330
2398 * km.po: New Khmer translation: 506t6f. Closes: #375068
2399 * ne.po: New Nepali translation: 512t. Closes: #373729
2400 * vi.po: Updated to 512t. Closes: #368038
2401 * zh_TW.po: Remove an extra %s in one string. Closes: #370551
2402 * dz.po: New Dzongkha translation: 512t
2403 * ro.po: Updated to 512t
2406 -- Michael Vogt <mvo@debian.org> Thu, 27 Jul 2006 00:52:05 +0200
2408 apt (0.6.44.2ubuntu4) edgy; urgency=low
2410 * Make apt-get dselect-upgrade happy again
2412 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 21 Jul 2006 11:03:02 +0200
2414 apt (0.6.44.2ubuntu3) edgy; urgency=low
2416 * Close extended_states file after writing it.
2418 -- Colin Watson <cjwatson@ubuntu.com> Tue, 18 Jul 2006 00:12:13 +0100
2420 apt (0.6.44.2ubuntu2) edgy; urgency=low
2422 * create a empty extended_states file if none exists already
2424 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 4 Jul 2006 09:23:03 +0200
2426 apt (0.6.44.2ubuntu1) edgy; urgency=low
2428 * merged with debian/unstable
2429 * merged the "auto-mark" branch to support aptitude like
2430 marking of automatically installed dependencies and added
2431 "apt-get remove --auto-remove" to remove unused auto-installed
2433 * changed library version from 3.11 to 3.50 to make it clearly
2434 different from the debian version (we are ABI incompatible because
2435 of the auto-mark patch)
2437 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 3 Jul 2006 18:30:46 +0200
2439 apt (0.6.44.2) unstable; urgency=low
2441 * apt-pkg/depcache.cc:
2442 - added Debug::pkgDepCache::AutoInstall (thanks to infinity)
2443 * apt-pkg/acquire-item.cc:
2444 - fix missing chmod() in the new aquire code
2445 (thanks to Bastian Blank, Closes: #367425)
2447 http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main:
2448 * sk.po: Completed to 512t
2449 * eu.po: Completed to 512t
2450 * fr.po: Completed to 512t
2451 * sv.po: Completed to 512t
2452 * Update all PO and the POT. Gives 506t6f for formerly
2453 complete translations
2455 -- Michael Vogt <mvo@debian.org> Wed, 14 Jun 2006 12:00:57 +0200
2457 apt (0.6.44.1-0.1) unstable; urgency=low
2459 * Non-maintainer upload.
2460 * Don't give an error when parsing empty Packages/Sources files.
2461 (Closes: #366931, #367086, #370160)
2463 -- Steinar H. Gunderson <sesse@debian.org> Fri, 9 Jun 2006 00:52:21 +0200
2465 apt (0.6.44.1) unstable; urgency=low
2467 * apt-pkg/acquire-item.cc:
2468 - fix reversed logic of the "Acquire::PDiffs" option
2470 http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main:
2471 - po/LINGUAS: added "bg" Closes: #360262
2472 - po/gl.po: Galician translation update. Closes: #366849
2473 - po/hu.po: Hungarian translation update. Closes: #365448
2474 - po/cs.po: Czech translation updated. Closes: #367244
2475 * apt-pkg/contrib/sha256.cc:
2476 - applied patch to fix unaligned access problem. Closes: #367417
2477 (thanks to David Mosberger)
2479 -- Michael Vogt <mvo@debian.org> Tue, 16 May 2006 21:51:16 +0200
2481 apt (0.6.44) unstable; urgency=low
2483 * apt-pkg/acquire.cc: don't show ETA if it is 0 or absurdely large
2484 * apt-pkg/contrib/sha256.{cc,h},hashes.{cc,h}: support for sha256
2485 (thanks to Anthony Towns)
2486 * ftparchive/cachedb.{cc,h},writer.{cc,h}: optimizations
2487 (thanks to Anthony Towns)
2488 * apt pdiff support from experimental merged
2489 * apt-pkg/deb/dpkgpm.cc: wording fixes (thanks to Matt Zimmerman)
2490 * apt-pkg/deb/dpkgpm.cc:
2491 - wording fixes (thanks to Matt Zimmerman)
2492 - fix error in dpkg interaction (closes: #364513, thanks to Martin Dickopp)
2493 * apt-pkg/tagfile.{cc,h}:
2494 - use MMap to read the entries (thanks to Zephaniah E. Hull for the
2495 patch) Closes: #350025
2496 * Merge from http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main:
2497 * bg.po: Added, complete to 512t. Closes: #360262
2498 * doc/apt-ftparchive.1.xml:
2499 - fix documentation for "SrcPackages" -> "Sources"
2500 (thanks to Bart Martens for the patch, closes: #307756)
2501 * debian/libapt-pkg-doc.doc-base.cache:
2502 - remove broken charackter from description (closes: #361129)
2503 * apt-inst/deb/dpkgdb.cc, methods/gpgv.cc:
2504 - i18n fixes (closes: #349298)
2505 * debian/postinst: dont fail on not available
2506 /usr/share/doc/apt/examples/sources.list (closes: #361130)
2508 - unlink empty file in partial if the download failed because
2509 the file is missing on the server (closes: #316337)
2510 * apt-pkg/deb/debversion.cc:
2511 - treats a version string with explicit zero epoch equal
2512 than the same without epoch (Policy 5.6.12, closes: #363358)
2513 Thanks to Lionel Elie Mamane for the patch
2515 -- Michael Vogt <mvo@debian.org> Mon, 8 May 2006 22:28:53 +0200
2517 apt (0.6.43.3ubuntu3) dapper; urgency=low
2520 - fix the user-agent string
2522 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 26 May 2006 18:09:32 +0200
2524 apt (0.6.43.3ubuntu2) dapper; urgency=low
2526 * apt-pkg/deb/dpkgpm.cc: wording fixes (thanks to Matt Zimmerman)
2528 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 18 Apr 2006 13:24:40 +0200
2530 apt (0.6.43.3ubuntu1) dapper; urgency=low
2532 * apt-pkg/acquire.cc: don't show ETA if it is 0 or absurdely large in
2533 the status-fd (ubuntu #28954)
2535 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 28 Mar 2006 20:34:46 +0200
2537 apt (0.6.43.3) unstable; urgency=low
2539 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-186:
2540 * ca.po: Completed to 512t. Closes: #351592
2541 * eu.po: Completed to 512t. Closes: #350483
2542 * ja.po: Completed to 512t. Closes: #349806
2543 * pl.po: Completed to 512t. Closes: #349514
2544 * sk.po: Completed to 512t. Closes: #349474
2545 * gl.po: Completed to 512 strings Closes: #349407
2546 * vi.po: Completed to 512 strings
2547 * sv.po: Completed to 512 strings Closes: #349210
2548 * ru.po: Completed to 512 strings Closes: #349154
2549 * da.po: Completed to 512 strings Closes: #349084
2550 * fr.po: Completed to 512 strings
2551 * LINGUAS: Add Welsh
2552 * *.po: Updated from sources (512 strings)
2553 * vi.po: Completed to 511 strings Closes: #348968
2554 * apt-pkg/deb/deblistparser.cc:
2555 - don't explode on a DepCompareOp in a Provides line, but warn about
2556 it and ignore it otherwise (thanks to James Troup for reporting it)
2557 * cmdline/apt-get.cc:
2558 - don't lock the lists directory in DoInstall, breaks --print-uri
2559 (thanks to James Troup for reporting it)
2560 * debian/apt.dirs: create /etc/apt/sources.list.d
2561 * make apt-cache madison work without deb-src entries (#352583)
2562 * cmdline/apt-get.cc: only run the list-cleaner if a update was
2564 * apt-get update errors are only warnings nowdays
2565 * be more careful with the signature file on network failures
2567 -- Michael Vogt <mvo@debian.org> Wed, 22 Feb 2006 10:13:04 +0100
2569 apt (0.6.43.2ubuntu1) dapper; urgency=low
2571 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-182:
2572 * ca.po: Completed to 512t. Closes: #351592
2573 * eu.po: Completed to 512t. Closes: #350483
2574 * ja.po: Completed to 512t. Closes: #349806
2575 * pl.po: Completed to 512t. Closes: #349514
2576 * sk.po: Completed to 512t. Closes: #349474
2577 * gl.po: Completed to 512 strings Closes: #349407
2578 * vi.po: Completed to 512 strings
2579 * sv.po: Completed to 512 strings Closes: #349210
2580 * ru.po: Completed to 512 strings Closes: #349154
2581 * da.po: Completed to 512 strings Closes: #349084
2582 * fr.po: Completed to 512 strings
2583 * LINGUAS: Add Welsh
2584 * *.po: Updated from sources (512 strings)
2585 * vi.po: Completed to 511 strings Closes: #348968
2586 * apt-pkg/deb/deblistparser.cc:
2587 - don't explode on a DepCompareOp in a Provides line, but warn about
2588 it and ignore it otherwise (thanks to James Troup for reporting it)
2589 * cmdline/apt-get.cc:
2590 - don't lock the lists directory in DoInstall, breaks --print-uri
2591 (thanks to James Troup for reporting it)
2592 * debian/apt.dirs: create /etc/apt/sources.list.d
2593 * make apt-cache madison work without deb-src entries (#352583)
2594 * cmdline/apt-get.cc: only run the list-cleaner if a update was
2596 * apt-get update errors are only warnings nowdays
2597 * be more careful with the signature file on network failures
2599 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 20 Feb 2006 22:27:48 +0100
2601 apt (0.6.43.2) unstable; urgency=low
2603 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-166:
2604 - en_GB.po, de.po: fix spaces errors in "Ign " translations Closes: #347258
2605 - makefile: make update-po a pre-requisite of clean target so
2606 that POT and PO files are always up-to-date
2607 - sv.po: Completed to 511t. Closes: #346450
2608 - sk.po: Completed to 511t. Closes: #346369
2609 - fr.po: Completed to 511t
2610 - *.po: Updated from sources (511 strings)
2611 - el.po: Completed to 511 strings Closes: #344642
2612 - da.po: Completed to 511 strings Closes: #348574
2613 - es.po: Updated to 510t1f Closes: #348158
2614 - gl.po: Completed to 511 strings Closes: #347729
2615 - it.po: Yet another update Closes: #347435
2616 * added debian-archive-keyring to the Recommends (closes: #347970)
2617 * fixed message in apt-key to install debian-archive-keyring
2618 * typos fixed in apt-cache.8 (closes: #348348, #347349)
2619 * add patch to fix http download corruption problem (thanks to
2620 Petr Vandrovec, closes: #280844, #290694)
2622 -- Michael Vogt <mvo@debian.org> Thu, 19 Jan 2006 00:06:33 +0100
2624 apt (0.6.43.1ubuntu1) dapper; urgency=low
2626 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-159:
2627 - en_GB.po, de.po: fix spaces errors in "Ign " translations
2629 - makefile: make update-po a pre-requisite of clean target so
2630 that POT and PO files are always up-to-date
2631 - sv.po: Completed to 511t. Closes: #346450
2632 - sk.po: Completed to 511t. Closes: #346369
2633 - fr.po: Completed to 511t
2634 - *.po: Updated from sources (511 strings)
2635 * add patch to fix http download corruption problem (thanks to
2636 Petr Vandrovec, closes: #280844, #290694)
2637 * added APT::Periodic::Unattended-Upgrade (requires the package
2638 "unattended-upgrade")
2640 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 10 Jan 2006 17:09:31 +0100
2642 apt (0.6.43.1) unstable; urgency=low
2644 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-148:
2645 * fr.po: Completed to 510 strings
2646 * it.po: Completed to 510t
2647 * en_GB.po: Completed to 510t
2648 * cs.po: Completed to 510t
2649 * zh_CN.po: Completed to 510t
2650 * el.po: Updated to 510t
2651 * vi.po: Updated to 383t93f34u
2652 * tl.po: Completed to 510 strings (Closes: #344306)
2653 * sv.po: Completed to 510 strings (Closes: #344056)
2654 * LINGUAS: disabled Hebrew translation. (Closes: #313283)
2655 * eu.po: Completed to 510 strings (Closes: #342091)
2656 * apt-get source won't download already downloaded files again
2658 * share/debian-archive.gpg: new 2006 ftp-archive signing key added
2660 * redownload the Release file if IMS-Hit and gpg failure
2661 * deal with multiple signatures on a Release file
2663 -- Michael Vogt <mvo@debian.org> Fri, 6 Jan 2006 01:17:08 +0100
2665 apt (0.6.43ubuntu2) dapper; urgency=low
2667 * merged some missing bits that wheren't merged by baz in the previous
2670 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 8 Dec 2005 18:35:58 +0100
2672 apt (0.6.43ubuntu1) dapper; urgency=low
2674 * merged with debian
2676 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 25 Nov 2005 11:36:29 +0100
2678 apt (0.6.43) unstable; urgency=medium
2680 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-132:
2681 * zh_CN.po: Completed to 510 strings(Closes: #338267)
2682 * gl.po: Completed to 510 strings (Closes: #338356)
2683 * added support for "/etc/apt/sources.list.d" directory
2685 * make pkgDirStream (a bit) more complete
2686 * fix bug in pkgCache::VerIterator::end() (thanks to Daniel Burrows)
2688 * pkgAcqFile is more flexible now (closes: #57091)
2689 * support a download rate limit for http (closes: #146877)
2690 * included lots of the speedup changes from #319377
2691 * add stdint.h to contrib/md5.h (closes: #340448)
2692 * ABI change, library name changed (closes: #339147)
2693 * Fix GNU/kFreeBSD crash on non-existing server file (closes: #317718)
2694 * switch to libdb4.3 in build-depends
2696 -- Michael Vogt <mvo@debian.org> Tue, 29 Nov 2005 00:17:07 +0100
2698 apt (0.6.42.3ubuntu2) dapper; urgency=low
2700 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-131:
2701 * zh_CN.po: Completed to 507 strings(Closes: #338267)
2702 * gl.po: Completed to 510 strings (Closes: #338356)
2703 * added support for "/etc/apt/sources.list.d" directory
2706 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 14 Nov 2005 15:30:12 +0100
2708 apt (0.6.42.3ubuntu1) dapper; urgency=low
2710 * synced with debian
2712 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Nov 2005 05:05:56 +0100
2714 apt (0.6.42.3) unstable; urgency=low
2716 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-129:
2717 - patch-118: Russian translation update by Yuri Kozlov (closes: #335164)
2718 - patch-119: add update-po as a pre-req for binary (closes: #329910)
2719 - patch-121: Complete French translation
2720 - patch-125: Fixed localization of y/n questions in German translation
2722 - patch-126: Swedish translation update (closes: #337163)
2723 - patch-127: Complete Tagalog translation (closes: #337306)
2724 - patch-128: Danish translation update (closes: #337949)
2725 - patch-129: Basque translation update (closes: #338101)
2726 * cmdline/apt-get.cc:
2727 - bufix in FindSrc (closes: #335213, #337910)
2728 * added armeb to archtable (closes: #333599)
2729 * with --allow-unauthenticated use the old fallback behaviour for
2730 sources (closes: #335112)
2732 -- Michael Vogt <mvo@debian.org> Wed, 9 Nov 2005 07:22:31 +0100
2734 apt (0.6.42.2) unstable; urgency=high
2736 * NMU (approved by maintainer)
2737 * Add AMD64 archive signing key to debian-archive.gpg (closes: #336500).
2738 * Add big-endian arm (armeb) support (closes: #333599).
2739 * Priority high to get the AMD key into testing ASAP.
2741 -- Frans Pop <fjp@debian.org> Sun, 30 Oct 2005 21:29:11 +0100
2743 apt (0.6.42.1) unstable; urgency=low
2745 * fix a incorrect example in the apt_prefrences man page
2746 (thanks to Filipus Klutiero, closes: #282918)
2747 * apt-pkg/pkgrecords.cc:
2748 - revert patch from last version, it causes trouble on alpha
2749 and ia64 (closes: #335102, #335103)
2750 * cmdline/apt-get.cc:
2751 - be extra carefull in FindSrc (closes: #335213)
2753 -- Michael Vogt <mvo@debian.org> Sat, 22 Oct 2005 23:44:35 +0200
2755 apt (0.6.42) unstable; urgency=low
2758 - unmount the cdrom when apt failed to locate any package files
2759 * allow cdrom failures and fallback to other sources in that case
2761 * better error text when dpkg-source fails
2762 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-115:
2763 - patch-99: Added Galician translation
2764 - patch-100: Completed Danish translation (Closes: #325686)
2765 - patch-104: French translation completed
2766 - patch-109: Italian translation completed
2767 - patch-112: Swedish translation update
2768 - patch-115: Basque translation completed (Closes: #333299)
2769 * applied french man-page update (thanks to Philippe Batailler)
2770 (closes: #316638, #327456)
2771 * fix leak in the mmap code, thanks to Daniel Burrows for the
2772 patch (closes: #250583)
2773 * support for apt-get [build-dep|source] -t (closes: #152129)
2774 * added "APT::Authentication::TrustCDROM" option to make the life
2775 for the installer people easier (closes: #334656)
2776 * fix crash in apt-ftparchive (thanks to Bastian Blank for the patch)
2778 * apt-pkg/contrib/md5.cc:
2779 - fix a alignment problem on sparc64 that gives random bus errors
2780 (thanks to Fabbione for providing a test-case)
2781 * init the default ScreenWidth to 79 columns by default
2783 * cmdline/apt-cdrom.cc:
2784 - fix some missing gettext() calls (closes: #334539)
2785 * doc/apt-cache.8.xml: fix typo (closes: #334714)
2787 -- Michael Vogt <mvo@debian.org> Wed, 19 Oct 2005 22:02:09 +0200
2789 apt (0.6.41) unstable; urgency=low
2791 * improved the support for "error" and "conffile" reporting from
2792 dpkg, added the format to README.progress-reporting
2793 * added README.progress-reporting to the apt-doc package
2794 * improved the network timeout handling, if a index file from a
2795 sources.list times out or EAI_AGAIN is returned from getaddrinfo,
2796 don't try to get the other files from that entry
2797 * Support architecture-specific extra overrides
2798 (closes: #225947). Thanks to Anthony Towns for idea and
2799 the patch, thanks to Colin Watson for testing it.
2800 * Javier Fernandez-Sanguino Pen~a:
2801 - Added a first version of an apt-secure.8 manpage, and modified
2802 apt-key and apt.end accordingly. Also added the 'update'
2803 argument to apt-key which was previously not documented
2806 - added example apt-ftparchive.conf file to doc/examples
2808 * Fix a incorrect example in the man-page (closes: #282918)
2809 * Fix a bug for very long lines in the apt-cdrom code (closes: #280356)
2810 * Fix a manual page bug (closes: #316314)
2811 * Do md5sum checking for file and cdrom method (closes: #319142)
2812 * Change pkgPolicy::Pin from private to protected to let subclasses
2813 access it too (closes: #321799)
2814 * add default constructor for PrvIterator (closes: #322267)
2815 * Reread status configuration on debSystem::Initialize()
2816 (needed for apt-proxy, thanks to Otavio for this patch)
2818 -- Michael Vogt <mvo@debian.org> Mon, 5 Sep 2005 22:59:03 +0200
2820 apt (0.6.40.1ubuntu8) breezy; urgency=low
2822 * Cherry picked michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-62:
2823 - fix for a bad memory/file leak in the mmap code (ubuntu #15603)
2824 * po/de.po, po/fr.po:
2825 - updated the translations
2827 - create a single pot file in each domain dir to make rosetta happy
2829 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 28 Sep 2005 10:16:06 +0200
2831 apt (0.6.40.1ubuntu7) breezy; urgency=low
2833 * updated the pot/po files , no code changes
2835 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 27 Sep 2005 18:38:16 +0200
2837 apt (0.6.40.1ubuntu6) breezy; urgency=low
2839 * Cherry picked michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-56:
2840 - make it possible for apt to handle a failed MediaChange event and
2841 fall back to other sources (ubuntu #13713)
2843 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 13 Sep 2005 22:09:50 +0200
2845 apt (0.6.40.1ubuntu5) breezy; urgency=low
2847 * Cherry picked michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-{50,51}.
2848 This adds media-change reporting to the apt status-fd (ubuntu #15213)
2849 * Cherry picked michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-55:
2851 - unmount the cdrom when apt failed to locate any package files
2853 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 12 Sep 2005 15:44:26 +0200
2855 apt (0.6.40.1ubuntu4) breezy; urgency=low
2857 * debian/apt.cron.daily:
2858 - fix a embarrassing typo
2860 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 7 Sep 2005 10:10:37 +0200
2862 apt (0.6.40.1ubuntu3) breezy; urgency=low
2864 * debian/apt.cron.daily:
2865 - use the ctime as well when figuring what packages need to
2866 be removed. This fixes the problem that packages copied with
2867 "cp -a" (e.g. from the installer) have old mtimes (ubuntu #14504)
2869 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 6 Sep 2005 18:30:46 +0200
2871 apt (0.6.40.1ubuntu2) breezy; urgency=low
2873 * improved the support for "error" and "conffile" reporting from
2874 dpkg, added the format to README.progress-reporting
2875 * added README.progress-reporting to the apt-doc package
2876 * Do md5sum checking for file and cdrom method (closes: #319142)
2877 * Change pkgPolicy::Pin from private to protected to let subclasses
2878 access it too (closes: #321799)
2879 * methods/connect.cc:
2880 - send failure reason for EAI_AGAIN (TmpResolveFailure) to acuire-item
2881 * apt-pkg/acquire-item.cc:
2882 - fail early if a FailReason is TmpResolveFailure (avoids hangs during
2883 the install when no network is available)
2884 * merged michael.vogt@ubuntu.com--2005/apt--trust-cdrom--0
2886 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 23 Aug 2005 19:44:55 +0200
2888 apt (0.6.40.1ubuntu1) breezy; urgency=low
2890 * Synchronize with Debian
2892 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 5 Aug 2005 14:20:56 +0200
2894 apt (0.6.40.1) unstable; urgency=low
2896 * bugfix in the parsing code for the apt<->dpkg communication. apt
2897 crashed when dpkg sends the same state more than once under certain
2899 * 0.6.40 breaks the ABI but I accidentally didn't change the soname :/
2901 -- Michael Vogt <mvo@debian.org> Fri, 5 Aug 2005 13:24:58 +0200
2903 apt (0.6.40ubuntu1) breezy; urgency=low
2905 * Synchronize with Debian
2907 -- Matt Zimmerman <mdz@ubuntu.com> Thu, 4 Aug 2005 15:53:22 -0700
2909 apt (0.6.40) unstable; urgency=low
2911 * Patch from Jordi Mallach to mark some additional strings for translation
2912 * Updated Catalan translation from Jordi Mallach
2913 * Merge from bubulle@debian.org--2005/apt--main--0:
2914 - Update pot and merge with *.po
2915 - Updated French translation, including apt-key.fr.8
2916 * Restore changelog entries from the 0.6.x series that went to Debian
2918 * Merge michael.vogt@ubuntu.com--2005/apt--progress-reporting--0
2919 - Provide an interface for progress reporting which can be used by
2922 -- Matt Zimmerman <mdz@debian.org> Thu, 28 Jul 2005 11:57:32 -0700
2924 apt (0.6.39ubuntu4) breezy; urgency=low
2926 * Fix keyring paths in apt-key, apt.postinst (I swear I remember doing this
2929 -- Matt Zimmerman <mdz@ubuntu.com> Wed, 29 Jun 2005 08:39:17 -0700
2931 apt (0.6.39ubuntu3) breezy; urgency=low
2933 * Fix keyring locations for Ubuntu in apt-key too.
2935 -- Colin Watson <cjwatson@ubuntu.com> Wed, 29 Jun 2005 14:45:36 +0100
2937 apt (0.6.39ubuntu2) breezy; urgency=low
2939 * Install ubuntu-archive.gpg rather than debian-archive.gpg as
2940 /etc/apt/trusted.gpg.
2942 -- Colin Watson <cjwatson@ubuntu.com> Wed, 29 Jun 2005 11:53:34 +0100
2944 apt (0.6.39ubuntu1) breezy; urgency=low
2947 - Change debian/bugscript to use #!/bin/bash (Closes: #313402)
2948 - Fix a incorrect example in the man-page (closes: #282918)
2949 - Support architecture-specific extra overrides
2950 (closes: #225947). Thanks to Anthony Towns for idea and
2951 the patch, thanks to Colin Watson for testing it.
2952 - better report network timeouts from the methods to the acuire code,
2953 only timeout once per sources.list line
2955 -- Matt Zimmerman <mdz@ubuntu.com> Tue, 28 Jun 2005 11:52:24 -0700
2957 apt (0.6.39) unstable; urgency=low
2959 * Welsh translation update: daf@muse.19inch.net--2005/apt--main--0--patch-6
2960 * Merge mvo's changes from 0.6.36ubuntu1:
2961 michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-32
2962 * Merge aggregated translation updates:
2963 bubulle@debian.org--2005/apt--main--0
2964 * Update priority of apt-utils to important, to match the override file
2965 * Install only one keyring on each branch (Closes: #316119)
2967 -- Matt Zimmerman <mdz@debian.org> Tue, 28 Jun 2005 11:35:21 -0700
2969 apt (0.6.38ubuntu1) breezy; urgency=low
2971 * First release from Ubuntu branch
2972 * Merge with --main--0, switch back to Ubuntu keyring
2974 -- Matt Zimmerman <mdz@ubuntu.com> Sat, 25 Jun 2005 16:52:41 -0700
2976 apt (0.6.38) unstable; urgency=low
2978 * Merge michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-6, a workaround
2979 for the French man pages' failure to build
2980 * Branch Debian and Ubuntu
2981 - apt.postinst, apt-key: use the appropriate keyring
2982 - debian/rules: install all keyrings
2983 * Add the current Debian archive signing key (4F368D5D) to
2985 * make pinning on the "component" work again (using the section of the
2986 archive, we don't use per-section Release files anymore with apt-0.6)
2987 (closes ubuntu #9935)
2989 -- Matt Zimmerman <mdz@debian.org> Sat, 25 Jun 2005 09:51:00 -0700
2991 apt (0.6.37) breezy; urgency=low
2993 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-81
2994 - patch-66: Italian update
2995 - patch-71: French update
2996 - patch-73: Basque update
2997 - patch-74: Hebrew update
2998 - patch-76: Correct Hebrew translation (Closes: #306658)
2999 - patch-77: French man page update
3000 - patch-79: Correct syntax errors in Hebrew translation
3001 - patch-81: Portuguese update
3002 * Fix build of French man pages (now using XML, not SGML)
3003 * Add Welsh translation from Dafydd Harries
3004 (daf@muse.19inch.net--2005/apt--main--0--patch-1)
3005 * Change debian/bugscript to use #!/bin/bash (Closes: #313402)
3006 * Fix a incorrect example in the man-page (closes: #282918)
3008 -- Matt Zimmerman <mdz@ubuntu.com> Tue, 24 May 2005 14:38:25 -0700
3010 apt (0.6.36ubuntu1) breezy; urgency=low
3012 * make it possible to write a cache-control: no-cache header even if
3013 no proxy is set to support transparent proxies (closes ubuntu: #10773)
3015 * Merge otavio@debian.org--2005/apt--fixes--0.6:
3016 - Fix comment about the need of xmlto while building from Arch;
3017 - Fix StatStore struct on cachedb.h to use time_t and then fix a compile
3019 - Lock database at start of DoInstall routine to avoid concurrent
3020 runs of install/remove and update commands (Closes: #194467)
3021 - Fix warnings while compiling with GCC 4.0 compiler
3023 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 23 May 2005 11:57:53 +0200
3025 apt (0.6.36) experimental; urgency=low
3027 * Merge apt--mvo--0:
3028 - apt-pkg/acquire-item.cc:
3029 added "Acquire::BrokenProxy" that will force apt to always
3030 re-get the Release.gpg file (for broken proxies)
3031 - debian/apt.cron.daily:
3032 MinAge is defaulting to 2 days now to prevent over-aggresive removal
3034 honor "Acquire::gpgv::Options" when verifying the signature (Ubuntu #8496)
3036 -- Michael Vogt <mvo@debian.org> Thu, 31 Mar 2005 20:37:11 +0200
3038 apt (0.6.35) hoary; urgency=low
3040 * Merge apt--mvo--0 (incorporates 0.6.34ubuntu1):
3041 - Implement MaxSize and MaxAge in apt.cron.daily, to prevent the cache
3042 from growing too large (Ubuntu #6761)
3043 - some comments about the pkgAcqMetaSig::Custom600Headers() added
3044 - use gpg --with-colons
3045 - commented the ftp no_proxy unseting in methods/ftp.cc
3046 - added support for "Acquire::gpgv::options" in methods/gpgv.cc
3047 * Merge bubulle@debian.org--2005/apt--main--0
3048 - Make capitalization more consistent
3049 - Un-fuzzy translations resulting from capitalization changes
3050 - Italian translation update
3052 -- Matt Zimmerman <mdz@ubuntu.com> Mon, 7 Mar 2005 20:08:33 -0800
3054 apt (0.6.34) hoary; urgency=low
3056 * Add missing semicolon to configure-index (Closes: #295773)
3057 * Update build-depends on gettext to 0.12 (Closes: #295077)
3058 * Merge from bubulle@debian.org--2005/apt--main--0 to get
3061 -- Matt Zimmerman <mdz@ubuntu.com> Fri, 4 Mar 2005 16:13:15 -0800
3063 apt (0.6.33) hoary; urgency=low
3065 * Merge michael.vogt@ubuntu.com--2005/apt--mvo--0 (through patch-6)
3066 - patch-1: cosmetic changes (whitespace, "Apt::GPGV->APT::GPGV")
3067 - patch-2: (doc) documentation for gpgv
3068 - patch-3: (doc) new config variables added configure-index
3069 - patch-4: pkgAcquire::Run() pulse intervall can be configured
3070 - patch-5: fix for apt-get update removing Release.gpg files (#6865)
3071 - patch-6: change the path scoring in apt-cdrom, prefer pathes without
3074 -- Matt Zimmerman <mdz@ubuntu.com> Sat, 26 Feb 2005 15:21:17 -0800
3076 apt (0.6.32) hoary; urgency=low
3078 * Merge michael.vogt@ubuntu.com--2005/apt--mvo--0 (patch-1)
3079 - Implement Acquire::gpgv::options (Ubuntu bug#6283)
3081 -- Matt Zimmerman <mdz@ubuntu.com> Tue, 8 Feb 2005 19:31:15 -0800
3083 apt (0.6.31) hoary; urgency=low
3086 - Remove debugging output from apt.cron.daily (no one noticed?)
3087 - Apply patch from Anthony Towns to allow SHA1Summation to process a file
3088 descriptor until EOF, rather than requiring that the length of input be
3089 specified (Closes: #291338)
3090 - Fix build/install of Polish offline documentation, based on patch from
3091 Christian Perrier (Closes: #270404)
3093 - apt-cdrom.cc seperated into frontend (cmdline/apt-cdrom.cc and library
3094 apt-pkg/cdrom.{cc,h}) (Ubuntu #5668)
3096 -- Matt Zimmerman <mdz@ubuntu.com> Fri, 4 Feb 2005 10:23:01 -0800
3098 apt (0.6.30) unstable; urgency=low
3100 * Add ppc64 to buildlib/archtable
3101 * Merge michael.vogt@canonical.com--2004/apt--status-fd--0
3102 - Support preserving dpkg status file descriptor, to support
3103 better integration with synaptic
3105 -- Matt Zimmerman <mdz@ubuntu.com> Wed, 19 Jan 2005 00:26:01 -0800
3107 apt (0.6.29) hoary; urgency=low
3109 * Merge apt--mvo--0 (0.6.27ubuntu4)
3112 -- Matt Zimmerman <mdz@canonical.com> Tue, 28 Dec 2004 17:18:02 -0800
3114 apt (0.6.28) hoary; urgency=low
3117 * Rebuild source to get rid of arch metadata and temporary files in
3120 -- Matt Zimmerman <mdz@canonical.com> Thu, 23 Dec 2004 18:53:16 -0800
3122 apt (0.6.27ubuntu4) hoary; urgency=low
3124 * remove old sig-file in partial/ before starting to fetch a new sig-file
3125 (see ubuntu #4769 for the rational)
3126 * added apt-key update method (uses ubuntu-keyring)
3127 * documented the "--allow-unauthenticated" switch
3128 * added DEB_BUILD_PROG_OPTS to debian/rules (additonal options can be
3129 passed to DEB_BUILD_PROG like "-S")
3131 -- Michael Vogt <mvo@debian.org> Thu, 23 Dec 2004 11:12:51 +0100
3133 apt (0.6.27ubuntu3) hoary; urgency=low
3135 * added a exact dependency from libapt-pkg-dev to the apt version it was
3138 -- Michael Vogt <mvo@debian.org> Wed, 15 Dec 2004 09:56:32 +0100
3140 apt (0.6.27ubuntu2) hoary; urgency=low
3142 * fixed a bug in the rule file that happend during the big 0.5->0.6 merge
3144 -- Michael Vogt <mvo@debian.org> Tue, 14 Dec 2004 12:14:25 +0100
3146 apt (0.6.27ubuntu1) hoary; urgency=low
3148 * chmod 755 /usr/bin/apt-key
3149 * don't display a error when a apt-get update don't find a
3150 Packages.bz2/Sources.bz2 file
3152 -- Michael Vogt <mvo@debian.org> Mon, 13 Dec 2004 18:40:21 +0100
3154 apt (0.6.27) hoary; urgency=low
3156 * Merge apt--authentication--0 branch
3157 - Implement gpg authentication for package repositories (Closes: #203741)
3158 - Also includes Michael Vogt's fixes
3159 * Merge apt--misc-abi-changes--0 branch
3160 - Use pid_t throughout to hold process IDs (Closes: #226701)
3161 - Import patch from Debian bug #195510: (Closes: #195510)
3162 - Make Simulate::Describe and Simulate::ShortBreaks private member
3164 - Add a parameter (Candidate) to Describe to control whether the
3165 candidate version is displayed
3166 - Pass an appropriate value for Candidate everywhere Describe is called
3168 -- Matt Zimmerman <mdz@canonical.com> Mon, 13 Dec 2004 01:03:11 -0800
3170 apt (0.6.25) experimental; urgency=low
3172 * Fix handling of two-part sources for sources.list deb-src entries in
3173 the same way that deb entries were fixed
3175 -- Matt Zimmerman <mdz@debian.org> Wed, 9 Jun 2004 05:29:50 -0700
3177 apt (0.6.24) experimental; urgency=low
3179 * YnPrompt fixes were inadvertently left out, include them (Closes:
3182 -- Matt Zimmerman <mdz@debian.org> Sun, 16 May 2004 14:18:53 -0700
3184 apt (0.6.23) experimental; urgency=low
3186 * Remove obsolete pkgIterator::TargetVer() (Closes: #230159)
3187 * Reverse test in CheckAuth to match new prompt (Closes: #248211)
3189 -- Matt Zimmerman <mdz@debian.org> Sun, 9 May 2004 21:01:58 -0700
3191 apt (0.6.22) experimental; urgency=low
3194 * Make the unauthenticated packages prompt more intuitive (yes to
3195 continue, default no), but require --force-yes in addition to
3196 --assume-yes in order to override
3198 -- Matt Zimmerman <mdz@debian.org> Fri, 19 Mar 2004 13:55:35 -0800
3200 apt (0.6.21) experimental; urgency=low
3204 -- Matt Zimmerman <mdz@debian.org> Tue, 16 Mar 2004 22:52:34 -0800
3206 apt (0.6.20) experimental; urgency=low
3210 -- Matt Zimmerman <mdz@debian.org> Thu, 26 Feb 2004 17:17:02 -0800
3212 apt (0.6.19) experimental; urgency=low
3215 * Convert apt-key(8) to docbook XML
3217 -- Matt Zimmerman <mdz@debian.org> Mon, 9 Feb 2004 15:44:49 -0800
3219 apt (0.6.18) experimental; urgency=low
3221 * Add new Debian Archive Automatic Signing Key to the default keyring
3222 (existing keyrings are not updated; do that yourself)
3224 -- Matt Zimmerman <mdz@debian.org> Sat, 17 Jan 2004 17:04:30 -0800
3226 apt (0.6.17) experimental; urgency=low
3229 * Handle more IMS stuff correctly
3231 -- Matt Zimmerman <mdz@debian.org> Fri, 16 Jan 2004 10:54:25 -0800
3233 apt (0.6.16) experimental; urgency=low
3235 * Fix some cases where the .gpg file could be left in place when it is
3238 -- Matt Zimmerman <mdz@debian.org> Fri, 9 Jan 2004 09:22:15 -0800
3240 apt (0.6.15) experimental; urgency=low
3242 * s/Debug::Acquire::gpg/&v/
3243 * Honor the [vendor] syntax in sources.list again (though it is not
3244 presently used for anything)
3245 * Don't ship vendors.list(5) since it isn't used yet
3246 * Revert change from 0.6.10; it was right in the first place and the
3247 problem was apparently something else. Archive = Suite.
3249 -- Matt Zimmerman <mdz@debian.org> Mon, 5 Jan 2004 17:43:01 -0800
3251 apt (0.6.14) experimental; urgency=low
3255 -- Matt Zimmerman <mdz@debian.org> Sun, 4 Jan 2004 11:09:21 -0800
3257 apt (0.6.13) experimental; urgency=low
3261 -- Matt Zimmerman <mdz@debian.org> Sat, 3 Jan 2004 16:22:31 -0800
3263 apt (0.6.12) experimental; urgency=low
3265 * Have pkgAcquireIndex calculate an MD5 sum if one is not provided by
3266 the method (as with file: and copy:). Local repositories
3267 * Fix warning about dist name mismatch to actually print what it was
3269 * Don't expect any particular distribution name for two-part
3270 sources.list entries
3273 -- Matt Zimmerman <mdz@debian.org> Fri, 2 Jan 2004 13:59:00 -0800
3275 apt (0.6.11) experimental; urgency=low
3277 * Support IMS requests of Release.gpg and Release
3278 * This required API changes, bump the libapt-pkg version
3279 * Copy local Release files into Dir::State::Lists
3280 * Set IndexFile attribute when retrieving Release and Release.gpg so
3281 that the appropriate Cache-Control headers are sent
3283 -- Matt Zimmerman <mdz@debian.org> Fri, 2 Jan 2004 10:46:17 -0800
3285 apt (0.6.10) experimental; urgency=low
3287 * Use "Codename" (woody, sarge, etc.) to supply the value of the
3288 "Archive" package file attribute, used to match "release a=" type
3289 pins, rather than "Suite" (stable, testing, etc.)
3291 -- Matt Zimmerman <mdz@debian.org> Thu, 1 Jan 2004 16:56:47 -0800
3293 apt (0.6.9) experimental; urgency=low
3295 * Another tagfile workaround
3297 -- Matt Zimmerman <mdz@debian.org> Thu, 1 Jan 2004 13:56:08 -0800
3299 apt (0.6.8) experimental; urgency=low
3301 * Add a config option and corresponding command line option
3302 (--allow-unauthenticated) to apt-get, to make buildd operators happy
3305 -- Matt Zimmerman <mdz@debian.org> Wed, 31 Dec 2003 08:28:04 -0800
3307 apt (0.6.7) experimental; urgency=low
3309 * Forgot to revert part of the changes to tagfile in 0.6.4. Hopefully
3310 will fix segfaults for some folks.
3312 -- Matt Zimmerman <mdz@debian.org> Wed, 31 Dec 2003 08:01:28 -0800
3314 apt (0.6.6) experimental; urgency=low
3316 * Restore the ugly hack I removed from indexRecords::Load which set the
3317 pkgTagFile buffer size to (file size)+256. This is concealing a bug,
3318 but I can't fix it right now. This should fix the segfaults that
3319 folks are seeing with 0.6.[45].
3321 -- Matt Zimmerman <mdz@debian.org> Mon, 29 Dec 2003 18:11:13 -0800
3323 apt (0.6.5) experimental; urgency=low
3325 * Move the authentication check into a separate function in apt-get
3326 * Fix display of unauthenticated packages when they are in the cache
3329 -- Matt Zimmerman <mdz@debian.org> Sun, 28 Dec 2003 16:47:57 -0800
3331 apt (0.6.4) experimental; urgency=low
3333 * Use the top-level Release file in LoadReleaseInfo, rather than looking
3334 for the per-section ones (which aren't downloaded anymore). This
3335 unbreaks release pinning, including the NotAutomatic bit used by
3336 project/experimental
3337 * Use FileFd::Size() rather than a separate stat() call in
3339 * Fix pkgTagFile to leave a little extra room at the end of the buffer
3340 to append the record separator if it isn't present
3341 * Change LoadReleaseInfo to use "Suite" rather than "Archive", to match
3342 the Debian archive's dist-level Release files
3344 -- Matt Zimmerman <mdz@debian.org> Sun, 28 Dec 2003 15:55:55 -0800
3346 apt (0.6.3) experimental; urgency=low
3348 * Fix MetaIndexURI for flat ("foo/") sources
3350 -- Matt Zimmerman <mdz@debian.org> Sun, 28 Dec 2003 12:11:56 -0800
3352 apt (0.6.2) experimental; urgency=low
3354 * Add space between package names when multiple unauthenticated packages
3355 are being installed (Closes: #225212)
3356 * Provide apt-key with a secret keyring and a trustdb, even though we
3357 would never use them, because it blows up if it doesn't have them
3358 * Fix typo in apt-key(8) (standard input is '-', not '/')
3360 -- Matt Zimmerman <mdz@debian.org> Sat, 27 Dec 2003 13:01:40 -0800
3362 apt (0.6.1) experimental; urgency=low
3365 * Rearrange Release file authentication code to be more clear
3366 * If Release is present, but Release.gpg is not, don't forget to still
3367 queue Packages files
3368 * Convert distribution "../project/experimental" to "experimental" for
3370 * Make a number of Release file errors into warnings; for now, it is OK
3371 not to have a codename, for example. We mostly care about checksums
3374 -- Matt Zimmerman <mdz@debian.org> Fri, 26 Dec 2003 15:12:47 -0800
3376 apt (0.6.0) experimental; urgency=low
3378 * Signature verification support patch ("apt-secure") from Colin Walters
3379 <walters@debian.org> and Isaac Jones <ijones@syntaxpolice.org>. This
3381 - Release signature verification (Release.gpg)
3382 - Packages, Sources md5sum verification against Release
3384 * Make some modifications to signature verification support:
3385 - Release.gpg is always retrieved and verified if present, rather than
3386 requiring that sources be configured as secure
3387 - Print a hint about installing gnupg if exec(gpgv) fails
3388 - Remove obsolete pkgAcqIndexRel
3389 - Move vendors.list stuff into a separate module (vendorlist.{h,cc})
3390 - If any files about to be retrieved are not authenticated, issue a
3391 warning to the user and require confirmation
3392 - Fix a heap corruption bug in pkgSrcRecords::pkgSrcRecords()
3394 * Install a keyring in /usr/share/apt/debian-archive.gpg containing an
3395 initial set of Debian archive signing keys to seed /etc/apt/trusted.gpg
3396 * Add a new tool, apt-key(8) used to manage the keyring
3398 -- Matt Zimmerman <mdz@debian.org> Fri, 26 Dec 2003 08:27:19 -0800
3400 apt (0.5.32) hoary; urgency=low
3402 * Call setlocale in the methods, so that the messages are properly
3403 localised (Closes: #282700)
3404 * Implement support for bzip2-compressed debs (data.tar.bz2)
3406 -- Matt Zimmerman <mdz@canonical.com> Sat, 11 Dec 2004 09:05:52 -0800
3408 apt (0.5.31) unstable; urgency=low
3410 * New Romanian translation from Sorin Batariuc <sorin@bonbon.net>
3412 * Merge changes from Hoary (0.5.30,0.5.30ubuntu2]
3413 * Fix the example in apt_preferences(5) to match the text
3415 * Add APT::Periodic::Autoclean setting, to allow "apt-get autoclean" to
3416 be run periodically. This is useful with
3417 APT::Periodic::Download-Upgradeable-Packages, and defaults to the same
3418 value, so that the cache size is bounded
3420 -- Matt Zimmerman <mdz@debian.org> Tue, 23 Nov 2004 12:53:04 -0800
3422 apt (0.5.30ubuntu2) hoary; urgency=low
3424 * bzip2 is now "Suggested" and it will detect if bzip2 is installed
3425 and only then trying to get Packages.bz2
3427 -- Michael Vogt <mvo@debian.org> Fri, 19 Nov 2004 12:00:39 +0100
3429 apt (0.5.30ubuntu1) hoary; urgency=low
3431 * Need to Depend: bzip2 or Packages.bz2 fail.
3433 -- LaMont Jones <lamont@canonical.com> Thu, 18 Nov 2004 12:51:05 -0700
3435 apt (0.5.30) hoary; urgency=low
3437 * Patch from Michael Vogt to enable Packages.bz2 use, with a fallback to
3438 Packages.gz if it is not present (Closes: #37525)
3440 -- Matt Zimmerman <mdz@debian.org> Mon, 15 Nov 2004 12:57:28 -0800
3442 apt (0.5.29) unstable; urgency=low
3444 * Don't hardcode paths in apt.cron.daily
3445 * Add to apt.cron.daily the capability to pre-download upgradeable
3447 * Place timestamp files in /var/lib/apt/periodic, rather than
3449 * Standardize debhelper files a bit
3450 - Create all directories in debian/dirs rather than creating some on
3451 the dh_installdirs command line
3452 - Rename debian/dirs to debian/apt.dirs, debian/examples to
3455 -- Matt Zimmerman <mdz@debian.org> Sat, 13 Nov 2004 17:58:07 -0800
3457 apt (0.5.28) hoary; urgency=low
3459 * Translation updates:
3460 - Updated Hungarian from Kelemen GĂ¡bor <kelemeng@gnome.hu> (Closes: #263436)
3461 - Updated Greek from George Papamichelakis (Closes: #265004)
3462 - Updated Simplified Chinese from Tchaikov (Closes: #265190)
3463 - Updated French by Christian Perrier (Closes: #265816)
3464 - Updated Japanese by Kenshi Muto (Closes: #265630)
3465 - Updated Catalan from Jordi Mallach
3466 - Updated Dutch from Bart Cornelis (Closes: #268258, #278697)
3467 - Updated Portuguese from Miguel Figueiredo (Closes: #268265)
3468 - Updated Polish from Robert Luberda <robert@debian.org> (Closes: #268451)
3469 - Updated Danish from Claus Hindsgaul (Closes: #269417)
3470 - Updated Norwegian Nynorsk from HĂ¥vard Korsvoll <korsvoll@skulelinux.no>
3472 - Updated Russian from Yuri Kozlov <yuray@id.ru> (Closes: #271104)
3473 - Updated Italian from Samuele Giovanni Tonon <samu@debian.org>
3475 - Updated Brazilian Portuguese from Andre Luis Lopes (Closes: #273944)
3476 - Updated Slovak from Peter Mann (Closes: #279481)
3477 * APT::Get::APT::Get::No-List-Cleanup -> APT::Get::List-Cleanup in apt-get.cc
3479 * Merge Ubuntu changes:
3480 - Set default Dpkg::MaxArgs to 1024, and Dpkg::MaxArgBytes to 32k.
3481 Needed to work around ordering bugs when installing a large number of
3483 - Patch from Michael Vogt to add an optional cron job which
3484 can run apt-get update periodically
3485 * Add arch-build target to debian/rules
3487 -- Matt Zimmerman <mdz@debian.org> Sat, 13 Nov 2004 15:52:20 -0800
3489 apt (0.5.27) unstable; urgency=high
3491 * Sneak in a bunch of updated translations before the freeze
3493 * Translation updates:
3494 - New Finnish translation from Tapio Lehtonen <tale@debian.org>
3496 - New Bosnian translation from Safir Šećerović <sapphire@linux.org.ba>
3498 - Fix Italian incontrario (Closes: #217277)
3499 - Updated Spanish from Ruben Porras (Closes: #260483)
3500 - Updated Danish from Claus Hindsgaul (Closes: #260569)
3501 - Updated Slovak from Peter Mann (Closes: #260627)
3502 - Updated Portuguese from Miguel Figueiredo (Closes: #261423)
3503 * Bring configure-index up to date with documented options, patch from
3504 Uwe Zeisberger <zeisberg@informatik.uni-freiburg.de> (Closes: #259540)
3505 * Note in apt.conf(5) that configure-index does not contain strictly
3506 default values, but also examples
3507 * Add Polish translation of offline.sgml (Closes: #259229)
3509 -- Matt Zimmerman <mdz@debian.org> Thu, 29 Jul 2004 09:30:12 -0700
3511 apt (0.5.26) unstable; urgency=low
3513 * Translation updates:
3514 - Spanish update from Ruben Porras <nahoo82@telefonica.net> (Closes: #248214)
3515 - Sync Spanish apt(8) (Closes: #249241)
3516 - French update from Christian Perrier <bubulle@debian.org> (Closes: #248614)
3517 - New Slovak translation from Peter Mann <Peter.Mann@tuke.sk> (Closes: #251676)
3518 - Czech update from Miroslav Kure <kurem@upcase.inf.upol.cz> (Closes: #251682)
3519 - pt_BR update from Andre Luis Lopes <andrelop@debian.org> (Closes: #251961)
3520 - German translation of apt(8) from Helge Kreutzmann <kreutzm@itp.uni-hannover.de>
3522 - pt update from Miguel Figueiredo <elmig@debianpt.org> (Closes: #252700)
3523 - New Hebrew translation from Lior Kaplan <webmaster@guides.co.il>
3525 - New Basque translation from Piarres Beobide Egaña <pi@beobide.net>
3526 (Vasco - Euskara - difficult language, Closes: #254407) and already a
3527 correction (Closes: #255760)
3528 - Updated Brazilian Portuguese translation from
3529 Guilherme de S. Pastore <gpastore@colband.com.br> (Closes: #256396)
3530 - Updated Greek translation (complete now) from
3531 George Papamichelakis <george@step.gr> (Closes: #256797)
3532 - New Korean translation from Changwoo Ryu <cwryu@debian.org>
3534 - German translation now available in two flavours: with Unicode usage and
3535 without (related to #228486, #235759)
3536 * Update apt-get(8) to reflect the fact that APT::Get::Only-Source will
3537 affect apt-get build-dep as well as apt-get source
3538 * Remove aborted remnants of a different method of implementing DEB_BUILD_OPTIONS
3540 * Fix typo in error message when encountering unknown type in source list
3542 * Update k*bsd-gnu arch names in buildlib/ostable (Closes: #253532)
3543 * Add amd64 to buildlib/archtable (Closes: #240896)
3544 * Have configure output a more useful error message if the architecture
3547 -- Matt Zimmerman <mdz@debian.org> Thu, 8 Jul 2004 15:53:28 -0700
3549 apt (0.5.25) unstable; urgency=low
3551 * Patch from Jason Gunthorpe to remove arbitrary length limit on Binary
3552 field in SourcesWriter::DoPackage
3553 * Fix typo in apt-cache(8) (Closes: #238578)
3554 * Fix obsolete reference to bug(1) in stub apt(8) man page
3556 * Fix typo in configure-index (RecruseDepends -> RecurseDepends)
3558 * Support DEB_BUILD_OPTIONS=noopt in debian/rules
3560 * Increase length of line buffer in ReadConfigFile to 1024 chars;
3561 detect if a line is longer than that and error out
3563 * Suppress a signed/unsigned warning in apt-cache.cc:DisplayRecord
3564 * Build apt-ftparchive with libdb4.2 rather than libdb2
3565 - Patch from Clint Adams to do most of the work
3566 - Build-Depends: s/libdb2-dev/libdb4.2-dev/
3567 - Add AC_PREREQ(2.50) to configure.in
3568 - Use db_strerror(err) rather than GlobalError::Errno (which uses strerror)
3569 - Add note to NEWS.Debian about upgrading old databases
3570 * Attempt to fix problems with chunked encoding by stripping only a single CR
3572 * Modify debian/rules cvs-build to use cvs export, to avoid picking up
3573 junk files from the working directory
3574 * Add lang=fr attribute to refentry section of
3575 apt-extracttemplates.fr.1.sgml and apt-sortpkgs.fr.1.sgml so they are
3577 * Remove extraneous '\' characters from <command> tags in
3578 apt_preferences.fr.5.sgml
3579 * Translation updates:
3580 - Updated Swedish translation from Peter Karlsson <peter@softwolves.pp.se>
3582 - New Slovenian translation from Jure ÄŒuhalev <gandalf@owca.info>
3584 - New Portuguese translation from Miguel Figueiredo <elmig@debianpt.org>
3586 - Updated Spanish translation from Ruben Porras <nahoo82@telefonica.net>
3587 - Updated Spanish translation of man pages from Ruben Porras
3588 <nahoo82@telefonica.net>
3589 - Updated Simplified Chinese translation from "Carlos Z.F. Liu" <carlos_liu@yahoo.com>
3591 - Updated Russian translation from Dmitry Astapov <adept@despammed.com>
3593 - Updated Polish translation from Marcin Owsiany <porridge@debian.org>
3595 - Updated Czech translation from Miroslav Kure <kurem@upcase.inf.upol.cz>
3597 - Updated Japanese translation from Kenshi Muto <kmuto@debian.org>
3599 - Run make -C po update-po to update .po files
3600 - Updated French translation from Christian Perrier <bubulle@debian.org>
3602 - Updated Danish translation from Claus Hindsgaul <claus_h@image.dk>
3605 -- Matt Zimmerman <mdz@debian.org> Sat, 8 May 2004 12:52:20 -0700
3607 apt (0.5.24) unstable; urgency=low
3609 * Updated Czech translation from Miroslav Kure <kurem@upcase.inf.upol.cz>
3611 * Updated French translation from Christian Perrier <bubulle@debian.org>
3613 * Updates to XML man pages from richard.bos@xs4all.nl
3614 * Updated Danish translation from Claus Hindsgaul <claus_h@image.dk>
3616 * Updated Greek translation from Konstantinos Margaritis
3619 * Updated Spanish translation from Ruben Porras <nahoo82@telefonica.net>
3621 * Updated pt_BR translation from Andre Luis Lopes <andrelop@debian.org>
3623 * Regenerate .pot file (Closes: #237892)
3624 * Updated Polish translation from Marcin Owsiany <porridge@debian.org>
3626 * In pkgAcquire::Shutdown(), set the status of fetching items to
3627 StatError to avoid a sometimes large batch of error messages
3629 * Implement an ugly workaround for the 10000-character limit on the
3630 Binaries field in debSrcRecordParser, until such time as some things
3631 can be converted over to use STL data types (ABI change) (Closes: #236688)
3632 * Increase default tagfile buffer from 32k to 128k; this arbitrary limit
3633 should also be removed someday (Closes: #174945)
3634 * Checked against Standards-Version 3.6.1 (no changes)
3636 -- Matt Zimmerman <mdz@debian.org> Tue, 16 Mar 2004 22:47:55 -0800
3638 apt (0.5.23) unstable; urgency=low
3640 * Cosmetic updates to XML man pages from Richard Bos <radoeka@xs4all.nl>
3641 * Use the 'binary' target rather than 'all' so that the ssh and bzip2
3642 symlinks are created correctly (thanks to Adam Heath)
3644 * Updated Simplified Chinese translation of message catalog from Tchaikov
3645 <chaisave@263.net> (Closes: #234186)
3646 * Change default for Acquire::http::max-age to 0 to prevent index files
3647 being out of sync with each other (important with Release.gpg)
3648 * Add an assert() to make sure that we don't overflow a fixed-size
3649 buffer in the very unlikely event that someone adds 10 packaging
3650 systems to apt (Closes: #233678)
3651 * Fix whitespace in French translation of "Yes, do as I say!", which
3652 made it tricky to type, again. Thanks to Sylvain Pasche
3653 <sylvain.pasche@switzerland.org> (Closes: #234494)
3654 * Print a slightly clearer error message if no packaging systems are
3655 available (Closes: #233681)
3656 * Point to Build-Depends in COMPILING (Closes: #233669)
3657 * Make debian/rules a bit more consistent in a few places.
3658 Specifically, always use -p$@ rather than an explicit package name,
3659 and always specify it first, and use dh_shlibdeps -l uniformly rather
3660 than sometimes changing LD_LIBRARY_PATH directly
3661 * Document unit for Cache-Limit (bytes) (Closes: #234737)
3662 * Don't translate "Yes, do as I say!" in Chinese locales, because it can
3663 be difficult to input (Closes: #234886)
3665 -- Matt Zimmerman <mdz@debian.org> Thu, 26 Feb 2004 17:08:14 -0800
3667 apt (0.5.22) unstable; urgency=low
3669 * Updated French translation of man pages from Philippe Batailler
3670 <philippe.batailler@free.fr> (Closes: #203119)
3671 * Initialize StatusFile in debSystem (Closes: #229791)
3672 * Fix apt-get's suggests/recommends printing, which was skipping every
3673 other dependency due to both using GlobOr and incrementing the DepIterator
3675 * Restore SIGINT/SIGQUIT handlers to their old values (rather than
3676 SIG_DFL) after invoking dpkg (Closes: #229854)
3677 * Updated Dutch translation of message catalog from cobaco
3678 <cobaco@linux.be> (Closes: #229601)
3679 * Catalan translation from Antoni Bella, Matt Bonner and Jordi Mallach
3681 * Simplified Chinese translation of message catalog from "Carlos
3682 Z.F. Liu" <carlos_liu@yahoo.com> (Closes: #230960)
3683 * Replace SGML manpages with XML man pages from richard.bos@xs4all.nl
3685 * Updated Spanish translation of man pages from Ruben Porras
3686 <nahoo82@telefonica.net> (Closes: #231539)
3687 * New Czech translation of message catalog from Miroslav Kure
3688 <kurem@upcase.inf.upol.cz> (Closes: #231921)
3690 -- Matt Zimmerman <mdz@debian.org> Mon, 9 Feb 2004 12:44:54 -0800
3692 apt (0.5.21) unstable; urgency=low
3694 * Patch from Eric Wong <normalperson@yhbt.net> to include apt18n.h after
3695 other headers to avoid breaking locale.h when setlocale() is defined
3696 as an empty macro. This was not a problem on Debian, but broke
3697 compilation on Solaris. (Closes: #226509)
3698 * Updated French translation from Pierre Machard <pmachard@debian.org>
3700 * Add colons to apt-get's "kept back"/"upgraded"/"downgraded" messages
3702 * Fix typo in apt-cache(8) (Closes: #226351)
3703 * Clearer error message in place of "...has no available version, but
3704 exists in the database" (Closes: #212203)
3705 * Patch from Oliver Kurth <oku@masqmail.cx> to use AC_CACHE_VAL for
3706 GLIBC_VER to make cross-compilation easier (Closes: #221528)
3707 * Add example preferences file (Closes: #220799)
3708 * Updated Greek translation from Konstantinos Margaritis <markos@debian.org>
3710 * Updated Spanish translation of man pages from Ruben Porras
3711 <nahoo82@telefonica.net> (Closes: #227729)
3713 -- Matt Zimmerman <mdz@debian.org> Fri, 16 Jan 2004 10:54:39 -0800
3715 apt (0.5.20) unstable; urgency=low
3717 * Fixed German translations of "Suggested" from Christian Garbs
3718 <debian@cgarbs.de> (Closes: #197960)
3719 * Add an "apt-cache madison" command with an output format similar to
3720 the katie tool of the same name (but less functionality)
3721 * Fix debSourcesIndex::Describe() to correctly say "Sources" rather than
3724 -- Matt Zimmerman <mdz@debian.org> Sat, 3 Jan 2004 23:42:50 -0800
3726 apt (0.5.19) unstable; urgency=low
3728 * Fix Packages::Extensions support in apt-ftparchive generate
3731 -- Matt Zimmerman <mdz@debian.org> Sat, 3 Jan 2004 16:20:31 -0800
3733 apt (0.5.18) unstable; urgency=low
3735 * New no_NO.po file from Tollef Fog Heen <tfheen@debian.org> to fix
3736 encoding problems (Closes: #225602)
3737 * Have "apt-ftparchive release" strip the leading path component from
3738 the checksum entries
3740 -- Matt Zimmerman <mdz@debian.org> Fri, 2 Jan 2004 11:24:35 -0800
3742 apt (0.5.17) unstable; urgency=low
3744 * Enable apt-ftparchive to generate Release files. Hopefully this will
3745 make it easier for folks to secure their apt-able packages
3747 -- Matt Zimmerman <mdz@debian.org> Fri, 26 Dec 2003 12:53:21 -0800
3749 apt (0.5.16) unstable; urgency=low
3751 * po/de.po update from Michael Karcher <karcher@physik.fu-berlin.de>
3753 * Update config.guess and config.sub from autotools-dev 20031007.1
3754 * Add knetbsd to buildlib/ostable (Closes: #212344)
3755 * Don't suggest apt-get -f install to correct broken build-deps; broken
3756 installed packages are rarely the cause (Closes: #220858)
3757 * Avoid clobbering configure.in if sed fails
3759 -- Matt Zimmerman <mdz@debian.org> Wed, 24 Dec 2003 14:54:40 -0800
3761 apt (0.5.15) unstable; urgency=low
3763 * Spanish man pages, patch from Ruben Porras <nahoo82@telefonica.net>
3765 - apt.es.8 wasn't included in the patch, but was referenced. Fetched
3766 version 1.3 from debian-doc cvs
3767 - Create doc/es/.cvsignore
3768 * Patch from Koblinger Egmont <egmont@uhulinux.hu> to fix
3769 pkgCache::PkgFileIterator::Label() to correctly refer to File->Label
3770 rather than File->Origin (Closes: #213311)
3771 * Add missing comma and space to German translation of "downgraded"
3773 * Add missing comma in apt_preferences(5) (Closes: #215362)
3774 * Fix whitespace in French translation of "Yes, do as I say!", which
3775 made it tricky to type. Thanks to Sylvain Pasche
3776 <sylvain.pasche@switzerland.org> (Closes: #217152)
3777 * Let apt-get build-dep try alternatives if the installed package
3778 doesn't meet version requirements (Closes: #214736)
3779 * Fix version display for recommends (Closes: #219900)
3780 * Use isatty rather than ttyname for checking if stdin is a terminal.
3781 isatty has the advantage of not requiring /proc under Linux, and thus
3783 * Correctly implement -n as a synonym for --names-only (Closes: #224515)
3784 * Update apt-cache(8)
3785 - Document --installed
3786 - --recursive applies to both depends and rdepends
3787 * Japanese translation of documentation from Kurasawa Nozomu <nabetaro@slug.jp>
3789 * Clarify documentation of --no-upgrade in apt-get(8) (Closes: #219743)
3790 * Clean up and simplify some of the suggests/recommends display in apt-get
3791 * Use cvs update -d in debian/rules cvs-build rather than just update
3792 * Pass --preserve-envvar PATH --preserve-envvar CCACHE_DIR to debuild. apt
3793 takes a long time to build, and ccache helps
3795 -- Matt Zimmerman <mdz@debian.org> Sat, 20 Dec 2003 16:34:30 -0800
3797 apt (0.5.14) unstable; urgency=low
3799 * apt-get build-dep, when trying to skip over the remaining elements of
3800 an or-expression, would accidentally inherit the version requirements of a
3801 later item in the or-expression. Fixed it.
3802 * Let apt-get build-dep try alternatives if the first dependency in an
3803 or-expression is not available
3804 * Add a Debug::BuildDeps to generate some trace output
3805 * Help apt-get build-dep produce more useful error messages
3806 * Process build-dependencies in forward rather than reverse order
3807 * Error out if an installed package is too new for a << or <=
3809 * apt-get build-dep should now be able to handle almost any package with
3810 correct build-depends. The primary exception is build-dependencies on
3811 virtual packages with more than one provider, and these are
3812 discouraged for automated processing (but still common,
3815 -- Matt Zimmerman <mdz@debian.org> Tue, 23 Sep 2003 22:57:31 -0400
3817 apt (0.5.13) unstable; urgency=medium
3819 * Document configuration file comment syntax in apt.conf(5)
3821 * s/removed/installed/ in a comment in apt-get.cc
3822 * Move comment for ListParser::ParseDepends into the right place
3823 * Don't preserve ownership when copying config.guess and config.sub.
3824 This broke builds where the clean target was run with different
3825 privileges than the rest of the build (i.e., root) (Closes: #212183)
3826 * On second thought, don't copy config.guess and config.sub at all. I'd
3827 rather they always match what is in CVS.
3829 -- Matt Zimmerman <mdz@debian.org> Mon, 22 Sep 2003 10:28:17 -0400
3831 apt (0.5.12) unstable; urgency=low
3833 * Exclude subdirectories named 'debian-installer' from the apt-cdrom
3834 search (Closes: #210485 -- release-critical)
3836 -- Matt Zimmerman <mdz@debian.org> Thu, 11 Sep 2003 21:48:14 -0400
3838 apt (0.5.11) unstable; urgency=low
3840 * Updated pt_BR translations from Andre Luis Lopes <andrelop@debian.org>
3842 * In apt.conf(5), give the fully qualified name of Dir::Bin::Methods,
3843 rather than just "methods"
3844 * Add new nb and nn translations from Petter Reinholdtsen <pere@hungry.com>
3845 * Clean up reportbug script a bit, and extend it to distinguish between a
3846 configuration file not existing and the user declining to submit it with
3848 * Add #include <langinfo.h> to cmdline/apt-get.cc. This apparently gets
3849 pulled in by something else with recent g++ and/or glibc, but is
3850 required when building on, e.g., stable
3851 * Patch from Koblinger Egmont <egmont@uhulinux.hu> to fix version
3852 comparisons with '~' (Closes: #205960)
3853 * Disable Russian translation until someone can review it
3856 -- Matt Zimmerman <mdz@debian.org> Wed, 10 Sep 2003 19:41:28 -0400
3858 apt (0.5.10) unstable; urgency=low
3860 * Correct the section in apt_preferences(5) on interpreting priorities
3861 to show that zero is not a valid priority, and print a warning if such
3862 a pin is encountered in the preferences file (Closes: #204971)
3863 * Regenerate French man pages from sgml source (Closes: #205886)
3864 * Get self-tests compiling again, updated for latest library API
3866 * Add version comparison tests for #194327 and #205960
3867 * Fix error message in version test to output versions in the order in
3868 which they were compared when the reverse comparison fails
3869 * Reference the source package bug page rather than the one for the
3870 binary package 'apt' in the man pages (Closes: #205290)
3871 * Updated Polish po file from Marcin Owsiany <porridge@debian.org>
3873 * Mention some of the available frontends in apt-get(8) (Closes: #205829)
3874 * Add apt-config to SEE ALSO section of apt-get (Closes: #205036)
3875 * Add missing "lang" attributes to refentry tags in French man pages
3876 (apt-cdrom, apt-extracttemplates, apt-sortpkgs)
3877 * Change upgraded/newly installed/not fully installed or removed
3878 messages to be consistent and somewhat shorter (some translations
3879 exceeded 80 characters even in the simplest case)
3880 * Make APT::Get::Show-Upgraded (aka apt-get -u) default to true.
3881 * Updates to Dutch translation from Bart Cornelis <cobaco@linux.be>
3884 -- Matt Zimmerman <mdz@debian.org> Sun, 31 Aug 2003 21:12:39 -0400
3886 apt (0.5.9) unstable; urgency=low
3888 * Oh well, apt isn't going to make it into testing anytime soon due to
3889 new glibc and gcc deps, so we might as well fix more bugs
3890 * Fix typo in example ftp-archive.conf (Closes: #203295)
3891 * Mention default setting for --all-versions (Closes: #203298)
3892 * Patch from Otavio Salvador <otavio@debian.org> to have --version
3893 only print the version (and not usage as well) (Closes: #203418)
3894 * Patch from Otavio Salvador <otavio@debian.org> to switch from
3895 dh_installmanpages to dh_installman. Fixes the problem where the
3896 pt_BR man page was installed in the wrong location (Closes: #194558)
3897 * Move the French apt-ftparchive man page into apt-utils where it
3898 belongs. apt-utils Replaces: apt (<< 0.5.9)
3899 * Write records from "apt-cache show" using fwrite(3) rather than
3900 write(2), in case for some reason the entire record doesn't get
3901 written by a single write(2)
3902 * Add new French man pages to doc/fr/.cvsignore
3903 * Add freebsd to buildlib/ostable (Closes: #193430)
3904 * Avoid segfault if a package name is specified which consists
3905 entirely of characters which look like end tags ('+', '-')
3907 * Patch from Otavio Salvador <otavio@debian.org> to avoid listing
3908 suggests/recommends for packages which are selected for installation
3909 at the same time as the package which suggests/recommends them
3911 * Patch from Otavio Salvador <otavio@debian.org> to avoid listing
3912 suggests/recommends which are Provided by a package which is already
3913 installed (Closes: #200395)
3914 * Patch to update pt_BR man page for apt_preferences(5) from Andre Luis
3915 Lopes <andrelop@debian.org> (Closes: #202245)
3916 * Use nl_langinfo(YESEXPR) rather than comparing to the translated
3917 string "Y". Closes: #200953 and should make the prompting generally
3918 more robust in the face of i18n. In the particular case of #200953,
3919 it was being fooled because of signedness issues with toupper(3)
3921 * apt Suggests: aptitude | synaptic | gnome-apt | wajig
3923 * Clean up whitespace in translated strings in ru.po, which messed up
3924 indentation (some other translations probably have similar problems)
3926 * Run ispell -h over the man page sources and fix a bunch of typos
3927 * Use debian/compat rather than DH_COMPAT
3928 * Update to debhelper compatibility level 3
3929 - remove ldconfig calls from debian/{postinst,postrm} as dh_makeshlibs
3931 - echo 3 > debian/compat
3932 - Build-Depends: debhelper (>= 3)
3933 * Exclude '.#*' from cvs-build
3934 * Let the ftp method work with ftp servers which do not require a
3935 password (Closes: #199425)
3936 * Build-depend on debhelper >= 4.1.62, because we need the fix for
3937 #204731 in order for dh_installman to work correctly
3938 with our SGML man pages
3939 * Move dh_makeshlibs ahead of dh_installdeb so that its postinst
3940 fragments are properly substituted
3942 -- Matt Zimmerman <mdz@debian.org> Sun, 10 Aug 2003 19:54:39 -0400
3944 apt (0.5.8) unstable; urgency=medium
3946 * urgency=medium because the changes since 0.5.5.1 are pretty safe as
3947 far as core functionality, 0.5.5.1 survived unstable for 10 days, and
3948 I don't want to delay apt's progress into testing any further. It's
3949 decidedly better than 0.5.4.
3950 * Clarify the meaning of the only-source option in apt-get(8)
3952 * Updated French man pages from Philippe Batailler
3953 <philippe.batailler@free.fr> (Closes: #182194)
3954 * Give a warning if an illegal type abbreviation is used when looking up a
3955 configuration item (Closes: #168453)
3956 * Improve build-depends handling of virtual packages even further, so that
3957 it will now also try to satisfy build-depends on virtual packages if they
3958 are not installed. Note that this only works if there is only one
3959 package providing the virtual package, as in other cases (Closes: #165404)
3960 * Update config.guess and config.sub from autotools-dev 20030717.1
3961 * Tweak SGML in apt-extracttemplates.1.sgml so that literal '>' doesn't end
3963 * Document SrcDirectory in apt-ftparchive.1.sgml (Closes: #156370)
3964 * Support TMPDIR in apt-extracttemplates (Closes: #191656)
3965 * Fix ru.po to use a capital letter for the translation of 'Y' so that
3966 YnPrompt works correctly (Closes: #200953). No other translations seem
3967 to have this problem
3968 * Regenerate POT file and sync .po files
3969 * Only try to clear stdin if it is a tty, to avoid looping if there is
3970 lots of stuff (perhaps an infinite amount) to read (Closes: #192228)
3972 -- Matt Zimmerman <mdz@debian.org> Fri, 25 Jul 2003 20:21:53 -0400
3974 apt (0.5.7) unstable; urgency=low
3976 * Update control file to match overrides (apt priority important,
3977 libapt-pkg-dev section libdevel)
3978 * Silence the essential packages check if we are only downloading
3979 archives and not changing the system (Closes: #190862)
3980 * Skip version check if a build-dependency is provided by an installed package
3982 * Have apt-cache show exit with an error if it cannot find any of the
3983 specified packages (Closes: #101490)
3985 -- Matt Zimmerman <mdz@debian.org> Mon, 21 Jul 2003 23:43:24 -0400
3987 apt (0.5.6) unstable; urgency=low
3989 * Adam Heath <doogie@debian.org>
3990 - Fix segfault when handling /etc/apt/preferences. Closes: #192409.
3991 * Matt Zimmerman <mdz@debian.org>
3992 - Clean up some string handling, patch from Peter Lundkvist
3993 <p.lundkvist@telia.com> (Closes: #192225)
3994 - Don't fall off the end of the buffer when comparing versions.
3995 Patch from Koblinger Egmont <egmont@uhulinux.hu> (Closes: #194327)
3996 - Minor fixes to apt-ftparchive(1) (Closes: #118156)
3997 - Fix typo in apt-ftparchive help text (Closes: #119072)
3998 - More typos in apt-ftparchive help text (Closes: #190936)
3999 - Update config.guess, config.sub to latest versions
4000 - Modify the description for apt-utils to reflect the fact that it is not
4001 (any longer) infrequently used (Closes: #138045)
4002 - Make setup script for dselect method more explicit about
4003 overwriting sources.list (Closes: #151727)
4004 - Fix typo in apt-cache(8) (Closes: #161243)
4005 - Remove duplicate 'showpkg' from synopsis on apt-cache(8)
4007 - Document in apt-get(8) the meaning of the '*' in ShowList, which is that
4008 the package is being purged (Closes: #182369)
4009 - Fix extra "/" character in apt.conf(5) (Closes: #185545)
4010 - Fix typo in tar error message (Closes: #191424)
4011 - Clarify description of 'search' on apt-cache(8) (Closes: #192216)
4012 - Fix incorrect path for 'partial' directory on apt-get(8)
4014 - Fixes to pt_BR translation from Andre Luis Lopes <andrelop@ig.com.br>
4016 - Updated apt_preferences(5) man page with many corrections and
4017 clarifications from Thomas Hood <jdthood@yahoo.co.uk>
4019 - Fix SGML validation errors in apt-cache.8.sgml introduced in 0.5.5 or so
4020 - Add a simple example to apt-ftparchive(1) (Closes: #95257)
4021 - Add bug script for collecting configuration info (Closes: #176482)
4023 -- Matt Zimmerman <mdz@debian.org> Mon, 21 Jul 2003 01:59:43 -0400
4025 apt (0.5.5.1) unstable; urgency=low
4027 * Move the target of the example docs from doc to binary. Closes:
4029 * Fix api breakage that broke apt-ftparchive and apt-cache dumpavail, by
4030 backing out change that incorretly attempted to handle Package sections
4031 larger than 32k. Closes: #192373
4032 * Fix never-ending loop with apt-get install -V. Closes: #192355.
4034 -- Adam Heath <doogie@debian.org> Mon, 19 May 2003 12:30:16 -0500
4036 apt (0.5.5) unstable; urgency=low
4038 * New deb version compare function, that has no integer limits, and
4039 supports pre-versions using ~. Code ported from dpkg.
4040 * Fix handling of [!arch] for build-dependencies. Closes: #88798, #149595
4041 * Fix handling of build-deps on unknown packages. Closes: #88664, #153307
4042 * "apt-get --arch-only build-dep" to install only architecture-
4043 dependent build dependencies. Bump minor shared lib number to reflect
4044 small change in BuildDepend API.
4045 * APT::Build-Essential configuration option (defaults to "build-essential")
4046 so that "apt-get build-dep" will ensure build essential packages are
4047 installed prior to installing other build-dependencies. Closes: #148879
4048 * LD_LIBRARY_PATH thing. Closes: #109430, #147529
4049 * /usr/doc reference in postinst. Closes: #126189
4050 * Doc updates. Closes: #120689
4051 * Possible apt-cache segfault. Closes: #120311, #118431, #117915, #135295,
4053 * Print special message for EAI_AGAIN. Closes: #131397
4054 * libapt-pkg-dev needs to bring in the apt-inst library if linking
4055 is to work. Closes: #133943
4056 * Typos, Doc Stuff. Closes: #132772, #129970, #123642, #114892, #113786,
4057 #109591, #105920, #103678, #139752, #138186, #138054, #138050,
4058 #139994, #142955, #151654, #151834, #147611, #154268, #173971
4059 * Fix possibility for tag file parsing to fail in some unlikely situations.
4061 * Use std C++ names for some header files. Closes: #128741
4062 * Do not check for free space if --no-download. Closes: #117856
4063 * Actually implement or group handling for 'upgrade'. Closes: #133950
4064 * "Internal Error, Couldn't configure pre-depend" is not actually an
4065 internal error, it is a packaging error and now it says so, and
4066 pinpoints the problem dependency. Closes: #155621
4067 * Allows failure to write to a pipe for post-invoke stuff. Closes: #89830
4068 * Use usr/share/doc for dhelp. Closes: #115701
4069 * --print-uris works with 'update'. Closes: #57070
4070 * Options Dpkg::MaxArgs,Dpkg::MaxArgBytes to allow a much longer dpkg
4072 * Fixed 2 little OR group bugs, thanks to Yann Dirson. Closes: #143995,
4074 * Allow an uninstalled package to be marked for removal on an install
4075 line (meaning not to automatically install it), also fix some dodgy
4076 handling of protected packages. Closes: #92287, #116011
4077 * Fix errant prefix matching in version selection. Closes: #105968
4078 * Ensure that all files needed to run APT as a user are readable and
4079 ignore roots umask for these files. Closes: #108801
4080 * Support larger config spaces. Closes: #111914
4081 * 'apt-get update' no longer does 'Building Dependency Tree'.
4082 * When matching regexs allways print a message. Change regex activation
4083 charset. Closes: #147817
4084 * Don't die if lines in sources.list are too long. Closes: #146846
4085 * Show file name on apt-extracttemplate error messges. Closes: #151835
4086 * i18n gettext stuff, based on work from Michael Piefel: Closes: #95933
4087 * Some highly unlikely memory faults. Closes: #155842
4088 * C++ stuff for G++3.2. Closes: #162617, #165515,
4089 * apt-config dumps sends to stdout not stderr now. Closes: #146294
4090 * Fix segfault in FindAny when /i is used, and there is no default.
4092 * Add s390x to archtable. Closese: #160992.
4093 * Update config.sub/config.guess in cvs, and add support to debian/rules
4094 to update them from /usr/share/misc if they exist. Closes: #155014
4095 * Remove 'Sorry' from messages. Closes: #148824.
4096 * Change wording of 'additional disk space usage' message. Closes:
4098 * apt-extracttemplates now prepends the package name when extracting
4099 files. Closes: #132776
4100 * Add -n synonym for --names-only for apt-cache. Closes: #130689
4101 * Display both current version and new version in apt-get -s. Closes:
4103 * Add an options and timeout config item to ssh/rsh. Closes: #90654
4104 * libapt-pkg-dev now depends on apt-utils. Closes: #133942.
4105 * Change verbose logging output of apt-ftparchive to go to stderr,
4106 instead of stdout. Also, errors that occur no longer go to stdout,
4107 but stderr. Closes: #161592
4108 * Test for timegm in configure. Closes: #165516.
4109 * s/st_mtime/mtime/ on our local stat structure in apt-ftparchive, to
4110 support compliation on platforms where st_mtime is a macro. Closes:
4112 * Check the currently mounted cdrom, to see if it's the one we are
4113 interested in. Closes: #154602
4114 * Refer to reportbug instead of bug in the man pages. Closes: #173745
4115 * Link apt-inst to apt-pkg. Closes: #175055
4116 * New apt_preferences man page from Thomas Hood, Susan Kleinmann,
4118 * Fix > 300 col screen segfault. Closes: #176052
4119 * Rebuild with gcc-3.2. Closes: #177752, #178008.
4120 * Fix build-dep handling of | dependencies.
4121 Closes: #98640, #145997, #158896, #172901
4122 * Double default value of APT::Cache-Limit, until such time as it
4123 can be made more dynamic. Closes: #178623.
4124 * Report uris with '.gz' when there are errors. Closes: #178435.
4125 * When installing build-deps, make sure the new version will
4126 satisfy build requirements. Closes: #178121
4127 * Split offline and guide documentation into apt-doc. This was done so
4128 that binary-arch builds do not require documention deps. Note, that
4129 apt-doc is not installed on upgrades.
4130 * Use doc-base, instead of dhelp directly. Closes: #110389
4131 * Change http message 'Waiting for file' to 'Waiting for headers'.
4133 * Remove trailing lines on package lists in apt-get. Closes: #178736.
4134 * Fix origin pins for file:// uris. Closes: #189014.
4135 * Apply typo and syntax patch from bug to apt-cache.8.sgml. Closes:
4137 * s/dpkg-preconfig/dpkg-preconfigure/ in examples/configure-index.
4139 * Fix some typos in the apt-get manual. Closes: #163932.
4140 * Apply patch from bug, to change frozen to testing, and then do it
4141 everywhere else. Closes: #165085.
4142 * Update es.po. Closes: #183111.
4143 * Add pt_BR translation of apt_preferences(5). Also, build fr manpages.
4145 * Add a vcg command to apt-cache, similiar to dotty. Closes: #150512.
4146 * Add option to apt-get to show versions of packages being
4148 * Be quiet in apt.post{inst,rm}. Closes: #70685.
4149 * apt-get now prints out suggested and recommended packages. Closes:
4151 * Insert some newlines in the cdrom change media message. Closes:
4153 * Add a rdepends command to apt-cache. Closes: #159864.
4154 * When building the dpkg command line, allow for 8192 chars to be used,
4155 instead of only 1024.
4156 * APT::Immediate-Configure had inverted semantics(false meant it was
4157 enabled). Closes: #173619.
4158 * Fix status file parser so that if a record is larger than 32k, the
4159 buffer size will be doubled, and the read attempted again. Closes:
4162 -- Adam Heath <doogie@debian.org> Sun, 27 Apr 2003 01:23:12 -0500
4164 apt (0.5.4) unstable; urgency=low
4166 * M68k config.guess patch. Closes: #88913
4167 * Bi-yearly test on OpenBSD and Solaris
4168 * Doc updates. Closes: #89121, #89854, #99671, #98353, #95823, #93057,
4169 #97520, #102867, #101071, #102421, #101565, #98272, #106914,
4171 * Various cosmetic code updates. Closes: #89066, #89066, #89152
4172 * Add "pre-auto" as an option for DSelect::Clean (run autoclean after
4174 * More patches from Alfredo for Vendors and more SHA-1 stuff
4175 * Fix for AJ's 'desire to remove perl-5.005' and possibly other
4176 similar situations. Closes: #56708, #59432
4177 * no_proxy and ftp. Closes: #89671
4178 * Philippe Batailler's man page patches.
4179 * Fix for display bug. Closes: #92033, #93652, #98468
4180 * Use more than 16bits for the dep ID. Some people ran out..
4181 Closes: #103020, #97809, #102951, #99974, #107362, #107395, #107362,
4182 #106911, #107395, #108968
4183 * Reordered some things to make dante and FTP happier. Closes: #92757
4184 * James R. Van Zandt's guide.sgml updates. Closes: #90027
4185 * apt-ftparchive copes with no uncompressed package files + contents.
4186 * French man pages from philippe batailler - well sort of. They
4188 * run-parts. Closes: #94286
4189 * 'apt-cache policy' preferences debug tool.
4190 * Whatever. Closes: #89762
4191 * libstdc++ and HURD. Closes: #92025
4192 * More apt-utils verbage. Closes: #86954
4193 * Fliped comparision operator. Closes: #94618
4194 * Used the right copyright file. Closes: #65691
4195 * Randolph's G++3 patches.
4196 * Fixed no_proxy tokanizing. Closes: #100046
4197 * Strip Config-Version when copying status to available. Closes: #97520
4198 * Segfault with missing source files. Closes: #100325
4199 * EINTR check. Closes: #102293
4200 * Various changes to the locking metholodgy for --print-uris.
4202 * Lame LD_LIBRARY_PATH thing. Closes: #98928
4203 * apt-cache search searchs provide names too now. Closes: #98695
4204 * Checksum and long lines problem. Closes: #106591
4205 * .aptignr and empty files are just a warning. Closes: #97364
4207 -- Jason Gunthorpe <jgg@debian.org> Sat, 18 Aug 2001 17:21:59 -0500
4209 apt (0.5.3) unstable; urgency=low
4211 * JoeyH's dpkg::preconfig not working. Closes: #88675
4212 * Fixed apt override disparity
4213 * Alfredo's SHA-1 and related patches
4215 -- Jason Gunthorpe <jgg@debian.org> Sun, 4 Mar 2001 15:39:43 -0700
4217 apt (0.5.2) unstable; urgency=low
4219 * Fixed mention of /usr/doc in the long description
4220 * JoeyH's downgrade bug -- don't use 0.5.1
4221 * Doc bug. Closes: #88538
4222 * Fault in building release strings. Closes: #88533
4224 -- Jason Gunthorpe <jgg@debian.org> Sun, 4 Mar 2001 15:39:43 -0700
4226 apt (0.5.1) unstable; urgency=low
4228 * Fixed #82894 again, or should be and.
4229 * Process the option string right. Closes: #86921
4230 * Don't eat the last command for pipes. Closes: #86923
4231 * Ignore .* for configuration directory processing. Closes: #86923
4232 * Alfredo's no_proxy patch
4233 * Documentation fixes. Closes: #87091
4234 * JoeyH's double slash bug. Closes: #87266
4235 * Unintitialized buffer and apt-ftparchive contents generation.
4237 * Build-deps on virtual packages. Closes: #87639
4238 * Fixes glibc/libstdc++ symbol dependencies by including glibc and
4239 libstdc++ version info in the library soname and in the package
4240 provides. Closes: #87426
4241 * Updated soname version to 0.3.2
4242 * apt-extracttemplates moved from debconf into apt-utils
4243 * s390 archtable entry. Closes: #88232
4245 * Some instances where the status file can source a package in a
4246 non-sensical way. Closes: #87390
4247 * Work better if there are duplicate sources.list entries.
4248 * Fixed the resetting of Dir with "dir {};". Closes: #87323
4250 -- Randolph Chung <tausq@debian.org> Sat, 3 Mar 2001 15:37:38 -0700
4252 apt (0.5.0) unstable; urgency=low
4254 * Fixed an obscure bug with missing final double new lines in
4256 * Changed the apt-cdrom index copy routine to use the new section
4258 * Added a package file sorter, apt-sortpkgs
4259 * Parse obsolete Optional dependencies.
4260 * Added Ben's rsh method. Closes: #57794
4261 * Added IPv6 FTP support and better DNS rotation support.
4262 * Include the server IP in error messages when using a DNS rotation.
4264 * Made most of the byte counters into doubles to prevent 32bit overflow.
4266 * HTTP Authorization. Closes: #61158
4267 * Ability to parse and return source index build depends from Randolph.
4268 * new 'apt-get build-dep' command from Randolph. Closes: #63982
4269 * Added apt-ftparchive the all dancing all singing FTP archive
4271 * Allow version specifications with =1.2.4-3 and /2.2 or /stable postfixes
4273 * Removed useless internal cruft including the xstatus file.
4274 * Fixed config parser bugs. Closes: #67848, #71108
4275 * Brain Damanged apt-get config options changed, does not change the command
4276 line interface, except to allow --enable-* to undo a configuration
4279 No-Download -> Download
4280 No-Upgrade -> Upgrade
4281 * Made this fix configable (DSelect::CheckDir) and default to disabled:
4282 * No remove prompt if the archives dir has not changed. Closes: #55709
4283 Because it is stupid in the case where no files were downloaded due to
4284 a resumed-aborted install, or a full cache! Closes: #65952
4285 * Obscure divide by zero problem. Closes: #64394
4286 * Update sizetable for mips. Closes: #62288
4287 * Fixed a bug with passive FTP connections
4288 * Has sizetable entry for sparc64. Closes: #64869
4289 * Escape special characters in the ::Label section of the cdroms.lst
4290 * Created apt-utils and python-apt packages
4291 * Due to the new policy engine, the available file may contain entries
4292 from the status file. These are generated if the package is not obsolete
4293 but the policy engine prohibits using the version from the package files.
4294 They can be identified by the lack of a Filename field.
4295 * The new policy engine. Closes: #66509, #66944, #45122, #45094, #40006,
4296 #36223, #33468, #22551
4297 * Fixed deb-src line for non-us. Closes: #71501, #71601
4298 * Fixes for G++ 2.96, s/friend/friend class/
4299 * Fixed mis doc of APT::Get::Fix-Missing. Closes: #69269
4300 * Confirmed fix for missing new line problem. Closes: #69386
4301 * Fixed up dhelp files. Closes: #71312
4302 * Added some notes about dselect and offline usage. Closes: #66473, #38316
4303 * Lock files on read only file systems are ignored w/ warning.
4305 * apt-get update foo now gives an error! Closes: #42891
4306 * Added test for shlibs on hurd. Closes: #71499
4307 * Clarified apt-cache document. Closes: #71934
4308 * DocBook SGML man pages and some improvements in the text..
4309 * sigwinch thing. Closes: #72382
4310 * Caching can be turned off by setting the cache file names blank.
4311 * Ignores arches it does not know about when autocleaning. Closes: #72862
4312 * New function in apt-config to return dirs, files, bools and integers.
4313 * Fixed an odd litle bug in MarkInstall and fixed it up to handle
4314 complex cases involving OR groups and provides.
4315 68754 describes confusing messages which are the result of this..
4316 Closes: #63149, #69394, #68754, #77683, #66806, #81486, #78712
4317 * Speeling mistake and return code for the 'wicked' resolver error
4318 Closes: #72621, #75226, #77464
4319 * Solved unable to upgrade libc6 from potato to woody due to 3 package
4320 libc6 dependency loop problem.
4321 * Leading sources.list spaces. Closes: #76010
4322 * Removed a possible infinite loop while processing installations.
4323 * Man page updates. Closes: #75411, #75560, #64292, #78469
4324 * ReduceSourceList bug. Closes: #76027
4325 * --only-source option. Closes: #76320
4326 * Typos. Closes: #77812, #77999
4327 * Different status messages. Closes: #76652, #78353
4328 * /etc/apt/apt.conf.d/ directory for Joey and Matt and pipe protocol 2
4329 * OS detection an support for the new pseduo standard of os-arch for the
4330 Architecture string. Also uses regexing.. Closes: #39227, #72349
4331 * Various i18n stuff. Note that this still needs some i18n wizard
4332 to do the last gettextization right. Closes: #62386
4333 * Fixed a problem with some odd http servers/proxies that did not return
4334 the content size in the header. Closes: #79878, #44379
4335 * Little acquire bugs. Closes: #77029, #55820
4336 * _POSIX_THREADS may not be defined to anything, just defined..
4338 * Spelling of Ignore-Hold correctly. Closes: #78042
4339 * Unlock the dpkg db if in download only mode. Closes: #84851
4340 * Brendan O'Dea's dselect admindir stuff. Closes: #62811
4341 * Patch from BenC. Closes: #80810
4342 * Single output of some names in lists. Closes: #80498, #43286
4343 * Nice message for people who can't read syserror output. Closes: #84734
4344 * OR search function. Closes: #82894
4345 * User's guide updates. Closes: #82469
4346 * The AJ/JoeyH var/state to var/lib transition patch. Closes: #59094
4347 * Various CD bugs, again thanks to Greenbush
4348 Closes: #80946, #76547, #71810, #70049, #69482
4349 * Using potato debhelper. Closes: #57977
4350 * I cannot self-terminate. Closes: #74928
4352 -- Jason Gunthorpe <jgg@debian.org> Wed, 21 Feb 2001 00:39:15 -0500
4354 apt (0.3.19) frozen unstable; urgency=low
4356 * Updates to apt-cdrom to support integrated non-us nicely, thanks to
4358 * Fixed that apt-get/cdrom deadlock thing. Closes: #59853, #62945, #61976
4359 * Fixed hardcoded path. Closes: #59743
4360 * Fixed Jay's relative path bug
4361 * Allowed source only CDs. Closes: #58952
4362 * Space check is supressed if --print-uris is given. Closes: #58965
4363 * Clarified the documenation examples for non-us. Closes: #58646
4364 * Typo in the package description. Closes: #60230
4365 * Man Page typo. Closes: #60347
4366 * Typo in Algorithms.cc. Closes: #63577
4367 * Evil dotty function in apt-cache for generating dependency graphs
4368 with the as-yet-unpackaged GraphVis.
4369 * Appears to have been fixed in Janurary.. Closes: #57981
4370 * New config.guess/sub for the new archs. Closes: #60874
4371 * Fixed error reporting for certain kinds of resolution failures.
4373 * Made autoclean respect 'q' settings. Closes: #63023
4374 * Fixed up the example sources.list. Closes: #63676
4375 * Added DPkg::FlushSTDIN to control the flushing of stdin before
4376 forking dpkg. Closes: #63991
4378 -- Ben Gertzfield <che@debian.org> Fri, 12 May 2000 21:10:54 -0700
4380 apt (0.3.18) frozen unstable; urgency=low
4382 * Changes in the postinst script. Closes: #56855, #57237
4383 * Fixed bashism. Closes: #57216, #57335
4384 * Doc updates. Closes: #57772, #57069, #57331, #57833, #57896
4386 -- Ben Gertzfield <che@debian.org> Sun, 13 Feb 2000 01:52:31 -0800
4388 apt (0.3.17) unstable; urgency=low
4390 * RFC 2732 usage for CDROM URIs and fixes to apt-cdrom
4391 * Fixed the configuration parser to not blow up if ; is in the config
4393 * Applied visual patch to dselect install script . Closes #55214
4394 * Included the configure-index example
4396 * Library soname has increased
4397 * Fixed default sources.list to have correct URLs for potato when it
4399 * Added a message about erasing sources.list to dselect setup script
4401 * No remove prompt if the archives dir has not changed. Closes: #55709
4402 * Fixed inclusion of 2nd sample config file. Closes: #55374
4403 * Made file mtimes of 0 not confuse the methods If-Modifed-Since check.
4406 -- Ben Gertzfield <che@debian.org> Mon, 31 Jan 2000 12:12:40 -0800
4408 apt (0.3.16) unstable; urgency=low
4410 * Made --no-download work. Closes: #52993
4411 * Now compiles on OpenBSD, Solaris and HP-UX
4412 * Clarify segfault errors
4413 * More debhelper fixes. Closes: #52662, #54566, #52090, #53531, #54769
4414 * Fix for Joel's discovery of glibc removal behavoir.
4415 * Fix for Ben Collins file: uri from slink upgrade.
4416 * Fixed resume code in FTP. Closes: #54323
4417 * Take more precautions to prevent the corruption Joey Hess saw.
4418 * Fixed --no-list-cleanup
4419 * RFC 2732 URI parsing ([] for hostnames).
4420 * Typo in apt-cache man page. Closes: #54949
4422 -- Ben Gertzfield <che@debian.org> Fri, 14 Jan 2000 08:04:15 -0800
4424 apt (0.3.15) unstable; urgency=low
4426 * Added DSelect::WaitAfterDownload Closes: #49549
4427 * Fixed cast error in byteswap macro and supporting code. Closes: #50093
4428 * Fixed buffer overflow for wide terminal sizes. Closes: #50295
4429 * Made -s and clean not do anything. Closes: #50238
4430 * Problem with Protected packages and the new OR code.
4431 * /usr/share/doc stuff. Closes: #51017, #50228, #51141
4432 * Remove doesn't require a package to be installable. Closes: #51175
4433 * FTP proxy touch ups in the mabn page. Closes: #51315, #51314
4435 -- Ben Gertzfield <che@debian.org> Sat, 4 Dec 1999 21:17:24 -0800
4437 apt (0.3.14) unstable; urgency=low
4439 * Fix Perl or group pre-depends thing Closes: #46091, #46096, #46233, #45901
4440 * Fix handling of dpkg's conversions from < -> <= Closes: #46094, #47088
4441 * Make unparsable priorities non-fatal Closes: #46266, #46267, #46293, #46298
4442 * Fix handling of '/' for the dist name. Closes: #43830, #45640, #45692
4443 * Fixed 'Method gave a blank filename' error from IMS queries onto CDs.
4444 Closes: #45034, #45695, #46537
4445 * Made OR group handling in the problem resolver more elaborate. Closes: #45646
4446 * Added APT::Clean-Installed option. Closes: #45973
4447 * Moves the free space check to after the calculated size is printed.
4448 Closes: #46639, #47498
4449 * mipsel arch Closes: #47614
4450 * Beautified URI printing to not include passwords Closes: #46857
4451 * Fixed little problem with --no-download Closes: #47557
4452 * Tweaked Dselect 'update' script to re-gen the avail file even in the
4453 event of a failure Closes: #47112
4454 * Retries for source archives too Closes: #47529
4455 * Unmounts CDROMs iff it mounted them Closes: #45299
4456 * Checks for the partial directories before doing downloads Closes: #47392
4457 * no_proxy environment variable (http only!) Closes: #43476
4458 * apt-cache showsrc Closes: #45799
4459 * De-Refs Single Pure virtual packages. Closes: #42437, #43555
4460 * Regexs for install. Closes: #35304, #38835
4461 * Dependency reports now show OR group relations
4462 * Re-Install feature. Cloes: #46961, #37393, #38919
4463 * Locks archive directory on clean (woops)
4464 * Remove is not 'sticky'. Closes: #48392
4465 * Slightly more accurate 'can not find package' message. Closes: #48311
4466 * --trivial-only and --no-remove. Closes: #48518
4467 * Increased the cache size. Closes: #47648
4468 * Comment woopsie. Closes: #48789
4469 * Removes existing links when linking sources. Closes: #48775
4470 * Problem resolver does not install all virtual packages. Closes: #48591, #49252
4471 * Clearer usage message about 'source' Closes: #48858
4472 * Immediate configure internal error Closes: #49062, #48884
4474 -- Ben Gertzfield <che@debian.org> Sun, 7 Nov 1999 20:21:25 -0800
4476 apt (0.3.13) unstable; urgency=low
4478 * Fix timestamp miss in FTP. Closes: #44363
4479 * Fix sorting of Kept packages. Closes: #44377
4480 * Fix Segfault for dselect-upgrade. Closes: #44436
4481 * Fix handling of '/' for the dist name. Closes #43830
4482 * Added APT::Get::Diff-Only and Tar-Only options. Closes #44384
4483 * Add commented-out deb-src URI to default sources.list file.
4485 -- Ben Gertzfield <che@debian.org> Sun, 19 Sep 1999 18:54:20 -0700
4487 apt (0.3.12) unstable; urgency=low
4489 * Fix for typo in the dhelp index. Closes: #40377
4490 * Multiple media swap support
4491 * Purge support. Closes: #33291, #40694
4492 * Better handling of - remove notation. Closes: #41024
4493 * Purge support. Closes: #33291, #40694
4494 * Error code on failed update. Closes: #41053
4495 * apt-cdrom adds entries for source directories. Closes: #41231
4496 * Sorts the output of any list. Closes: #41107
4497 * Fixes the looping problem. Closes: #41784, #42414, #44022
4498 * Fixes the CRC mechanism to lowercase all strings. Closes: #41839
4499 * More checks to keep the display sane. Particularly when fail-over is
4500 used with local mirrors and CD-Roms. Closes: #42127, #43130, #43668
4501 * PThread lockup problem on certain sparc/m68k. Closes: #40628
4502 * apt-cdrom understands .gz Package files too. Closes: #42779
4503 * Spelling error in dselect method description. Closes: #43251
4504 * Added security to the default source list. Closes: #43356
4506 -- Ben Gertzfield <che@debian.org> Fri, 3 Sep 1999 09:04:28 -0700
4508 apt (0.3.11) unstable; urgency=low
4510 * Fix for mis-parsed file: URIs. Closes: #40373, #40366, #40230
4511 * Fix for properly upgrading the system from perl 5.004 to 5.005
4513 -- Ben Gertzfield <che@debian.org> Mon, 28 Jun 1999 21:06:44 -0700
4515 apt (0.3.9) unstable; urgency=low
4517 * Spelling error in cachefile.cc. Closes: #39885
4518 * Trailing slash in dselect install if you try to use the
4519 default config file. Closes: #40011
4520 * Simulate works for autoclean. Closes: #39141
4521 * Fixed spelling errors. Closes: #39673
4522 * Changed url parsing a bit. Closes: #40070, #40069
4523 * Version 0.3.8 will be for slink/hamm (GNU libc 2).
4525 -- Ben Gertzfield <che@debian.org> Thu, 24 Jun 1999 18:02:52 -0700
4527 apt (0.3.7) unstable; urgency=low
4529 * Fixed missing text in the apt-get(8) page. Closes: #37596
4530 * Made --simulate and friends work with apt-get source. Closes: #37597, #37656
4531 * Fixed inclusion of man pages in the -doc/-dev package. Closes: #37633, #38651
4532 * Fixed handling of the -q option with not-entirely integer arguments
4534 * Man page typo Closes: #37762
4535 * Fixed parsing of the Source: line. Closes: #37679
4536 * Dpkg/dpkg-hurd source bug. Closes: #38004, #38032
4537 * Added a check for an empty cache directory. Closes: #37963
4538 * Return a failure code if -d is given and packages fail to download.
4540 * Arranged for an ftp proxy specifing an http server to work. See the
4541 important note in the sources.list man page.
4542 * Accounted for resumed files in the cps calculation. Closes: #36787
4543 * Deal with duplicate same version different packages. Closes: #30237
4544 * Added --no-download. Closes: #38095
4545 * Order of apt-cdrom dist detection. Closes: #38139
4546 * Fix apt-cdrom chop handling and missing lines. Closes: #37276
4548 * Suggests dpkg-dev for apt-get source. Closes: #38158
4549 * Fixed typo in apt-get help. Closes: #38712
4550 * Improved the error message in the case of broken held package. Closes: #38777
4551 * Fixed handling of MD5 failures
4552 * Documented list notation Closes: #39008
4553 * Change the 'b' to 'B'. Closes: #39007
4555 -- Ben Gertzfield <che@debian.org> Sun, 20 Jun 1999 18:36:20 -0700
4557 apt (0.3.6) unstable; urgency=low
4559 * Note that 0.3.5 never made it out the door..
4560 * Fix for apt-cdrom and unusual disk label locations. Closes: #35571
4561 * Made APT print numbers in decimal. Closes: #35617, #37319
4562 * Buffer munching fix for FTP. Closes: #35868
4563 * Typo in sample config file. Closes: #35907
4564 * Fixed whitespace in version compares. Closes: #35968, #36283, #37051
4565 * Changed installed size counter to only count unpacked packages.
4567 * apt-get source support. Closes: #23934, #27190
4568 * Renames .debs that fail MD5 checking, provides automatic corruption
4569 recovery. Closes: #35931
4570 * Fixed autoconf verison. Closes: #37305
4571 * Random Segfaulting. Closes: #37312, #37530
4572 * Fixed apt-cache man page. Closes: #36904
4573 * Added a newline to apt-cache showpkg. Closes: #36903
4575 -- Ben Gertzfield <che@debian.org> Wed, 12 May 1999 09:18:49 -0700
4577 apt (0.3.4) unstable; urgency=low
4579 * Release for Ben while he is out of town.
4580 * Checked the size of partial files. Closes: #33705
4581 * apt-get should not print progress on non-tty. Closes: #34944
4582 * s/guide.text.gz/users-guide.txt.gz/ debian/control: Closes: #35207
4583 * Applied cdrom patches from Torsten. Closes: #35140, #35141
4584 * smbmounted cdrom fix. Closes: #35470
4585 * Changed ie to eg. Closes: #35196
4587 -- Adam Heath <doogie@debian.org> Sun, 4 Apr 1999 18:26:44 -0500
4589 apt (0.3.3) unstable; urgency=low
4591 * Fixes bug with file:/ URIs and multi-CD handling. Closes: #34923
4593 -- Ben Gertzfield <che@debian.org> Tue, 23 Mar 1999 12:15:44 -0800
4595 apt (0.3.2) unstable; urgency=low
4597 * Major release into unstable of v3
4598 * These bugs have been fixed, explanations are in the bug system, read
4599 the man pages as well..
4600 Closes: #21113, #22507, #22675, #22836, #22892, #32883, #33006, #34121,
4601 #23984, #24685, #24799, #25001, #25019, #34223, #34296, #34355,
4602 #24021, #25022, #25026, #25104, #25176, #31557, #31691, #31853,
4603 #25458, #26019, #26433, #26592, #26670, #27100, #27100, #27601,
4604 #28184, #28391, #28778, #29293, #29351, #27841, #28172, #30260,
4605 #29382, #29441, #29903, #29920, #29983, #30027, #30076, #30112,
4606 #31009, #31155, #31381, #31883, #32140, #32395, #32584. #34465,
4607 #30383, #30441, #30472, #30643, #30827, #30324, #36425, #34596
4609 -- Ben Gertzfield <che@debian.org> Mon, 15 Mar 1999 19:14:25 -0800
4611 apt (0.3.1) experimental; urgency=low
4613 * Minor release of cvs version.
4614 * Added virtual package libapt-pkgx.x
4616 -- Mitch Blevins <mblevin@debian.org> Wed, 10 Mar 1999 07:52:44 -0500
4618 apt (0.3.0) experimental; urgency=low
4620 * New experimental version.
4622 -- Ben Gertzfield <che@debian.org> Tue, 15 Dec 1998 12:53:21 -0800
4624 apt (0.1.9) frozen unstable; urgency=low
4626 * Return to the wacky numbering for when we build 0.1.8 for hamm
4627 * Important bug related to APT on the Alpha fixed
4628 * apt-get dist-upgrade problems fixed
4629 * tiny patch for http method to fix an endless loop
4630 * nice fix from /usr/doc/lintian/ to remove rpath nastiness from
4631 libtool and add proper shared lib dependancies
4632 * now dh_shlibdeps is called with LD_LIBRARY_PATH=debian/tmp/usr/lib
4633 in case an old libpkg is installed while building APT to prevent
4634 spurious dependancies
4636 -- Ben Gertzfield <che@debian.org> Thu, 5 Nov 1998 17:43:25 -0800
4638 apt (0.1.7) unstable; urgency=low
4640 * New build with libstdc++2.9.
4641 * Various fixes; read the Changelog.
4643 -- Ben Gertzfield <che@debian.org> Thu, 15 Oct 1998 18:29:18 -0700
4645 apt (0.1.6) unstable; urgency=low
4647 * Various fixes in the FTP method for error checking. Fixes: #26188.
4648 * Spelling corrections in dselect method. Fixes: #25884
4649 * Fixes for compilation on alpha/ppc. Fixes: #25313, #26108.
4650 * No more bo releases: we're using a normal numbering system now.
4652 -- Ben Gertzfield <che@debian.org> Tue, 8 Sep 1998 19:27:13 -0700
4654 apt (0.1.5) unstable; urgency=low
4656 * Changed sources.list to point to 'unstable' by default, as
4657 'frozen' no longer exists!
4659 -- Ben Gertzfield <che@debian.org> Thu, 23 Jul 1998 22:00:18 -0700
4661 apt (0.1.3) unstable; urgency=low
4663 * New upstreamish version.
4664 * ftp method rewritten in C. Removes dependancies on all perl/perl
4665 related modules. This fixes many of the ftp method bugs.
4667 -- Ben Gertzfield <che@debian.org> Thu, 16 Jul 1998 22:19:00 -0700
4669 apt (0.1.1) unstable; urgency=low
4671 * Release for unstable.
4673 -- Ben Gertzfield <che@debian.org> Tue, 30 Jun 1998 20:48:30 -0700
4675 apt (0.1) unstable; urgency=low
4677 * Kludge to fix problem in libnet-perl with illegal anonymous
4679 * Moved to unstable; apt is in a useable state now.
4680 * Fixed version numbering. From now on, numbering will be:
4681 0.1 (no actual release) -> 0.1.0bo (release for libc5) ->
4682 0.1.1 (release for unstable). Thanks, Manoj.
4684 -- Ben Gertzfield <che@debian.org> Tue, 30 Jun 1998 20:40:58 -0700
4686 apt (0.0.17-1) experimental; urgency=low
4688 * Fixed problem with libc6 version compare
4689 * Scott's away for a while, so I'll be packaging apt for the time
4692 -- Ben Gertzfield <che@debian.org> Thu, 25 Jun 1998 19:02:03 -0700
4694 apt (0.0.16-1) experimental; urgency=low
4696 * Modifications to make apt-get more friendly when backgrounded.
4697 * Updated documentation.
4698 * Updates to graphic widgets
4700 -- Scott K. Ellis <scott@debian.org> Mon, 8 Jun 1998 11:22:02 -0400
4702 apt (0.0.15-0.2bo) experimental; urgency=low
4705 * Bob Hilliards crash
4707 -- Jason Gunthorpe <jgg@debian.org> Sun, 31 May 1998 20:18:35 -0600
4709 apt (0.0.15-0.1bo) experimental; urgency=low
4712 * libstdc++272 patch
4714 -- Jason Gunthorpe <jgg@debian.org> Sun, 31 May 1998 20:18:35 -0600
4716 apt (0.0.15) experimental; urgency=low
4718 * Clean up source tarball (no user-visible changes)
4720 -- Scott K. Ellis <scott@debian.org> Tue, 26 May 1998 12:23:53 -0400
4722 apt (0.0.14) experimental; urgency=low
4724 * Updates in ordering code to make sure certain upgrades work correctly.
4725 * Made dselect/setup understand ftp as well as http
4727 -- Scott K. Ellis <scott@debian.org> Wed, 20 May 1998 13:33:32 -0400
4729 apt (0.0.13-bo1) experimental; urgency=low
4733 -- Jason Gunthorpe <jgg@debian.org> Mon, 18 May 1998 15:10:49 -0600
4735 apt (0.0.13) experimental; urgency=low
4737 * Remove hardcoded egcc from debian/rules (#21575)
4738 * Fixes for ordering logic when system has a number of unpacked
4739 but unconfigured packages installed.
4740 * Spelling fix in dselect install method (#22556)
4742 -- Scott K. Ellis <scott@debian.org> Sun, 17 May 1998 20:08:33 -0400
4744 apt (0.0.12) experimental; urgency=low
4746 * Fixed problems with package cache corruption.
4747 * Made to depend on libc6 >= 2.0.7pre1 due to timezone problems with
4749 * Interface and documentation improvements.
4751 -- Scott K. Ellis <scott@debian.org> Sat, 16 May 1998 23:17:32 -0400
4753 apt (0.0.11) experimental; urgency=low
4755 * Change dependancies to pre-depends since breaking your packaging tools
4756 in the middle of an installation isn't very good.
4757 * Bug fixes to ftp method and general apt-get code
4759 -- Scott K. Ellis <scott@debian.org> Fri, 15 May 1998 08:57:38 -0400
4761 apt (0.0.10) experimental; urgency=low
4763 * Run "dpkg --configure -a" after an aborted dselect install
4764 * Fixed problem with install looping
4765 * Support for authenticating proxys: (note this isn't terribly secure)
4766 http_proxy="http://user:pass@firewall:port/"
4767 * Substitute $ARCH in sources.list
4768 * Fixes in the resumption code for ftp
4770 -- Scott K. Ellis <scott@debian.org> Tue, 12 May 1998 09:14:41 -0400
4772 apt (0.0.9) experimental; urgency=low
4774 * Added ftp support.
4775 * Various other less visible bug fixes.
4776 * Fixed problem with segfault when apt-get invoked in a non-existant
4777 directory (Bug #21863)
4778 * Bumped policy to 2.4.1
4780 -- Scott K. Ellis <scott@debian.org> Fri, 1 May 1998 09:18:19 -0400
4782 apt (0.0.8) experimental; urgency=low
4784 * Fixed generated available file (Bug #21836)
4785 * Added download ETA (Bug #21774).
4786 * Fixed hardcoded ARCH (Bug #21751).
4787 * Fixed check on http_proxy (Bug #21795).
4788 * Added download speed indicator.
4790 -- Scott K. Ellis <scott@debian.org> Mon, 27 Apr 1998 10:58:32 -0400
4792 apt (0.0.7) experimental; urgency=low
4794 * Remove libdeity and apt from package for now, since only apt-get and
4795 apt-cache are actually useful right now.
4796 * Clean up handling of package installation errors.
4797 * Added timeout to http transfers (#21269)
4798 * Updated setup for dselect/apt method.
4800 * Long options (added in 0.0.6)
4802 -- Scott K. Ellis <scott@debian.org> Tue, 21 Apr 1998 09:06:49 -0400
4804 apt (0.0.6) experimental; urgency=low
4807 * Revamped download status display.
4808 * Call apt-get clean after successful install in dselect.
4809 * Added "apt-get clean" which deletes package files from /var/cache/apt
4811 -- Scott K. Ellis <scott@debian.org> Thu, 9 Apr 1998 15:13:59 -0400
4813 apt (0.0.5) experimental; urgency=low
4815 * Ignore signals while dpkg is running so we don't leave dpkg running in
4816 the background (#20804)
4817 * Check Packages as well as Packages.gz for file URIs (#20784)
4818 * Spelling cleanup (#20800)
4819 * Added -m option to permit upgrade to go on in the case of a bad mirror.
4820 This option may result in incomplete upgrades when used with -f.
4822 -- Scott K. Ellis <scott@debian.org> Tue, 7 Apr 1998 12:40:29 -0400
4824 apt (0.0.4) experimental; urgency=low
4827 * Various documentation updates and cleanup.
4828 * Added '-f' option to apt-get attempt to fix broken dependancies.
4830 -- Scott K. Ellis <scott@debian.org> Sat, 4 Apr 1998 14:36:00 -0500
4832 apt (0.0.3) experimental; urgency=low
4834 * Added a shlibs.local file to prevent apt from depending on itself.
4835 * Updates to how apt-get handles bad states in installed packages.
4836 * Updated rules to make sure build works from a freshly checked out source
4837 archive. Building from CVS needs libtool/automake/autoconf, builds from
4838 the distributed source package should have no such dependancy.
4840 -- Scott K. Ellis <scott@debian.org> Fri, 3 Apr 1998 11:49:47 -0500
4842 apt (0.0.2) unstable; urgency=low
4844 * Updates to apt-get and http binding for dselect method (apt).
4845 * Updating version number from 0.0.1, which was released only on IRC.
4847 -- Scott K. Ellis <scott@debian.org> Fri, 3 Apr 1998 00:35:18 -0500
4849 apt (0.0.1) unstable; urgency=low
4853 -- Scott K. Ellis <scott@debian.org> Tue, 31 Mar 1998 12:49:28 -0500