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