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