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