Merge remote-tracking branch 'origin/debian/sid' into ubuntu/master
[ntk/apt.git] / debian / changelog
1 apt (1.0.1ubuntu1) trusty; urgency=low
2
3 * merge with the debian/sid 1.0.1 version
4 (LP: #1302033)
5
6 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 01 Apr 2014 17:48:58 +0200
7
8 apt (1.0.1) unstable; urgency=medium
9
10 [ Michael Vogt ]
11 * Fix crash in "apt list" when a sources.list file is unreable
12 (Closes: 743413)
13 * make apt search case-insensitive by default
14 * Fix possible race when stunnel/aptwebserver create their PID files
15 in the tests
16 * Fix insecure file permissions when using FileFd with OpenMode::Atomic
17 (LP: #1304657)
18
19 [ Julian Andres Klode ]
20 * Version the Breaks/Replaces for sun-java{5,6}-jdk (LP: #1302736)
21 (Closes: #743616)
22 * Add versioned openjdk-6-jdk breaks
23
24 [ Josef Vitu ]
25 * apt: Minor typo in 'apt' man page (closes: #743657)
26
27 -- Michael Vogt <mvo@debian.org> Thu, 10 Apr 2014 09:48:56 +0200
28
29 apt (1.0) unstable; urgency=low
30
31 The "Happy birthday and 10000b years in the making" release
32
33 [ Julian Andres Klode ]
34 * apt-inst: Do not try to create a substring of an empty string in
35 error reporting (LP: #1288718)
36
37 [ Beatrice Torracca ]
38 * Italian manpages translation update (Closes: 741867)
39
40 [ Kenshi Muto ]
41 * Japanese programs translation update (Closes: 742255)
42
43 [ David Kalnischkies ]
44 * continue reading in xz even if it outputs nothing
45 * only consider versioned kernel packages in autoremove (Closes: 741962)
46 * correct some reported typos in /etc/cron.daily/apt (Closes: 702016)
47 * ensure proper teardown in dpkg error cases (Closes: 738969)
48 * update symbols file to include new symbols from 0.9.16
49 * do IsInstallOk call in MarkInstall unconditionally
50 * discard candidates via IsInstallOk to allow override (Closes: 740750)
51
52 [ Michael Vogt ]
53 * install apt binary
54 * add apt.8.xml manpage
55 * make fancy-progress fg/bg color configurable via something like
56 Dpkg::Progress-Fancy::Progress-{bg,fg}="%1b[30m"
57 (thanks to Tim Wasser for the suggestion)
58 * Add progressbar to "Dpkg::Progress-Fancy"
59 * fix documentation for APT::Periodic::MaxSize "0" (closes: #740551)
60 * Use mkstemp() in apt-extracttemplaes (closes: #741627)
61 * Add new Debug::RunScripts debug option
62 * do not crash on SIGPIPE in pkgDPkgPM::RunScriptsWithPkgs()
63 * enable DPkg::Progress-Fancy by default when "apt" is used
64 * refresh po/pot and unfuzzy apt-extracttemplate manpage change
65 * remove no longer needed apt.7 page
66 * install "apt" binary by default
67 * add sun-java{5,6}-jdk to breaks/replaces as they provided a
68 "apt" binary as well
69
70 [ Trần Ngọc Quân ]
71 * l10n: vi.po (623t): Update Vietnamese translation
72 * debian: Add default compress option to xz
73
74 -- Michael Vogt <mvo@debian.org> Tue, 01 Apr 2014 15:48:46 +0200
75
76 apt (0.9.16.1) unstable; urgency=medium
77
78 [ Chris Leick ]
79 * Updated German doc translation
80
81 [ Julian Andres Klode ]
82 * Fix handling of autoclosing for compressed files (Closes: #741685)
83
84 -- Julian Andres Klode <jak@debian.org> Sat, 15 Mar 2014 18:05:25 +0100
85
86 apt (0.9.16) unstable; urgency=medium
87
88 [ Michael Vogt ]
89 * add hashsum support in apt-helper download-file and
90 add more tests
91
92 [ Trần Ngọc Quân ]
93 * l10n: vi.po (624t): Update Vietnamese translation
94
95 [ David Kalnischkies ]
96 * propagate a negative score point along breaks/conflicts
97 * check version before adding scores in resolver
98 * autogenerate makefile for vendor system
99 * add default and override handling for Cnf::FindVector
100 * support DEB_BUILD_PROFILES and -P for build profiles
101 * do not configure already unpacked packages needlessly (Closes: 740843)
102 * if mountpoint has a ".disk" directory it is mounted
103 * no error for non-existing mountpoints in MountCdrom
104 * apt-cdrom ident shouldn't be interactive (Closes: 740673)
105 * support very long mtab entries in mountpoint discovery
106 * msgstr with elipses need three dots
107 * cmdline parsing: apt-config is not apt-cdrom
108 * use a configurable list of versioned kernel packages
109 * support kfreebsd and hurd in the kernel hook
110 * add ".*-{kernel,modules}-$KERVER" matcher for hook
111 * ensure that a dot is a dot in the hook
112 * use liblzma-dev to provide xz/lzma support
113 * use the pretty fullname of a pkg as download desciption
114
115 [ Johannes Schauer ]
116 * implement BuildProfileSpec support as dpkg has in 1.17.2 (Closes: 661537)
117
118 [ Wojciech Górski ]
119 * fix polish --install-suggests text in apt-get manpage (Closes: 741056)
120
121 -- Michael Vogt <mvo@debian.org> Fri, 14 Mar 2014 09:45:05 +0100
122
123 apt (0.9.15.5) unstable; urgency=medium
124
125 [ Michael Vogt ]
126 * vendor/tanglu/makefile: add missing clean/sources.list
127 * run the acquire tests with the new apt-helper binary, this
128 fixes the autopkgtest failures
129
130 [ Martin Pitt ]
131 * Fix autopkgtest missing dependencies and locale (closes: #739988)
132
133 -- Michael Vogt <mvo@debian.org> Fri, 28 Feb 2014 08:44:25 +0100
134
135 apt (0.9.15.4ubuntu1) trusty; urgency=low
136
137 * merge with debian/sid
138
139 -- Michael Vogt <michael.vogt@ubuntu.com> Sun, 23 Feb 2014 00:45:20 +0100
140
141 apt (0.9.15.4) unstable; urgency=low
142
143 [ Michael Vogt ]
144 * remove auto-generated apt-key and sources.list on clean (closes: 739749)
145 * add testcase for Bug#718329
146 * various fixes for ADT failures
147
148 [ Jon Severinsson ]
149 * add apt-vendor information for tanglu
150
151 [ Guillem Jover ]
152 * ExtractTar: Allow an empty decompressor program
153 * DebFile: Refactor ExtractTarMember() out from ExtractArchive()
154 * Add support for data.tar, control.tar and control.tar.xz
155 * debian: Add debDebFile::ExtractTarMember to the symbols file
156 * Fix typos in documentation (codespell)
157
158 -- Michael Vogt <mvo@debian.org> Sun, 23 Feb 2014 00:27:12 +0100
159
160 apt (0.9.15.3) unstable; urgency=medium
161
162 [ Michael Vogt ]
163 * disable https->http redirects in libcurl, thanks to Julien Cristau
164 * ADT: use "Restrictions: allow-stderr and avoid apt-stderr.log in
165 debian/tests/run-tests
166 * test/integration/test-bug-723705-tagfile-truncates-fields:
167 - fix autopkgtest failure
168 * add missing canNotFindFnmatch/showFnmatchSelection
169 (for the next ABI break)
170 * disable fnmatch() matching from the commandline
171 * merge testcase for the autoremove feature from the ubuntu branch
172
173 [ David Kalnischkies ]
174 * do not recommend dselect in apt-get manpage (Closes: 617625)
175 * report https download start only if we really get it
176 * allow http protocol to switch to https
177 * do not compress .xhtml files and remove junk files (Closes: 738933)
178 * simplify code some more to make reddit happy
179 * update symbols file with hints from the buildlogs
180
181 -- Michael Vogt <mvo@debian.org> Thu, 20 Feb 2014 14:42:39 +0100
182
183 apt (0.9.15.2ubuntu1) trusty; urgency=low
184
185 * merge with debian/sid
186 * re-enable autopkgtest again
187
188 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 13 Feb 2014 14:31:22 +0100
189
190 apt (0.9.15.2) unstable; urgency=medium
191
192 [ Michael Vogt ]
193 * move isatty() check into InitOutput()
194 * Use a APT::VersionSet instead of a VersionList
195 (closes: #738103)
196
197 [ David Kalnischkies ]
198 * simplify code to make compilers happy
199 * update libapt-pkg.symbols file
200 * bump Standards-Version to 3.9.5 (no changes needed)
201 * do not use an empty APT_CONFIG environment variable
202 * always cleanup patchfiles at the end of rred call
203 * use VersionSet in download to handle repeats (Closes: 738103)
204 * use utimes instead of utimensat/futimens (Closes: 738567)
205
206 [ John Ogness ]
207 * apt-cdrom should succeed if any drive succeeds (Closes: 728153)
208
209 [ Trần Ngọc Quân ]
210 * l10n: vi.po (621t): Update and review
211
212 -- Michael Vogt <mvo@debian.org> Thu, 13 Feb 2014 09:50:04 +0100
213
214 apt (0.9.15.1ubuntu1) trusty; urgency=low
215
216 * merged from debian/sid
217
218 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 07 Feb 2014 21:03:22 +0100
219
220 apt (0.9.15.1) unstable; urgency=medium
221
222 [ David Kalnischkies ]
223 * use gpg --homedir instead of explicit file placement
224 * use svg in doxygen and ensure dot is around for it
225 * pkgTagFile: if we have seen the end, do not try to see more
226 * restart debSrcRecordParsers only if needed
227 * discard impossible candidates in MarkInstall (Closes: #735967)
228
229 [ Chris Leick ]
230 * update german manpage translation
231 * Trivian unfuzzies of the German po4a translation
232
233 [ Michael Vogt ]
234 * fix apt-get download truncation (closes: #736962)
235 * do not crash if VF.File()/VF.File().Archive() is NULL
236 * show "status" in apt list last to be more awk friendly
237 (thanks to Axel Beckert)
238 * Fix multiarch package upgrade issue
239 * add test for Suite with path
240
241 [ Colin Watson ]
242 * multicompress with externals sets wrong file modes (Closes: 737130)
243
244 -- Michael Vogt <mvo@debian.org> Thu, 06 Feb 2014 18:09:19 +0100
245
246 apt (0.9.15) unstable; urgency=low
247
248 * upload version from debian/experimental to unstable
249
250 -- Michael Vogt <mvo@debian.org> Sat, 25 Jan 2014 21:57:00 +0100
251
252 apt (0.9.14.3~exp5) experimental; urgency=medium
253
254 [ Anthony Towns ]
255 * methods/rred: minor robustness improvements
256
257 [ Michael Vogt ]
258 * make "apt-mark help" shows all commands
259 * make "apt show" output more user friendly
260 * add "apt full-upgrade" and tweak "apt upgrade"
261 * set APT::Sources::Use-Deb822=false until the format
262 is fully finalized
263
264 -- Michael Vogt <mvo@debian.org> Fri, 24 Jan 2014 23:21:04 +0100
265
266 apt (0.9.14.3~exp4) experimental; urgency=medium
267
268 * implement deb822 suggestions by Anthony Towns and Julian Andres Klode:
269 - add Description tag for deb822 sources
270 - add support for Enabled: no in deb822 sources.list
271 - add support for multiple URIs in deb822 style sources.list
272 - add support for multipl types in one line
273 * add integration test for apt search and apt show
274 * do not ignore ioctl(TIOCSCTTY) errors
275
276 -- Michael Vogt <mvo@debian.org> Wed, 22 Jan 2014 18:59:07 +0100
277
278 apt (0.9.14.3~exp3) experimental; urgency=low
279
280 * implement deb822 suggestions by donkult (thanks!):
281 - rename "Dist" to "Suites"
282 - rename "Section" to "Sections"
283 - rename "Architectures-Delete" to "Architectures-Remove"
284 - rename "Uri" to "URI"
285 * add "apt list --manual-installed"
286 * add "apt upgrade --dist"
287 * add "apt purge"
288 * flock() the file edited in "apt edit-sources"
289 * apt-private/private-show.cc:
290 - do not show Description-lang: header
291 * reword apt !isatty() warning
292 * add missing integration test for "apt list" and fix bugs
293 found by it
294
295 -- Michael Vogt <mvo@debian.org> Sat, 18 Jan 2014 21:09:24 +0100
296
297 apt (0.9.14.3~exp2) experimental; urgency=medium
298
299 [ Julian Andres Klode ]
300 * debian/rules: Call dh_makeshlibs for 'apt'
301
302 [ Anthony Towns ]
303 * reimplement rred to allow applying all the diffs in a single pass
304 * correct IndexDiff vs DiffIndex in Debug output
305
306 [ David Kalnischkies ]
307 * reenable unlimited pdiff files download
308 * integrate Anthonys rred with POC for client-side merge
309
310 [ Michael Vogt ]
311 * document deb822 style sources.list in sources.list(5)
312 * rename "Dist:" in deb822 style sources.list to "Suite:"
313 * rename URL to Uri in deb822-sources
314 * support multiple "Suite:" entries in deb822 style sources.list:
315 "Suite: stable testing unstable"
316
317 -- Michael Vogt <mvo@debian.org> Thu, 16 Jan 2014 21:43:22 +0100
318
319 apt (0.9.14.3~exp1) experimental; urgency=low
320
321 [ Michael Vogt ]
322 * add support for "deb822" style sources.list format and add
323 APT::Sources::Use-Deb822 to support disabling it
324
325 [ David Kalnischkies ]
326 * implement POC client-side merging of pdiffs via apt-file
327
328 [ Trần Ngọc Quân ]
329 * l10n: vi.po(617t): Update Vietnamese translation
330
331 -- Michael Vogt <mvo@debian.org> Sun, 05 Jan 2014 15:13:32 +0100
332
333 apt (0.9.14.2) unstable; urgency=low
334
335 [ Joe Hansen ]
336 * Danish translation update. Closes: #732166
337
338 [ Peter Green ]
339 * add apt-vendor for raspbian. Closes: #732749
340
341 [ Thomas Bechtold ]
342 * apt-pkg/contrib/gpgv.cc: use /tmp as fallback dir if the
343 directory from $TMPDIR is not available (closes: #728500)
344
345 [ Michael Vogt ]
346 * vendor/getinfo:
347 - fix ubuntu-codename
348 * vendor/steamos/*:
349 - add steamos support
350 * bugfix/bts731738-fancy-progess:
351 - fix terminal size issues with e.g. "less" when "APT::Progress-Fancy=1"
352 is used (closes: #731738)
353 * feature/policy-parser-bts732746:
354 - allow more flexibility in /etc/apt/preferences, e.g. comment only
355 sections (closes: #732746)
356 * move TMPDIR handling into GetTempDir() and use that instead of
357 getenv("TMPDIR")
358 * update apt-key net-update and add integration test with the buildin
359 apt webserver
360 * run autopkgtest against the installed apt
361
362 -- Michael Vogt <mvo@debian.org> Sun, 29 Dec 2013 16:41:16 +0100
363
364 apt (0.9.14.1ubuntu2) trusty; urgency=medium
365
366 * Install the apt binary.
367
368 -- Matthias Klose <doko@ubuntu.com> Thu, 16 Jan 2014 12:53:32 +0100
369
370 apt (0.9.14.1ubuntu1) trusty; urgency=low
371
372 * Merge from debian/sid
373 * disable autopkgtest for now until it can test the installed
374 packages and not only the build-tree (thanks to Martin Pitt)
375
376 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 12 Dec 2013 21:19:49 +0100
377
378 apt (0.9.14.1) unstable; urgency=medium
379
380 * fix apt-get source -t dist regression (closes: #731853)
381 and add testcase
382 * clarify error message when apt-get source=ver fails
383 (thans to David Kalnischkies)
384 * Fix conffile prompt regression (LP: #1260297)
385 and add testcase
386 * improve error message for apt-get source pkg:arch{=ver,/release}
387
388 -- Michael Vogt <mvo@debian.org> Thu, 12 Dec 2013 18:34:29 +0100
389
390 apt (0.9.14ubuntu1) trusty; urgency=low
391
392 * Merged from debian/sid
393
394 -- Michael Vogt <michael.vogt@ubuntu.com> Sun, 08 Dec 2013 14:43:30 +0100
395
396 apt (0.9.14) unstable; urgency=low
397
398 [ David Kalnischkies ]
399 * merge ubuntus apport reporting changes to reduce diff
400 * enable NOISE for build logs to enable analyse
401 * introduce a vendor system to change sources.list
402 * add a vendor specific file to have configurable entities
403 * use a substvar to set the archive-keyring in debian/control
404 * cherry-pick ubuntus (disabled) net-update fixes
405 * generate apt-key script with vendor info about keys
406 * drop old /var/state to /var/lib transition artefacts
407
408 [ Steve Langasek ]
409 * prepare-release: declare the packages needed as source build deps.
410
411 [ Michael Vogt ]
412 * enable release based selection for deb-src (closes: 731102)
413 * document Dpkg::Progress-Fancy (closes: 726169), thanks to James McCoy
414 * vendor/makefile: fix build error for parallel builds
415 * Handle SIGWINCH in APT::Progress-Fancy=1
416
417 -- Michael Vogt <mvo@debian.org> Sat, 07 Dec 2013 14:54:31 +0100
418
419 apt (0.9.13.1) unstable; urgency=low
420
421 [ Colin Watson ]
422 * fix "apt-get --purge build-dep" (closes: #720597)
423 * fix regression that APT::Keep-Fds is not honored (closes: #730490)
424
425 [ Michael Vogt ]
426 * add "-f" option to "build-dep" as sbuild is using it to fix
427 regression with cross-building (LP: #1255806)
428 * add autopkgtest support for the integration testsuite
429 * merge mvo/feature/short-list
430 * merge mvo/feature/edit-sources
431 * fix segfault in pkgDepCache::SetCandidateRelease() (closes: #709560)
432 * reset terminal on error (closes: #730795)
433 * fix apport report writing (LP: #1254499)
434
435 -- Michael Vogt <mvo@debian.org> Fri, 29 Nov 2013 20:50:17 +0100
436
437 apt (0.9.13.1~ubuntu1) trusty; urgency=low
438
439 [ Colin Watson ]
440 * fix "apt-get --purge build-dep" (closes: #720597)
441 * fix regression that APT::Keep-Fds is not honored (closes: #730490)
442
443 [ Michael Vogt ]
444 * add "-f" option to "build-dep" as sbuild is using it to fix
445 regression with cross-building (LP: #1255806)
446 * merge mvo/feature/short-list
447
448 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 28 Nov 2013 21:17:43 +0100
449
450 apt (0.9.13) unstable; urgency=low
451
452 [ TJ Guthrie ]
453 * Changed MinAgeSec to MinAge in /etc/cron.daily/apt:200,204
454 LP: #1206047
455
456 -- Michael Vogt <mvo@debian.org> Sun, 24 Nov 2013 10:56:22 +0100
457
458 apt (0.9.13~exp1ubuntu3) trusty; urgency=low
459
460 * Fix "apt-get --purge build-dep" (closes: #720597).
461
462 -- Colin Watson <cjwatson@ubuntu.com> Tue, 26 Nov 2013 15:40:02 +0000
463
464 apt (0.9.13~exp1ubuntu2) trusty; urgency=low
465
466 * Fix two subprocess calls to continue to honour APT::Keep-Fds
467 (LP: #1254696).
468
469 -- Colin Watson <cjwatson@ubuntu.com> Mon, 25 Nov 2013 16:49:25 +0000
470
471 apt (0.9.13~exp1ubuntu1) trusty; urgency=low
472
473 * merged from the debian/sid branch:
474 - debian/gbp.conf: change build branch to ubuntu/master
475 - use ubuntu keyring and ubuntu archive keyring in apt-key
476 - run update-apt-xapian-index in apt.cron
477 - run apt-key net-update in cron.daily
478 - different example sources.list
479 - APT::pkgPackageManager::MaxLoopCount set to 5000
480 - apport pkgfailure handling
481 - ubuntu changelog download handling
482 - patch for apt cross-building, see http://bugs.debian.org/666772
483 - debian/apt.auto-removal.sh
484 + Keep linux-tools packages matching installed kernels
485
486 -- Michael Vogt <michael.vogt@ubuntu.com> Sat, 23 Nov 2013 09:13:14 +0100
487
488 apt (0.9.13~exp1) experimental; urgency=low
489
490 * Improve the API for APT::Upgrade::Upgrade()
491 * Re-add "Calculating upgrade..." message
492 * move upgrade releated code into upgrade.{cc,h}
493 * Move ListUpdate/AquireUpdate into update.{cc,h}
494 * Add new apt-pkg/install-progress.h with APT::Progress::PackageManager
495 progress reporting classes
496 * Move the status-fd progress reporting out of the pkgDPkgPM class
497 and into PackageManagerProgressFd
498 * Fix reading dpkg --status-fd on reinstalls
499 * Add new APT::Status-deb822-Fd progress output
500 * add Acquire::http::Proxy-Auto-Detect to the apt.conf.5 manpage
501 (closes: 726597)
502 * Fix detection when multiarch packages are reported by dpkg as
503 disappeared Packages
504 * test/integration/run-tests: output the failed test names
505 * Code Cleanup in pkgDPkgPM
506 * prepare next ABI via #if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR >= 13)
507 * add new pid_t ExecFork(std::set<int> KeepFDs)
508 * Avoid flickering when "apt-get -o DpkgPM::Progress-Fancy=1" is use
509 * use sysconf(_SC_OPEN_MAX) in ExecFork()
510
511 -- Michael Vogt <mvo@debian.org> Fri, 01 Nov 2013 10:03:06 +0100
512
513 apt (0.9.12.1) unstable; urgency=low
514
515 [ Michael Vogt ]
516 * do not send pkgname:arch over the APT::Status-Fd to not break
517 clients (closes: 726156). A new APT::Status-deb822-Fd will be
518 used to fix this.
519 * add integration tests for APT::Status-Fd
520 * add missing _() around the new "Progress" string
521
522 [ David Kalnischkies ]
523 * fix progress-segfault in case of dpkg errors/prompts (Closes: 726047)
524
525 -- Michael Vogt <mvo@debian.org> Tue, 15 Oct 2013 18:25:51 +0200
526
527 apt (0.9.12) unstable; urgency=low
528
529 [ Christian Perrier ]
530 * Fix typo in apt-private/private-show.cc. Thanks to Benjamin
531 Keresa. Closes: #724073
532
533 [ Mark Hymers ]
534 * fix libapt-inst for >2G debs (closes: #725483)
535
536 [ David Kalnischkies ]
537 * don't strip :any from dependencies in single-arch (Closes: 723586)
538 * pkg from only trusted sources keeps being trusted (Closes: 617690)
539 * compression-neutral message for missing data.tar member (Closes: 722710)
540 * print-uris prints regardless of quiet-level again (Closes: 722207)
541 * retry without partial data after a 416 response (Closes: 710924)
542 * replace "filesize - 1" trick in http with proper 416 handling
543 * fix partial (206 and 416) support in https
544 * handle complete responses to https range requests (Closes: 617643, 667699)
545 (LP: 1157943)
546 * don't consider holds for autoremoval (Closes: 724995)
547 * put fetch errors in 'source' on our errorstack
548 * use pkgAcqArchive in 'download' for proper errors
549 * fix lzma-support detection via xz binary
550 * do not ++ on erased package pointers in autoremove
551
552 [ Michael Vogt ]
553 * Add new "apt-get upgrade --with-new-pkgs" option (and add man-page for it).
554 So "apt-get upgrade --with-new-pkgs" will pull in new dependencies but
555 never remove packages
556 * Rename "--dpkg-progress" to "--show-progress" and document it in
557 apt-get.8. This will show global install progress information in the
558 terminal.
559 * Fix status-fd progress calculation for certain multi-arch install/upgrade
560 situations
561 * add new -o DpkgPM::Progress-Fancy for nicer dpkg progress output
562 on vt100+ terminals
563 * fix libapt-inst for >2G debs (closes: #725483), thanks to Mark Hymers
564 * debian/apt.postinst: use --compare-versions lt instead of lt-nl,
565 to ensure the apt-auto-removal file is correctly create,
566 thanks to Ben Hutchings
567 * update Uploaders to match recent uploaders better
568 * Set the default "Acquire::PDiffs::FileLimit" to 20. If the amount
569 of pdiffs is bigger things tend to get slower. Set
570 Acquire::PDiffs::FileLimit "0";
571 in /etc/apt/apt.conf to get the old behavior back.
572
573 -- Michael Vogt <mvo@debian.org> Wed, 09 Oct 2013 22:39:41 +0200
574
575 apt (0.9.11.4) unstable; urgency=low
576
577 [ Oskari Saarenmaa ]
578 * don't truncate 100 char long paths in tar extraction.
579 Thanks to Mika Eloranta for the testcase! (Closes: #689582)
580
581 [ David Kalnischkies ]
582 * do not trust FileFd::Eof() in pkgTagFile::Fill()
583 Thanks to Cyril Brulebois (Closes: 723705)
584
585 -- Michael Vogt <mvo@debian.org> Fri, 20 Sep 2013 16:12:07 +0200
586
587 apt (0.9.11.3) unstable; urgency=low
588
589 [ Michael Vogt ]
590 * Add DPkgPM::Progress option to enable terminal install
591 progress
592 * fix typo (mkostemp->mkstemp)
593 * Remove invalid "-f" option for apt-get check, thanks to
594 Philipp Weis (closes: #721477)
595 * Fix regression of "apt-cache unmet -i", thanks to Daniel Schepler
596 (closes: #722324)
597
598 [ David Kalnischkies ]
599 * use FileFd in HashSum test to unbreak non-linux ports.
600 Thanks to Aaron M. Ucko (Closes: 721723)
601
602 -- Michael Vogt <mvo@debian.org> Tue, 10 Sep 2013 17:32:02 +0200
603
604 apt (0.9.11.2) unstable; urgency=low
605
606 [ Milo Casagrande ]
607 * Update Italian translation. Closes: #721030
608
609 [ Trần Ngọc Quân ]
610 * Update Vietnamese translation. Closes: #720752
611
612 [ Michael Vogt ]
613 * dselect/install:
614 - remove "-f" option for apt-get clean/auto-clean (closes: #720532)
615 * apt-private/private-cmndline.cc:
616 - fix typo in CmdMatches() selection for dselect-upgrade (closes: #720532)
617 * use SPtr<pkgProblemResolver> in DoInstall() to simplify the code
618 * allow pkg manipulation in the upgrade/dist-upgrade commandline, like
619 apt-get dist-upgrade 2vcard- 4g8+ (thanks to Thorsten Glaser for the
620 suggestion)
621
622 [ Angel Guzman Maeso ]
623 * replace usage of potential dangerous mktemp with mkstemp
624
625 -- Michael Vogt <mvo@debian.org> Sat, 31 Aug 2013 16:45:31 +0200
626
627 apt (0.9.11.1) unstable; urgency=low
628
629 [ Michael Vogt ]
630 * more coverity fixes:
631 - explicit init
632 - always chdir("/") after chroot()
633 - ftparchive/override.cc: fix "skip empty lines" code, the pointer
634 needs to get de-referenced first
635 * dselect/update:
636 - remove "-f" option for apt-get update to fix breakage (closes: 720532)
637
638 [ Christopher Baines ]
639 * Add test for bug #507998
640
641 [ David Kalnischkies ]
642 * add a breaks libapt-inst for FileFd changes in 0.9.9 (Closes: 720449)
643 * add versions to manpages-it Replaces+Breaks
644
645 [ Ángel Guzmán Maeso ]
646 * apt-pkg:contrib Avoid compiler warning about sign-compare
647
648 -- Michael Vogt <mvo@debian.org> Sat, 24 Aug 2013 09:13:27 +0200
649
650 apt (0.9.11) unstable; urgency=low
651
652 [ Daniel Hartwig ]
653 * Clarify units of Acquire::http::Dl-Limit (closes: #705445)
654 * Show a error message if {,dist-}upgrade is used with additional
655 arguments (closes: #705510)
656
657 [ Michael Vogt ]
658 * lp:~mvo/apt/config-clear:
659 - support Configuration.Clear() for a clear of the entire
660 configuration
661 * lp:~mvo/apt/add-glob-function:
662 - add Glob() to fileutl.{cc,h}
663 * feature/apt-binary2
664 - refactor large chunks of cmdline/*.cc into a new libapt-private
665 library that is shared between the internal apt cmdline tools
666 - install libapt-private* into the apt binary
667 - add PACKAGE_MATCHER_ABI_COMPAT define so that this branch can be
668 merged without breaking ABI
669 - add lintian override for no-shlibs-control-file so that
670 the internal libapt-private.so.0.0.0 can be shipped
671 - adjust apt.install.in to only install libapt-private.so.*
672
673 [ David Kalnischkies ]
674 * ensure that pkgTagFile isn't writing past Buffer length (Closes: 719629)
675 * allow Pre-Install-Pkgs hooks to get info over an FD != stdin
676 (Closes: #671726)
677
678 [ Christian PERRIER ]
679 * French translation update.
680
681 -- Michael Vogt <mvo@debian.org> Wed, 21 Aug 2013 17:51:09 +0200
682
683 apt (0.9.10) unstable; urgency=low
684
685 The "Hello to Debconf" upload
686
687 [ Christian Perrier ]
688 * Vietnamese translation update. Closes: #718615
689 * Japanese translation update. Closes: #719279
690 * French translation update.
691
692 [ Michael Vogt ]
693 * work on fixing coverity scan results:
694 - fix some off-by-one errors
695 - fix some resource leaks
696 - fixes in chroot() handling
697 - fix some missing va_end()
698 * make the code -Wall clean again
699 * remove duplicated #include<list>
700 * add .travis.yml
701 * use the 'abi-complicance-checker' package and remove the buildin
702 copy for the abi checks
703
704 [ David Kalnischkies ]
705 * ensure that FileFd::Size returns 0 in error cases
706 * add missing Turkish (tr) to po/LINGUAS
707 * correct management-typo in description found by lintian
708 * implement debian/rules build-{arch,indep} as required by policy 3.9.4
709 * reenable automatic parallel build of APT
710 * exclude config.{sub,guess} from source package
711 * update the symbol files to reflect current state
712 * unset LANGUAGE for showing [Y/n] answer hints
713 * fix some unitialized data members
714 * specific pins below 1000 cause downgrades (Closes: 543966)
715 * use pkgTagFile to parse "header" of Release files
716 * fix: --print-uris removes authentication (Closes: 719263)
717 * always use our own trustdb.gpg in apt-key
718 * use a tmpfile for trustdb.gpg in apt-key.
719 Thanks to Andreas Beckmann for the initial patch! (Closes: #687611)
720 * do not double-slash paths in apt-key (Closes: 665411)
721 * make the keyring locations in apt-key configurable
722 * let apt-key del work better with softlink and single key keyrings
723 * do not call 'apt-key update' in apt.postinst
724
725 [ Colin Watson ]
726 * prefer native arch over higher priority for providers (Closes: #718482)
727
728 -- Michael Vogt <mvo@debian.org> Mon, 12 Aug 2013 21:45:07 +0200
729
730 apt (0.9.9.4) unstable; urgency=low
731
732 [ David Kalnischkies ]
733 * pick up Translation-* even if only compressed available (Closes: 717665)
734 * request absolute URIs from proxies again (0.9.9.3 regession)
735 (Closes: 717891)
736
737 [ Michael vogt ]
738 * fix missing changelog entry for 0.9.9.3 (git-dch issue)
739
740 -- Michael Vogt <mvo@debian.org> Fri, 26 Jul 2013 09:58:17 +0200
741
742 apt (0.9.9.3) unstable; urgency=low
743
744 [ Ben Hutchings ]
745 * debian/apt.auto-removal.sh:
746 - do not include debug symbol packages for the kernel in the
747 blacklist (closes: #717616)
748
749 [ Michael Vogt ]
750 * debian/apt.postinst:
751 - run /etc/kernel/postinst.d/apt-auto-removal once on upgrade
752 to ensure that the correct auto-removal list is generated
753 (closes: #717615)
754
755 [ David Kalnischkies ]
756 * skip all Description fields in apt-cache, not just first (Closes: 717254)
757 * fix 'apt-cache search' crash with missing description (Closes: 647590)
758
759 [ Raphael Geissert ]
760 * Do not send a connection: keep-alive, at all
761
762 -- Michael Vogt <mvo@debian.org> Thu, 25 Jul 2013 17:14:58 +0200
763
764 apt (0.9.9.2) unstable; urgency=low
765
766 [ Programs translations ]
767 * Vietnamese updated by Tran Ngoc Quan. Closes: #717016
768
769 [ David Kalnischkies ]
770 * fix if-clause to generate hook-info for 'rc' packages (Closes: 717006)
771
772 -- Michael Vogt <mvo@debian.org> Wed, 17 Jul 2013 14:56:34 +0200
773
774 apt (0.9.9.1) unstable; urgency=low
775
776 [ Michael Vogt ]
777 * debian/rules:
778 - call dh_clean in clean (closes: #714980)
779 * apt-pkg/packagemanager.cc:
780 - increate APT::pkgPackageManager::MaxLoopCount to 5000
781 * cherry pick debian/apt.auto-removal.sh feature from the
782 ubuntu/master branch
783
784 [ Steve Langasek ]
785 * debian/apt.conf.autoremove: don't include linux-image*,
786 linux-restricted-modules*, and linux-ubuntu-modules* packages in the
787 list to never be autoremoved.
788 * debian/apt.auto-removal.sh, debian/rules, debian/apt.dirs: install new
789 script to /etc/kernel/postinst.d/ which ensures we only automatically
790 keep the currently-running kernel, the being-installed kernel, and the
791 newest kernel, so we don't fill /boot up with an unlimited number of
792 kernels. LP: #923876.
793
794 [ Adam Conrad ]
795 * Fix up two things in debian/apt.auto-removal.sh:
796 - Use exact matches with $-terminated regexes, so we don't get
797 confusion between similarly-named kernel flavours.
798 - Keep linux-backports-modules in sync with installed kernels.
799
800 [ David Kalnischkies ]
801 * Version 3 for DPkg::Pre-Install-Pkgs with MultiArch info (Closes: #712116)
802 * implement arch+= and arch-= for sources.list
803 * prevent MarkInstall of unsynced Multi-Arch:same siblings
804
805 -- Michael Vogt <mvo@debian.org> Thu, 11 Jul 2013 20:44:31 +0200
806
807 apt (0.9.9.1~ubuntu5) trusty; urgency=low
808
809 * Changed MinAgeSec to MinAge in /etc/cron.daily/apt:200,204
810 LP: #1206047
811
812 -- TJ Guthrie (TJ) <TJ.Guthrie@mail.wvu.edu> Mon, 18 Nov 2013 03:06:36 -0500
813
814 apt (0.9.9.1~ubuntu4) trusty; urgency=low
815
816 * No change rebuild against db 5.3.
817
818 -- Dmitrijs Ledkovs <xnox@ubuntu.com> Sat, 02 Nov 2013 14:02:38 +0000
819
820 apt (0.9.9.1~ubuntu3) saucy; urgency=low
821
822 * Keep linux-tools packages matching installed kernels (LP: #1205284)
823
824 -- Adam Conrad <adconrad@ubuntu.com> Wed, 11 Sep 2013 11:48:09 -0400
825
826 apt (0.9.9.1~ubuntu2) saucy; urgency=low
827
828 * Prefer native architecture over higher priority for providers (closes:
829 #718482).
830
831 -- Colin Watson <cjwatson@ubuntu.com> Thu, 01 Aug 2013 16:33:32 +0100
832
833 apt (0.9.9.1~ubuntu1) saucy; urgency=low
834
835 * merged from the debian/sid branch:
836 - debian/gbp.conf: change build branch to ubuntu/master
837 - use ubuntu keyring and ubuntu archive keyring in apt-key
838 - run update-apt-xapian-index in apt.cron
839 - run apt-key net-update in cron.daily
840 - different example sources.list
841 - APT::pkgPackageManager::MaxLoopCount set to 5000
842 - apport pkgfailure handling
843 - ubuntu changelog download handling
844 - patch for apt cross-building, see http://bugs.debian.org/666772
845 - debian/apt.auto-removal.sh
846 + make kernels auto-removable
847
848 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 10 Jul 2013 17:03:52 +0200
849
850 apt (0.9.9) unstable; urgency=low
851
852 [ Michael Vogt ]
853 * improve debug output for the Debug::pkgProblemResolver and
854 Debug::pkgDepCache::AutoInstall
855 * improve apt-cdrom output when no CD-ROM can be auto-detected
856 * document --no-auto-detect in apt-cdrom
857
858 [ David Kalnischkies ]
859 * build the en manpages in subdirectory doc/en
860 * remove -ldl from cdrom and -lutil from apt-get linkage
861 * rewrite pkgOrderList::DepRemove to stop incorrect immediate setting
862 (Closes: 645713)
863 * prefer Essentials over Removals in ordering score
864 * fix priority sorting by prefering higher in MarkInstall
865 * try all providers in order if uninstallable in MarkInstall
866 * do unpacks before configures in SmartConfigure (Closes: #707578)
867 * fix support for multiple patterns in apt-cache search (Closes: #691453)
868 * set Fail flag in FileFd on all errors consistently
869 * don't explicitly init ExtractTar InFd with invalid fd
870 * OpenDescriptor should autoclose fd always on error (Closes: #704608)
871 * fail in CopyFile if the FileFds have error flag set
872 * ensure state-dir exists before coyping cdrom files
873 * fix file location for configure-index.gz in apt.conf(5) (Closes: #711921)
874 * handle missing "Description" in apt-cache show (Closes: #712435)
875 * try defaults if auto-detection failed in apt-cdrom (Closes: #712433)
876 * support \n and \r\n line endings in ReadMessages
877 * do not redownload unchanged InRelease files
878 * trigger NODATA error for invalid InRelease files (Closes: #712486)
879
880 -- Michael Vogt <mvo@debian.org> Tue, 02 Jul 2013 08:58:33 +0200
881
882 apt (0.9.8.2) unstable; urgency=low
883
884 [ Programs translations ]
885 * French translation : typo fix. Closes: #677272
886
887 [ Guillem Jover ]
888 * Update Vcs fields (Closes: #708562)
889
890 [ Michael Vogt ]
891 * buildlib/apti18n.h.in:
892 - fix build failure when building without NLS (closes: #671587)
893
894 [ Gregoire Menuel ]
895 * Fix double free (closes: #711045)
896
897 [ Raphael Geissert ]
898 * Fix crash when the "mirror" method does not find any entry
899 (closes: #699303)
900
901 [ Johan Kiviniemi ]
902 * cmdline/apt-key:
903 - Create new keyrings with mode 0644 instead of 0600.
904 - Accept a nonexistent --keyring file with the adv subcommand as well.
905
906 -- Michael Vogt <mvo@debian.org> Thu, 06 Jun 2013 19:15:14 +0200
907
908 apt (0.9.8.1) unstable; urgency=low
909
910 [ David Kalnischkies ]
911 * apt-pkg/indexcopy.cc:
912 - non-inline RunGPGV methods to restore ABI compatibility with previous
913 versions to fix partial upgrades (Closes: #707771)
914
915 [ Michael Vogt ]
916 * moved source to http://git.debian.org/apt/apt.git
917 * updated gbp.conf to match what bzr-buildpackage is doing
918 * remove .bzr-buildpackage/default.conf (superseeded by gbp.conf)
919
920 -- Michael Vogt <mvo@debian.org> Thu, 16 May 2013 14:50:43 +0200
921
922 apt (0.9.8) unstable; urgency=low
923
924 [ Ludovico Cavedon ]
925 * properly handle if-modfied-since with libcurl/https
926 (closes: #705648)
927
928 [ Andreas Beckman ]
929 * apt-pkg/algorithms.cc:
930 - Do not propagate negative scores from rdepends. Propagating the absolute
931 value of a negative score may boost obsolete packages and keep them
932 installed instead of installing their successors. (Closes: #699759)
933
934 [ Michael Vogt ]
935 * apt-pkg/sourcelist.cc:
936 - fix segfault when a hostname contains a [, thanks to
937 Tzafrir Cohen (closes: #704653)
938 * debian/control:
939 - replace manpages-it (closes: #704723)
940
941 [ David Kalnischkies ]
942 * various simple changes to fix cppcheck warnings
943 * apt-pkg/pkgcachegen.cc:
944 - do not store the MD5Sum for every description language variant as
945 it will be the same for all so it can be shared to save cache space
946 - handle language tags for descriptions are unique strings to be shared
947 - factor version string creation out of NewDepends, so we can easily reuse
948 version strings e.g. for implicit multi-arch dependencies
949 - equal comparisions are used mostly in same-source relations,
950 so use this to try to reuse some version strings
951 - sort group and package names in the hashtable on insert
952 - share version strings between same versions (of different architectures)
953 to save some space and allow quick comparisions later on
954 * apt-pkg/pkgcache.cc:
955 - assume sorted hashtable entries for groups/packages
956 * apt-pkg/cacheiterators.h:
957 - provide DepIterator::IsSatisfied as a nicer shorthand for DepCheck
958 * apt-pkg/deb/debversion.cc:
959 - add a string-equal shortcut for equal version comparisions
960
961 [ Marc Deslauriers ]
962 * make apt-ftparchive generate missing deb-src hashes (LP: #1078697)
963
964 [ Yaroslav Halchenko ]
965 * Fix English spelling error in a message ('A error'). Unfuzzy
966 translations. Closes: #705087
967
968 [ Programs translations ]
969 * French translation completed (Christian Perrier)
970
971 [ Manpages translations ]
972 * French translation completed (Christian Perrier)
973
974 [ Daniel Hartwig ]
975 * apt-pkg/contrib/strutl.cc:
976 - include port in shortened URIs (e.g. with apt-cache policy, progress
977 display) thanks to James McCoy (Closes: #154868, #322074)
978 - percent-encode username and password when writing URIs
979 * methods/http.cc:
980 - properly escape IP-literals (e.g. IPv6 address) when building
981 Host headers and URIs (Closes: #620344)
982 * methods/https.cc:
983 - use https_proxy environment variable if present, falling back to
984 http_proxy otherwise
985 - use authentication credentials from proxy URI
986 (Closes: #651640, LP: #1087512)
987 - environment variables do not override an explicit no proxy
988 directive ("DIRECT") in apt.conf
989 - disregard all_proxy environment variable, like other methods
990
991 -- Michael Vogt <mvo@debian.org> Wed, 08 May 2013 18:43:28 +0200
992
993 apt (0.9.7.9~exp3) experimental; urgency=low
994
995 [ Michael Vogt ]
996 * apt-pkg/sourcelist.cc:
997 - fix segfault when a hostname contains a [, thanks to
998 Tzafrir Cohen (closes: #704653)
999 * debian/control:
1000 - replace manpages-it (closes: #704723)
1001
1002 [ David Kalnischkies ]
1003 * various simple changes to fix cppcheck warnings
1004 * apt-pkg/pkgcachegen.cc:
1005 - do not store the MD5Sum for every description language variant as
1006 it will be the same for all so it can be shared to save cache space
1007 - handle language tags for descriptions are unique strings to be shared
1008 - factor version string creation out of NewDepends, so we can easily reuse
1009 version strings e.g. for implicit multi-arch dependencies
1010 - equal comparisions are used mostly in same-source relations,
1011 so use this to try to reuse some version strings
1012 - sort group and package names in the hashtable on insert
1013 - share version strings between same versions (of different architectures)
1014 to save some space and allow quick comparisions later on
1015 * apt-pkg/pkgcache.cc:
1016 - assume sorted hashtable entries for groups/packages
1017 * apt-pkg/cacheiterators.h:
1018 - provide DepIterator::IsSatisfied as a nicer shorthand for DepCheck
1019 * apt-pkg/deb/debversion.cc:
1020 - add a string-equal shortcut for equal version comparisions
1021
1022 [ Marc Deslauriers ]
1023 * make apt-ftparchive generate missing deb-src hashes (LP: #1078697)
1024
1025 [ Yaroslav Halchenko ]
1026 * Fix English spelling error in a message ('A error'). Unfuzzy
1027 translations. Closes: #705087
1028
1029 [ Programs translations ]
1030 * French translation completed (Christian Perrier)
1031
1032 [ Manpages translations ]
1033 * French translation completed (Christian Perrier)
1034
1035 [ Daniel Hartwig ]
1036 * apt-pkg/contrib/strutl.cc:
1037 - include port in shortened URIs (e.g. with apt-cache policy, progress
1038 display) thanks to James McCoy (Closes: #154868, #322074)
1039 - percent-encode username and password when writing URIs
1040 * methods/http.cc:
1041 - properly escape IP-literals (e.g. IPv6 address) when building
1042 Host headers and URIs (Closes: #620344)
1043 * methods/https.cc:
1044 - use https_proxy environment variable if present, falling back to
1045 http_proxy otherwise
1046 - use authentication credentials from proxy URI
1047 (Closes: #651640, LP: #1087512)
1048 - environment variables do not override an explicit no proxy
1049 directive ("DIRECT") in apt.conf
1050 - disregard all_proxy environment variable, like other methods
1051
1052 -- Michael Vogt <mvo@debian.org> Wed, 08 May 2013 18:43:28 +0200
1053
1054 apt (0.9.7.9~exp2) experimental; urgency=low
1055
1056 [ Programs translations ]
1057 * Update all PO files and apt-all.pot
1058 * French translation completed (Christian Perrier)
1059
1060 [ Daniel Hartwig ]
1061 * cmdline/apt-get.cc:
1062 - do not have space between "-a" and option when cross building
1063 (closes: #703792)
1064 * test/integration/test-apt-get-download:
1065 - fix test now that #1098752 is fixed
1066 * po/{ca,cs,ru}.po:
1067 - fix merge artifact
1068
1069 [ David Kalnischkies ]
1070 * apt-pkg/indexcopy.cc:
1071 - rename RunGPGV to ExecGPGV and move it to apt-pkg/contrib/gpgv.cc
1072 * apt-pkg/contrib/gpgv.cc:
1073 - ExecGPGV is a method which should never return, so mark it as such
1074 and fix the inconsistency of returning in error cases
1075 - don't close stdout/stderr if it is also the statusfd
1076 - if ExecGPGV deals with a clear-signed file it will split this file
1077 into data and signatures, pass it to gpgv for verification
1078 - add method to open (maybe) clearsigned files transparently
1079 * apt-pkg/acquire-item.cc:
1080 - keep the last good InRelease file around just as we do it with
1081 Release.gpg in case the new one we download isn't good for us
1082 * apt-pkg/deb/debmetaindex.cc:
1083 - reenable InRelease by default
1084 * ftparchive/writer.cc,
1085 apt-pkg/deb/debindexfile.cc,
1086 apt-pkg/deb/deblistparser.cc:
1087 - use OpenMaybeClearSignedFile to be free from detecting and
1088 skipping clearsigning metadata in dsc and Release files
1089
1090 [ Michael Vogt ]
1091 * add regression test for CVE-2013-1051
1092 * implement GPGSplit() based on the idea from Ansgar Burchardt
1093 (many thanks!)
1094 * methods/connect.cc:
1095 - use Errno() instead of strerror(), thanks to David Kalnischk
1096 * doc/apt.conf.5.xml:
1097 - document Acquire::ForceIPv{4,6}
1098
1099 -- Michael Vogt <mvo@debian.org> Wed, 03 Apr 2013 14:19:58 +0200
1100
1101 apt (0.9.7.9~exp1) experimental; urgency=low
1102
1103 [ Niels Thykier ]
1104 * test/libapt/assert.h, test/libapt/run-tests:
1105 - exit with status 1 on test failure
1106
1107 [ Daniel Hartwig ]
1108 * test/integration/framework:
1109 - continue after test failure but preserve exit status
1110
1111 [ Programs translation updates ]
1112 * Turkish (Mert Dirik). Closes: #703526
1113
1114 [ Colin Watson ]
1115 * methods/connect.cc:
1116 - provide useful error message in case of EAI_SYSTEM
1117 (closes: #703603)
1118
1119 [ Michael Vogt ]
1120 * add new config options "Acquire::ForceIPv4" and
1121 "Acquire::ForceIPv6" to allow focing one or the other
1122 (closes: #611891)
1123 * lp:~mvo/apt/fix-tagfile-hash:
1124 - fix false positives in pkgTagSection.Exists(), thanks to
1125 Niels Thykier for the testcase (closes: #703240)
1126 - this will require rebuilds of the clients as this used to
1127 be a inline function
1128
1129 -- Michael Vogt <mvo@debian.org> Fri, 22 Mar 2013 21:57:08 +0100
1130
1131 apt (0.9.7.8) unstable; urgency=criticial
1132
1133 * SECURITY UPDATE: InRelease verification bypass
1134 - CVE-2013-1051
1135
1136 [ David Kalnischk ]
1137 * apt-pkg/deb/debmetaindex.cc,
1138 test/integration/test-bug-595691-empty-and-broken-archive-files,
1139 test/integration/test-releasefile-verification:
1140 - disable InRelease downloading until the verification issue is
1141 fixed, thanks to Ansgar Burchardt for finding the flaw
1142
1143 -- Michael Vogt <mvo@debian.org> Thu, 14 Mar 2013 07:47:36 +0100
1144
1145 apt (0.9.7.8~exp2) experimental; urgency=low
1146
1147 * include two missing patches to really fix bug #696225, thanks to
1148 Guillem Jover
1149 * ensure sha512 is really used when available, thanks to Tyler Hicks
1150 (LP: #1098752)
1151
1152 -- Michael Vogt <mvo@debian.org> Fri, 01 Mar 2013 19:06:55 +0100
1153
1154 apt (0.9.7.8~exp1) experimental; urgency=low
1155
1156 [ Manpages translation updates ]
1157 * Italian (Beatrice Torracca). Closes: #696601
1158
1159 [ Programs translation updates ]
1160 * Japanese (Kenshi Muto). Closes: #699783
1161
1162 [ Michael Vogt ]
1163 * fix pkgProblemResolver::Scores, thanks to Paul Wise.
1164 Closes: #697577
1165 * fix missing translated apt.8 manpages, thanks to Helge Kreutzmann
1166 for the report. Closes: #696923
1167 * apt-pkg/contrib/progress.cc:
1168 - Make "..." translatable to fix inconsistencies in the output
1169 of e.g. apt-get update. While this adds new translatable strings,
1170 not having translations for them will not break anything.
1171 Thanks to Guillem Jover. Closes: #696225
1172 * debian/apt.cron.daily:
1173 - when reading from /dev/urandom, use less entropy and fix a rare
1174 bug when the random number chksum is less than 1000.
1175 Closes: #695285
1176 * methods/https.cc:
1177 - reuse connection in https, thanks to Thomas Bushnell, BSG for the
1178 patch. LP: #1087543, Closes: #695359
1179 - add missing curl_easy_cleanup()
1180 * methods/http.cc:
1181 - quote spaces in filenames to ensure as the http method is also
1182 (potentially) used for non deb,dsc content that may contain
1183 spaces, thanks to Daniel Hartwig and Thomas Bushnell
1184 (LP: #1086997)
1185 - quote plus in filenames to work around a bug in the S3 server
1186 (LP: #1003633)
1187 * apt-pkg/indexrecords.cc:
1188 - support '\r' in the Release file
1189
1190 [ David Kalnischkies ]
1191 * apt-pkg/depcache.cc:
1192 - prefer to install packages which have an already installed M-A:same
1193 sibling while choosing providers (LP: #1130419)
1194
1195 -- Michael Vogt <mvo@debian.org> Fri, 01 Mar 2013 14:16:42 +0100
1196
1197 apt (0.9.7.7ubuntu4) raring; urgency=low
1198
1199 [ Michael Vogt ]
1200 * test/integration/test-bug-1078697-missing-source-hashes:
1201 - add test for deb-src hash generation
1202
1203 [ Marc Deslauriers ]
1204 * make apt-ftparchive generate missing deb-src hashes (LP: #1078697)
1205
1206 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 11 Apr 2013 14:52:15 +0200
1207
1208 apt (0.9.7.7ubuntu3) raring; urgency=low
1209
1210 * SECURITY UPDATE: InRelease verification bypass
1211 - CVE-2013-1051
1212
1213 [ David Kalnischk ]
1214 * apt-pkg/deb/debmetaindex.cc,
1215 test/integration/test-bug-595691-empty-and-broken-archive-files,
1216 test/integration/test-releasefile-verification:
1217 - disable InRelease downloading until the verification issue is
1218 fixed, thanks to Ansgar Burchardt for finding the flaw
1219
1220 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 14 Mar 2013 14:25:56 +0100
1221
1222 apt (0.9.7.7ubuntu2) raring; urgency=low
1223
1224 * Cherry-pick from David's sid branch to fix a multiarch library
1225 installation problem:
1226
1227 [ David Kalnischkies ]
1228 * apt-pkg/depcache.cc:
1229 - prefer to install packages which have an already installed M-A:same
1230 sibling while choosing providers (LP: #1130419)
1231
1232 -- Steve Langasek <steve.langasek@ubuntu.com> Fri, 01 Mar 2013 17:55:03 -0800
1233
1234 apt (0.9.7.7ubuntu1) raring; urgency=low
1235
1236 * Merge from Debian unstable, pulling in new translations and fixes.
1237 * Add linux-headers to /etc/kernel/postinst.d/apt-auto-removal guard.
1238
1239 -- Adam Conrad <adconrad@ubuntu.com> Fri, 18 Jan 2013 00:32:14 -0700
1240
1241 apt (0.9.7.7) unstable; urgency=low
1242
1243 [ Program translation updates ]
1244 * Catalan (Jordi Mallach)
1245 * Drop a confusing non-breaking space. Closes: #691024
1246 * Thai (Theppitak Karoonboonyanan). Closes: #691613
1247 * Vietnamese (Trần Ngọc Quân). Closes: #693773
1248 * Fix Plural forms in German, French, Japanese and Portuguese
1249 translations. Thanks to Jakub Wilk for reporting these errors.
1250
1251 [ David Kalnischkies ]
1252 * apt-pkg/packagemanager.cc:
1253 - do not do lock-step configuration for a M-A:same package if it isn't
1254 unpacked yet in SmartConfigure and do not unpack a M-A:same package
1255 again in SmartUnPack if we have already configured it (LP: #1062503)
1256 * apt-pkg/depcache.cc:
1257 - don't call MarkInstall with the FromUser flag set for packages
1258 which are dependencies of APT::Never-MarkAuto-Sections matchers
1259 - no mode changes should obviously be ok for pkgDepCache::IsModeChangeOk
1260 * cmdline/apt-get.cc:
1261 - do not call Mark{Install,Delete} from the autoremove code with
1262 the FromUser bit set to avoid modifying the auto-installed bit
1263 * apt-pkg/algorithms.cc:
1264 - ensure pkgProblemResolver calls MarkDelete without FromUser set
1265 so that it can't overrule holds and the protection flag
1266
1267 [ Michael Vogt ]
1268 * change permissions of /var/log/apt/term.log to 0640 (LP: #975199)
1269
1270 [ Jonathan Thomas ]
1271 * apt-pkg/algorithms.cc:
1272 - fix package-pointer array memory leak in ResolveByKeepInternal()
1273
1274 -- Michael Vogt <mvo@debian.org> Thu, 13 Dec 2012 09:52:19 +0100
1275
1276 apt (0.9.7.6ubuntu6) raring; urgency=low
1277
1278 * merged from the debian-sid branch
1279
1280 [ Program translation updates ]
1281 * Catalan (Jordi Mallach)
1282 * Drop a confusing non-breaking space. Closes: #691024
1283 * Thai (Theppitak Karoonboonyanan). Closes: #691613
1284 * Vietnamese (Trần Ngọc Quân). Closes: #693773
1285 * Fix Plural forms in German, French, Japanese and Portuguese
1286 translations. Thanks to Jakub Wilk for reporting these errors.
1287
1288 [ Michael Vogt ]
1289 * change permissions of /var/log/apt/term.log to 0640 (LP: #975199)
1290
1291 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 13 Dec 2012 09:14:54 +0100
1292
1293 apt (0.9.7.6ubuntu5) raring; urgency=low
1294
1295 * Revert build-dependency from gettext:any to gettext, now that gettext is
1296 Multi-Arch: foreign.
1297
1298 -- Colin Watson <cjwatson@ubuntu.com> Thu, 29 Nov 2012 15:43:21 +0000
1299
1300 apt (0.9.7.6ubuntu4) raring; urgency=low
1301
1302 * Fix mismerge of cross-build-dependency handling patch from
1303 0.8.16~exp12ubuntu7.
1304
1305 -- Colin Watson <cjwatson@ubuntu.com> Tue, 20 Nov 2012 18:16:36 +0000
1306
1307 apt (0.9.7.6ubuntu3) raring; urgency=low
1308
1309 * Fix comment char in /etc/apt/apt.conf.d/01autoremove-kernels to
1310 use C++ style comments instead of POSIX shell style (LP: #1076237)
1311
1312 -- Adam Conrad <adconrad@ubuntu.com> Wed, 07 Nov 2012 23:10:35 -0700
1313
1314 apt (0.9.7.6ubuntu2) raring; urgency=low
1315
1316 * Fix up two things in debian/apt.auto-removal.sh:
1317 - Use exact matches with $-terminated regexes, so we don't get
1318 confusion between similarly-named kernel flavours.
1319 - Keep linux-backports-modules in sync with installed kernels.
1320
1321 -- Adam Conrad <adconrad@ubuntu.com> Tue, 06 Nov 2012 15:54:31 -0700
1322
1323 apt (0.9.7.6ubuntu1) raring; urgency=low
1324
1325 [ Michael Vogt ]
1326 * merged from debian-sid
1327
1328 [ Program translation updates ]
1329 * Catalan (Jordi Mallach)
1330 * Drop a confusing non-breaking space. Closes: #691024
1331 * Thai (Theppitak Karoonboonyanan). Closes: #691613
1332
1333 [ David Kalnischkies ]
1334 * apt-pkg/packagemanager.cc:
1335 - do not do lock-step configuration for a M-A:same package if it isn't
1336 unpacked yet in SmartConfigure and do not unpack a M-A:same package
1337 again in SmartUnPack if we have already configured it (LP: #1062503)
1338
1339 [ Steve Langasek ]
1340 * debian/apt.conf.autoremove: don't include linux-image*,
1341 linux-restricted-modules*, and linux-ubuntu-modules* packages in the
1342 list to never be autoremoved.
1343 * debian/apt.auto-removal.sh, debian/rules, debian/apt.dirs: install new
1344 script to /etc/kernel/postinst.d/ which ensures we only automatically
1345 keep the currently-running kernel, the being-installed kernel, and the
1346 newest kernel, so we don't fill /boot up with an unlimited number of
1347 kernels. LP: #923876.
1348
1349 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 06 Nov 2012 15:12:36 +0100
1350
1351 apt (0.9.7.6) unstable; urgency=low
1352
1353 [ Program translation updates ]
1354 * Ukrainian (A. Bondarenko)
1355
1356 [ David Kalnischkies ]
1357 * apt-pkg/pkgcachegen.cc:
1358 - ensure that dependencies for packages:none are always generated
1359 - add 2 missing remap registrations causing a segfault in case
1360 we use the not remapped iterators after a move of the mmap again
1361 - write the native architecture as unique string into the cache header
1362 as it is used for arch:all packages as a map to arch:native.
1363 Otherwise arch comparisons later will see differences (Closes: #689323)
1364 * apt-pkg/pkgcache.cc:
1365 - ignore negative dependencies applying in the same group for M-A:same
1366 packages on the real package name as self-conflicts (Closes: #688863)
1367 * cmdline/apt-cache.cc:
1368 - print versioned dependency relations in (r)depends if the option
1369 APT::Cache::ShowVersion is true (default: false) as discussed in
1370 #218995 to help debian-cd fixing #687949. Thanks to Sam Lidder
1371 for initial patch and Steve McIntyre for nagging and testing!
1372 * apt-pkg/edsp.cc:
1373 - include reinstall requests and already installed (= protected) packages
1374 in the install-request for external resolvers (Closes: #689331)
1375 * apt-pkg/policy.cc:
1376 - match pins with(out) an architecture as we do on the commandline
1377 (partly fixing #687255, b= support has to wait for jessie)
1378 * apt-pkg/contrib/netrc.cc:
1379 - remove the 64 char limit for login/password in internal usage
1380 - remove 256 char line limit by using getline() (POSIX.1-2008)
1381
1382 [ Colin Watson ]
1383 * apt-pkg/pkgcachegen.cc:
1384 - Fix crash if the cache is remapped while writing a Provides version
1385 (LP: #1066445).
1386
1387 -- Michael Vogt <mvo@debian.org> Tue, 16 Oct 2012 18:08:53 +0200
1388
1389 apt (0.9.7.5ubuntu5) quantal; urgency=low
1390
1391 * Revert "missing remap registration" change from 0.9.7.5ubuntu4; this
1392 iterator was already registered, and double registration causes a crash
1393 (LP: #1067056).
1394
1395 -- Colin Watson <cjwatson@ubuntu.com> Tue, 16 Oct 2012 11:35:59 +0100
1396
1397 apt (0.9.7.5ubuntu4) quantal-proposed; urgency=low
1398
1399 [ Colin Watson ]
1400 * apt-pkg/pkgcachegen.cc:
1401 - Fix crash if the cache is remapped while writing a Provides version
1402 (LP: #1066445).
1403
1404 Cherry-pick from http://bzr.debian.org/bzr/apt/apt/debian-sid:
1405
1406 [ David Kalnischkies ]
1407 * apt-pkg/pkgcachegen.cc:
1408 - add a missing remap registration causing a segfault in case
1409 we use the not remapped iterators after a move of the mmap again
1410
1411 -- Colin Watson <cjwatson@ubuntu.com> Sun, 14 Oct 2012 23:54:27 +0100
1412
1413 apt (0.9.7.5ubuntu3) quantal-proposed; urgency=low
1414
1415 * Refresh translations from Launchpad. Amongst other fixes, this drops the
1416 erroneous "个" from "Retrieving file ..." translation in zn_CN.
1417 (LP: #985634)
1418
1419 -- Martin Pitt <martin.pitt@ubuntu.com> Fri, 12 Oct 2012 13:01:30 +0200
1420
1421 apt (0.9.7.5ubuntu2) quantal; urgency=low
1422
1423 Merged from lp:~donkult/apt/experimental:
1424
1425 [ David Kalnischkies ]
1426 * apt-pkg/contrib/strutl.cc:
1427 - support \n and \r\n line endings in ReadMessages
1428
1429 [ Michael Vogt ]
1430 * lp:~mvo/apt/webserver-simulate-broken-with-fix346386:
1431 - merge fix for LP: #346386
1432
1433
1434 Merged from http://bzr.debian.org/bzr/apt/apt/debian-sid:
1435
1436 [ David Kalnischkies ]
1437 * apt-pkg/cdrom.cc:
1438 - copy only configured translation files from a CD-ROM and not all
1439 available translation files preventing new installs with d-i from
1440 being initialized with all translations (Closes: #678227)
1441 - handle Components in the reduction for the source.list as multi-arch CDs
1442 otherwise create duplicated source entries (e.g. "wheezy main main")
1443 * apt-pkg/packagemanager.cc:
1444 - unpack versions only in case a different version from the package
1445 is currently in unpack state to recover from broken system states
1446 (like different file in M-A:same package and other dpkg errors)
1447 and avoid re-unpack otherwise (Closes: #670900)
1448 * debian/control:
1449 - let libapt-pkg break apt < 0.9.4 to ensure that the installed http-
1450 method supports the new redirection-style, thanks to Raphael Geissert
1451 for reporting & testing (Closes: #685192)
1452 * doc/apt_preferences.5.xml:
1453 - use the correct interval (x <= P < y) for pin value documentation as
1454 these are the intervals used by the code (Closes: #685989)
1455 * apt-pkg/indexcopy.cc:
1456 - do not create duplicated flat-archive CD-ROM sources for foreign
1457 architectures on multi-arch CD-ROMs
1458 - do not warn about files which have a record in the Release file, but
1459 are not present on the CD to mirror the behavior of the other methods
1460 and to allow uncompressed indexes to be dropped without scaring users
1461
1462 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 04 Sep 2012 15:42:09 +0200
1463
1464 apt (0.9.7.5ubuntu1) quantal; urgency=low
1465
1466 [ Michael Vogt ]
1467 * merged latest fixes from the debian-sid branch
1468
1469 [ TJ ]
1470 * apt-pkg/contrib/netrc.cc:
1471 - increase LOGINSIZE/PASSWORDSIZE limits and add proper error
1472 if the limits are reached (LP: #1008289)
1473
1474 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 28 Aug 2012 12:06:48 +0200
1475
1476 apt (0.9.7.5) unstable; urgency=low
1477
1478 [ Manpages translation updates ]
1479 * Japanese (KURASAWA Nozomu) (Closes: #684435)
1480 * Portuguese (Américo Monteiro) (Closes: #686975)
1481
1482 [ David Kalnischkies ]
1483 * handle packages without a mandatory architecture (debian-policy §5.3)
1484 by introducing a pseudo-architecture 'none' so that the small group of
1485 users with these packages can get right of them without introducing too
1486 much hassle for other users (Closes: #686346)
1487 * apt-pkg/cdrom.cc:
1488 - copy only configured translation files from a CD-ROM and not all
1489 available translation files preventing new installs with d-i from
1490 being initialized with all translations (Closes: #678227)
1491 - handle Components in the reduction for the source.list as multi-arch CDs
1492 otherwise create duplicated source entries (e.g. "wheezy main main")
1493 * apt-pkg/packagemanager.cc:
1494 - unpack versions only in case a different version from the package
1495 is currently in unpack state to recover from broken system states
1496 (like different file in M-A:same package and other dpkg errors)
1497 and avoid re-unpack otherwise (Closes: #670900)
1498 * debian/control:
1499 - let libapt-pkg break apt < 0.9.4 to ensure that the installed http-
1500 method supports the new redirection-style, thanks to Raphael Geissert
1501 for reporting & testing (Closes: #685192)
1502 * doc/apt_preferences.5.xml:
1503 - use the correct interval (x <= P < y) for pin value documentation as
1504 these are the intervals used by the code (Closes: #685989)
1505 * apt-pkg/indexcopy.cc:
1506 - do not create duplicated flat-archive CD-ROM sources for foreign
1507 architectures on multi-arch CD-ROMs
1508 - do not warn about files which have a record in the Release file, but
1509 are not present on the CD to mirror the behavior of the other methods
1510 and to allow uncompressed indexes to be dropped without scaring users
1511 * apt-pkg/pkgcachegen.cc:
1512 - do not create 'native' (or now 'none') package structures as a side
1513 effect of description translation parsing as it pollutes the cache
1514
1515 -- Michael Vogt <mvo@debian.org> Tue, 11 Sep 2012 15:56:44 +0200
1516
1517 apt (0.9.7.4) unstable; urgency=low
1518
1519 [ Manpages translation updates ]
1520 * Polish (Robert Luberda) (Closes: #683109)
1521
1522 [ Program translation updates ]
1523 * Polish (Michał Kułach)
1524
1525 [ Pino Toscano ]
1526 * apt-pkg/contrib/mmap.cc:
1527 - guard only the msync call with _POSIX_SYNCHRONIZED_IO rather
1528 than also the fallback code as it breaks APT on hurd since 0.9.7.3
1529 as the fallback is now always used on non-linux (Closes: #683354)
1530
1531 [ David Kalnischkies ]
1532 * apt-pkg/contrib/fileutl.cc:
1533 - remove _POSIX_SYNCHRONIZED_IO guard in FileFd::Sync() around fsync
1534 as this guard is only needed for fdatasync and not defined on hurd
1535 * cmdline/apt-get.cc:
1536 - error out on (unsatisfiable) build-deps on purly virtual packages
1537 instead of ignoring these dependencies; thanks to Johannes Schauer
1538 for the detailed report! (Closes: #683786)
1539 - ensure that the right architecture is used for cross-dependencies in
1540 cases we have to choose a provider by defaulting on host-arch
1541 instead of build-arch
1542 * doc/apt-verbatim.ent:
1543 - denote 'wheezy' as stable codename and 'jessie' as testing codename
1544 in the documentation in preparation for release
1545 * apt-pkg/indexcopy.cc:
1546 - do not use atomic writing if the target is /dev/null as we don't want
1547 to replace it, not even automically. (Closes: #683410)
1548 * apt-pkg/cdrom.cc:
1549 - do not link() but rename() the cdroms.list to cdroms.list~ as a backup
1550 to ensure that apt-cdrom can be run multiple times (Closes: #676302)
1551
1552 -- Michael Vogt <mvo@debian.org> Mon, 06 Aug 2012 15:55:04 +0200
1553
1554 apt (0.9.7.3) unstable; urgency=low
1555
1556 [ Manpages translation updates ]
1557 * Spanish; (Omar Campagne). Closes: #681566
1558
1559 [ Program translation updates ]
1560 * Czech (Miroslav Kure). Closes: #680758
1561
1562 [ David Kalnischkies ]
1563 * apt-pkg/cacheset.cc:
1564 - handle :all and :native correctly as architectures again
1565 in the commandline parsing (regression in 0.9.7)
1566 * apt-pkg/packagemanager.cc:
1567 - do not segfault if nothing can be configured to statisfy
1568 a pre-depends (e.g. in a pre-depends loop) (Closes: #681958)
1569 * apt-pkg/contrib/mmap.cc:
1570 - trigger the usage of the fallback code for kfreebsd also in the
1571 second (filebased) constructor of DynamicMMap (Closes: #677704)
1572 - refer to APT::Cache-Start in case the growing failed as if -Limit is
1573 really the offender it will be noted in a previous error message.
1574 - for filesystems not supporting mmap'ing a file we need to use a
1575 SyncToFd dummy just as we did for compressed files in 0.9.5
1576
1577 -- Michael Vogt <mvo@debian.org> Fri, 27 Jul 2012 17:53:41 +0200
1578
1579 apt (0.9.7.2) unstable; urgency=low
1580
1581 [ Manpages translation updates ]
1582 * French (Christian Perrier)
1583 * German (Chris Leick)
1584
1585 [ Program translation updates ]
1586 * Greek (Θανάσης Νάτσης)
1587 * Japanese (Kenshi Muto) (Closes: #679662)
1588 * Russian (Yuri Kozlov) (Closes: #679599)
1589 * Danish (Joe Dalton) (Closes: #680119)
1590 * Portuguese (Miguel Figueiredo) (Closes: #680616)
1591
1592 [ David Kalnischkies ]
1593 * debian/apt.cron.daily:
1594 - do not try to backup extended_states file if it doesn't
1595 exist (Closes: #680287)
1596 * ftparchive/writer.cc:
1597 - handle the APT::FTPArchive::Packages::SHA512 option correctly instead
1598 of overriding SHA256, thanks Christian Marillat! (Closes: #680252)
1599 * cmdline/apt-mark.cc:
1600 - arch:all packages are treated as arch:native packages, but dpkg
1601 expects pkg:all for selections, so use the arch of the installed
1602 version instead of the package structure if possible.
1603 Thanks to Stepan Golosunov for the report! (Closes: #680041)
1604 * apt-pkg/clean.cc:
1605 - run autoclean against pkg:arch and not always against pkg:native as
1606 this removes valid cache entries (Closes: #679371)
1607 * apt-pkg/deb/deblistparser.cc:
1608 - negative dependencies need to apply to all architectures,
1609 but those with a specific architecture only apply to this one
1610 * apt-pkg/cachefilter.cc:
1611 - remove architecture-specific arch to tuple expansion-rules as they lead
1612 to the same tuples for different architectures (e.g. linux-arm for arm,
1613 armel and armhf) while the dpkg-architecture code uses triples which
1614 are different (in the first part, which we omit in our tuples), so e.g.
1615 build-dep restrictions for armel ended up effecting armhf as well
1616
1617 -- Michael Vogt <mvo@debian.org> Fri, 13 Jul 2012 21:33:56 +0200
1618
1619 apt (0.9.7.1ubuntu2) quantal; urgency=low
1620
1621 * ftparchive/override.cc:
1622 - Double maximum override line length to 1000 (LP: #1038961).
1623
1624 -- Colin Watson <cjwatson@ubuntu.com> Mon, 20 Aug 2012 12:04:30 +0100
1625
1626 apt (0.9.7.1ubuntu1) quantal; urgency=low
1627
1628 * merged from the debian-sid branch
1629
1630 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 29 Jun 2012 15:33:42 +0200
1631
1632 apt (0.9.7.1) unstable; urgency=low
1633
1634 [ Program translation updates ]
1635 * Bulgarian (Damyan Ivanov) (Closes: #678983)
1636 * Hungarian (Gabor Kelemen)
1637 * Italian (Milo Casagrande)
1638 * Slovenian (Andrej Znidarsic)
1639 * German (Holger Wansing) (Closes: #679314)
1640 * Slovak (Ivan Masár) (Closes: #679448)
1641
1642 [ David Kalnischkies ]
1643 * cmdline/apt-internal-solver.cc, cmdline/apt-mark.cc:
1644 - typo fixes and unfuzzy translations
1645 * debian/control:
1646 - libapt-{pkg,inst} packages should be in section 'libs' instead
1647 of 'admin' as by ftp-master override request in #677596
1648 - demote debiandoc-sgml to Build-Depends-Indep
1649 * doc/makefile:
1650 - separate translation building of debiandoc from manpages
1651 so that we don't need to build debiandoc for binary packages
1652
1653 -- Michael Vogt <mvo@debian.org> Fri, 29 Jun 2012 14:26:32 +0200
1654
1655 apt (0.9.7) unstable; urgency=low
1656
1657 [ Julian Andres Klode ]
1658 * apt-pkg/contrib/mmap.cc:
1659 - Fix the Fallback option to work correctly, by not calling
1660 realloc() on a map mapped by mmap(), and by using malloc
1661 and friends instead of new[].
1662 - Zero out the new memory allocated with realloc().
1663
1664 [ Daniel Hartwig ]
1665 * apt-pkg/pkgcachegen.cc:
1666 - always reset _error->StackCount in MakeStatusCache (Closes: #677175)
1667
1668 [ David Kalnischkies ]
1669 * apt-pkg/deb/deblistparser.cc:
1670 - ensure that mixed positive/negative architecture wildcards
1671 are handled in the same way as dpkg handles them
1672 - use PackageArchitectureMatchesSpecification filter
1673 * apt-pkg/cachefilter.cc:
1674 - add PackageArchitectureMatchesSpecification (Closes: #672603)
1675 * apt-pkg/cacheset.cc:
1676 - add PackageContainerInterface::FromGroup to support
1677 architecture specifications with wildcards on the commandline
1678 * apt-pkg/pkgcache.cc:
1679 - do a string comparision for architecture checking in IsMultiArchImplicit
1680 as 'unique' strings in the pkgcache aren't unique (Closes: #677454)
1681 * buildlib/configure.mak:
1682 - print a message detailing how to get config.guess and config.sub
1683 in case they are not in /usr/share/misc (Closes: #677312)
1684 * cmdline/apt-get.cc:
1685 - print a friendly message in 'download' if a package can't be
1686 downloaded (Closes: #677887)
1687
1688 -- Michael Vogt <mvo@debian.org> Tue, 19 Jun 2012 16:42:43 +0200
1689
1690 apt (0.9.6ubuntu3) quantal; urgency=low
1691
1692 * SECURITY UPDATE: Disable apt-key net-update for now, as validation
1693 code is still insecure
1694 - cmdline/apt-key: exit 1 immediately in net_update()
1695 - CVE-2012-0954
1696 - LP: #1013639
1697
1698 -- Jamie Strandboge <jamie@ubuntu.com> Fri, 15 Jun 2012 08:03:17 -0500
1699
1700 apt (0.9.6ubuntu2) quantal; urgency=low
1701
1702 * adjust apt-key to ensure no collisions on subkeys too. Patch thanks to
1703 Marc Deslauriers. (LP: #1013128)
1704
1705 -- Jamie Strandboge <jamie@ubuntu.com> Thu, 14 Jun 2012 11:29:48 -0500
1706
1707 apt (0.9.6ubuntu1) quantal; urgency=low
1708
1709 [ Michael Vogt ]
1710 * merged from Debian, remaining changes:
1711 - use ubuntu keyring and ubuntu archive keyring in apt-key
1712 - run update-apt-xapian-index in apt.cron
1713 - support apt-key net-update and verify keys against master-keyring
1714 - run apt-key net-update in cron.daily
1715 - different example sources.list
1716 - APT::pkgPackageManager::MaxLoopCount set to 5000
1717 - apport pkgfailure handling
1718 - ubuntu changelog download handling
1719 - patch for apt cross-building, see http://bugs.debian.org/666772
1720
1721 [ Steve Langasek ]
1722 * Drop upgrade handling for obsolete conffile /etc/apt/apt.conf.d/01ubuntu,
1723 removed in previous LTS.
1724 * prepare-release: declare the packages needed as source build deps.
1725
1726 -- Steve Langasek <steve.langasek@ubuntu.com> Mon, 11 Jun 2012 22:36:16 +0000
1727
1728 apt (0.9.6) unstable; urgency=low
1729
1730 [ David Kalnischkies ]
1731 * apt-pkg/cdrom.cc:
1732 - fix regression from 0.9.3 which dumped the main configuration
1733 _config instead of the cdrom settings (Cnf) as identified and
1734 tested by Milan Kupcevic, thanks! (Closes: #674100)
1735 * cmdline/apt-get.cc:
1736 - do not show 'list of broken packages' header if no package
1737 is broken as it happens e.g. for external resolver errors
1738 - print URIs for all changelogs in case of --print-uris,
1739 thanks to Daniel Hartwig for the patch! (Closes: #674897)
1740 - show 'bzr branch' as 'bzr get' is deprecated (LP: #1011032)
1741 - check build-dep candidate if install is forbidden
1742 * debian/apt-utils.links:
1743 - the internal resolver 'apt' is now directly installed in
1744 /usr/lib/apt/solvers, so don't instruct dh to create a broken link
1745 * doc/apt-verbatim.ent:
1746 - APT doesn't belong to the product 'Linux', so use 'APT' instead
1747 as after all APT is a big suite of applications
1748 * doc/examples/sources.list:
1749 - use the codename instead of 'stable' in the examples sources.list
1750 as we do in the manpage and as the debian-installer does
1751 * doc/apt-get.8.xml:
1752 - use apt-utils as package example instead of libc6
1753 * apt-pkg/contrib/cmdline.cc:
1754 - apply patch from Daniel Hartwig to fix a segfault in case
1755 the LongOpt is empty (Closes: #676331)
1756 - fix segfault with empty LongOpt in --no-* branch
1757 * ftparchive/apt-ftparchive.cc:
1758 - default to putting the Contents-* files below $(SECTION) as apt-file
1759 expects them there - thanks Martin-Éric Racine! (Closes: #675827)
1760 * apt-pkg/deb/deblistparser.cc:
1761 - set pkgCacheGen::Essential to "all" again (Closes: #675449)
1762 * apt-pkg/algorithms.cc:
1763 - force install only for one essential package out of a group
1764 * apt-pkg/aptconfiguration.cc:
1765 - if APT::Languages=none save "none" in allCodes so that the detected
1766 configuration is cached as intended (Closes: #674690, LP: #1004947)
1767 * apt-pkg/cacheiterators.h:
1768 - add an IsMultiArchImplicit() method for Dep- and PrvIterator
1769
1770 [ Justin B Rye ]
1771 * doc/apt-cdrom.8.xml:
1772 - replace CDROM with the proper CD-ROM in text
1773 - correct disc vs. disk issues
1774 * doc/apt-extracttemplates.1.xml:
1775 - debconf is not DebConf
1776 * doc/apt-get.8.xml:
1777 - move dselect-upgrade below dist-upgrade
1778 - review and fix spelling issues
1779 * doc/apt-ftparchive.8.xml, doc/apt-config.8.xml,
1780 doc/apt-key.8.xml, doc/apt-mark.8.xml,
1781 doc/apt_preferences.5.xml, doc/apt-secure.8.xml,
1782 doc/apt-sortpkgs.1.xml, sources.list.5.xml:
1783 - review and fix typo, grammar and style issues
1784 * doc/apt.conf.5.xml:
1785 - review and fix typo, grammar and style issues
1786 - rephrase APT::Immediate-Configuration and many others
1787
1788 [ Sebastian Heinlein ]
1789 * cmdline/apt-key:
1790 - do not hardcode /etc but use Dir::Etc instead
1791
1792 [ Robert Luberda ]
1793 * Polish manpage translation update (Closes: #675603)
1794 * doc/apt-mark.8.xml:
1795 - in hold, the option name is --file not --filename
1796
1797 [ Christian Perrier ]
1798 * French program and manpage translation update
1799 * Danish program translation by Joe Hansen. Closes: #675605
1800
1801 [ Thibaut Girka ]
1802 * cmdline/apt-get.cc:
1803 - complain correctly about :any build-dep on M-A:none packages
1804 * apt-pkg/deb/deblistparser.cc:
1805 - add support for arch-specific qualifiers in dependencies
1806
1807 -- Michael Vogt <mvo@debian.org> Mon, 11 Jun 2012 16:21:53 +0200
1808
1809 apt (0.9.5.1) unstable; urgency=low
1810
1811 [ David Kalnischkies ]
1812 * apt-pkg/contrib/fileutl.cc:
1813 - dup() given compressed fd in OpenDescriptor if AutoClose
1814 is disabled as otherwise gzclose() and co will close it
1815 * doc/*.xml:
1816 - mark even more stuff as untranslateable and improve the
1817 markup here and there (no real text change)
1818 - use docbook DTD 4.5 instead of 4.2 to have valid docs
1819
1820 [ Justin B Rye ]
1821 * doc/*.xml:
1822 - remove 'GNU/Linux' from 'Debian systems' strings as Debian
1823 has more systems than just GNU/Linux nowadays
1824 * doc/apt-cache.8.xml:
1825 - fix a typo as well as adding missing literal markup
1826 - three small rewordings for better english sentences
1827
1828 -- Michael Vogt <mvo@debian.org> Thu, 24 May 2012 17:16:34 +0200
1829
1830 apt (0.9.5) unstable; urgency=low
1831
1832 [ Chris Leick ]
1833 * proofreading of the manpage pot
1834 * German manpage translation update (Closes: #673294)
1835
1836 [ David Kalnischkies ]
1837 * buildlib/podomain.mak:
1838 - ensure that all sources end up in the srclist so that we don't
1839 forget to extract half of the translation strings
1840 * buildlib/inttypes.h.in:
1841 - remove inttypes.h compatibility as providing such a c99 types
1842 compatibility conflicts with the usage of c99 type long long
1843 * apt-pkg/contrib/mmap.cc:
1844 - have a dummy SyncToFd around in case of ReadOnly access to a
1845 compressed file as we otherwise on Close() do not delete[] the
1846 char buffer but munmap() it… (Closes: #673815)
1847 * debian/control:
1848 - moving debiandoc-sgml to Build-Depends-Indep was one step too much
1849 for the buildds as we still build two sgml files in arch:any
1850 * debian/rules:
1851 - move internal-solver as 'apt' to his friend dump-solver in
1852 /usr/lib/apt/solvers to avoid writing a manpage for it
1853
1854 -- Michael Vogt <mvo@debian.org> Tue, 22 May 2012 16:14:22 +0200
1855
1856 apt (0.9.4) unstable; urgency=low
1857
1858 [ David Kalnischkies ]
1859 * methods/http.cc:
1860 - after many years of pointless discussions disable http/1.1 pipelining
1861 by default as many webservers and proxies seem to be unable to conform
1862 to specification must's (rfc2616 section 8.1.2.2) (LP: #996151)
1863 - add spaces around PACKAGE_VERSION to fix FTBFS with -std=c++11
1864 * apt-pkg/pkgcachegen.cc:
1865 - make IsDuplicatedDescription static so that it is really private
1866 as we don't need a symbol for it as it is not in a header
1867 * Makefile, buildlib/*.mak:
1868 - reshuffle dependencies so that parallel building seems to work
1869 - separate manpages from the rest of the doc building
1870 * prepare-release:
1871 - apt-inst version isn't apt versions, so don't override variable
1872 * debian/rules:
1873 - apt-utils packages manpages, so it should depend on build-doc
1874 - make apt and apt-utils packages depend on manpages instead of full doc
1875 * debian/control:
1876 - move doxygen and debiandoc-sgml to Build-Depends-Indep as docs
1877 are no longer build in the same target as the manpages
1878 * apt-pkg/acquire-methods.cc:
1879 - factor out into private Dequeue() to fix access to deleted pointer
1880 * apt-pkg/contrib/fileutl.cc:
1881 - ensure that we close compressed fds, wait for forks and such even if
1882 the FileFd itself is set to not autoclose the given Fd
1883 * cmdline/apt-get.cc:
1884 - use the host architecture, not the build architecture for matching
1885 of [architecture restrictions] in Build-Depends (Closes: #672927)
1886 * doc/makefile:
1887 - build manpages with the correct l10n.gentext.default.language setting
1888 to get the correct section titles provided by docbook
1889 * doc/po/de.po:
1890 - updated german manpage translation by Chris Leick, thanks!
1891 * apt-pkg/packagemanager.cc:
1892 - do not run into loop on new-pre-depends-breaks (Closes: #673536)
1893 * doc/*.xml:
1894 - add a few translator notes and reword some paragraphs to ensure that
1895 translators and users alike can better understand them (Closes: #669409)
1896 - in <term> mark all options with <option> and mark <term><option>
1897 as untranslated for po4a removing ~200 unless "translateable" strings
1898 * apt-pkg/aptconfiguration.cc:
1899 - longcode Translation files are saved with encoded underscore,
1900 so make sure to pick these files up as well for Acquire::Languages
1901 * ftparchive/writer.cc:
1902 - include Contents-* files in Release files (Closes: #673647)
1903
1904 [ Michael Vogt ]
1905 * merged updated de.po, thanks to Holger Wansing (closes: #672466)
1906
1907 [ Raphael Geissert ]
1908 * apt-pkg/acquire*.cc:
1909 - handle redirections in the worker with the right method instead of
1910 in the method the redirection occured in (Closes: #668111)
1911 * methods/http.cc:
1912 - forbid redirects to change protocol
1913 * methods/mirror.cc:
1914 - generate an equal sign also for the first arch (Closes: #669142)
1915
1916 [ Marius Vollmer ]
1917 * apt-pkg/algorithms.cc:
1918 - fix memory leak of Flags in pkgSimulate by a proper destructor
1919
1920 -- Michael Vogt <mvo@debian.org> Mon, 21 May 2012 12:29:05 +0200
1921
1922 apt (0.9.3) unstable; urgency=low
1923
1924 [ David Kalnischkies ]
1925 * apt-pkg/contrib/strutl.cc:
1926 - remove the message size limit from ioprintf and strprintf
1927 * apt-pkg/contrib/configuration.cc:
1928 - add a more versatile Dump() method
1929 - normalize a bit by replacing // and /./ with / in FindFile
1930 - /dev/null is a special absolute path as it has no subdirectories
1931 * apt-pkg/acquire-worker.cc:
1932 - use Dump() to generate the configuration message for sending
1933 * cmdline/apt-config.cc:
1934 - make it possible to limit dump to a subtree
1935 - implement --empty and --format option for dump
1936 * apt-pkg/cdrom.cc:
1937 - use Dump() to generate the configuration output
1938 * apt-pkg/depcache.cc:
1939 - clearly separate 'positive' and 'negative' dependencies and
1940 their upgrade-resolution tries in MarkInstall and especially don't
1941 treat Conflicts differently compared to Breaks here
1942 - provider is only a possible solution if the provides has the right
1943 version (or none as we have no versioned provides in debian) and not
1944 if the version of the provider matches
1945 * edsp/edspsystem.cc:
1946 - check with RealFileExists for scenario file as otherwise a directory
1947 like one provided with RootDir triggers the usage of EDSP
1948 * debian/libapt-inst1.5.symbols:
1949 - use the correct library name the symbols header
1950 * apt-pkg/pkgcachegen.cc:
1951 - check if NewDescription allocation has failed and error out accordingly
1952 - check if we work on a valid description in IsDuplicateDescription as
1953 we end up working on dangling pointers otherwise which segfaults on
1954 s390x and ppc64 (Closes: #669427)
1955 * apt-pkg/deb/deblistparser.cc:
1956 - check length and containing chars for a given description md5sum
1957 * ensure that apti18n.h is included last as advertised (Closes: #671623)
1958 * apt-pkg/acquire-worker.cc:
1959 - revert the use of FileFd::Write in OutFdReady as we don't want error
1960 reports about EAGAIN here as we retry later. Thanks to YOSHINO Yoshihito
1961 for the report. (Closes: #671721)
1962 * apt-pkg/contrib/fileutl.cc:
1963 - check that the fd which are closed are valid
1964 - ensure that we do init d only once and especially not with its own
1965 content as this causes some "interesting" hickups resulting in segfaults
1966 as it seems (Closes: #554387, #670979)
1967 - collect zombie (de)compressor processes on reopen
1968 - ensure that in error conditions the Fail flag is set
1969 - ensure that d is set before accessing it
1970 * apt-pkg/aptconfiguration.cc:
1971 - use NULL instead of "" for no (un)compress parameters
1972 * apt-pkg/algorithms.cc:
1973 - factor out of ListUpdate a AcquireUpdate to be able to provide your
1974 own pkgAcquire fetcher to the wrapper
1975 * apt-inst/deb/debfile.h:
1976 - readd 'md5.h' to the uncleaned header includes to make qapt build
1977 against us again unchanged to unblock transition (Closes: #669163)
1978
1979 -- Michael Vogt <mvo@debian.org> Fri, 11 May 2012 17:16:22 +0200
1980
1981 apt (0.9.2) unstable; urgency=low
1982
1983 [ Michael Vogt ]
1984 * apt-inst/contrib/extracttar.cc:
1985 - ensure that in StartGzip the InFd is set to "AutoClose" to ensure
1986 that the pipe is closed when InFd is closed. This fixes a Fd leak
1987 (LP: #985452)
1988
1989 [ David Kalnischkies ]
1990 * apt-pkg/deb/deblistparser.cc:
1991 - only treat the native apt as essential by default (Closes: #669377)
1992 * apt-pkg/contrib/fileutl.cc:
1993 - redirect stderr from compressors to /dev/null
1994 * apt-pkg/aptconfiguration.cc:
1995 - if the compressor is not installed, but we link against it's
1996 library accept it as a CompressionType (Closes: #669328)
1997 * apt-pkg/contrib/sha2_internal.cc:
1998 - do not use the input data directly but memcpy it instead as
1999 it could be unaligned as in the http-transport which causes
2000 a sigbus error on sparc (Closes: #669061)
2001 * apt-pkg/cacheset.cc:
2002 - actually return to the fallback modifier if we have detected we
2003 should for packagenames which look like modifiers (Closes: #669591)
2004
2005 [ Adam Conrad ]
2006 * Set FD_CLOEXEC on history.log's FD (Closes: #610069, LP: #636010)
2007
2008 [ Thorsten Spindler ]
2009 * apt-pkg/deb/dpkgpm.cc:
2010 - do not crash if (*I).Pkg is NULL (LP: #939867)
2011
2012 [ Malcolm Scott ]
2013 * apt-pkg/packagemanager.cc:
2014 - iterate over all pre-depends or-group member instead of looping
2015 endlessly over the first member in SmartUnpack (LP: #985852)
2016
2017 -- Michael Vogt <mvo@debian.org> Fri, 20 Apr 2012 11:26:16 +0200
2018
2019 apt (0.9.1) unstable; urgency=low
2020
2021 [ David Kalnischkies ]
2022 * cmdline/apt-get.cc:
2023 - if pkgCacheFile::Generate is disabled in 'update' don't
2024 remove the caches (and don't try to open them)
2025 * apt-pkg/packagemanager.cc:
2026 - init counter in SmartConfigure so that the loop-breaker isn't
2027 triggered at random… (Closes: #669060)
2028
2029 [ Christian Perrier ]
2030 * Fix typo in apt-get(8). Closes: #664833
2031 * Replace "argument" by "paramètre" in French translation.
2032 Merci, les Titeps!
2033 * Drop hardcoded "en.html" suffix in apt-secure manpage.
2034 Thanks to David Prevot.
2035
2036 -- Michael Vogt <mvo@debian.org> Tue, 17 Apr 2012 09:49:31 +0200
2037
2038 apt (0.9.0) unstable; urgency=low
2039
2040 * upload to debian/unstable
2041
2042 -- Michael Vogt <mvo@debian.org> Mon, 16 Apr 2012 15:53:17 +0200
2043
2044 apt (0.9.0~exp1) experimental; urgency=low
2045
2046 [ Michael Vogt ]
2047 * apt-pkg/packagemanager.cc:
2048 - fix inconsistent clog/cout usage in the debug output
2049 - add APT::pkgPackageManager::MaxLoopCount to ensure that the
2050 ordering code does not get into a endless loop when it flip-flops
2051 between two states
2052 * update libapt-inst1.4 to libapt-inst1.5 because of the cleanup
2053 performed
2054 * prepare debian/unstable upload, if there are no issues with this
2055 upload it will directly go into unstable as 0.9.0
2056
2057 [ David Kalnischkies ]
2058 * do not update po and pot files in the process of the build as this
2059 causes timestamp changes for the mo files which therefore can't
2060 be refcounted by dpkg for your M-A: same packages
2061 (Closes: #659333, LP: #924628)
2062 * apt-inst/database.{cc,h}, apt-inst/deb/dpkgdb.{cc,h}:
2063 - drop instead of fix as it is only needed if you want to reimplement dpkg
2064 and comes straight from the beginning of last decade (Closes: #663372)
2065 * apt-inst/deb/debfile.cc:
2066 - {Extract,Merge}Control() is another instance of "lets reimplement dpkg"
2067 so shot of this code before someone ends up using this…
2068 * debian/libapt-pkg4.12:
2069 - update symbols file
2070 * debian/apt-utils.install:
2071 - ship the ftparchive, apt-extractemplates and apt-sortpkgs locales
2072 in the apt-utils package instead of the apt package
2073 * apt-pkg/packagemanager.cc:
2074 - recheck all dependencies if we changed a package in SmartConfigure
2075 as this could break an earlier dependency (LP: #940396)
2076 - recheck dependencies in SmartUnpack after a change, too
2077 * apt-pkg/acquire-worker.cc:
2078 - check return of write() as gcc recommends
2079 * apt-pkg/acquire.cc:
2080 - check return of write() as gcc recommends
2081 * apt-pkg/cdrom.cc:
2082 - check return of chdir() and link() as gcc recommends
2083 * apt-pkg/clean.cc:
2084 - check return of chdir() as gcc recommends
2085 * apt-pkg/contrib/netrc.cc:
2086 - check return of asprintf() as gcc recommends
2087 * methods/rred.cc:
2088 - check return of writev() as gcc recommends
2089 * methods/mirror.cc:
2090 - check return of chdir() as gcc recommends
2091 * apt-pkg/deb/dpkgpm.cc:
2092 - check return of write() a gcc recommends
2093 * apt-inst/deb/debfile.cc:
2094 - check return of chdir() as gcc recommends
2095 * apt-inst/deb/dpkgdb.cc:
2096 - check return of chdir() as gcc recommends
2097 * methods/makefile:
2098 - do not link rred against libz anymore as FileFd handles all
2099 this transparently now
2100 * debian/control:
2101 - bump Standards-Version to 3.9.3 (no changes needed)
2102 - add libbz2-dev as new build-dependency
2103 - remove the libz-dev alternative from zlib1g-dev build-dependency
2104 - suggest xz-utils instead of bzip2 and lzma
2105 * doc/apt-get.8.xml:
2106 - typofix: respect → respecting, thanks Mike Erickson! (Closes: #664833)
2107 * debian/rules:
2108 - do not sed in configure.in to set the version-number
2109 * prepare-release:
2110 - add as a small script to lazy check and prepare releases
2111 * doc/*:
2112 - move the command synopsis out of each manpage into apt-verbatim.ent
2113 as they are a hell to translate and just single out the parameters
2114 which can be translated to apt.ent
2115 * apt-pkg/aptconfiguration.cc:
2116 - if present, prefer xz binary over lzma
2117 - if we have zlib builtin insert add a dummy gzip compressor for FileFD
2118 - do the same for bz2 builtin if available
2119 * methods/bzip2.cc:
2120 - remove it as the functionality for all compressors can be
2121 provided by gzip.cc now with the usage of FileFD
2122 * apt-pkg/contrib/fileutl.cc:
2123 - use libz2 library for (de)compression instead of the bzip2 binary as
2124 the first is a dependency of dpkg and the later just priority:optional
2125 so we gain 'easier' access to bz2-compressed Translation files this way
2126 * cmdline/apt-get.cc:
2127 - print list of autoremoves in alphabetical order (Closes: #639008)
2128
2129 [ Bogdan Purcareata ]
2130 * doc/apt-get.8.xml:
2131 - add 'download' to the usage line (Closes: #649340)
2132 * cmdline/apt-get.cc:
2133 - distinguish information about 'apt-get autoremove' based on the
2134 number of auto-removed packages both before and after the list
2135 of packages (Closes: #665833)
2136
2137 [ Steve Langasek ]
2138 * don't treat build-depends-indep as cross-build-dependencies; we should
2139 always install the host arch versions. LP: #968828.
2140
2141 [ Paolo Rotolo ]
2142 * Fix string from automatic to automatically (LP: #967393).
2143
2144 -- Michael Vogt <mvo@debian.org> Thu, 12 Apr 2012 12:40:39 +0200
2145
2146 apt (0.8.16~exp13) experimental; urgency=low
2147
2148 [ David Kalnischkies ]
2149 * apt-pkg/acquire-item.cc:
2150 - remove 'old' InRelease file if we can't get a new one before
2151 proceeding with Release.gpg to avoid the false impression of a still
2152 trusted repository by a (still present) old InRelease file.
2153 Thanks to Simon Ruderich for reporting this issue! (CVE-2012-0214)
2154 - add Debug::pkgAcqArchive::NoQueue to disable package downloading
2155 * apt-pkg/deb/dpkgpm.cc:
2156 - chroot if needed before dpkg --assert-multi-arch
2157 - ensure that dpkg binary doesn't have the chroot-directory prefixed
2158 - call dpkg --assert-multi-arch with execvp instead of execv
2159 - save the universe by not printing messages about apport if a package
2160 with this name is not installed (Closes: #619646)
2161 - handle a SIGINT in all modes as a break after the currently running
2162 dpkg transaction instead of ignoring it completely
2163 * apt-pkg/depcache.cc:
2164 - if a M-A:same package is marked for reinstall, mark all it's installed
2165 silbings for reinstallation as well (LP: #859188)
2166 * apt-pkg/contrib/configuration.cc:
2167 - do not stop parent transversal in FindDir if the value is empty
2168 * methods/http{s,}.cc:
2169 - if a file without an extension is requested send an 'Accept: text/*'
2170 header to avoid that the server chooses unsupported compressed files
2171 in a content-negotation attempt (Closes: #657560)
2172 - remove the arbitrary MAXLEN limit for response lines (Closes: #658346)
2173 * apt-pkg/aptconfiguration.cc:
2174 - chroot if needed before calling dpkg --print-foreign-architectures
2175 - ensure that architectures are not added multiple times
2176 * cmdline/apt-mark.cc:
2177 - detect if dpkg has multiarch support before calling --set-selections
2178 - correctly ignore already (un)hold packages
2179 * apt-pkg/cachefile.cc:
2180 - clean up lost atomic cachefiles with 'clean' (Closes: #650513)
2181 * apt-pkg/indexrecords.cc:
2182 - do not create empty Entries as a sideeffect of Lookup()
2183 * apt-pkg/acquire-item.cc:
2184 - drop support for i18n/Index file (introduced in 0.8.11) and use
2185 the Release file instead to get the Translations (Closes: #649314)
2186 - use pdiff for Translation-* files if available (Closes: #657902)
2187 * ftparchive/writer.cc:
2188 - add 'Translation-*' to the default patterns
2189 * cmdline/apt-get.cc:
2190 - if a package can't be removed as it is not installed, suggest to
2191 the user an (installed) multiarch silbing with 'Did you mean?'
2192 - improve 'error' message for packages which are only referenced
2193 e.g. in a Depends line and are now requested for removal
2194 * cmdline/apt-cache.cc:
2195 - correct --pre-depends option by using dash consistently (LP: #940837)
2196 * apt-pkg/packagemanager.cc:
2197 - do not try to a void a breaks if the broken package pre-depends
2198 on the breaker, but let dpkg auto-deconfigure it
2199 * apt-pkg/contrib/fileutl.cc:
2200 - do not warn about the ignoring of directories (Closes: #662762)
2201
2202 [ Steve Langasek ]
2203 * cmdline/apt-get.cc:
2204 - for cross-build-dependencies M-A: none should be DEB_HOST_ARCH,
2205 not DEB_BUILD_ARCH (Closes: #646288)
2206
2207 [ Colin Watson ]
2208 * apt-pkg/algorithms.cc:
2209 - don't break out of the main-resolver loop for Breaks to deal with all
2210 of them in a single iteration (Closes: #657695, LP: #922485)
2211 - use a signed int instead of short for score calculation as upgrades
2212 become so big now that it can overflow (Closes: #657732, LP: #917173)
2213 * Fix IndexCopy::CopyPackages and TranslationsCopy::CopyTranslations to
2214 handle compressed files again (LP: #924182, closes: #658096)
2215
2216 [ Michael Vogt ]
2217 * apt-pkg/deb/dpkgpm.cc:
2218 - fix crash when a package is in removed but residual config state
2219 (LP: #923807)
2220 * apt-pkg/contrib/fileutl.h:
2221 - fix compat with FileFd::OpenDescriptor() in ReadOnlyGzip mode
2222 * apt-pkg/packagemanager.cc:
2223 - fix bug in predepends handling - ensure that packages that needs
2224 unpackaging are unpacked before they are configured (LP: #927993)
2225
2226 [ Julian Andres Klode ]
2227 * apt-pkg/deb/deblistparser.cc:
2228 - Set the Essential flag on APT instead of only Important
2229 * apt-pkg/packagemanager.cc:
2230 - Do not use immediate configuration for packages with the Important flag
2231 * Treat the Important flag like the Essential flag with those differences:
2232 - No Immediate configuration (see above)
2233 - Not automatically installed during dist-upgrade
2234 - No higher score for installation ordering
2235
2236 -- Michael Vogt <mvo@debian.org> Tue, 06 Mar 2012 18:12:57 +0100
2237
2238 apt (0.8.16~exp12ubuntu10) precise-proposed; urgency=low
2239
2240 [ Malcolm Scott ]
2241 * apt-pkg/packagemanager.cc:
2242 - Fix a regression in the pre-depend handling: where a pre-depend option
2243 other than the first specified is already installed, apt-get enters an
2244 infinite loop (LP: #985852)
2245
2246 [ Michael Vogt ]
2247 * apt-pkg/packagemanager.cc:
2248 - add APT::pkgPackageManager::MaxLoopCount to ensure that the
2249 ordering code does not get into a endless loop when it flip-flops
2250 between two states
2251
2252 [ David Kalnischkies ]
2253 * apt-pkg/cacheset.cc:
2254 - actually return to the fallback modifier if we have detected we
2255 should for packagenames which look like modifiers (Closes: #669591)
2256 LP: #982716
2257
2258 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 20 Apr 2012 11:10:12 +0200
2259
2260 apt (0.8.16~exp12ubuntu9) precise-proposed; urgency=low
2261
2262 * apt-inst/contrib/extracttar.cc:
2263 - ensure that in StartGzip the InFd is set to "AutoClose" to ensure
2264 that the pipe is closed when InFd is closed. This fixes a Fd leak
2265 (LP: #985452)
2266
2267 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 19 Apr 2012 11:38:43 +0200
2268
2269 apt (0.8.16~exp12ubuntu8) precise; urgency=low
2270
2271 * Set FD_CLOEXEC on history.log's FD (Closes: #610069, LP: #636010)
2272
2273 -- Adam Conrad <adconrad@ubuntu.com> Thu, 12 Apr 2012 16:26:20 -0600
2274
2275 apt (0.8.16~exp12ubuntu7) precise; urgency=low
2276
2277 * clean up obsolete conffile /etc/apt/apt.conf.d/01ubuntu, which was
2278 dropped in maverick.
2279 * Build-depend on gettext:any for cross-building support.
2280 * Don't treat build-depends-indep as cross-build-dependencies; we should
2281 always install the host arch versions. LP: #968828.
2282 * Makefile, po/makefile: make sure our pot generation datestamp doesn't
2283 change at build time, since this makes translations fail to be
2284 co-installable with multiarch. Based on a patch by David Kalnischkies.
2285 Closes: #659333, LP: #924628.
2286 * For cross-build-dependencies, Architecture: all packages should be
2287 treated as implicitly Multi-Arch: foreign, because either they *are*
2288 M-A: foreign when used as a build-dependency, or they need to be updated
2289 to not be Architecture: all; and since cross-build-deps are new
2290 functionality in apt, we can safely make this change without breaking
2291 existing systems. Closes: #666772.
2292
2293 -- Steve Langasek <steve.langasek@ubuntu.com> Thu, 05 Apr 2012 18:00:23 -0700
2294
2295 apt (0.8.16~exp12ubuntu6) precise; urgency=low
2296
2297 * cherry pick from
2298 http://bzr.debian.org/bzr/bzr/apt/apt/debian-experimental2/:
2299 * apt-pkg/packagemanager.cc:
2300 - fix bug in predepends handling - ensure that packages that needs
2301 unpackaging are unpacked before they are configured (LP: #927993)
2302 * apt-pkg/packagemanager.cc:
2303 - do not try to a void a breaks if the broken package pre-depends
2304 on the breaker, but let dpkg auto-deconfigure it
2305 * apt-pkg/packagemanager.cc:
2306 - recheck all dependencies if we changed a package in SmartConfigure
2307 as this could break an earlier dependency (LP: #940396)
2308 * recheck dependencies in SmartUnpack after a change, too
2309 * add Debug::pkgAcqArchive::NoQueue to disable package downloading
2310
2311 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 15 Mar 2012 19:46:08 +0100
2312
2313 apt (0.8.16~exp12ubuntu5) precise; urgency=low
2314
2315 [ Michael Vogt ]
2316 * merged from the debian-sid branch, most notably:
2317 - Correct fi translation for hash sum mismatches (LP: #420403)
2318 Thanks to Jani Uusitalo
2319 - remove 'old' InRelease file if we can't get a new one before
2320 proceeding with Release.gpg to avoid the false impression of a still
2321 trusted repository by a (still present) old InRelease file.
2322 Thanks to Simon Ruderich for reporting this issue! (CVE-2012-0214)
2323
2324 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 06 Mar 2012 17:52:50 +0100
2325
2326 apt (0.8.16~exp12ubuntu4) precise; urgency=low
2327
2328 * apt-pkg/contrib/fileutl.h:
2329 - fix compatibility with FileFd::OpenDescriptor() in ReadOnlyGzip mode
2330
2331 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 14 Feb 2012 10:06:28 +0100
2332
2333 apt (0.8.16~exp12ubuntu3) precise; urgency=low
2334
2335 * Fix IndexCopy::CopyPackages and TranslationsCopy::CopyTranslations to
2336 handle compressed files again (LP: #924182).
2337
2338 -- Colin Watson <cjwatson@ubuntu.com> Tue, 31 Jan 2012 11:19:46 +0000
2339
2340 apt (0.8.16~exp12ubuntu2) precise; urgency=low
2341
2342 [ David Kalnischkies ]
2343 * apt-pkg/deb/dpkgpm.cc:
2344 - chroot if needed before dpkg --assert-multi-arch
2345 - ensure that dpkg binary doesn't have the chroot-directory prefixed
2346 * apt-pkg/depcache.cc:
2347 - if a M-A:same package is marked for reinstall, mark all it's installed
2348 silbings for reinstallation as well (LP: #859188)
2349 * apt-pkg/contrib/configuration.cc:
2350 - do not stop parent transversal in FindDir if the value is empty
2351 * methods/http{s,}.cc:
2352 - if a file without an extension is requested send an 'Accept: text/*'
2353 header to avoid that the server chooses unsupported compressed files
2354 in a content-negotation attempt (Closes: #657560)
2355 * apt-pkg/aptconfiguration.cc:
2356 - chroot if needed before calling dpkg --print-foreign-architectures
2357
2358 [ Michael Vogt ]
2359 * apt-pkg/deb/dpkgpm.cc:
2360 - fix crash when a package is in removed but residual config state
2361 (LP: #923807)
2362
2363 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 30 Jan 2012 21:03:12 +0100
2364
2365 apt (0.8.16~exp12ubuntu1) precise; urgency=low
2366
2367 [ Michael Vogt ]
2368 * merge from debian/experimental:
2369 - new ABI
2370
2371 [ Steve Langasek ]
2372 * apt-pkg/algorithms.cc: iterate Breaks the same way as Conflicts, so that
2373 we resolve virtual package Breaks more effectively. Thanks to Colin
2374 Watson for the patch. Closes: #657695, LP: #922485.
2375 * apt-pkg/algorithms.{cc,h}: use an int to represent resolver scores, not
2376 a signed short, because large upgrades can result in an overflow for
2377 core packages. Thanks again to Colin Watson. Closes: #657732,
2378 LP: #917173.
2379 * Multi-Arch: none build-deps should be DEB_HOST_ARCH, not DEB_BUILD_ARCH.
2380 Closes: #646288.
2381
2382 -- Steve Langasek <steve.langasek@ubuntu.com> Sun, 29 Jan 2012 00:44:16 +0000
2383
2384 apt (0.8.16~exp12) experimental; urgency=low
2385
2386 [ Michael Vogt ]
2387 * apt-pkg/deb/dpkgpm.cc:
2388 - fix segfault on pkg removal
2389
2390 [ David Kalnischkies ]
2391 * apt-pkg/cacheiterators.h:
2392 - return the correct version arch for all+foreign, too
2393 * apt-pkg/packagemanager.cc:
2394 - ignore breaks on not-installed versions while searching for
2395 breakage loops as we don't have to avoid them
2396 * debian/control:
2397 - remove APT from the short descriptions as lintian doesn't like it
2398 and it doesn't transport any information for a reader anyway
2399 - apply typofixes by Pascal De Vuyst, thanks! (Closes: #652834, #652835)
2400 * debian/rules:
2401 - apply patch to enable usage of hardning CPPFLAGS and LDFLAGS by
2402 Moritz Muehlenhoff, thanks! (Closes: #653504)
2403 * methods/https.cc:
2404 - use curls list append instead of appending Range and If-Range by hand
2405 which generates malformed requests, thanks Mel Collins for the hint!
2406 (Closes: #646381)
2407 * test/libapt/run-tests:
2408 - hurd doesn't have dmesg yet and we don't really need it either,
2409 so use with $0 a more stable data source for hashsumming
2410
2411 [ Pino Toscano ]
2412 * test/libapt/globalerror_test.cc:
2413 - errno 0 has a different strerror on hurd, so generate the expected
2414 message dynamically instead of hardcoding 'Success' (Closes: #656530)
2415
2416 -- Michael Vogt <mvo@debian.org> Tue, 24 Jan 2012 12:24:38 +0100
2417
2418 apt (0.8.16~exp11) experimental; urgency=low
2419
2420 [ David Kalnischkies ]
2421 * apt-pkg/deb/dpkgpm.cc:
2422 - redirect out/input of dpkg --assert-multi-arch to /dev/null
2423 - if multi-arch is detected ensure that pkg:all is reported as pkg:all
2424
2425 -- Michael Vogt <mvo@debian.org> Thu, 19 Jan 2012 13:48:18 +0100
2426
2427 apt (0.8.16~exp10) experimental; urgency=low
2428
2429 [ David Kalnischkies ]
2430 * apt-pkg/depcache.cc:
2431 - implicit conflicts (for multiarch) are supposed to conflict
2432 only with real packages, not with virtual providers
2433 * apt-pkg/pkgcache.cc:
2434 - ignore implicit conflicts on providers in AllTarget, too
2435 * apt-pkg/deb/dpkgpm.cc:
2436 - check if dpkg supports multiarch with --assert-multi-arch
2437 and if it does be always explicit about the architecture
2438 * apt-pkg/contrib/fileutl.h:
2439 - store the offset in the internal fd before calculate size of
2440 the zlib-handled file to jump back to this place again
2441 * apt-pkg/aptconfiguration.cc:
2442 - parse dpkg --print-foreign-architectures correctly in
2443 case archs are separated by newline instead of space, too.
2444 (Closes: #655590)
2445
2446 [ Michael Vogt ]
2447 * apt-pkg/contrib/fileutl.h:
2448 - fix segfault triggered by the python-apt testsuite
2449
2450 -- Michael Vogt <mvo@debian.org> Wed, 18 Jan 2012 12:52:26 +0100
2451
2452 apt (0.8.16~exp9) experimental; urgency=low
2453
2454 [ Julian Andres Klode ]
2455 * apt-pkg/cdrom.cc:
2456 - Accept .bz2, .xz files in addition to .gz files (Closes: #649451)
2457
2458 [ Michael Vogt ]
2459 * apt-pkg/cdrom.cc:
2460 - use aptconfiguration to get the supported compression types
2461 * debian/control:
2462 - bump debhelper build-dep to debhelper (>= 8.1.3~)
2463 - set libapt-pkg-dev to multi-arch: same too
2464 * g++ 4.7 fixes
2465
2466 [ Colin Watson ]
2467 * Convert libapt-pkg4.12 and libapt-inst1.4 to Multi-Arch: same.
2468
2469 [ David Kalnischkies ]
2470 * apt-pkg/cacheset.cc:
2471 - make the cachesets real containers which can embedding any container
2472 to be able to use the same interface regardless of set or list usage
2473 - provide a {Package,Version}List similar to {Package,Version}Set
2474 * cmdline/apt-{get,cache,mark}.cc:
2475 - use Lists instead of Sets if input order should be preserved for
2476 commands accepting lists of packages, e.g. policy (Closes: #625960)
2477 * apt-pkg/depcache.cc:
2478 - prefer native providers over foreigns even if the chain is foreign
2479 * cmdline/apt-get.cc:
2480 - ignore foreign architectures if we check if a provides has only one
2481 resolver as it's basically the same for the user, so no need to choose
2482 * cmdline/apt-config.cc:
2483 - dump the APT::Compressor settings correctly and completely
2484 * apt-pkg/contrib/fileutl.{h,cc}:
2485 - implement a ModificationTime method for FileFd
2486 - add a ReadLine method
2487 - drop the explicit export of gz-compression handling
2488 * apt-pkg/cdrom.cc:
2489 - support InRelease files on cdrom
2490
2491 -- Michael Vogt <mvo@debian.org> Thu, 05 Jan 2012 20:26:31 +0100
2492
2493 apt (0.8.16~exp8) experimental; urgency=low
2494
2495 [ David Kalnischkies ]
2496 * algorithms.cc:
2497 - show a debug why a package was kept by ResolveByKeep()
2498 * apt-pkg/packagemanager.cc:
2499 - do not fail on unpacked packages in SmartUnPack, just don't
2500 shedule them for unpack, but do all checks and configure them
2501 - do not enter an endless loop for (essential) pre-dependency loops
2502 * apt-pkg/contrib/sha2_internal.cc:
2503 - use a pointer-union to peace gcc strict-aliasing warning
2504 * apt-pkg/deb/deblistparser.cc:
2505 - M-A: foreign packages provide for other archs, too
2506
2507 -- David Kalnischkies <kalnischkies@gmail.com> Thu, 03 Nov 2011 09:40:29 -0500
2508
2509 apt (0.8.16~exp7) experimental; urgency=low
2510
2511 [ David Kalnischkies ]
2512 * do not pollute namespace in the headers with using (Closes: #500198)
2513 * use forward declaration in headers if possible instead of includes
2514 * remove old APT_COMPATIBILITY ifdef's
2515 * apt-pkg/deb/dpkgpm.cc:
2516 - use std::vector instead of fixed size arrays to store args and
2517 multiarch-packagename strings
2518 - load the dpkg base arguments only one time and reuse them later
2519 * cmdline/apt-get.cc:
2520 - follow Provides in the evaluation of saving candidates, too, for
2521 statisfying garbage package dependencies (Closes: #640590)
2522 * apt-pkg/algorithms.cc:
2523 - if a package is garbage, don't try to save it with FixByInstall
2524 * apt-pkg/deb/debsrcrecords.cc:
2525 - remove the limit of 400 Binaries for a source package (Closes: #622110)
2526 * apt-pkg/deb/deblistparser.cc:
2527 - fix crash when the dynamic mmap needs to be grown in
2528 LoadReleaseInfo (LP: #854090)
2529 * apt-pkg/deb/debmetaindex.cc:
2530 - none is a separator, not a language: no need for Index (Closes: #624218)
2531 * apt-pkg/aptconfiguration.cc:
2532 - do not builtin languages only if none is forced (Closes: #643787)
2533 * apt-pkg/pkgcachegen.cc:
2534 - refactor MergeList by creating -Group, -Package and -Version specialist
2535 - share description list between "same" versions (LP: #868977)
2536 This also means that descriptions are shared across archives now.
2537 - add implicit dependencies needed for Multi-Arch at the time a Version
2538 struct is created and not at the end of the cache generation
2539 * apt-pkg/pkgcache.cc:
2540 - always prefer "en" over "" for "en"-language regardless of cache-order
2541
2542 [ Michael Vogt ]
2543 * apt-pkg/contrib/configuration.cc:
2544 - fix double delete (LP: #848907)
2545 - ignore only the invalid regexp instead of all options
2546 * apt-pkg/acquire-item.h, apt-pkg/deb/debmetaindex.cc:
2547 - fix fetching language information by adding OptionalSubIndexTarget
2548 * methods/https.cc:
2549 - cleanup broken downloads properly
2550
2551 [ Colin Watson ]
2552 * ftparchive/cachedb.cc:
2553 - fix buffersize in bytes2hex
2554
2555 -- Michael Vogt <mvo@debian.org> Fri, 14 Oct 2011 13:51:35 +0200
2556
2557 apt (0.8.16~exp6) experimental; urgency=low
2558
2559 [ Christopher Baines ]
2560 * enable APT in unpack/configure ordering to handle loops as well
2561 as tight dependencies between immediate packages better
2562 enabling also the possibility to mark all packages as immediate
2563 (at least Closes: #353290, #540227, #559733, #621836, #639290)
2564
2565 [ David Kalnischkies ]
2566 * [abi-break] Support large files in the complete toolset. Indexes of this
2567 size are pretty unlikely for now, but we need it for deb
2568 packages which could become bigger than 4GB now (LP: #815895)
2569 * merged the debian-sid branch
2570
2571 [ Michael Vogt ]
2572 * bump ABI version
2573
2574 -- Michael Vogt <mvo@debian.org> Wed, 14 Sep 2011 21:06:51 +0200
2575
2576 apt (0.8.16~exp5ubuntu14.2.1) UNRELEASED; urgency=low
2577
2578 [ Daniel Hahler ]
2579 * doc/apt-key.8.xml: Ubuntu specific documentation changes (LP: #445903)
2580
2581 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 20 Oct 2011 10:58:20 +0200
2582
2583 apt (0.8.16~exp5ubuntu14.2) precise; urgency=low
2584
2585 * Call update-apt-xapian-index with -u on all arches in
2586 cron.daily to make it behave slightly more pleasantly.
2587
2588 -- Adam Conrad <adconrad@ubuntu.com> Mon, 09 Jan 2012 07:41:03 -0700
2589
2590 apt (0.8.16~exp5ubuntu14.1) precise; urgency=low
2591
2592 * apt-pkg/edsp.cc:
2593 - fix FTBFS
2594
2595 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 19 Oct 2011 17:56:49 +0200
2596
2597 apt (0.8.16~exp5ubuntu14) precise; urgency=low
2598
2599 [ David Kalnischkies ]
2600 * apt-pkg/pkgcachegen.cc:
2601 - refactor MergeList by creating -Group, -Package and -Version specialist
2602 - share description list between "same" versions (LP: #868977)
2603 This also means that descriptions are shared across archives now.
2604 * apt-pkg/pkgcache.cc:
2605 - always prefer "en" over "" for "en"-language regardless of cache-order
2606 (LP: #868977)
2607
2608 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 19 Oct 2011 16:22:31 +0200
2609
2610 apt (0.8.16~exp5ubuntu13) oneiric; urgency=low
2611
2612 [ Adam Conrad ]
2613 * On armel, call update-apt-xapian-index with '-u' to keep the CPU
2614 and I/O usage low. We would do this on all arches, but there's a
2615 regression risk here, but that's better than killing slow systems.
2616
2617 [ Michael Vogt ]
2618 * cmdline/apt-key:
2619 - fix apt-key net-update, thanks to Marc Deslauriers and
2620 Adam Conrad for the code review (LP: #857472)
2621
2622 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 06 Oct 2011 16:14:41 +0200
2623
2624 apt (0.8.16~exp5ubuntu12) oneiric; urgency=low
2625
2626 [ David Kalnischkies ]
2627 * apt-pkg/deb/deblistparser.cc:
2628 - fix crash when the dynamic mmap needs to be remapped during
2629 LoadReleaseInfo (LP: #854090)
2630
2631 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 26 Sep 2011 13:31:11 +0200
2632
2633 apt (0.8.16~exp5ubuntu11) oneiric; urgency=low
2634
2635 [ Colin Watson ]
2636 * ftparchive/cachedb.cc:
2637 - fix buffersize in bytes2hex
2638
2639 [ Marc Deslauriers ]
2640 * SECURITY UPDATE: Disable apt-key net-update for now, as validation
2641 code is insecure.
2642 - cmdline/apt-key: exit immediately out of net_update().
2643 - CVE number pending
2644
2645 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 22 Sep 2011 17:30:45 +0200
2646
2647 apt (0.8.16~exp5ubuntu10) oneiric; urgency=low
2648
2649 * methods/https.cc:
2650 - cleanup broken downloads properly (just like http)
2651
2652 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 20 Sep 2011 18:26:13 +0200
2653
2654 apt (0.8.16~exp5ubuntu9) oneiric; urgency=low
2655
2656 [ Michael Vogt ]
2657 * apt-pkg/acquire-item.h, apt-pkg/deb/debmetaindex.cc:
2658 - fix fetching translated package descriptions (including the newly
2659 stripped out english ones) by adding OptionalSubIndexTarget
2660
2661 [ David Kalnischkies ]
2662 * apt-pkg/acquire-item.cc:
2663 - if no Release.gpg file is found try to verify with hashes,
2664 but do not fail if a hash can't be found
2665 * apt-pkg/indexrecords.cc:
2666 - fix Acquire::Max-ValidTime option by interpreting it really
2667 as seconds as specified in the manpage and not as days
2668 - add an Acquire::Min-ValidTime option (Closes: #640122)
2669 * doc/apt.conf.5.xml:
2670 - reword Acquire::Max-ValidTime documentation to make clear
2671 that it doesn't provide the new Min-ValidTime functionality
2672
2673 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 16 Sep 2011 09:50:16 +0200
2674
2675 apt (0.8.16~exp5ubuntu8) oneiric; urgency=low
2676
2677 * cherry pick r1825 from lp:~mvo/apt/mvo:
2678 * apt-pkg/contrib/configuration.cc:
2679 - fix double delete (LP: #848907)
2680 - ignore only the invalid regexp instead of all options
2681
2682 * cherry pick r2165 from lp:~donkult/apt/sid:
2683 [ David Kalnischkies ]
2684 * cmdline/apt-get.cc:
2685 - output list of virtual package providers to c1out in -q=1
2686 instead of /dev/null to unbreak sbuild (LP: #816155)
2687
2688 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 13 Sep 2011 18:23:09 +0200
2689
2690 apt (0.8.16~exp5ubuntu7) oneiric; urgency=low
2691
2692 [ Michael Vogt ]
2693 * cherry pick revision 2173 from lp:~donkult/apt/sid
2694
2695 [ David Kalnischkies ]
2696 - M-A:same lockstep unpack should operate on installed
2697 packages first (LP: #835625)
2698
2699 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 13 Sep 2011 09:03:33 +0200
2700
2701 apt (0.8.16~exp5ubuntu6) oneiric; urgency=low
2702
2703 [ Michael Vogt
2704 * merged lp:~jr/ubuntu/oneiric/apt/bzr-get-rename, thanks to
2705 Jonathan Riddell
2706
2707 [ David Kalnischkies ]
2708 * lots of cppcheck fixes
2709 * apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc:
2710 - ignore "self"-conflicts for all architectures of a package
2711 instead of just for the architecture of the package locked at
2712 in the ordering of installations too (Closes: #802901)
2713
2714 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 17 Aug 2011 11:32:58 +0200
2715
2716 apt (0.8.16~exp5ubuntu5) oneiric; urgency=low
2717
2718 * debian/control:
2719 - fix VCS location
2720 * methods/mirror.cc:
2721 - include the architecture(s) in the query string as well so
2722 that the server can make better decisions
2723
2724 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 11 Aug 2011 18:03:19 +0200
2725
2726 apt (0.8.16~exp5ubuntu4) oneiric; urgency=low
2727
2728 * Merge change from Robert Collins to upgrade ubuntu-keyring recommends
2729 to a hard dependency to match Debian behaviour and fix LP: #816606
2730
2731 -- Adam Conrad <adconrad@ubuntu.com> Tue, 09 Aug 2011 14:48:24 -0600
2732
2733 apt (0.8.16~exp5ubuntu3) oneiric; urgency=low
2734
2735 * apt-pkg/acquire.cc:
2736 - fix potential divide-by-zero (LP: #823277)
2737
2738 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 09 Aug 2011 15:56:44 +0200
2739
2740 apt (0.8.16~exp5ubuntu2) oneiric; urgency=low
2741
2742 * test/integration/test-hashsum-verification:
2743 - add regression test for hashsum verification
2744 * apt-pkg/acquire-item.cc:
2745 - if no Release.gpg file is found, still load the hashes for
2746 verification (closes: #636314) and add test
2747 * apt-pkg/pkgcachegen.cc:
2748 - fix incorrect comparision when checking sources.list freshness
2749
2750 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 09 Aug 2011 09:22:14 +0200
2751
2752 apt (0.8.16~exp5ubuntu1) oneiric; urgency=low
2753
2754 * merged new version from debian/experimental, this includes
2755 a ABI break and two new library packages
2756
2757 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 08 Aug 2011 14:30:07 +0200
2758
2759 apt (0.8.16~exp5) experimental; urgency=low
2760
2761 * merged the latest debian-sid fixes
2762 * apt-pkg/makefile:
2763 - install sha256.h compat header
2764 * apt-pkg/pkgcachegen.{cc,h}:
2765 - use ref-to-ptr semantic in NewDepends() to ensure that the
2766 libapt does not segfault if the cache is remapped in between
2767 (LP: #812862)
2768 - fix crash when P.Arch() was used but the cache got remapped
2769 * apt-pkg/acquire-item.{cc,h}:
2770 - do not check for a "Package" tag in optional index targets
2771 like the translations index
2772 * apt-pkg/acquire.cc:
2773 - fix potential divide-by-zero
2774 * methods/mirror.cc:
2775 - include the architecture(s) in the query string as well so
2776 that the server can make better decisions
2777
2778 -- Michael Vogt <mvo@debian.org> Mon, 15 Aug 2011 14:52:54 +0200
2779
2780 apt (0.8.16~exp4) experimental; urgency=low
2781
2782 [ Julian Andres Klode ]
2783 * apt-pkg/pkgcache.h:
2784 - [ABI break] Add pkgCache::Header::CacheFileSize, storing the cache size
2785 * apt-pkg/pkgcachegen.cc:
2786 - Write the file size to the cache
2787 * apt-pkg/pkgcache.cc:
2788 - Check that cache is at least CacheFileSize bytes large (LP: #16467)
2789
2790 [ Michael Vogt ]
2791 * merged latest fixes from debian-sid
2792 * apt-pkg/cdrom.{cc,h}:
2793 - cleanup old ABI break avoidance hacks
2794 * [ABI break] apt-pkg/acquire-item.{cc,h}:
2795 - cleanup around OptionalIndexTarget and SubIndexTarget
2796 * [ABI break] merged patch from Jonathan Thomas to have a new
2797 RecordField() function in the pkgRecorder parser. Many thanks
2798 Thomas
2799 * [ABI break] merge patch from Jonathan Thomas to speed up the
2800 depcache by caching the install-recommends and install-suggests
2801 values
2802 * apt-pkg/contrib/fileutl.{cc,h}:
2803 - add GetModificationTime() helper
2804 * apt-pkg/pkgcachegen.cc:
2805 - regenerate the cache if the sources.list changes to ensure
2806 that changes in the ordering there will be honored by apt
2807 * apt-pkg/sourcelist.{cc,h}:
2808 - add pkgSourceList::GetLastModifiedTime() helper
2809
2810 -- Michael Vogt <mvo@debian.org> Thu, 28 Jul 2011 16:57:08 +0200
2811
2812 apt (0.8.16~exp3) experimental; urgency=low
2813
2814 [ David Kalnischkies ]
2815 * apt-pkg/pkgcache.h:
2816 - readd All{Foreign,Allowed} as suggested by Julian to
2817 remain strictly API compatible
2818 * apt-pkg/acquire*.{cc,h}:
2819 - try even harder to support really big files in the fetcher by
2820 converting (hopefully) everything to 'long long' (Closes: #632271)
2821 * ftparchive/writer.cc:
2822 - generate all checksums in one run over the file for Release
2823 * cmdline/apt-get.cc:
2824 - add an --assume-no option for testing to say 'no' to everything
2825 * apt-pkg/deb/debmetaindex.cc:
2826 - add trusted=yes option to mark unsigned (local) repository as trusted
2827 based on a patch from Ansgar Burchardt, thanks a lot! (Closes: #596498)
2828
2829 [ Michael Vogt ]
2830 * merge fixes from the debian/unstable upload
2831 * merge lp:~mvo/apt/sha512-template to get fixes for the
2832 sha1/md5 verifiation (closes: #632520)
2833
2834 -- Michael Vogt <mvo@debian.org> Fri, 15 Jul 2011 09:56:17 +0200
2835
2836 apt (0.8.16~exp2) experimental; urgency=low
2837
2838 [ David Kalnischkies ]
2839 * [ABI-Break] Implement EDSP in libapt-pkg so that all front-ends which
2840 use the internal resolver can now be used also with external
2841 ones as the usage is hidden in between the old API
2842 * provide two edsp solvers in apt-utils:
2843 - 'dump' to quickly output a complete scenario and
2844 - 'apt' to use the internal as an external resolver
2845 * apt-pkg/pkgcache.h:
2846 - clean up mess with the "all" handling in MultiArch to
2847 fix LP: #733741 cleanly for everyone now
2848 * apt-pkg/depcache.cc:
2849 - use a boolean instead of an int for Add/Remove in AddStates
2850 similar to how it works with AddSizes
2851 - let the Mark methods return if their marking was successful
2852 - if a Breaks can't be upgraded, remove it. If it or a Conflict
2853 can't be removed the installation of the breaker fails.
2854 * cmdline/apt-get.cc:
2855 - do not discard the error messages from the resolver and instead
2856 only show the general 'Broken packages' message if nothing else
2857
2858 [ Stefano Zacchiroli ]
2859 * doc/external-dependency-solver-protocol.txt:
2860 - describe EDSP and the configuration interface around it
2861
2862 [ Michael Vogt ]
2863 * [ABI-Break] merge lp:~mvo/apt/sha512-template to add support for sha512
2864 * [ABI-Break] merge lp:~mvo/apt/dpointer to support easier extending
2865 without breaking the ABI
2866 * increase ABI version and update package names
2867
2868 -- Michael Vogt <mvo@debian.org> Wed, 29 Jun 2011 13:57:28 +0200
2869
2870 apt (0.8.16~exp1) experimental; urgency=low
2871
2872 * merged with the debian/unstable upload
2873
2874 -- Michael Vogt <mvo@debian.org> Wed, 29 Jun 2011 12:40:31 +0200
2875
2876 apt (0.8.15.11) UNRELEASED; urgency=low
2877
2878 * Fix typo in apt-get(8). Closes: #664833
2879 * Replace "argument" by "paramètre" in French translation.
2880 Merci, les Titeps!
2881 * Drop hardcoded "en.html" suffix in apt-secure manpage.
2882 Thanks to David Prevot.
2883
2884 -- Christian Perrier <bubulle@debian.org> Tue, 27 Mar 2012 20:31:38 +0200
2885
2886 apt (0.8.15.10) unstable; urgency=high
2887
2888 [ David Kalnischkies ]
2889 * algorithms.cc:
2890 - show a debug why a package was kept by ResolveByKeep()
2891 * doc/manpage-style.xml:
2892 - put <brackets> around email addresses
2893 * doc/po/de.po:
2894 - apply typo-fix from Michael Basse, thanks! (LP: #900770)
2895 * apt-pkg/acquire-item.cc:
2896 - remove 'old' InRelease file if we can't get a new one before
2897 proceeding with Release.gpg to avoid the false impression of a still
2898 trusted repository by a (still present) old InRelease file.
2899 Thanks to Simon Ruderich for reporting this issue! (CVE-2012-0214)
2900
2901 [ Chris Leick ]
2902 * German manpage translation update
2903 * doc/*.xml:
2904 - find and fix a bunch of misspellings
2905
2906 [ Program translation updates ]
2907 * Dutch (Jeroen Schot). Closes: #652230
2908 * Slovak (Ivan Masar). Closes: #652985
2909 * Russian (Yuri Kozlov). Closes: #654844
2910 * Hungarian (Gabor Kelemen). Closes: #655238
2911 * Polish (Michał Kułach). Closes: #656908
2912 * Danish (Joe Hansen). Closes: #658643
2913 * French: replace "étiquetage" by "épinglage" for "pinning"
2914
2915 [ Michael Vogt ]
2916 * merged patch from lp:~uusijani/apt/uusi-branch:
2917 Correct fi translation for hash sum mismatches (lp:420403)
2918 Thanks to Jani Uusitalo
2919
2920 -- Michael Vogt <mvo@debian.org> Tue, 06 Mar 2012 14:14:26 +0100
2921
2922 apt (0.8.15.9) unstable; urgency=low
2923
2924 [ David Kalnischkies ]
2925 * Symbol file update
2926 * doc/apt-get.8.xml:
2927 - change wording of autoremove description as suggested
2928 by Robert Simmons, thanks! (Closes: #641490)
2929 * apt-pkg/deb/dpkgpm.cc:
2930 - use std::vector instead of fixed size arrays to store args and
2931 multiarch-packagename strings
2932 - load the dpkg base arguments only one time and reuse them later
2933 * cmdline/apt-get.cc:
2934 - follow Provides in the evaluation of saving candidates, too, for
2935 statisfying garbage package dependencies (Closes: #640590)
2936 * apt-pkg/algorithms.cc:
2937 - if a package is garbage, don't try to save it with FixByInstall
2938 * apt-pkg/init.cc:
2939 - silently ignore *.orig and *.save files by default
2940 * apt-pkg/policy.cc:
2941 - accept generic release pin expressions again in -t (Closes: #644166)
2942 * apt-pkg/deb/debmetaindex.cc:
2943 - none is a separator, not a language: no need for Index (Closes: #624218)
2944 * apt-pkg/aptconfiguration.cc:
2945 - do not builtin languages only if none is forced (Closes: #643787)
2946 * doc/apt.conf.5.xml:
2947 - apply spelling fix by Kevin Lyda, thanks! (Closes: #644104)
2948
2949 [ Christian Perrier ]
2950 * Fix spelling error (sensée) in French translation. Thanks
2951 to Corentin Le Gall for spotting it.
2952
2953 [ Colin Watson ]
2954 * ftparchive/cachedb.cc:
2955 - fix buffersize in bytes2hex
2956
2957 [ Michael Vogt ]
2958 * ftparchive/cachedb.cc:
2959 - make buffer fully dynamic (thanks to Colin Watson)
2960
2961 -- Michael Vogt <mvo@debian.org> Fri, 14 Oct 2011 12:00:09 +0200
2962
2963 apt (0.8.15.8) unstable; urgency=low
2964
2965 [ David Kalnischkies ]
2966 * cmdline/apt-get.cc:
2967 - output list of virtual package providers to c1out in -q=1
2968 instead of /dev/null to unbreak sbuild (LP: #816155)
2969
2970 [ Michael Vogt ]
2971 * apt-pkg/contrib/configuration.cc:
2972 - fix double delete (LP: #848907)
2973 - ignore only the invalid regexp instead of all options
2974
2975 -- Michael Vogt <mvo@debian.org> Wed, 14 Sep 2011 12:08:25 +0200
2976
2977 apt (0.8.15.7) unstable; urgency=low
2978
2979 [ David Kalnischkies ]
2980 * apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc:
2981 - ignore "self"-conflicts for all architectures of a package
2982 instead of just for the architecture of the package look at
2983 in the ordering of installations, too (LP: #802901)
2984 - M-A:same lockstep unpack should operate on installed
2985 packages first (LP: #835625)
2986 * test/*
2987 - reorganize the various testcases and helper we have and
2988 integrate them better into the buildsystem
2989 - run the test/libapt testcases at package build-time
2990 * debian/apt.symbols:
2991 - add the newly added symbols since 0.8.15.3
2992 * cmdline/apt-get.cc:
2993 - remove the binary caches in 'apt-get clean' as it is the first
2994 thing recommend by many supporters in case of APT segfaults
2995 - remove the caches in 'apt-get update', too, as they will be
2996 invalid in most cases anyway
2997 * apt-pkg/acquire-item.cc:
2998 - if no Release.gpg file is found try to verify with hashes,
2999 but do not fail if a hash can't be found
3000 * apt-pkg/acquire.cc:
3001 - non-existing directories are by definition clean
3002 * cmdline/apt-key:
3003 - if command is 'add' do not error out if the specified
3004 keyring doesn't exist, it will be created by gpg
3005 * apt-pkg/orderlist.cc:
3006 - prefer visiting packages marked for deletion in VisitProvides
3007 if we are operating on a negative dependency so that we can
3008 deal early with the fallout of this remove
3009 * apt-pkg/indexrecords.cc:
3010 - fix Acquire::Max-ValidTime option by interpreting it really
3011 as seconds as specified in the manpage and not as days
3012 - add an Acquire::Min-ValidTime option (Closes: #640122)
3013 * doc/apt.conf.5.xml:
3014 - reword Acquire::Max-ValidTime documentation to make clear
3015 that it doesn't provide the new Min-ValidTime functionality
3016
3017 -- Michael Vogt <mvo@debian.org> Mon, 12 Sep 2011 16:38:46 +0200
3018
3019 apt (0.8.15.6) unstable; urgency=low
3020
3021 [ Michael Vogt ]
3022 * apt-pkg/contrib/fileutl.{cc,h}:
3023 - add GetModificationTime() helper
3024 * apt-pkg/pkgcachegen.cc:
3025 - regenerate the cache if the sources.list changes to ensure
3026 that changes in the ordering there will be honored by apt
3027 * apt-pkg/sourcelist.{cc,h}:
3028 - add pkgSourceList::GetLastModifiedTime() helper
3029 * apt-pkg/pkgcachegen.{cc,h}:
3030 - use ref-to-ptr semantic in NewDepends() to ensure that the
3031 libapt does not segfault if the cache is remapped in between
3032 (LP: #812862)
3033 - fix crash when P.Arch() was used but the cache got remapped
3034 * test/integration/test-hashsum-verification:
3035 - add regression test for hashsum verification
3036 * apt-pkg/acquire-item.cc:
3037 - if no Release.gpg file is found, still load the hashes for
3038 verification (closes: #636314) and add test
3039
3040 [ David Kalnischkies ]
3041 * lots of cppcheck fixes
3042
3043 -- Michael Vogt <mvo@debian.org> Mon, 15 Aug 2011 09:20:35 +0200
3044
3045 apt (0.8.15.5ubuntu1) oneiric; urgency=low
3046
3047 * apt-pkg/pkgcachegen.{cc,h}:
3048 - fix crash when P.Arch() was used but the cache got remapped
3049 (LP: #812862)
3050
3051 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 01 Aug 2011 15:18:50 +0200
3052
3053 apt (0.8.15.5) unstable; urgency=low
3054
3055 [ David Kalnischkies ]
3056 * apt-pkg/deb/deblistparser.cc:
3057 - do not assume that the last char on a line is a \n (Closes: #633350)
3058
3059 -- Michael Vogt <mvo@debian.org> Thu, 28 Jul 2011 16:49:15 +0200
3060
3061 apt (0.8.15.4ubuntu2) oneiric; urgency=low
3062
3063 * apt-pkg/contrib/fileutl.{cc,h}:
3064 - add GetModificationTime() helper
3065 * apt-pkg/pkgcachegen.cc:
3066 - regenerate the cache if the sources.list changes to ensure
3067 that changes in the ordering there will be honored by apt
3068 * apt-pkg/sourcelist.{cc,h}:
3069 - add pkgSourceList::GetLastModifiedTime() helper
3070 * apt-pkg/pkgcachegen.{cc,h}:
3071 - use ref-to-ptr semantic in NewDepends() to ensure that the
3072 libapt does not segfault if the cache is remapped in between
3073 (LP: #812862)
3074
3075 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 29 Jul 2011 18:25:22 +0200
3076
3077 apt (0.8.15.4ubuntu1) oneiric; urgency=low
3078
3079 * merged from debian-sid
3080
3081 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 26 Jul 2011 13:19:49 +0200
3082
3083 apt (0.8.15.4) unstable; urgency=low
3084
3085 [ David Miller ]
3086 * apt-pkg/contrib/sha1.cc:
3087 - fix illegally casts of on-stack buffer to a type requiring more
3088 alignment than it has resulting in segfaults on sparc (Closes: #634696)
3089
3090 [ Michael Vogt ]
3091 * apt-pkg/contrib/cdromutl.cc:
3092 - fix escape problem when looking for the mounted devices
3093 * apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc:
3094 - add new DeEscapeString() similar to DeQuoteString but
3095 unescape character escapes like \0XX and \xXX (plus added
3096 test)
3097 * refresh po/*
3098
3099 -- Michael Vogt <mvo@debian.org> Tue, 26 Jul 2011 12:12:27 +0200
3100
3101 apt (0.8.15.3) unstable; urgency=low
3102
3103 [ Michael Vogt ]
3104 * apt-pkg/acquire-item.cc:
3105 - improve error message for a expired Release file
3106 * apt-pkg/algorithms.cc:
3107 - Hold back packages that would enter "policy-broken" state on upgrade
3108 when doing a "apt-get upgrade"
3109 * cmdline/apt-get.cc:
3110 - fix missing download progress in apt-get download
3111
3112 [ David Kalnischkies ]
3113 * apt-pkg/pkgcachegen.cc:
3114 - fallback to memory if file is not writeable even if access()
3115 told us the opposite before (e.g. in fakeroot 1.16) (Closes: #630591)
3116 * doc/sources.list.5.xml:
3117 - document available [options] for sources.list entries (Closes: 632441)
3118 * doc/apt.conf.5.xml:
3119 - document APT::Architectures list (Closes: #612102)
3120 * cmdline/apt-get.cc:
3121 - restore all important dependencies for garbage packages (LP: #806274)
3122 - do not require unused partial dirs in 'source' (Closes: #633510)
3123 - buildconflicts effect all architectures
3124 - implement MultiarchCross for build-dep and source (Closes: #632221)
3125 * apt-pkg/init.cc:
3126 - use CndSet in pkgInitConfig (Closes: #629617)
3127 * apt-pkg/depcache.cc:
3128 - change default of APT::AutoRemove::SuggestsImportant to true
3129 * cmdline/apt-key:
3130 - use a tmpfile instead of /etc/apt/secring.gpg (Closes: #632596)
3131 * debian/apt.postinst:
3132 - remove /etc/apt/secring.gpg if it is an empty file
3133 * doc/apt-cache.8.xml:
3134 - apply madison typofix from John Feuerstein, thanks! (Closes: #633455)
3135 * apt-pkg/policy.cc:
3136 - emit an error on unknown APT::Default-Release value (Closes: #407511)
3137 * apt-pkg/aptconfiguration.cc:
3138 - ensure that native architecture is if not specified otherwise the
3139 first architecture in the Architectures vector
3140 * apt-pkg/deb/deblistparser.cc:
3141 - Strip only :any and :native if MultiArch should be stripped as it is
3142 save to ignore them in non-MultiArch contexts but if the dependency
3143 is a specific architecture (and not the native) do not strip
3144
3145 -- Michael Vogt <mvo@debian.org> Mon, 25 Jul 2011 15:04:43 +0200
3146
3147 apt (0.8.15.2ubuntu2) oneiric; urgency=low
3148
3149 * cmdline/apt-get.cc:
3150 - fix missing download progress in apt-get download
3151
3152 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 22 Jul 2011 13:20:49 +0200
3153
3154 apt (0.8.15.2ubuntu1) oneiric; urgency=low
3155
3156 [ Michael Vogt ]
3157 * apt-pkg/acquire-item.cc:
3158 - improve error message for a expired Release file
3159 * apt-pkg/algorithms.cc:
3160 - Hold back packages that would enter "policy-broken" state on upgrade
3161 when doing a "apt-get upgrade"
3162
3163 [ David Kalnischkies ]
3164 * apt-pkg/pkgcachegen.cc:
3165 - fallback to memory if file is not writeable even if access()
3166 told us the opposite before (e.g. in fakeroot 1.16) (Closes: #630591)
3167 * doc/sources.list.5.xml:
3168 - document available [options] for sources.list entries (Closes: 632441)
3169 * doc/apt.conf.5.xml:
3170 - document APT::Architectures list (Closes: #612102)
3171 * cmdline/apt-get.cc:
3172 - restore all important dependencies for garbage packages (LP: #806274)
3173 * apt-pkg/init.cc:
3174 - use CndSet in pkgInitConfig (Closes: #629617)
3175 * apt-pkg/depcache.cc:
3176 - change default of APT::AutoRemove::SuggestsImportant to true
3177
3178 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 15 Jul 2011 10:16:45 +0200
3179
3180 apt (0.8.15.2) unstable; urgency=high
3181
3182 * fix from David Kalnischkies for the InRelease gpg verification
3183 code (LP: #784473)
3184
3185 -- Michael Vogt <mvo@debian.org> Tue, 12 Jul 2011 11:54:47 +0200
3186
3187 apt (0.8.15.1ubuntu2) oneiric; urgency=low
3188
3189 [ Brian Murray ]
3190 * apt-pkg/deb/dpkgpm.cc:
3191 - do not report errors encountered when decompressing packages
3192
3193 [ Michael Vogt ]
3194 * fix from David Kalnischkies for the InRelease gpg verification
3195 code (LP: #784473)
3196
3197 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 13 Jul 2011 14:42:02 +0200
3198
3199 apt (0.8.15.1ubuntu1) oneiric; urgency=low
3200
3201 * merge from debian/sid
3202
3203 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 30 Jun 2011 09:16:12 +0100
3204
3205 apt (0.8.15.1) unstable; urgency=low
3206
3207 [ David Kalnischkies ]
3208 * doc/makefile:
3209 - create doxygen directory to avoid depending on magic (Closes: #628799)
3210 * cmdline/apt-key:
3211 - explicitly state that net-update is not supported if no url is set
3212 - require to be root for add, rm, update and net-update
3213 - clarify update vs. net-update in different distros (Closes: #632043)
3214 * debian/apt.symbols:
3215 - forgot 'mips' in the list for all architecture dependent symbols
3216 - comment out gcc-4.5 specific symbols as gcc-4.6 is now default
3217 - the symbol for PrintStatus() is architecture dependent
3218 * apt-pkg/policy.cc:
3219 - do not segfault in pinning if a package with this name doesn't exist.
3220 Thanks to Ferdinand Thommes for the report!
3221 - Defaults is a vector of Pin not of PkgPin
3222 - ensure that only the first specific stanza for a package is used
3223 - save all stanzas which had no effect in Unmatched
3224 - allow package:architecure in Package:
3225
3226 -- Michael Vogt <mvo@debian.org> Thu, 30 Jun 2011 10:05:36 +0200
3227
3228 apt (0.8.15ubuntu1) oneiric; urgency=low
3229
3230 * merged from debian-unstable, remainging changes:
3231 - use ubuntu keyring and ubuntu archive keyring in apt-key
3232 - run update-apt-xapian-index in apt.cron
3233 - support apt-key net-update and verify keys against master-keyring
3234 - run apt-key net-update in cron.daily
3235 - different example sources.list
3236
3237 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 29 Jun 2011 09:03:39 +0100
3238
3239 apt (0.8.15) unstable; urgency=low
3240
3241 [ Julian Andres Klode ]
3242 * apt-pkg/depcache.cc:
3243 - Really release action groups only once (Closes: #622744)
3244 - Make purge work again for config-files (LP: #244598) (Closes: #150831)
3245 * apt-pkg/acquire-item.cc:
3246 - Reject files known to be invalid (LP: #346386) (Closes: #627642)
3247 * debian/apt.cron.daily:
3248 - Check power after wait, patch by manuel-soto (LP: #705269)
3249 * debian/control:
3250 - Move ${shlibs:Depends} to Pre-Depends, as we do not want APT
3251 unpacked if a library is too old and thus break upgrades
3252 * doc/apt-key.8.xml:
3253 - Document apt-key net-update (LP: #192810)
3254
3255 [ Christian Perrier ]
3256 * Galician translation update (Miguel Anxo Bouzada). Closes: #626505
3257 * Italian translation update (Milo Casagrande). Closes: #627834
3258 * German documentation translation update (Chris Leick). Closes: #629949
3259 * Catalan translation update (Jordi Mallach). Closes: #630657
3260
3261 [ David Kalnischkies ]
3262 * fix a bunch of cppcheck warnings/errors based on a patch by
3263 Niels Thykier, thanks! (Closes: #622805)
3264 * apt-pkg/depcache.cc:
3265 - really include 'rc' packages in the delete count by fixing a
3266 typo which exists since 1999 in the source… (LP: #761175)
3267 - if critical or-group can't be satisfied, exit directly.
3268 * apt-pkg/acquire-method.cc:
3269 - write directly to stdout instead of creating the message in
3270 memory first before writing to avoid hitting limits
3271 - fix order of CurrentURI and UsedMirror in Status() and Log()
3272 * apt-pkg/orderlist.cc:
3273 - let VisitRProvides report if the calls were successful
3274 * apt-pkg/deb/dpkgpm.cc:
3275 - replace obsolete usleep with nanosleep
3276 - remove invalid pkgcache.bin and rebuild it if possible
3277 - log reinstall commands in history.log
3278 * debian/apt{,-utils}.symbols:
3279 - update both experimental symbol-files to reflect 0.8.14 state
3280 * debian/rules:
3281 - remove unused embedded jquery by doxygen from libapt-pkg-doc
3282 * cmdline/apt-mark.cc:
3283 - reimplement apt-mark in c++
3284 - provide a 'showmanual' command (Closes: #582791)
3285 - provide a 'dpkg --set-selections' wrapper to set/release holds
3286 * cmdline/apt-get.cc:
3287 - deprecate mostly undocumented 'markauto' in favor of 'apt-mark'
3288 * cmdline/apt-cache.cc:
3289 - deprecate mostly undocumented 'showauto' in favor of 'apt-mark'
3290 * apt-pkg/pkgcache.cc:
3291 - really ignore :arch in FindPkg() in non-multiarch environment
3292 * doc/po/de.po:
3293 - undo the translation of the command 'dump' in manpage of apt-config
3294 as report by Burghard Grossmann on debian-l10n-german, thanks!
3295 * apt-pkg/deb/debmetaindex.cc:
3296 - do not download TranslationIndex if no Translation-* will be
3297 downloaded later on anyway (Closes: #624218)
3298 * test/versions.lst:
3299 - disable obscure version number tests with versions dpkg doesn't
3300 allow any more as they don't start with a number
3301 * apt-pkg/acquire-worker.cc:
3302 - print filename in the unmatching size warning (Closes: #623137)
3303 * apt-pkg/acquire-item.cc:
3304 - apply fix for poorly worded 'locate file' error message from
3305 Ben Finney, thanks! (Closes: #623171)
3306 * methods/http.cc:
3307 - add config option to ignore a closed stdin to be able to easily
3308 use the method as a simple standalone downloader
3309 - Location header in redirects should be absolute URI, but some
3310 servers just send an absolute path so still deal with it properly
3311 - dequote URL taken from Location in redirects as we will otherwise
3312 quote an already quoted string in the request later (Closes: #602412)
3313 * apt-pkg/contrib/netrc.cc:
3314 - replace non-posix gnu-extension strdupa with strdup
3315 * apt-pkg/packagemanager.cc:
3316 - ensure for Multi-Arch:same packages that they are unpacked in
3317 lock step even in immediate configuration (Closes: #618288)
3318 * apt-pkg/init.cc:
3319 - don't set deprecated APT::Acquire::Translation, thanks Jörg Sommer!
3320 * cmdline/apt-config.cc:
3321 - show Acquire::Languages and APT::Architectures settings
3322 in 'dump' (Closes: 626739)
3323 * apt-pkg/orderlist.cc:
3324 - ensure that an old version of a package with a provides can
3325 never satisfy a dependency of a newer version of this package
3326
3327 [ Michael Vogt ]
3328 * methods/mirror.cc:
3329 - ignore lines starting with "#" in the mirror file
3330 - ignore non http urls in the mirrors
3331 - append the dist (e.g. sid, wheezy) as a query string when
3332 asking for a suitable mirror
3333 * apt-pkg/deb/deblistparser.cc:
3334 - include all known languages when building the apt cache
3335 (LP: #794907)
3336 * apt-pkg/deb/debindexfile.cc:
3337 - remove some no longer valid checks for "TranslationsAvailable()"
3338
3339 [ Kenneth Solbø Andersen ]
3340 * apt-pkg/deb/dpkgpm.cc:
3341 - set permissions of term.log to root.adm and 644 (LP: #404724)
3342
3343 [ Chris Leick ]
3344 * various typo and syntax corrections in doc/*.xml
3345
3346 -- Michael Vogt <mvo@debian.org> Tue, 28 Jun 2011 18:00:48 +0200
3347
3348 apt (0.8.15~exp3) experimental; urgency=low
3349
3350 * debian/control:
3351 - add Breaks: 0.8.15~exp3) for libapt-pkg4.10 and
3352 libapt-inst1.2 (thanks to Jonathan Nieder, closes: #630214)
3353 - use depends for the ${shlibs:Depends} to make the breaks work
3354
3355 -- Michael Vogt <mvo@debian.org> Fri, 17 Jun 2011 21:51:41 +0200
3356
3357 apt (0.8.15~exp2) experimental; urgency=low
3358
3359 * debian/control:
3360 - fix incorrect Replaces (closes: #630204) for libapt-inst1.2
3361
3362 -- Michael Vogt <mvo@debian.org> Wed, 15 Jun 2011 16:51:14 +0200
3363
3364 apt (0.8.15~exp1) experimental; urgency=low
3365
3366 [ Julian Andres Klode ]
3367 * apt-pkg/depcache.cc:
3368 - Really release action groups only once (Closes: #622744)
3369 - Make purge work again for config-files (LP: #244598) (Closes: #150831)
3370 * apt-pkg/acquire-item.cc:
3371 - Reject files known to be invalid (LP: #346386) (Closes: #627642)
3372 * debian/apt.cron.daily:
3373 - Check power after wait, patch by manuel-soto (LP: #705269)
3374 * debian/control:
3375 - Move ${shlibs:Depends} to Pre-Depends, as we do not want APT
3376 unpacked if a library is too old and thus break upgrades
3377 * doc/apt-key.8.xml:
3378 - Document apt-key net-update (LP: #192810)
3379
3380 [ Christian Perrier ]
3381 * Galician translation update (Miguel Anxo Bouzada). Closes: #626505
3382 * Italian translation update (Milo Casagrande). Closes: #627834
3383 * German documentation translation update (Chris Leick). Closes: #629949
3384
3385 [ David Kalnischkies ]
3386 * fix a bunch of cppcheck warnings/errors based on a patch by
3387 Niels Thykier, thanks! (Closes: #622805)
3388 * apt-pkg/depcache.cc:
3389 - really include 'rc' packages in the delete count by fixing a
3390 typo which exists since 1999 in the source… (LP: #761175)
3391 - if critical or-group can't be satisfied, exit directly.
3392 * apt-pkg/acquire-method.cc:
3393 - write directly to stdout instead of creating the message in
3394 memory first before writing to avoid hitting limits
3395 - fix order of CurrentURI and UsedMirror in Status() and Log()
3396 * apt-pkg/orderlist.cc:
3397 - let VisitRProvides report if the calls were successful
3398 * apt-pkg/deb/dpkgpm.cc:
3399 - replace obsolete usleep with nanosleep
3400 * debian/apt{,-utils}.symbols:
3401 - update both experimental symbol-files to reflect 0.8.14 state
3402 * debian/rules:
3403 - remove unused embedded jquery by doxygen from libapt-pkg-doc
3404 * cmdline/apt-mark.cc:
3405 - reimplement apt-mark in c++
3406 - provide a 'showmanual' command (Closes: #582791)
3407 - provide a 'dpkg --set-selections' wrapper to set/release holds
3408 * cmdline/apt-get.cc:
3409 - deprecate mostly undocumented 'markauto' in favor of 'apt-mark'
3410 * cmdline/apt-cache.cc:
3411 - deprecate mostly undocumented 'showauto' in favor of 'apt-mark'
3412 * apt-pkg/pkgcache.cc:
3413 - really ignore :arch in FindPkg() in non-multiarch environment
3414 * doc/po/de.po:
3415 - undo the translation of the command 'dump' in manpage of apt-config
3416 as report by Burghard Grossmann on debian-l10n-german, thanks!
3417 * apt-pkg/deb/debmetaindex.cc:
3418 - do not download TranslationIndex if no Translation-* will be
3419 downloaded later on anyway (Closes: #624218)
3420 * test/versions.lst:
3421 - disable obscure version number tests with versions dpkg doesn't
3422 allow any more as they don't start with a number
3423 * apt-pkg/acquire-worker.cc:
3424 - print filename in the unmatching size warning (Closes: #623137)
3425 * apt-pkg/acquire-item.cc:
3426 - apply fix for poorly worded 'locate file' error message from
3427 Ben Finney, thanks! (Closes: #623171)
3428 * methods/http.cc:
3429 - add config option to ignore a closed stdin to be able to easily
3430 use the method as a simple standalone downloader
3431 - Location header in redirects should be absolute URI, but some
3432 servers just send an absolute path so still deal with it properly
3433 - dequote URL taken from Location in redirects as we will otherwise
3434 quote an already quoted string in the request later (Closes: #602412)
3435 * apt-pkg/contrib/netrc.cc:
3436 - replace non-posix gnu-extension strdupa with strdup
3437 * apt-pkg/packagemanager.cc:
3438 - ensure for Multi-Arch:same packages that they are unpacked in
3439 lock step even in immediate configuration (Closes: #618288)
3440
3441 [ Michael Vogt ]
3442 * methods/mirror.cc:
3443 - ignore lines starting with "#" in the mirror file
3444 - ignore non http urls in the mirrors
3445 - append the dist (e.g. sid, wheezy) as a query string when
3446 asking for a suitable mirror
3447 * debian/control:
3448 - add libapt-pkg4.10 and libapt-inst1.2 library packages
3449
3450 -- Michael Vogt <mvo@debian.org> Fri, 10 Jun 2011 15:32:07 +0200
3451
3452 apt (0.8.14.2) UNRELEASED; urgency=low
3453
3454 [ Julian Andres Klode ]
3455 * apt-pkg/depcache.cc:
3456 - Really release action groups only once (Closes: #622744)
3457 - Make purge work again for config-files (LP: #244598) (Closes: #150831)
3458 * debian/apt.cron.daily:
3459 - Check power after wait, patch by manuel-soto (LP: #705269)
3460 * debian/control:
3461 - Move ${shlibs:Depends} to Pre-Depends, as we do not want APT
3462 unpacked if a library is too old and thus break upgrades
3463 * doc/apt-key.8.xml:
3464 - Document apt-key net-update (LP: #192810)
3465
3466 [ Christian Perrier ]
3467 * Galician translation update (Miguel Anxo Bouzada). Closes: #626505
3468
3469 [ David Kalnischkies ]
3470 * fix a bunch of cppcheck warnings/errors based on a patch by
3471 Niels Thykier, thanks! (Closes: #622805)
3472 * apt-pkg/depcache.cc:
3473 - really include 'rc' packages in the delete count by fixing a
3474 typo which exists since 1999 in the source… (LP: #761175)
3475 - if critical or-group can't be satisfied, exit directly.
3476 * apt-pkg/acquire-method.cc:
3477 - write directly to stdout instead of creating the message in
3478 memory first before writing to avoid hitting limits
3479 - fix order of CurrentURI and UsedMirror in Status() and Log()
3480 * apt-pkg/orderlist.cc:
3481 - let VisitRProvides report if the calls were successful
3482 * apt-pkg/deb/dpkgpm.cc:
3483 - replace obsolete usleep with nanosleep
3484 * debian/apt{,-utils}.symbols:
3485 - update both experimental symbol-files to reflect 0.8.14 state
3486 * debian/rules:
3487 - remove unused embedded jquery by doxygen from libapt-pkg-doc
3488 * cmdline/apt-mark.cc:
3489 - reimplement apt-mark in c++
3490 - provide a 'showmanual' command (Closes: #582791)
3491 - provide a 'dpkg --set-selections' wrapper to set/release holds
3492 * cmdline/apt-get.cc:
3493 - deprecate mostly undocumented 'markauto' in favor of 'apt-mark'
3494 * cmdline/apt-cache.cc:
3495 - deprecate mostly undocumented 'showauto' in favor of 'apt-mark'
3496 * apt-pkg/pkgcache.cc:
3497 - really ignore :arch in FindPkg() in non-multiarch environment
3498 * doc/po/de.po:
3499 - undo the translation of the command 'dump' in manpage of apt-config
3500 as report by Burghard Grossmann on debian-l10n-german, thanks!
3501 * apt-pkg/deb/debmetaindex.cc:
3502 - do not download TranslationIndex if no Translation-* will be
3503 downloaded later on anyway (Closes: #624218)
3504 * test/versions.lst:
3505 - disable obscure version number tests with versions dpkg doesn't
3506 allow any more as they don't start with a number
3507 * apt-pkg/acquire-worker.cc:
3508 - print filename in the unmatching size warning (Closes: #623137)
3509 * apt-pkg/acquire-item.cc:
3510 - apply fix for poorly worded 'locate file' error message from
3511 Ben Finney, thanks! (Closes: #623171)
3512 * methods/http.cc:
3513 - add config option to ignore a closed stdin to be able to easily
3514 use the method as a simple standalone downloader
3515 - Location header in redirects should be absolute URI, but some
3516 servers just send an absolute path so still deal with it properly
3517 - dequote URL taken from Location in redirects as we will otherwise
3518 quote an already quoted string in the request later (Closes: #602412)
3519 * apt-pkg/contrib/netrc.cc:
3520 - replace non-posix gnu-extension strdupa with strdup
3521 * apt-pkg/packagemanager.cc:
3522 - ensure for Multi-Arch:same packages that they are unpacked in
3523 lock step even in immediate configuration (Closes: #618288)
3524
3525 -- Michael Vogt <mvo@debian.org> Mon, 16 May 2011 14:57:52 +0200
3526
3527 apt (0.8.14.1ubuntu8) UNRELEASED; urgency=low
3528
3529 [ Michael Vogt ]
3530 * debian/apt.conf.changelog:
3531 - add missing ";", thanks to Julian Andres Klode
3532
3533 [ Brian Murray ]
3534 * apt-pkg/deb/dpkgpm.cc:
3535 - updated allocate memory string
3536 - cannot access archive string is lowercase
3537 * apt-pkg/deb/dpkgpm.cc:
3538 - resolve issue where AptOrdering is included in DpkgTerminalLog in apport
3539 attachments
3540
3541 -- Brian Murray <brian@ubuntu.com> Wed, 15 Jun 2011 14:00:43 -0700
3542
3543 apt (0.8.14.1ubuntu7) oneiric; urgency=low
3544
3545 [ Michael Vogt ]
3546 * apt-pkg/deb/deblistparser.cc:
3547 - include all known languages when building the apt cache
3548 (LP: #794907)
3549 * apt-pkg/deb/debindexfile.cc:
3550 - remove some no longer valid checks for "TranslationsAvailable()"
3551
3552 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 09 Jun 2011 13:56:25 +0200
3553
3554 apt (0.8.14.1ubuntu6) oneiric; urgency=low
3555
3556 [ Brian Murray ]
3557 * apt-pkg/deb/dpkgpm.cc:
3558 - prevent reporting of package installation failures due to inaccessible
3559 local files (LP: #791102, #790040)
3560 - include /var/log/apt/history.log in apport-package reports so we know
3561 the context for the package management request
3562
3563 [ Michael Vogt ]
3564 * methods/mirror.cc:
3565 - ignore lines starting with "#" in the mirror file
3566 - ignore non http urls in the mirrors
3567 - append the dist (e.g. sid, wheezy) as a query string when
3568 asking for a suitable mirror
3569
3570 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 07 Jun 2011 15:55:07 +0200
3571
3572 apt (0.8.14.1ubuntu5) oneiric; urgency=low
3573
3574 * apt-pkg/acquire-item.cc:
3575 - do not reject empty Packages files when checking them for
3576 correctness
3577
3578 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 31 May 2011 10:41:30 +0200
3579
3580 apt (0.8.14.1ubuntu4) oneiric; urgency=low
3581
3582 [ Julian Andres Klode ]
3583 * apt-pkg/acquire-item.cc:
3584 - Reject files known to be invalid (LP: #346386) (Closes: #627642)
3585
3586 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 30 May 2011 17:12:27 +0200
3587
3588 apt (0.8.14.1ubuntu3) oneiric; urgency=low
3589
3590 * Rebuild with recent binutils. LP: #774175.
3591
3592 -- Matthias Klose <doko@ubuntu.com> Mon, 23 May 2011 19:15:34 +0200
3593
3594 apt (0.8.14.1ubuntu2) oneiric; urgency=low
3595
3596 * debian/rules:
3597 - build in verbose mode by default (thanks to Matthias Klose)
3598 * debian/control:
3599 - add temporary build-dependency on gcc-4.6 (>= 4.6.0-6ubuntu2)
3600
3601 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 03 May 2011 13:58:10 +0200
3602
3603 apt (0.8.14.1ubuntu1) oneiric; urgency=low
3604
3605 [ Michael Vogt ]
3606 * merged from the debian-sid bzr branch
3607
3608 [ Julian Andres Klode ]
3609 * apt-pkg/depcache.cc:
3610 - Really release action groups only once (Closes: #622744)
3611 - Make purge work again for config-files (LP: #244598) (Closes: #150831)
3612 * debian/apt.cron.daily:
3613 - Check power after wait, patch by manuel-soto (LP: #705269)
3614 * debian/control:
3615 - Move ${shlibs:Depends} to Pre-Depends, as we do not want APT
3616 unpacked if a library is too old and thus break upgrades
3617 * doc/apt-key.8.xml:
3618 - Document apt-key net-update (LP: #192810)
3619
3620 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 29 Apr 2011 17:55:20 +0200
3621
3622 apt (0.8.14.1) unstable; urgency=low
3623
3624 * apt-pkg/acquire-item.cc:
3625 - Only try to rename existing Release files (Closes: #622912)
3626
3627 -- Julian Andres Klode <jak@debian.org> Sat, 16 Apr 2011 14:36:10 +0200
3628
3629 apt (0.8.14) unstable; urgency=low
3630
3631 [ Julian Andres Klode ]
3632 * apt-pkg/indexcopy.cc:
3633 - Use RealFileExists() instead of FileExists(), allows amongst other
3634 things a directory named Sources to exist on a CD-ROM (LP: #750694).
3635 * apt-pkg/acquire-item.cc:
3636 - Use Release files even if they cannot be verified (LP: #704595)
3637 * cmdline/apt-get.cc:
3638 - Do not install recommends for build-dep (Closes: #454479) (LP: #245273)
3639 * apt-pkg/deb/deblistparser.cc:
3640 - Handle no space before "[" in build-dependencies (LP: #72344)
3641 * apt-pkg/policy.cc:
3642 - Allow pinning by glob() expressions, and regular expressions
3643 surrounded by slashes (the "/" character) (LP: #399474)
3644 (Closes: #121132)
3645 * debian/control:
3646 - Set Standards-Version to 3.9.2
3647
3648 [ Michael Vogt ]
3649 * mirror method:
3650 - do not crash if the mirror file fails to download
3651 * apt-pkg/aptconfiguration.cc:
3652 - fix comparing for a empty string
3653 * debian/apt.cron.daily:
3654 - run unattended-upgrades even if there was a error during
3655 the apt-get update (LP: #676295)
3656
3657 [ David Kalnischkies ]
3658 * apt-pkg/pkgcache.cc:
3659 - use the native Architecture stored in the cache header instead of
3660 loading it from configuration as suggested by Julian Andres Klode
3661
3662 -- Julian Andres Klode <jak@debian.org> Fri, 15 Apr 2011 14:28:15 +0200
3663
3664 apt (0.8.13.2ubuntu3) natty-proposed; urgency=low
3665
3666 * apt-pkg/deb/dpkgpm.cc:
3667 - stop reporting of apport-package bug reports regarding
3668 dpkg I/O errors (LP: #767776)
3669
3670 -- Brian Murray <brian@ubuntu.com> Wed, 20 Apr 2011 15:05:12 -0700
3671
3672 apt (0.8.13.2ubuntu2) natty; urgency=low
3673
3674 [ Michael Vogt ]
3675 * debian/apt.cron.daily:
3676 - run unattended-upgrades even if there was a error during
3677 the apt-get update (LP: #676295)
3678
3679 [ Julian Andres Klode ]
3680 * apt-pkg/indexcopy.cc:
3681 - Use RealFileExists() instead of FileExists(), allows amongst other
3682 things a directory named Sources to exist on a CD-ROM (LP: #750694).
3683
3684 [ David Kalnischkies ]
3685 * apt-pkg/pkgcache.cc:
3686 - use the native Architecture stored in the cache header instead of
3687 loading it from configuration as suggested by Julian Andres Klode
3688
3689 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 07 Apr 2011 12:52:21 +0200
3690
3691 apt (0.8.13.2ubuntu1) natty; urgency=low
3692
3693 * merge fixes from debian-sid, most notable the handling of
3694 arch=all architectures in python-apt (LP: #733741)
3695 * apt-pkg/aptconfiguration.cc:
3696 - fix comparing for a empty string
3697
3698 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 05 Apr 2011 13:19:56 +0200
3699
3700 apt (0.8.13.2) unstable; urgency=low
3701
3702 [ David Kalnischkies ]
3703 * apt-pkg/deb/dpkgpm.cc:
3704 - skip --configure if all packages disappeared
3705 * apt-pkg/vendor.cc, apt-pkg/vendorlist.cc:
3706 - mark them as deprecated as they are unused
3707 * apt-pkg/deb/deblistparser.h:
3708 - enable StripMultiArch by default for ParseDepends
3709 * debian/apt.conf.autoremove:
3710 - adapt to new gnumach kernel package naming (Closes: #619337)
3711 * doc/apt_preferences.5.xml:
3712 - correct typo spotted by Charles Plessy (Closes: #619088)
3713 - document ButAutomaticUpgrades together with NotAutomatic
3714 as suggested by Charles Plessy (Closes: #619083)
3715 * apt-pkg/depcache.cc:
3716 - remove pseudo handling leftover from SetReInstall
3717 - do not change protected packages in autoinstall (Closes: #618848)
3718 * apt-pkg/pkgcachegen.cc:
3719 - make "all"->"native" an implementation detail of NewPackage
3720 rather than rewrite it in higher methods
3721 * apt-pkg/cacheiterator.h:
3722 - return "all" instead of native architecture without breaking the abi
3723 (too much) by extending enum instead of using bitflags (LP: #733741)
3724 * apt-pkg/aptconfiguration.cc:
3725 - use dpkg --print-foreign-architectures to get multiarch configuration
3726 if non is specified with APT::Architectures (Closes: #612958)
3727 * cmdline/apt-get.cc:
3728 - do not show simulation notice for non-root commands (Closes: #619072)
3729 - be able to disable resolver with APT::Get::CallResolver and disable
3730 auto installation with APT::Get::AutoSolving
3731 * apt-pkg/deb/deblistparser.cc:
3732 - create foo:any provides for all architectures for an allowed package
3733
3734 -- Michael Vogt <mvo@debian.org> Tue, 05 Apr 2011 09:40:28 +0200
3735
3736 apt (0.8.13.1ubuntu1) natty; urgency=low
3737
3738 * merged fixes from the debian-sid (LP: #744832)
3739
3740 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 04 Apr 2011 14:40:51 +0200
3741
3742 apt (0.8.13.1) unstable; urgency=low
3743
3744 * apt-pkg/acquire-item.cc: Use stat buffer if stat was
3745 successful, not if it failed (Closes: #620546)
3746
3747 -- Julian Andres Klode <jak@debian.org> Sat, 02 Apr 2011 20:55:35 +0200
3748
3749 apt (0.8.13ubuntu2) natty; urgency=low
3750
3751 * po/makefile:
3752 - add hack to run MSGMERGE again if it segfaults. this is to help
3753 powerpc to bootstrap
3754 * mirror method:
3755 - merge fix from Matt Zimmerman, many thanks (LP: #741098)
3756 - do not crash if the mirror file fails to download
3757
3758 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 24 Mar 2011 18:01:38 +0100
3759
3760 apt (0.8.13ubuntu1) natty; urgency=low
3761
3762 * merged from debian/sid, this adds important fixes in the
3763 apt mirror method
3764
3765 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 16 Mar 2011 08:23:19 +0100
3766
3767 apt (0.8.13) unstable; urgency=low
3768
3769 [ Thorsten Spindler ]
3770 * methods/rsh.cc
3771 - fix rsh/ssh option parsing (LP: #678080), thanks to
3772 Ville Mattila
3773
3774 [ Michael Vogt ]
3775 * apt-pkg/acquire-item.cc:
3776 - mark pkgAcqIndexTrans as Index-File to avoid asking the
3777 user to insert the CD on each apt-get update
3778 * po/sl.po:
3779 - updated, thanks to Andrej Znidarsic
3780 * mirror method:
3781 - when downloading data, show the mirror being used
3782 - randomize mirror list after download in a host specific way
3783 to ensure that the load is evenly spreaded accross the mirrors
3784 - fix some missing "Fail-Ignore"
3785
3786 -- Michael Vogt <mvo@debian.org> Wed, 16 Mar 2011 08:04:42 +0100
3787
3788 apt (0.8.12ubuntu2) unstable; urgency=low
3789
3790 [ Thorsten Spindler ]
3791 * methods/rsh.cc
3792 - fix rsh/ssh option parsing (LP: #678080), thanks to
3793 Ville Mattila
3794
3795 [ Michael Vogt ]
3796 * apt-pkg/acquire-item.cc:
3797 - mark pkgAcqIndexTrans as Index-File to avoid asking the
3798 user to insert the CD on each apt-get update
3799 * methods/mirror.cc:
3800 - improve debug output and fix bug in TryNextMirror
3801
3802 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Mar 2011 15:56:54 +0100
3803
3804 apt (0.8.12ubuntu1) natty; urgency=low
3805
3806 * merged from debian/sid, this adds important fixes in the udev based
3807 cdrom handling and multiarch handling
3808
3809 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Mar 2011 16:12:22 +0100
3810
3811 apt (0.8.12) unstable; urgency=low
3812
3813 [ Michael Vogt ]
3814 * apt-pkg/deb/debindexfile.cc:
3815 - ignore missing deb-src files in /var/lib/apt/lists, thanks
3816 to Thorsten Spindler (LP: #85590)
3817 * apt-pkg/contrib/fileutl.cc, apt-pkg/deb/dpkgpm.cc:
3818 - honor Dpkg::Chroot-Directory in the RunScripts*() methods
3819 * apt-pkg/contrib/cdromutl.{cc,h}, apt-pkg/cdrom.{cc,h}:
3820 - deal with missing FSTAB_DIR when using libudev to discover cdrom
3821 - add experimental APT::cdrom::CdromOnly option (on by default).
3822 When this is set to false apt-cdrom will handle any removable
3823 deivce (like a usb-stick) as a "cdrom/dvd" source
3824
3825 [ Christian Perrier ]
3826 * Fix error in French translation of manpages (apt_preferences(5)).
3827 Merci, Rémi Vanicat. Closes: #613689
3828 * Complete French manpage translation
3829 * Italian translation update (Milo Casagrande). Closes: #614395
3830
3831 [ David Kalnischkies ]
3832 * ftparchive/multicompress.cc, apt-inst/deb/debfile.cc:
3833 - support xz compressor to create xz-compressed Indexes and be able
3834 to open data.tar.xz files
3835 - load the supported compressors from configuration
3836 * ftparchive/writer.cc:
3837 - ensure that Date and Valid-Until time strings are not localised
3838 - add options to disable specific checksums for Indexes
3839 - include xz-compressed Packages and Sources files in Release file
3840 * apt-pkg/aptconfiguration.cc:
3841 - support download of xz-compressed indexes files
3842 - support adding new compressors by configuration
3843 * apt-pkg/deb/debsrcrecords.cc:
3844 - support xz-compressed source v3 debian.tar files
3845 - support every compression we have a compressor configured
3846 * ftparchive/contents.cc:
3847 - remove ExtractArchive codecopy from apt-inst/deb/debfile.cc
3848 * apt-inst/deb/debfile.cc:
3849 - support data.tar's compressed with any configured compressor
3850 * cmdline/apt-get.cc:
3851 - reinstall dependencies of reinstalled "garbage" (Closes: #617257)
3852
3853 [ Steve Langasek ]
3854 * apt-pkg/deb/dpkgpm.cc:
3855 - make sure that for multiarch packages, we are passing the full
3856 qualified package name to dpkg for removals. (Closes: #614298)
3857 * Remove the "pseudopackage" handling of Architecture: all packages for
3858 Multi-Arch; instead, Arch: all packages only satisfy dependencies for
3859 the native arch, except where the Arch: all package is declared
3860 Multi-Arch: foreign. (Closes: #613584)
3861
3862 -- Michael Vogt <mvo@debian.org> Thu, 10 Mar 2011 14:46:48 +0100
3863
3864 apt (0.8.11.5ubuntu2) natty; urgency=low
3865
3866 [ Michael Vogt ]
3867 * apt-pkg/deb/debindexfile.cc:
3868 - ignore missing deb-src files in /var/lib/apt/lists, thanks
3869 to Thorsten Spindler (LP: #85590)
3870 * apt-pkg/contrib/fileutl.cc, apt-pkg/deb/dpkgpm.cc:
3871 - honor Dpkg::Chroot-Directory in the RunScripts*() methods
3872
3873 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 03 Mar 2011 17:39:30 +0100
3874
3875 apt (0.8.11.5ubuntu1) natty; urgency=low
3876
3877 * Merged from debian/sid
3878
3879 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 18 Feb 2011 12:01:19 +0100
3880
3881 apt (0.8.11.5) unstable; urgency=low
3882
3883 [ Christian Perrier ]
3884 * Add missing dot in French translation of manpages. Merci, Olivier
3885 Humbert.
3886 * French translation update
3887 * French manpages translation update
3888
3889 [ David Kalnischkies ]
3890 * apt-pkg/depcache.cc:
3891 - party revert fix in 0.8.11.2 which marked all packages as manual
3892 installed if the FromUser bit is set in the MarkInstall call.
3893 The default for this bit is true and aptitude depends on the old
3894 behavior so the package is only marked as manual if its not marked
3895 ("old" behavior) or if automatic installation is enabled - which
3896 aptitude disables always (see also #613775)
3897
3898 -- David Kalnischkies <kalnischkies@gmail.com> Thu, 17 Feb 2011 15:16:31 +0100
3899
3900 apt (0.8.11.4) unstable; urgency=low
3901
3902 [ David Kalnischkies ]
3903 * apt-pkg/contrib/error.cc:
3904 - ensure that va_list is not invalid in second try
3905 * cmdline/apt-get.cc:
3906 - don't remove new dependencies of garbage packages (Closes: #613420)
3907
3908 [ Michael Vogt ]
3909 * test/integration/*
3910 - fix dashish in the integration tests
3911
3912 -- Michael Vogt <mvo@debian.org> Wed, 16 Feb 2011 14:36:03 +0100
3913
3914 apt (0.8.11.3) unstable; urgency=low
3915
3916 * apt-pkg/contrib/fileutl.cc:
3917 - really detect bigendian machines by including config.h,
3918 so we can really (Closes: #612986)
3919 * apt-pkg/contrib/mmap.cc:
3920 - Base has as 'valid' failure states 0 and -1 so add a simple
3921 validData method to check for failure states
3922
3923 -- David Kalnischkies <kalnischkies@gmail.com> Mon, 14 Feb 2011 16:58:03 +0100
3924
3925 apt (0.8.11.2) unstable; urgency=low
3926
3927 [ Michael Vogt ]
3928 * merged lp:~evfool/apt/fix641673:
3929 - String-fix in the source and the translations for the grammatical
3930 mistake reported in bug LP: #641673, thanks to Robert Roth
3931 * merged lp:~evfool/apt/fix418552:
3932 - Grammar fix for bug LP: #418552, thanks to Robert Roth
3933
3934 [ David Kalnischkies ]
3935 * cmdline/apt-get.cc:
3936 - add --install-suggests option (Closes: #473089)
3937 * apt-pkg/depcache.cc:
3938 - mark a package which was requested to be installed on commandline
3939 always as manual regardless if it is already marked or not as the
3940 marker could be lost later by the removal of rdepends (Closes: #612557)
3941 * methods/rred.cc:
3942 - read patch into MMap only if we work on uncompressed patches
3943 - update size of dynamic MMap as we write in from the outside
3944 * apt-pkg/contrib/mmap.cc:
3945 - do not try to free the mapping if its is unset
3946 * apt-pkg/contrib/fileutl.cc:
3947 - reorder the loaded filesize bytes for big endian (Closes: #612986)
3948 Thanks to Jörg Sommer for the detailed analyse!
3949
3950 -- Michael Vogt <mvo@debian.org> Mon, 14 Feb 2011 12:07:18 +0100
3951
3952 apt (0.8.11.1) unstable; urgency=low
3953
3954 [ Stefan Lippers-Hollmann ]
3955 * cmdline/apt-key:
3956 - fix root test which prevented setting of trustdb-name
3957 which lets gpg fail if it adds/remove keys from trusted.gpg
3958 as it tries to open the (maybe) not existent /root/.gnupg
3959
3960 [ David Kalnischkies ]
3961 * debian/apt.symbols:
3962 - add more arch dependent symbols
3963
3964 -- Michael Vogt <mvo@debian.org> Wed, 09 Feb 2011 17:49:59 +0100
3965
3966 apt (0.8.11) unstable; urgency=low
3967
3968 [ David Kalnischkies ]
3969 * apt-pkg/depcache.cc:
3970 - add SetCandidateRelease() to set a candidate version and
3971 the candidates of dependencies if needed to a specified
3972 release (Closes: #572709)
3973 - allow conflicts in the same group again (Closes: #612099)
3974 * cmdline/apt-get.cc:
3975 - if --print-uris is used don't setup downloader as we don't need
3976 progress, lock nor the directories it would create otherwise
3977 - show dependencies of essential packages which are going to remove
3978 only if they cause the remove of this essential (Closes: #601961)
3979 - keep not installed garbage packages uninstalled instead of showing
3980 in the autoremove section and installing those (Closes: #604222)
3981 - change pkg/release behavior to use the new SetCandidateRelease
3982 so installing packages from experimental or backports is easier
3983 - really do not show packages in the extra section if they were
3984 requested on the commandline, e.g. with a modifier (Closes: #184730)
3985 - always do removes first and set not installed remove packages
3986 on hold to prevent temporary installation later (Closes: #549968)
3987 * debian/control:
3988 - add Vcs-Browser now that loggerhead works again (Closes: #511168)
3989 - depend on debhelper 7 to raise compat level
3990 - depend on dpkg-dev (>= 1.15.8) to have c++ symbol mangling
3991 * apt-pkg/contrib/fileutl.cc:
3992 - add a RealFileExists method and check that your configuration files
3993 are real files to avoid endless loops if not (Closes: #604401)
3994 - ignore non-regular files in GetListOfFilesInDir (Closes: #594694)
3995 * apt-pkg/contrib/weakptr.h:
3996 - include stddefs.h to fix compile error (undefined NULL) with gcc-4.6
3997 * methods/https.cc:
3998 - fix CURLOPT_SSL_VERIFYHOST by really passing 2 to it if enabled
3999 * deb/dpkgpm.cc:
4000 - fix popen/fclose mismatch reported by cppcheck. Thanks to Petter
4001 Reinholdtsen for report and patch! (Closes: #607803)
4002 * doc/apt.conf.5.xml:
4003 - fix multipl{y,e} spelling error reported by Jakub Wilk (Closes: #607636)
4004 * apt-inst/contrib/extracttar.cc:
4005 - let apt-utils work with encoded tar headers if uid/gid are large.
4006 Thanks to Nobuhiro Hayashi for the patch! (Closes: #330162)
4007 * apt-pkg/cacheiterator.h:
4008 - do not segfault if cache is not build (Closes: #254770)
4009 * doc/apt-get.8.xml:
4010 - remove duplicated mentioning of --install-recommends
4011 * doc/sources.list.5.xml:
4012 - remove obsolete references to non-us (Closes: #594495)
4013 - a notice is printed for ignored files (Closes: #597615)
4014 * debian/rules:
4015 - use -- instead of deprecated -u for dh_gencontrol
4016 - remove shlibs.local creation and usage
4017 - show differences in the symbol files, but never fail
4018 * pre-build.sh:
4019 - remove as it is not needed for a working 'bzr bd'
4020 * debian/{apt,apt-utils}.symbols:
4021 - ship experimental unmangled c++ symbol files
4022 * methods/rred.cc:
4023 - operate optional on gzip compressed pdiffs
4024 * apt-pkg/acquire-item.cc:
4025 - don't uncompress downloaded pdiff files before feeding it to rred
4026 - try downloading clearsigned InRelease before trying Release.gpg
4027 - change the internal handling of Extensions in pkgAcqIndex
4028 - add a special uncompressed compression type to prefer those files
4029 - download and use i18n/Index to choose which Translations to download
4030 * cmdline/apt-key:
4031 - don't set trustdb-name as non-root so 'list' and 'finger'
4032 can be used without being root (Closes: #393005, #592107)
4033 * apt-pkg/deb/deblistparser.cc:
4034 - rewrite LoadReleaseInfo to cope with clearsigned Releasefiles
4035 * ftparchive/writer.cc:
4036 - add config option to search for more patterns in release command
4037 - include Index files by default in the Release file
4038 * methods/{gzip,bzip}.cc:
4039 - print a good error message if FileSize() is zero
4040 * apt-pkg/aptconfiguration.cc:
4041 - remove the inbuilt Translation files whitelist
4042 * cmdline/apt-cache.cc:
4043 - remove not implemented 'apt-cache add' command
4044 * doc/apt-cache.8.xml:
4045 - describe reality as apt-cache just queries and doesn't manipulate
4046 the caches. Thanks to Enrico Zini for spotting it! (Closes: #612009)
4047 * apt-pkg/algorithms.cc:
4048 - mark pseudo packages of installed all packages as configured
4049 in the simulation as we don't call configure for these packages
4050 * apt-pkg/pkgcachegen.cc:
4051 - in multiarch, let :all packages conflict with :any packages
4052 with a different version to be sure
4053 * apt-pkg/contrib/error.cc:
4054 - remove 400 char size limit of error messages (LP: #365611)
4055
4056 [ Michael Vogt ]
4057 * methods/http.cc:
4058 - do not hang if Acquire::http::ProxyAutoDetect can not be
4059 executed or returns no data (LP: #654393)
4060 * debian/apt.conf.autoremove:
4061 - never autoremove the GNU/Hurd kernel (closes: #588423), thanks
4062 to Guillem Jover
4063 * apt-pkg/cdrom.cc, apt-pkg/init.cc, methods/cdrom.cc:
4064 - use /media/cdrom as default mountoint (closes: #611569)
4065 * cmdline/apt-get.cc:
4066 - add apt-get changelog (closes: #526990)
4067 - add apt-get download (closes: #82738)
4068
4069 [ Martin Pitt ]
4070 * test/integration/test-compressed-indexes, test/test-indexes.sh:
4071 - Explicitly disable compressed indexes at the start. This ensures that we
4072 will actually test uncompressed indexes regardless of the internal
4073 default value of Acquire::GzipIndexes.
4074
4075 -- Michael Vogt <mvo@debian.org> Tue, 08 Feb 2011 12:58:12 +0100
4076
4077 apt (0.8.10.3) unstable; urgency=low
4078
4079 [ Programs translations ]
4080 * po/es.po: Updated, plus fixes encoding issues and fixes two fuzzy
4081 strings, thanks to Javier Fernandez-Sanguino (closes: #610692)
4082
4083 -- Michael Vogt <mvo@debian.org> Tue, 25 Jan 2011 11:51:42 +0100
4084
4085 apt (0.8.10.2) unstable; urgency=low
4086
4087 [ David Kalnischkies ]
4088 * ftparchive/apt-ftparchive.cc:
4089 - fix endless loop for multiple TranslationsWriters
4090
4091 -- Michael Vogt <mvo@debian.org> Tue, 25 Jan 2011 10:26:15 +0100
4092
4093 apt (0.8.10.1) unstable; urgency=low
4094
4095 [ Christian Perrier ]
4096 * Fix encoding for Slovenian translation. PO file switched
4097 to UTF-8. Closes: #609957
4098
4099 [ Julian Andres Klode ]
4100 * cmdline/apt-cache.cc: Create an error for apt-cache depends
4101 if packages could not found (LP: #647045)
4102
4103 [ Programs translations ]
4104 * Spanish update by Javier Fernández-Sanguino Peña. Closes: #607145
4105
4106 [ Manpages translations ]
4107 * Correct a typo and an error in French manpages translation.
4108 Closes: # 607170
4109
4110 -- Michael Vogt <mvo@debian.org> Mon, 17 Jan 2011 13:41:04 +0100
4111
4112 apt (0.8.10ubuntu2) UNRELEASED; urgency=low
4113
4114 * apt-pkg/deb/dpkgpm.cc:
4115 - ignore lzma "Cannot allocate memory" errors, thanks to Brian
4116 Murray
4117 - add i18n support for the "short read in buffer_copy %s" handling
4118 from dpkg
4119
4120 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 11 Jan 2011 18:26:05 +0100
4121
4122 apt (0.8.10ubuntu1) natty; urgency=low
4123
4124 [ Julian Andres Klode ]
4125 * cmdline/apt-cache.cc: Create an error for apt-cache depends
4126 if packages could not found (LP: #647045)
4127
4128 [ Michael Vogt ]
4129 * merged from debian-sid
4130
4131 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 07 Dec 2010 15:53:49 +0100
4132
4133 apt (0.8.10) unstable; urgency=low
4134
4135 [ Programs translations ]
4136 * Czech by Miroslav Kure. Closes: #605107
4137
4138 [ Martin Pitt ]
4139 * test/integration/test-compressed-indexes, test/test-indexes.sh:
4140 - Explicitly disable compressed indexes at the start. This ensures that we
4141 will actually test uncompressed indexes regardless of the internal
4142 default value of Acquire::GzipIndexes.
4143
4144 [ David Kalnischkies ]
4145 * apt-pkg/algorithms.cc:
4146 - mark all installed packages first without auto installation in
4147 a dist-upgrade to prefer upgrading packages instead of installing
4148 new packages in versioned or-groups (Closes: #605394)
4149
4150 -- Michael Vogt <mvo@debian.org> Tue, 30 Nov 2010 10:42:17 +0100
4151
4152 apt (0.8.9ubuntu4) natty; urgency=low
4153
4154 [ Michael Vogt ]
4155 * cmdline/apt-key:
4156 - set timeout of wget for net-update to 90 seconds (thanks to \sh)
4157
4158 [ Martin Pitt ]
4159 * Revert r1819 and r1820 to disable compressed indexes by default again.
4160 Testing has brought up a few places where this seriously degrades
4161 performance, mostly in applications which iterate through all available
4162 package records, like update-apt-xapian-index or synaptic. See
4163 https://bugs.launchpad.net/ubuntu/+bugs?field.tag=apt-compressed-indexes
4164
4165 -- Martin Pitt <martin.pitt@ubuntu.com> Thu, 25 Nov 2010 08:50:37 +0100
4166
4167 apt (0.8.9ubuntu3) natty; urgency=low
4168
4169 * methods/http.cc:
4170 - do not hang if Acquire::http::ProxyAutoDetect can not be
4171 executed or returns no data (LP: #654393)
4172
4173 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 22 Nov 2010 10:42:50 +0100
4174
4175 apt (0.8.9ubuntu2) natty; urgency=low
4176
4177 * drop apt-changelog, apt-get changelog implements all the
4178 features it provides
4179
4180 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 18 Nov 2010 15:22:40 +0100
4181
4182 apt (0.8.9ubuntu1) natty; urgency=low
4183
4184 * re-merged from the debian-sid bzr branch
4185 * merged lp:~mvo/apt/mvo, this brings two new commands:
4186 - apt-get download binary-pkgname to download a deb
4187 - apt-get changelog binary-pkgname to display the changelog
4188 * cmdline/apt-get.cc:
4189 - if the changelog download failed, do not show the generic error
4190 but point to launchpad instead
4191
4192 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 18 Nov 2010 15:02:14 +0100
4193
4194 apt (0.8.9) unstable; urgency=low
4195
4196 [ Christian Perrier ]
4197 * Fix "typos" in French manpages translations. Thanks to
4198 Cyril Brulebois for bashing me.
4199 * Drop useless untranslatable sections from apt.8
4200
4201 [ Programs translations ]
4202 * Slovenian update by Andrej Žnidaršič and Rosetta Slovenian team
4203 * German update by Holger Wansing. Closes: #603619
4204
4205 [ David Kalnischkies ]
4206 * apt-pkg/aptconfiguration.cc:
4207 - evaluate Acquire::Languages= before LANG= (Closes: #602573)
4208 * apt-pkg/orderlist.cc:
4209 - try fixing before removing even if the fix is hidden in
4210 a provides, hidden in the #590438 testcase
4211 * apt-pkg/algorithms.cc:
4212 - if the package was explicitly marked as ToRemove don't
4213 consider it as a candidate for FixByInstall
4214 * apt-pkg/depcache.cc:
4215 - don't install previously not installed providers in a try
4216 to statisfy a "Breaks: provides" dependency by upgrade
4217 * cmdline/acqprogress.cc:
4218 - don't ask the user for media change if quiet >= 2, stdout is not
4219 a tty and assume-yes, force-yes or trivial-only option is set to
4220 avoid cpu eating endless loops in unattended runs like apt.cron
4221 (Closes: #602354, LP: #665580)
4222
4223 -- Michael Vogt <mvo@debian.org> Thu, 18 Nov 2010 09:25:04 +0100
4224
4225 apt (0.8.8ubuntu3) natty; urgency=low
4226
4227 * cmdline/apt-changelog: Filter out multiple results for a source package,
4228 just take the latest one.
4229 * cmdline/apt-changelog: Read server name from configuration
4230 APT::Changelog::Server instead of hardcoding it. This allows local users
4231 to point to a local changelog mirror, or make this script work for Debian.
4232 * Add debian/apt.conf.changelog: Configuration for apt-changelog with the
4233 server for Ubuntu (changelogs.ubuntu.com). Install it in debian/rules.
4234 * doc/apt-changelog.1.xml: Document the new option.
4235 * test/integration/test-compressed-indexes, test/test-indexes.sh:
4236 - Explicitly disable compressed indexes at the start. This ensures that we
4237 will actually test uncompressed indexes regardless of the internal
4238 default value of Acquire::GzipIndexes.
4239 * apt-pkg/acquire-item.cc: Set Acquire::GzipIndexes to "true" by default, to
4240 store compressed indexes. This feature is now mature enough for general
4241 consumption. Update doc/apt.conf.5.xml accordingly.
4242 * apt-pkg/aptconfiguration.cc: Have Acquire::CompressionTypes::Order default
4243 to preferring "gz", so that compressed indexes will actually work.
4244
4245 -- Martin Pitt <martin.pitt@ubuntu.com> Mon, 15 Nov 2010 12:14:15 +0100
4246
4247 apt (0.8.8ubuntu2) natty; urgency=low
4248
4249 * Add cmdline/apt-changelog: Script to fetch package changelog from
4250 changelogs.ubuntu.com. Install it in cmdline/makefile and debian/rules.
4251 * Add doc/apt-changelog.1.xml, and install it in debian/rules.
4252
4253 -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 09 Nov 2010 11:32:27 +0100
4254
4255 apt (0.8.8ubuntu1) natty; urgency=low
4256
4257 * merged from debian-unstable, remainging changes:
4258 - use ubuntu keyring and ubuntu archive keyring in apt-key
4259 - run update-apt-xapian-index in apt.cron
4260 - support apt-key net-update and verify keys against master-keyring
4261 - run apt-key net-update in cron.daily
4262 - different example sources.list
4263
4264 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 29 Oct 2010 10:07:09 -0400
4265
4266 apt (0.8.8) unstable; urgency=low
4267
4268 [ David Kalnischkies ]
4269 * apt-pkg/contrib/fileutl.cc:
4270 - Add a FileFd::FileSize() method to get the size of the underlying
4271 file and not the size of the content in the file as FileFd::Size()
4272 does - the sizes can differ since the direct gzip integration
4273 * methods/{gzip,bzip2}.cc:
4274 - use FileSize() to determine if the file is invalid (Closes: #600852)
4275 * apt-pkg/pkgcache.cc:
4276 - fallback always to a suitable description (Closes: #601016)
4277
4278 [ Michael Vogt ]
4279 * apt-pkg/deb/dpkgpm.cc:
4280 - ensure that history.log gets closed to avoid leaking a FD
4281 (closes: #601649)
4282
4283 -- Michael Vogt <mvo@debian.org> Thu, 28 Oct 2010 21:22:21 +0200
4284
4285 apt (0.8.7ubuntu1) natty; urgency=low
4286
4287 * merged from debian-unstable, remainging changes:
4288 - use ubuntu keyring and ubuntu archive keyring in apt-key
4289 - run update-apt-xapian-index in apt.cron
4290 - support apt-key net-update and verify keys against master-keyring
4291 - run apt-key net-update in cron.daily
4292 - different example sources.list
4293
4294 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 15 Oct 2010 18:31:17 +0200
4295
4296 apt (0.8.7) unstable; urgency=low
4297
4298 [ Manpages translations ]
4299 * Typo fixed in French (extra "Z"). Thanks to Florentin Duneau.
4300 * Another typo fixed in French ("Anfin"). Thanks to bubulle
4301 * Wrong translation for "showauto" fixed. Thanks to Raphaël Hertzog
4302 Closes: #599265
4303
4304 [ Michael Vogt ]
4305 * debian/apt.cron.daily:
4306 - source /etc/default/locale (if available) so that the
4307 apt-get update cron job fetches the right translated package
4308 descriptions
4309 * fix test failure on amd64
4310 * apt-pkg/deb/debsystem.cc:
4311 - fix issues with dir::state::status and dir::state::extended_states
4312 when alternative rootdirs are used
4313
4314 [ Martin Pitt ]
4315 * apt-pkg/deb/debindexfile.cc:
4316 - Use FileFd::Size() instead of stat()ing the sources/binary/translations
4317 indexes directly, so that we have transparent handling of gzipped
4318 indexes.
4319 * apt-pkg/contrib/fileutl.cc:
4320 - Fix FileFd::Size() for gzipped files to give the size of the
4321 uncompressed data. This fixes cache building progress going way
4322 over 100%.
4323
4324 [ David Kalnischkies ]
4325 * apt-pkg/deb/deblistparser.cc:
4326 - support ArmHardFloat port in CompleteArch, thanks to Sebastian
4327 Andrzej Siewior for the patch!
4328 * doc/apt.ent:
4329 - move some strings into apt-verbatim.ent to avoid showing them in
4330 apt-doc.pot as they are untranslatable anyway (e.g. manpage references)
4331 * doc/apt-verbatim.ent:
4332 - change the codenames to reflect the situation after squeeze release
4333 * doc/examples/apt-https-method-example.conf:
4334 - apply various typo fixes by Olly Betts, thanks! (Closes: #600249)
4335
4336 -- Michael Vogt <mvo@debian.org> Fri, 15 Oct 2010 18:16:10 +0200
4337
4338 apt (0.8.6) unstable; urgency=low
4339
4340 [ Programs translations ]
4341 * Vietnamese update by Clytie Siddall (Closes: #598489)
4342 * Asturian update by Maacub (Closes: #599057)
4343
4344 [ David Kalnischkies ]
4345 * cmdline/apt-cache.cc:
4346 - use the TranslatedDescription for searching and not the first
4347 available one as it is maybe not an expected language (Closes: #597925)
4348 * apt-pkg/contrib/strutl.cc:
4349 - add a space between number and unit as required by SI (Closes: #598352)
4350 * apt-pkg/depcache.cc:
4351 - do not check endpointer packages instead of only those which prevented
4352 NeverAutoRemove settings from having an effect (Closes: #598452)
4353 - do not remove packages which the user requested for installation
4354 explicitly while satisfying other install requests (Closes: #598669)
4355 * apt-pkg/packagemanager.cc:
4356 - Add a space between period and 'Please' and unfuzzy all translations
4357 * doc/po/de.po:
4358 - remove the duplicated "angefertigt" in translation-holder string
4359
4360 -- Michael Vogt <mvo@debian.org> Mon, 04 Oct 2010 11:52:19 +0200
4361
4362 apt (0.8.5) unstable; urgency=low
4363
4364 [ Manpages translations ]
4365 * German (Chris Leick). Closes: #597163
4366
4367 [ Michael Vogt ]
4368 * merged lp:~mvo/apt/conflicts-on-virtuals to better deal with
4369 conflicts/breaks against virtual packages (LP: #614993)
4370
4371 [ David Kalnischkies ]
4372 * apt-pkg/policy.cc:
4373 - support 100-pinning in Release file with ButAutomaticUpgrades
4374 as requested by the backports crew (Closes: #596097)
4375 * apt-pkg/deb/deblistparser.cc:
4376 - overrule NotAutomatic in case of ButAutomaticUpgrades
4377 * debian/apt.cron.daily:
4378 - handle absolut directory paths correctly by loading directories
4379 directly instead of building the paths on our own (Closes: #596421)
4380 * debian/control:
4381 - build-depend on docbook-xml to ensure that the xml DTDs are always
4382 available on the buildds (Closes: #597145)
4383 * buildlib/debiandoc.mak, buildlib/po4a_manpage.mak:
4384 - ensure that the build fails if documentation building fails
4385 * doc/po/fr.po:
4386 - correct two syntax issues to ensure we can build fine
4387
4388 -- Michael Vogt <mvo@debian.org> Fri, 17 Sep 2010 22:05:06 +0200
4389
4390 apt (0.8.4) unstable; urgency=low
4391
4392 [ Michael vogt ]
4393 * ftparchive/writer.cc:
4394 - write out {Files,Checksum-Sha1,Checksum-Sha256} only if
4395 available LP: #633967. Thanks to Colin Watson
4396 * apt-pkg/contrib/cdromutl.cc:
4397 - if apt-cdrom is used on writable media (like usb-sticks), do
4398 not use the root directory to identify the medium (as all
4399 changes there change the ident id). Use the .disk directory
4400 instead
4401
4402 [ David Kalnischkies ]
4403 * ftparchive/writer.cc:
4404 - null the valid string instead of the date if Valid-Until is not set
4405 * apt-pkg/acquire-item.cc:
4406 - use also unsigned Release files again (Closes: #596189)
4407
4408 [ Christian Perrier ]
4409 * Fix missing space after dot in a message from apt-pkg
4410 Translations unfuzzied. Thanks to Holger Wansing.
4411
4412 -- Michael Vogt <mvo@debian.org> Fri, 10 Sep 2010 20:45:15 +0200
4413
4414 apt (0.8.3ubuntu7) maverick; urgency=low
4415
4416 [ David Kalnischkies ]
4417 * apt-pkg/depcache.cc:
4418 - do not remove packages which the user requested for installation
4419 explicitly while satisfying other install requests (Closes: #598669)
4420 Test case: debootstrap, install exim4, run "apt-get install postfix"
4421 This will result in exim4-heavy instead of postfix
4422
4423 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 05 Oct 2010 14:13:38 +0200
4424
4425 apt (0.8.3ubuntu6) maverick; urgency=low
4426
4427 [ Michael Vogt ]
4428 * debian/apt.cron.daily:
4429 - source /etc/default/locale (if available) so that the
4430 apt-get update cron job fetches the right translated package
4431 descriptions (LP: #652951)
4432
4433 [ David Kalnischkies ]
4434 * apt-pkg/depcache.cc:
4435 - do not check endpointer packages instead of only those which prevented
4436 NeverAutoRemove settings from having an effect (Closes: #598452)
4437 * cmdline/apt-cache.cc:
4438 - use the TranslatedDescription for searching and not the first
4439 available one as it is maybe not an expected language (Closes: #597925)
4440
4441 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 01 Oct 2010 15:25:00 +0200
4442
4443 apt (0.8.3ubuntu5) maverick; urgency=low
4444
4445 * debian/apt.dirs:
4446 - add missing /usr/share/apt so that the keyring is installed
4447 into the right place (LP: #620576)
4448
4449 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 22 Sep 2010 18:34:18 +0200
4450
4451 apt (0.8.3ubuntu4) maverick; urgency=low
4452
4453 * merged lp:~mvo/apt/conflicts-on-virtuals to better deal
4454 with conflicts/breaks against virtual packages (LP: #614993)
4455
4456 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 15 Sep 2010 19:48:26 +0200
4457
4458 apt (0.8.3ubuntu3) maverick; urgency=low
4459
4460 * merged fixes from debian-sid
4461
4462 [ Michael Vogt ]
4463 * apt-pkg/contrib/cdromutl.cc:
4464 - if apt-cdrom is used on writable media (like usb-sticks), do
4465 not use the root directory to identify the medium (as all
4466 changes there change the ident id). Use the .disk directory
4467 instead
4468
4469 [ David Kalnischkies ]
4470 * ftparchive/writer.cc:
4471 - null the valid string instead of the date if Valid-Until is not set
4472 * apt-pkg/acquire-item.cc:
4473 - use also unsigned Release files again (Closes: #596189)
4474
4475 [ Christian Perrier ]
4476 * Fix missing space after dot in a message from apt-pkg
4477 Translations unfuzzied. Thanks to Holger Wansing.
4478
4479 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 10 Sep 2010 21:45:49 +0200
4480
4481 apt (0.8.3ubuntu2) maverick; urgency=low
4482
4483 * ftparchive/writer.cc:
4484 - write out {Files,Checksum-Sha1,Checksum-Sha256} only if
4485 available LP: #633967. Thanks to Colin Watson
4486
4487 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 09 Sep 2010 15:30:19 +0200
4488
4489 apt (0.8.3ubuntu1) maverick; urgency=low
4490
4491 * merged fixes from debian-sid
4492 * debian/rules:
4493 - put ubuntu-archive.gpg back into the package (LP: #620576)
4494 * apt-pkg/init.cc:
4495 - ignore ".distUpgrade" and ".save" files in sources.list.d
4496 (LP: #631770)
4497
4498 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 07 Sep 2010 09:27:24 +0200
4499
4500 apt (0.8.3) unstable; urgency=low
4501
4502 [ Programs translations ]
4503 * German (Holger Wansing). Closes: #596141
4504
4505 [ Manpages translations ]
4506 * Japanese (KURASAWA Nozomu). Closes: #595862
4507
4508 [ Michael Vogt ]
4509 * apt-pkg/indexcopy.cc:
4510 - only use trusted.gpg.d directory if it exists
4511 - do not replace /dev/null when running in APT::CDROM::NoAct
4512 mode (LP: #612666), thanks to Colin Watson
4513
4514 [ David Kalnischkies ]
4515 * ftparchive/apt-ftparchive.cc:
4516 - ensure that BinDirectory as well as Tree settings get
4517 the correct default FileMode setting (Closes: #595922)
4518
4519 -- Michael Vogt <mvo@debian.org> Tue, 07 Sep 2010 15:28:41 +0200
4520
4521 apt (0.8.2) unstable; urgency=low
4522
4523 [ Manpages translations ]
4524 * Spanish (Omar Campagne). Closes: #595557
4525
4526 [ David Kalnischkies ]
4527 * apt-pkg/versionmatch.cc:
4528 - do not accept 'Pin: origin "' (missing closing ") as a valid
4529 way to pin a local archive: either "" or none…
4530 * apt-pkg/deb/dpkgpm.cc:
4531 - create Dir::Log if needed to support /var/log as tmpfs or similar,
4532 inspired by Thomas Bechtold, thanks! (Closes: #523919, LP: #220239)
4533 * apt-pkg/indexcopy.cc:
4534 - support really still the APT::GPGV::TrustedKeyring setting,
4535 as it breaks d-i badly otherwise (Closes: #595428)
4536 * cmdline/apt-key:
4537 - support also Dir::Etc::Trusted so that apt-key works in the same
4538 way as the library part which works with the trusted files
4539 * methods/{gzip,bzip2}.cc:
4540 - empty files can never be valid archives (Closes: #595691)
4541
4542 -- Michael Vogt <mvo@debian.org> Mon, 06 Sep 2010 18:10:06 +0200
4543
4544 apt (0.8.1) unstable; urgency=low
4545
4546 [ Programs translations ]
4547 * Thai (Theppitak Karoonboonyanan). Closes: #592695
4548 * Russian (Yuri Kozlov). Closes: #594232
4549 * Slovak (Ivan Masár). Closes: #594255
4550 * Swedish (Daniel Nylander). Closes: #594241
4551 * Japanese (Kenshi Muto, Osamu Aoki). Closes: #594265
4552 * Italian (Milo Casagrande). Closes: #594238
4553 * Asturian (maacub). Closes: #594303
4554 * Simplified Chinese (Aron Xu). Closes: #594458
4555 * Bulgarian (Damyan Ivanov). Closes: #594627
4556 * Portuguese (Miguel Figueiredo). Closes: #594668
4557 * Korean (Changwoo Ryu). Closes: #594809
4558 * Norwegian Bokmål (Hans Nordhaug). Closes: #595182
4559 * Danish (Joe Hansen). Closes: #595176
4560 * Catalan (Agustí Grau). Closes: #595234
4561
4562 [ Christian Perrier ]
4563 * Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aoki
4564 Closes: #594211
4565
4566 [ Manpages translations ]
4567 * Portuguese (Américo Monteiro)
4568
4569 [ David Kalnischkies ]
4570 * cmdline/apt-cache.cc:
4571 - show in madison command again also source packages (LP: #614589)
4572 - remove useless GetInitialize method
4573 * cmdline/apt-get.cc:
4574 - remove direct calls of ReadMainList and use the wrapper instead
4575 to protect us from useless re-reads and two-times notice display
4576 - remove death code by removing unused GetInitialize
4577 * apt-pkg/depcache.cc:
4578 - now that apt-get purge works on 'rc' packages let the MarkDelete
4579 pass this purge forward to the non-pseudo package for pseudos
4580 * apt-pkg/contrib/fileutl.cc:
4581 - apply SilentlyIgnore also on files without an extension
4582 * apt-pkg/contrib/configuration.cc:
4583 - fix autoremove by using correct config-option name and
4584 don't make faulty assumptions in error handling (Closes: #594689)
4585 * apt-pkg/versionmatch.cc:
4586 - let the pin origin actually work as advertised in the manpage
4587 which means "" are optional and pinning a local archive does
4588 work - even if it is a non-flat archive (Closes: #594435)
4589
4590 -- Michael Vogt <mvo@debian.org> Fri, 03 Sep 2010 18:36:11 +0200
4591
4592 apt (0.8.0ubuntu3) maverick; urgency=low
4593
4594 * merged fixes from the debian-sid bzr branch:
4595
4596 [ Programs translations ]
4597 * Simplified Chinese (Aron Xu). Closes: #594458
4598 * Bulgarian (Damyan Ivanov). Closes: #594627
4599 * Portuguese (Miguel Figueiredo). Closes: #594668
4600 * Korean (Changwoo Ryu). Closes: #594809
4601
4602 [ Manpages translations ]
4603 * Portuguese (Américo Monteiro)
4604
4605 [ David Kalnischkies ]
4606 * cmdline/apt-cache.cc:
4607 - remove useless GetInitialize method
4608 * cmdline/apt-get.cc:
4609 - remove direct calls of ReadMainList and use the wrapper instead
4610 to protect us from useless re-reads and two-times notice display
4611 - remove death code by removing unused GetInitialize
4612 * apt-pkg/depcache.cc:
4613 - now that apt-get purge works on 'rc' packages let the MarkDelete
4614 pass this purge forward to the non-pseudo package for pseudos
4615 * apt-pkg/contrib/fileutl.cc:
4616 - apply SilentlyIgnore also on files without an extension
4617 * apt-pkg/contrib/configuration.cc:
4618 - fix autoremove by using correct config-option name and
4619 don't make faulty assumptions in error handling (Closes: #594689)
4620 * apt-pkg/versionmatch.cc:
4621 - let the pin origin actually work as advertised in the manpage
4622 which means "" are optional and pinning a local archive does
4623 work - even if it is a non-flat archive (Closes: #594435)
4624
4625 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 03 Sep 2010 17:05:53 +0200
4626
4627 apt (0.8.0ubuntu2) maverick; urgency=low
4628
4629 * merged fixes from the debian-sid bzr branch:
4630
4631 [ Programs translations ]
4632 * Thai (Theppitak Karoonboonyanan). Closes: #592695
4633 * Russian (Yuri Kozlov). Closes: #594232
4634 * Slovak (Ivan Masár). Closes: #594255
4635 * Swedish (Daniel Nylander). Closes: #594241
4636 * Japanese (Kenshi Muto, Osamu Aoki). Closes: #594265
4637 * Italian (Milo Casagrande). Closes: #594238
4638 * Asturian (maacub). Closes: #594303
4639
4640 [ Christian Perrier ]
4641 * Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aoki
4642 Closes: #594211
4643
4644 [ David Kalnischkies ]
4645 * show in madison command again also source packages (LP: #614589)
4646
4647 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 26 Aug 2010 18:56:23 +0200
4648
4649 apt (0.8.0ubuntu1) maverick; urgency=low
4650
4651 * merged from debian/unstable
4652
4653 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 24 Aug 2010 21:39:06 +0200
4654
4655 apt (0.8.0) unstable; urgency=low
4656
4657 [ Michael Vogt ]
4658 * merge of the debian-expermental-ma branch
4659 * refresh po/pot files in doc/ and po/
4660
4661 [ Programs translations ]
4662 * Swedish (Daniel Nylander). Closes: #592366
4663 * French (Christian Perrier)
4664
4665 [ Manpages translations ]
4666 * French (Christian Perrier)
4667
4668 -- Michael Vogt <mvo@debian.org> Tue, 24 Aug 2010 16:32:19 +0200
4669
4670 apt (0.8.0~pre2) experimental; urgency=low
4671
4672 [ David Kalnischkies ]
4673 * apt-pkg/contrib/strutl.cc:
4674 - fix error checking for vsnprintf in its safe variant
4675 * methods/bzip2.cc:
4676 - fix error checking for read in case of failing bzip2/lzma/whatever
4677 * debian/apt.cron.daily:
4678 - create backups for our extended_states file (Closes: #593430)
4679 * apt-pkg/init.cc:
4680 - set the default values for dir::etc::trusted options correctly
4681 * ftparchive/writer.cc:
4682 - init valid-until correctly to prevent garbage entering Release file
4683 * apt-pkg/deb/debsystem.cc:
4684 - set dir::state::status based at least on dir
4685 * apt-pkg/deb/dpkgpm.cc:
4686 - use the InstVer instead of the CurrentVer for the autobit transfer
4687 * methods/http.cc:
4688 - some http servers violate HTTP1.1 by not issuing a Reason-Phrase
4689 (or at least a space after the code) especially for 200, but lets
4690 be nice and ignore it as we don't need the reason in general
4691 * apt-pkg/acquire-item.cc:
4692 - don't use ReadOnlyGzip mode for PDiffs as this mode doesn't work
4693 in combination with the AddFd methods of our hashclasses
4694
4695 -- Michael Vogt <mvo@debian.org> Mon, 23 Aug 2010 19:09:08 +0200
4696
4697 apt (0.8.0~pre1ubuntu2) maverick; urgency=low
4698
4699 * apt-pkg/deb/dpkgpm.cc:
4700 - enable apport reports again (got lost in the previous merge),
4701 thanks to Matt Zimmerman
4702
4703 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 23 Aug 2010 13:53:09 +0200
4704
4705 apt (0.8.0~pre1ubuntu1) maverick; urgency=low
4706
4707 * merged fixes from debian/experimental
4708
4709 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 13 Aug 2010 17:49:40 +0200
4710
4711 apt (0.8.0~pre1) experimental; urgency=low
4712
4713 [ Programs translations ]
4714 * Swedish translation update. Closes: #592366
4715
4716 [ Michael Vogt ]
4717 * merge of the debian-expermental-ma branch
4718 * refresh po/pot files in doc/ and po/
4719 * apt-pkg/pkgcache.cc:
4720 - re-evaluate the architectures cache when the cache is (re)opened
4721
4722 [ Colin Watson ]
4723 * apt-pkg/cdrom.cc:
4724 - fix off-by-one error in DropBinaryArch
4725
4726 [ Julian Andres Klode ]
4727 * apt-pkg/contrib/fileutl.cc:
4728 - Add WriteAtomic mode.
4729 - Revert WriteEmpty to old behavior (LP: #613211)
4730 * apt-pkg, methods:
4731 - Convert users of WriteEmpty to WriteAtomic.
4732 * apt-pkg/depcache.cc:
4733 - Only try upgrade for Breaks if there is a newer version, otherwise
4734 handle it as Conflicts (by removing it) (helps for #591882).
4735 * debian/control:
4736 - Add dependency on gnupg to apt, apt-key uses it.
4737
4738 [ David Kalnischkies ]
4739 * apt-pkg/algorithms.cc:
4740 - let the problem resolver install packages to fix or-groups
4741 as a needed remove nuked another or-member (helps for #591882)
4742 - change the debug outputs to display also arch of the
4743 package and version dependencies information
4744 * cmdline/apt-get.cc:
4745 - let APT::Get::Arch-Only in build-dep default to false again
4746 (Closes: #592628) Thanks Mohamed Amine IL Idrissi for report!
4747 - purge packages in 'rc' state, thanks Rogier! (Closes: #150831)
4748 * apt-pkg/pkgcache.cc:
4749 - fix LongDesc handling in LANG=C environment
4750
4751 -- Michael Vogt <mvo@debian.org> Fri, 13 Aug 2010 17:00:49 +0200
4752
4753 apt (0.7.26~exp12ubuntu4) maverick; urgency=low
4754
4755 [ Julian Andres Klode ]
4756 * apt-pkg/contrib/fileutl.cc:
4757 - Add WriteAtomic mode.
4758 - Revert WriteEmpty to old behavior (LP: #613211)
4759 * apt-pkg, methods:
4760 - Convert users of WriteEmpty to WriteAtomic.
4761 * apt-pkg/depcache.cc:
4762 - Only try upgrade for Breaks if there is a newer version, otherwise
4763 handle it as Conflicts (by removing it) (helps for #591882).
4764
4765 [ Michael Vogt ]
4766 * debian/control:
4767 - Add recommends on gnupg to apt, apt-key uses it.
4768 (changed from debian)
4769
4770 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 11 Aug 2010 12:01:30 +0200
4771
4772 apt (0.7.26~exp12ubuntu3) maverick; urgency=low
4773
4774 [ Colin Watson ]
4775 * apt-pkg/cdrom.cc:
4776 - fix off-by-one error in DropBinaryArch
4777
4778 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 02 Aug 2010 21:04:18 +0200
4779
4780 apt (0.7.26~exp12ubuntu2) maverick; urgency=low
4781
4782 * debian/apt.postinst:
4783 - do not fail if ubuntu-keyring is not installed
4784
4785 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 02 Aug 2010 11:47:59 +0200
4786
4787 apt (0.7.26~exp12ubuntu1) maverick; urgency=low
4788
4789 * ABI break upload
4790 * merged from debian/experimental, remaining changes:
4791 - use ubuntu keyring and ubuntu archive keyring in apt-key
4792 - run update-apt-xapian-index in apt.cron
4793 - support apt-key net-update and verify keys against master-keyring
4794 - run apt-key net-update in cron.daily
4795 - different example sources.list
4796 * debian/apt.postinst
4797 - drop set_apt_proxy_from_gconf(), no longer needed in maverick
4798 * apt-pkg/pkgcache.cc:
4799 - re-evaluate the architectures cache when the cache is (re)opened
4800
4801 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 30 Jul 2010 19:32:15 +0200
4802
4803 apt (0.7.26~exp12) experimental; urgency=low
4804
4805 [ Michael Vogt ]
4806 * debian/control:
4807 - add dependency on zlib-dev for libapt-pkg-dev
4808
4809 [ David Kalnischkies ]
4810 * apt-pkg/cacheset.cc:
4811 - [ABI BREAK] add an ErrorType option to CacheSetHelper
4812 * cmdline/apt-cache.cc:
4813 - use Notice instead of Error in the CacheSetHelper messages
4814 for compat reasons. Otherwise tools like sbuild blow up
4815 - return success in show if a virtual package was given
4816 * debian/control:
4817 - remove libcurl3-gnutls-dev alternative as the package is gone
4818 - increase needed version of libcurl4-gnutls-dev to >= 7.19.0
4819 as we use CURLOPT_{ISSUERCERT,CRLFILE} (Closes: #589642)
4820
4821 -- Michael Vogt <mvo@debian.org> Fri, 30 Jul 2010 11:55:48 +0200
4822
4823 apt (0.7.26~exp11) experimental; urgency=low
4824
4825 [ Julian Andres Klode ]
4826 * apt-pkg/deb/dpkgpm.cc:
4827 - Write architecture information to history file.
4828 - Add to history whether a change was automatic or not.
4829 * apt-pkg/contrib/fileutl.cc:
4830 - Add FileFd::OpenDescriptor() (needed for python-apt's #383617).
4831 * cmdline/apt-get.cc:
4832 - Support large filesystems by using statvfs64() instead of statvfs()
4833 and statfs64() instead of statfs() (Closes: #590513).
4834 * apt-pkg/cdrom.cc:
4835 - Use link() instead of rename() for creating the CD database backup;
4836 otherwise there would be a short time without any database.
4837
4838 [ David Kalnischkies ]
4839 * apt-pkg/depcache.cc:
4840 - handle "circular" conflicts for "all" packages correctly
4841 * cmdline/apt-cache.cc:
4842 - be able to omit dependency types in (r)depends (Closes: #319006)
4843 - show in (r)depends the canidate per default instead of newest
4844 - share the (r)depends code instead of codecopy
4845 * apt-pkg/cacheset.cc:
4846 - move them back to the library as they look stable now
4847 - add a 'newest' pseudo target release as in pkg/newest
4848 * apt-pkg/pkgcache.cc:
4849 - prefer non-virtual packages in FindPreferredPkg (Closes: #590041)
4850 * test/integration/*:
4851 - add with bug#590041 testcase a small test "framework"
4852 * apt-pkg/orderlist.cc:
4853 - try to install another or-group member in DepRemove before
4854 breaking the or group (Closes: #590438)
4855 - configure also the replacement before remove by adding Immediate flag
4856
4857 [ Michael Vogt ]
4858 * apt-pkg/contrib/error.{cc,h}
4859 - docstring cleanup
4860 - add inline DumpError() to avoid subtle API break
4861
4862 -- Michael Vogt <mvo@debian.org> Thu, 29 Jul 2010 16:40:58 +0200
4863
4864 apt (0.7.26~exp10) experimental; urgency=low
4865
4866 [ David Kalnischkies ]
4867 * apt-pkg/contrib/error.{cc,h}:
4868 - remove constness of va_list parameter to fix build on amd64 and co
4869 Thanks Eric Valette! (Closes: #588610)
4870 * apt-pkg/deb/debmetaindex.cc:
4871 - do not query each architecture for flat file archives
4872 - fix typo preventing display of architecture in Info()
4873 * methods/bzip2.cc:
4874 - add a copycat of the old gzip.cc as we need it for bzip2 and lzma
4875
4876 [ Martin Pitt ]
4877 * debian/rules:
4878 - Make DEB_BUILD_OPTIONS=noopt actually work by passing the right
4879 CXXFLAGS.
4880 * apt-pkg/contrib/fileutl.{h,cc}:
4881 - Add support for reading of gzipped files with the new "ReadOnlyGzip"
4882 OpenMode. (Closes: #188407)
4883 - Link against zlib (in apt-pkg/makefile) and add zlib build dependency.
4884 - [ABI BREAK] This adds a new private member to FileFd, but its
4885 initialization is in the public header file.
4886 * configure.in:
4887 - Check for zlib library and headers.
4888 * apt-pkg/acquire-item.cc, apt-pkg/deb/debindexfile.cc,
4889 apt-pkg/deb/debrecords.cc, apt-pkg/deb/debsrcrecords.h,
4890 cmdline/apt-cache.cc:
4891 - Open Packages, Sources, and Translations indexes in "ReadOnlyGzip" mode.
4892 * apt-pkg/deb/debindexfile.cc:
4893 - If we do not find uncompressed package/source/translation indexes, look
4894 for gzip compressed ones.
4895 * apt-pkg/acquire-item.cc:
4896 - If the Acquire::GzipIndexes option is true and we download a gzipped
4897 index file, keep it as it is (and rename to .gz) instead of
4898 uncompressing it.
4899 * doc/apt.conf.5.xml:
4900 - Document the new Acquire::GzipIndexes option.
4901 * doc/po/apt-doc.pot, doc/po/de.po:
4902 - German translation of new Acquire::GzipIndexes option.
4903 * Add test/test-indexes.sh:
4904 - Test behaviour of index retrieval and usage, in particular with
4905 uncompressed and gzip compressed indexes.
4906 * methods/gzip.cc: With FileFd now being able to read gzipped files, there
4907 is no need for the gzip method any more to spawn an external gzip process.
4908 Rewrite it to use FileFd directly, which makes the code a lot simpler, and
4909 also using less memory and overhead.
4910
4911 -- Michael Vogt <mvo@debian.org> Mon, 12 Jul 2010 11:41:01 +0200
4912
4913 apt (0.7.26~exp9) experimental; urgency=low
4914
4915 [ David Kalnischkies ]
4916 * doc/apt.conf.5.xml:
4917 - add and document APT::Cache-{Start,Grow,Limit} options for mmap control
4918 * apt-pkg/contrib/fileutl.cc:
4919 - do not fail von double close()
4920
4921 -- Michael Vogt <mvo@debian.org> Fri, 09 Jul 2010 21:51:55 +0200
4922
4923 apt (0.7.26~exp8) experimental; urgency=low
4924
4925 [ David Kalnischkies ]
4926 * cmdline/cacheset.cc:
4927 - doesn't include it in the library for now as it is too volatile
4928 - get the candidate either from an already built depcache
4929 or use the policy which is a bit faster than depcache generation
4930 - get packages by task^ with FromTask()
4931 - only print errors if all tries to get a package by string failed
4932 - factor out code to get a single package FromName()
4933 - check in Grouped* first without modifier interpretation
4934 * cmdline/apt-get.cc:
4935 - use the cachsets in the install commands
4936 - make the specify order of packages irrelevant (Closes: #196021)
4937 * apt-pkg/orderlist.cc:
4938 - untouched packages are never missing
4939 * apt-pkg/packagemanager.cc:
4940 - packages that are not touched doesn't need to be unpacked
4941 * debian/control:
4942 - remove intltool's dependency as it is an ubuntu artefact
4943 * apt-pkg/depcache.cc:
4944 - SetCandidateVer for all pseudo packages
4945 - SetReInstall for the "all" package of a pseudo package
4946 - use the new MatchAgainstConfig for the DefaultRootSetFunc
4947 - always mark the all package if a pseudo package is marked for install
4948 * apt-pkg/contrib/error.{cc,h}:
4949 - complete rewrite but use the same API
4950 - add NOTICE and DEBUG as new types of a message
4951 - add a simple stack handling to be able to delay error handling
4952 * apt-pkg/aptconfiguration.cc:
4953 - show a deprecation notice for APT::Acquire::Translation
4954 * apt-pkg/contrib/configuration.{cc,h}:
4955 - add a wrapper to match strings against configurable regex patterns
4956 * apt-pkg/contrib/fileutl.cc:
4957 - show notice about ignored file instead of being always silent
4958 - add a Dir::Ignore-Files-Silently list option to control the notice
4959 * apt-pkg/policy.h:
4960 - add another round of const& madness as the previous round accidentally
4961 NOT overrides the virtual GetCandidateVer() method (Closes: #587725)
4962 * apt-pkg/pkgcachegen.{cc,h}:
4963 - make the used MMap moveable (and therefore dynamic resizeable) by
4964 applying (some) mad pointer magic (Closes: #195018)
4965
4966 [ Michael Vogt ]
4967 * apt-pkg/deb/dpkgpm.cc:
4968 - make the apt/term.log output unbuffered (thanks to Matt Zimmerman)
4969
4970 [ Julian Andres Klode ]
4971 * methods/ftp.h:
4972 - Handle different logins on the same server (Closes: #586904).
4973 * apt-pkg/deb/deblistparser.cc:
4974 - Handle architecture wildcards (Closes: #547724).
4975 * apt-pkg/versionmatch.cc:
4976 - Support matching pins by regular expressions or glob() like patterns,
4977 regular expressions have to be put between to slashes; for example,
4978 /.*/.
4979 * apt-pkg/contrib/fileutl.cc:
4980 - Make FileFd replace files atomically in WriteTemp mode (for cache, etc).
4981 * debian/control:
4982 - Set Standards-Version to 3.9.0
4983
4984 -- Michael Vogt <mvo@debian.org> Fri, 09 Jul 2010 19:16:20 +0200
4985
4986 apt (0.7.26~exp7) experimental; urgency=low
4987
4988 * apt-pkg/cachefile.h:
4989 - make pkgPolicy public again, libapt-pkg-perl (and probably
4990 others) get unhappy without that
4991
4992 -- Michael Vogt <mvo@debian.org> Thu, 10 Jun 2010 15:33:24 +0200
4993
4994 apt (0.7.26~exp6) experimental; urgency=low
4995
4996 [ Michael Vogt ]
4997 * merge the remaining Ubuntu change:
4998 - on gpg verification failure warn and restore the last known
4999 good state
5000 - on failure display the IP of the server (useful for servers
5001 that use round robin DNS)
5002 - support Original-Maintainer in RewritePackageOrder
5003 - enable cdrom autodetection via libudev by default
5004 - show message about Vcs in use when apt-get source is run for
5005 packages maintained in a Vcs
5006 - better support transitional packages with mark auto-installed.
5007 when the transitional package is in "oldlibs" the new package
5008 is not marked auto installed (same is true for section
5009 metapackages)
5010 - provide new "deb mirror://archive.foo/mirrors.list sid main"
5011 method expects a list of mirrors (generated on the server e.g.
5012 via geoip) and will use that, including cycle on failure
5013 - write apport crash file on package failure (disabled by default
5014 on debian until apport is available)
5015 - support mirror failure reporting (disabled by default on debian)
5016
5017 [ David Kalnischkies ]
5018 * apt-pkg/deb/dpkgpm.cc:
5019 - write Disappeared also to the history.log
5020 - forward manual-installed bit on package disappearance
5021 * apt-pkg/deb/debsystem.cc:
5022 - add better config item for extended_states file
5023 * apt-pkg/pkgcache.h:
5024 - switch {,Install-}Size to unsigned long long
5025 * apt-pkg/depcache.cc:
5026 - do the autoremove mark process also for required packages to handle
5027 these illegally depending on lower priority packages (Closes: #583517)
5028 - try harder to find the other pseudo versions for autoremove multiarch
5029 - correct "Dangerous iterator usage" pointed out by cppcheck
5030 - deal with long long, not with int to remove 2GB Limit (LP: #250909)
5031 - deprecate AddSize with Multiplier as it is unused and switch to
5032 boolean instead to handle the sizes more gracefully.
5033 - switch i{Download,Usr}Size from double to (un)signed long long
5034 * apt-pkg/aptconfiguration.cc:
5035 - remove duplicate architectures in getArchitectures()
5036 * apt-pkg/indexrecords.{cc,h}:
5037 - backport forgotten Valid-Until patch from the obsolete experimental
5038 branch to prevent replay attacks better, thanks to Thomas Viehmann
5039 for the initial patch! (Closes: #499897)
5040 - add a constant Exists check for MetaKeys
5041 * apt-pkg/acquire-item.cc:
5042 - do not try PDiff if it is not listed in the Meta file
5043 - sent Last-Modified header also for Translation files
5044 * apt-pkg/cacheiterator.h:
5045 - let pkgCache::Iterator inherent std::iterator
5046 * ftparchive/writer.h:
5047 - add a virtual destructor to FTWScanner class (for cppcheck)
5048 * apt-pkg/cacheset.{cc,h}:
5049 - add simple wrapper around std::set for cache structures
5050 - move regex magic from apt-get to new FromRegEx method
5051 - move cmdline parsing from apt-cache to new FromCommandLine method
5052 - support special release-modifier 'installed' and 'candidate'
5053 * apt-pkg/contrib/cmdline.cc:
5054 - fix segfault in SaveInConfig caused by writing over char[] sizes
5055 * apt-pkg/pkgcache.cc:
5056 - get the best matching arch package from a group with FindPreferredPkg
5057 * cmdline/apt-cache.cc:
5058 - make the search multiarch compatible by using GrpIterator instead
5059 - use pkgCacheFile and the new CacheSets all over the place
5060 - add --target-release option (Closes: #115520)
5061 - accept pkg/release and pkg=version in show and co. (Closes: #236270)
5062 - accept package versions in the unmet command
5063 * cmdline/apt-get.cc:
5064 - use unsigned long long instead of double to store values it gets
5065 * apt-pkg/cachefile.{cc,h}:
5066 - split Open() into submethods to be able to build only parts
5067 - make the OpProgress optional in the Cache buildprocess
5068 - store also the SourceList we use internally for export
5069 * doc/apt.conf.5.xml:
5070 - document the new Valid-Until related options
5071 * apt-pkg/contrib/strutl.cc:
5072 - split StrToTime() into HTTP1.1 and FTP date parser methods and
5073 use strptime() instead of some self-made scanf mangling
5074 - use the portable timegm shown in his manpage instead of a strange
5075 looking code copycat from wget
5076 * ftparchive/writer.cc:
5077 - add ValidTime option to generate a Valid-Until header in Release file
5078 * apt-pkg/policy.cc:
5079 - get the candidate right for a not-installed pseudo package if
5080 his non-pseudo friend is installed
5081 * apt-pkg/indexcopy.cc:
5082 - move the gpg codecopy to a new method and use it also in methods/gpgv.cc
5083
5084 -- Michael Vogt <mvo@debian.org> Thu, 10 Jun 2010 14:02:22 +0200
5085
5086 apt (0.7.26~exp5) experimental; urgency=low
5087
5088 [ David Kalnischkies ]
5089 * cmdline/apt-get.cc:
5090 - rerun dpkg-source in source if --fix-broken is given (Closes: #576752)
5091 - don't suggest held packages as they are installed (Closes: #578135)
5092 - handle multiple --{tar,diff,dsc}-only options correctly
5093 - show at the end of the install process a list of disappeared packages
5094 * cmdline/apt-cache.cc:
5095 - use GroupCount for package names in stats and add a package struct line
5096 * methods/rred.cc:
5097 - use the patchfile modification time instead of the one from the
5098 "old" file - thanks to Philipp Weis for noticing! (Closes: #571541)
5099 * debian/rules:
5100 - remove targets referring to CVS or arch as they are useless
5101 - use $(CURDIR) instead of $(pwd)
5102 - use dpkg-buildflags if available for CXXFLAGS
5103 * README.arch:
5104 - remove the file completely as it has no use nowadays
5105 * apt-pkg/depcache.cc:
5106 - be doublesure that the killer query is empty before starting reinstall
5107 * methods/gpgv.cc:
5108 - remove the keyrings count limit by using vector magic
5109 * contrib/mmap.cc:
5110 - clarify "MMap reached size limit" error message, thanks Ivan Masár!
5111 * doc/apt.ent
5112 - add entities for the current oldstable/stable/testing codenames
5113 * doc/sources.list.5.xml:
5114 - use stable-codename instead of stable in the examples (Closes: #531492)
5115 * doc/apt_preferences.5.xml:
5116 - adapt some examples here to use current codenames as well
5117 - add "NotAutomatic: yes" handling, thanks Osamu Aoki (Closes: #490347)
5118 * debian/libapt-pkg-doc.doc-base.cache:
5119 - remove yet another reference to the removed cache.sgml
5120 * doc/apt-get.8.xml:
5121 - do not say explicit target_release_{name,version,codename}, it should
5122 be clear by itself and 'man' can break lines again (Closes: #566166)
5123 - remove the gnome-apt reference as it is removed from unstable
5124 * apt-pkg/deb/dpkgpm.cc:
5125 - add 'disappear' to the known processing states, thanks Jonathan Nieder
5126 * apt-pkg/packagemanager.h:
5127 - export info about disappeared packages with GetDisappearedPackages()
5128
5129 [ Michael Vogt ]
5130 * methods/http.{cc,h}:
5131 - code cleanup, use enums instead of magic ints
5132
5133 [ Jari Aalto ]
5134 * debian/rules:
5135 - spell out some less known options to reduce manpage consultation-rate
5136 - Use POSIX command substitution: $(<command sequence>)
5137 - Remove EOL whitespace (Closes: #577804)
5138
5139 [ Julian Andres Klode ]
5140 * apt-pkg/acquire-item.cc:
5141 - Fix pkgAcqFile::Custom600Headers() to always return something.
5142
5143
5144 [ Christian Perrier ]
5145 * Slovak translation update. Closes: #581159
5146 * Italian translation update. Closes: #581742
5147 * Swedish translation update. Closes: #592366
5148
5149 -- Michael Vogt <mvo@debian.org> Tue, 25 May 2010 16:01:42 +0200
5150
5151 apt (0.7.26~exp4) experimental; urgency=low
5152
5153 [ David Kalnischkies ]
5154 * apt-pkg/depcache.cc:
5155 - rewrite the pseudo package reinstaller to be more intelligent
5156 in his package choices
5157 * apt-pkg/packagemanager.cc:
5158 - don't try to "unpack" pseudo packages twice
5159 * apt-pkg/contrib/fileutl.cc:
5160 - add a parent-guarded "mkdir -p" as CreateDirectory()
5161 * apt-pkg/acquire.{cc,h}:
5162 - add a delayed constructor with Setup() for success reporting
5163 - check for and create directories in Setup if needed instead of
5164 error out unfriendly in the Constructor (Closes: #523920, #525783)
5165 - optional handle a lock file in Setup()
5166 * apt-pkg/acquire-item.cc:
5167 - Acquire::ForceHash to force method for expected hash
5168 * cmdline/apt-get.cc:
5169 - remove the lock file handling and let Acquire take care of it instead
5170 - display MD5Sum in --print-uris if not forced to use another method
5171 instead of displaying the strongest available (Closes: #576420)
5172 - regex for package names executed on Grp- not PkgIterator
5173 - show non-candidates as fallback for virtual packages (Closes: #578385)
5174 - set also "all" to this version for pseudo packages in TryToChangeVer
5175 * apt-pkg/deb/dpkgpm.cc:
5176 - remove Chroot-Directory from files passed to install commands.
5177 Thanks to Kel Modderman for report & patch! (Closes: #577226)
5178 * ftparchive/writer.cc:
5179 - remove 999 chars Files and Checksums rewrite limit (Closes: #577759)
5180 * cmdline/apt-cache.cc:
5181 - align Installed and Candidate Version in policy so they can be compared
5182 easier, thanks Ralf Gesellensetter for the pointer! (Closes: #578657)
5183 * doc/apt.ent:
5184 - Add a note about APT_CONFIG in the -c description (Closes: #578267)
5185 * doc/po/de.po:
5186 - correct typos in german apt_preferences manpage, thanks Chris Leick!
5187 * apt-pkg/sourcelist.cc:
5188 - be less strict and accept [option=value] as well
5189 * apt-pkg/contrib/configuration.cc:
5190 - error out if #clear directive has no argument
5191 * doc/files.sgml:
5192 - sync documentation with status quo, regarding files/directories in
5193 use, extended_states and uri schemes.
5194 * doc/cache.sgml:
5195 - drop the file in favor of inplace documentation with doxygen
5196 * apt-pkg/pkgcache.h:
5197 - enhance the Groups ABI by providing a ID as the other structs does
5198 - check also the size of the Group struct then checking for the others
5199
5200 [ Jari Aalto ]
5201 * cmdline/apt-get.cc:
5202 - replace backticks with single quotes around fix-broken command
5203 in the broken packages message. (Closes: #577168)
5204 * dselect/install:
5205 - modernize if-statements not to use 'x' (Closes: #577117)
5206 - replace backticks with POSIX $() (Closes: #577116)
5207
5208 [ Michael Vogt ]
5209 * [ Abi break ] apt-pkg/acquire-item.{cc,h}:
5210 - add "IsIndexFile" to constructor of pkgAcqFile so that it sends
5211 the right cache control headers
5212 * cmdline/apt-get.cc:
5213 - fix crash when pkg.VersionList() is empty
5214 * apt-pkg/depcache.cc:
5215 - fix incorrect std::cout usage for debug output
5216 * test/libapt/getlanguages_test.cc:
5217 - Add test for Esperanto that has nocounty associated with them
5218 (LP: #560956)
5219 * apt-pkg/deb/debrecords.cc:
5220 - fix max tag buffer size (LP: #545336, closes: #578959)
5221 * debian/rules:
5222 - install html doxygen in libapt-pkg-doc
5223 * debian/control:
5224 - build-depend on doxygen
5225
5226 [ Julian Andres Klode ]
5227 * apt-pkg/contrib/weakptr.h:
5228 - add a class WeakPointable which allows one to register weak pointers to
5229 an object which will be set to NULL when the object is deallocated.
5230 * [ABI break] apt-pkg/acquire{-worker,-item,}.h:
5231 - subclass pkgAcquire::{Worker,Item,ItemDesc} from WeakPointable.
5232 * apt-pkg/pkgcache.cc:
5233 - Merge fix from David to correct handling in single-arch environments.
5234 * cmdline/apt-cache.cc:
5235 - Add a showauto command to apt-cache.
5236 * cmdline/apt-get.cc:
5237 - Add apt-get markauto and unmarkauto commands.
5238
5239 -- Michael Vogt <mvo@debian.org> Thu, 06 May 2010 09:32:54 +0200
5240
5241 apt (0.7.26~exp3) experimental; urgency=low
5242
5243 [ Christian Perrier ]
5244 * German translation update. Closes: #571037
5245 * Spanish manpages translation update. Closes: #573293
5246 * Dutch translation update. Closes: #573946
5247 * Polish manpages translation update. Closes: #574558
5248 * Add "manpages-pl (<< 20060617-3~)" to avoid file conflicts with
5249 that package that was providing some manpages for APT utilities.
5250
5251 [ David Kalnischkies ]
5252 * [BREAK] merge MultiArch-ABI. We don't support MultiArch,
5253 but we support the usage of the new ABI so libapt users
5254 can start to prepare for MultiArch (Closes: #536029)
5255 * Ignore :qualifiers after package name in build dependencies
5256 in the library by default, but try to honour them in apt-get
5257 as we have some sort of MultiArch support ready (Closes: #558103)
5258 * add translation of the manpages to PT (portuguese)
5259 Thanks to Américo Monteiro!
5260 * Switch to dpkg-source 3.0 (native) format
5261 * apt-pkg/depcache.cc:
5262 - remove Auto-Installed information from extended_states
5263 together with the package itself (Closes: #572364)
5264 * cmdline/apt-mark:
5265 - don't crash if no arguments are given (Closes: #570962)
5266 * debian/control:
5267 - remove some years old and obsolete Replaces
5268 - add automake/conf build-depends/conflicts as recommend by
5269 the autotools-dev README (Closes: #572615)
5270 * apt-pkg/contrib/mmap.{h,cc}:
5271 - add char[] fallback for filesystems without shared writable
5272 mmap() like JFFS2. Thanks to Marius Vollmer for writing
5273 and to Loïc Minier for pointing to the patch! (Closes: #314334)
5274 * doc/apt_preferences.5.xml:
5275 - fix two typos and be more verbose in the novice warning.
5276 Thanks to Osamu Aoki for pointing it out! (Closes: #567669)
5277 - fix a=sid vs. n=sid typo, thanks Ansgar Burchardt!
5278 - origin can be used to match a hostname (Closes: #352667)
5279 - remove wrong pin-priority is optional remark (Closes: #574944)
5280 * apt-pkg/deb/dpkgpm.cc:
5281 - fix error message construction in OpenLog()
5282 - if available store the Commandline in the history
5283 * cmdline/apt-get.cc:
5284 - add a --only-upgrade flag to install command (Closes: #572259)
5285 - fix memory leaks in error conditions in DoSource()
5286 - try version match in FindSrc first exact than fuzzy (LP: #551178)
5287 * apt-pkg/contrib/cmndline.cc:
5288 - save Commandline in Commandline::AsString for logging
5289 * apt-pkg/deb/debversion.cc:
5290 - consider absent of debian revision equivalent to 0 (Closes: #573592)
5291 * doc/makefile, doc/*:
5292 - generate subdirectories for building the manpages in on the fly
5293 depending on the po files we have.
5294 * apt-pkg/pkgcachegen.cc:
5295 - merge versions correctly even if multiple different versions
5296 with the same version number are available.
5297 Thanks to Magnus Holmgren for the patch! (Closes: #351056)
5298 * ftparchive/writer.cc:
5299 - write LongDescriptions if they shouldn't be included in Packages
5300 file into i18n/Translation-en by default.
5301 * doc/po/de.po:
5302 - correct a few typos in the german manpage translation.
5303 Thanks to Chris Leick and Georg Koppen! (Closes: #574962)
5304 * apt-pkg/contrib/strutl.cc:
5305 - convert all toupper calls to tolower_ascii for a little speedup
5306
5307 [ Jean-Baptiste Lallement ]
5308 * apt-pkg/contrib/strutl.cc:
5309 - always escape '%' (LP: #130289) (Closes: #500560)
5310 - unescape '%' sequence only if followed by 2 hex digit
5311 - username/password are urlencoded in proxy string (RFC 3986)
5312
5313 [ Julian Andres Klode ]
5314 * cmdline/apt-cache.cc:
5315 - Change behavior of showsrc to match the one of show (Closes: #512046).
5316 * cmdline/apt-key:
5317 - Honor Apt::GPGV::TrustedKeyring (Closes: #316390)
5318 * cmdline/apt-mark:
5319 - Use the new python-apt API (and conflict with python-apt << 0.7.93.2).
5320 * apt-inst/contrib/arfile.h:
5321 - Add public ARArchive::Members() which returns the list of members.
5322 * apt-pkg/policy.cc:
5323 - Always return a candidate if there is at least one version pinned > 0
5324 (Closes: #512318)
5325 * ftparchive/apt-ftparchive.cc:
5326 - Read default configuration (Closes: #383257)
5327 * debian/rules:
5328 - Fix the libraries name to be e.g. libapt-pkg4.9 instead of
5329 libapt-pkg-4.9.
5330
5331 [ Michael Vogt ]
5332 * apt-pkg/deb/dpkgpm.cc:
5333 - fix backgrounding when dpkg runs (closes: #486222)
5334 * cmdline/apt-mark:
5335 - show error on incorrect aguments (LP: #517917), thanks to
5336 Torsten Spindler
5337 * cmdline/apt-get.cc:
5338 - if apt-get source foo=version or foo/distro can not be found,
5339 error out (LP: #502641)
5340 * apt-pkg/packagemanager.cc:
5341 - better debug output
5342 * doc/examples/configure-index:
5343 - add missing Debug::pkgPackageManager option
5344
5345 -- Michael Vogt <mvo@debian.org> Thu, 01 Apr 2010 17:30:43 +0200
5346
5347 apt (0.7.26~exp2) experimental; urgency=low
5348
5349 * fix crash when LANGUAGE is not set
5350
5351 -- Michael Vogt <mvo@debian.org> Thu, 18 Feb 2010 22:07:23 +0100
5352
5353 apt (0.7.26~exp1) experimental; urgency=low
5354
5355 [ David Kalnischkies ]
5356 * [BREAK] add possibility to download and use multiply
5357 Translation files, configurable with Acquire::Translation
5358 (Closes: #444222, #448216, #550564)
5359 * Ignore :qualifiers after package name in build dependencies
5360 for now as long we don't understand them (Closes: #558103)
5361 * apt-pkg/contrib/mmap.{cc,h}:
5362 - extend it to have a growable flag - unused now but maybe...
5363 * apt-pkg/pkgcache.h:
5364 - use long instead of short for {Ver,Desc}File size,
5365 patch from Víctor Manuel Jáquez Leal, thanks! (Closes: #538917)
5366 * apt-pkg/acquire-item.cc:
5367 - allow also to skip the last patch if target is reached,
5368 thanks Bernhard R. Link! (Closes: #545699)
5369 * ftparchive/writer.{cc,h}:
5370 - add --arch option for packages and contents commands
5371 - if an arch is given accept only *_all.deb and *_arch.deb instead
5372 of *.deb. Thanks Stephan Bosch for the patch! (Closes: #319710)
5373 - add APT::FTPArchive::AlwaysStat to disable the too aggressive
5374 caching if versions are build multiply times (not recommend)
5375 Patch by Christoph Goehre, thanks! (Closes: #463260)
5376 * apt-pkg/deb/dpkgpm.cc:
5377 - stdin redirected to /dev/null takes all CPU (Closes: #569488)
5378 Thanks to Aurelien Jarno for providing (again) a patch!
5379 * buildlib/apti18n.h.in, po/makefile:
5380 - add ngettext support with P_()
5381 * aptconfiguration.cc:
5382 - include all existing Translation files in the Cache (Closes: 564137)
5383 * debian/control:
5384 - update with no changes to debian policy 3.8.4
5385 * doc/apt_preferences.5.xml:
5386 - explicitly warn against careless use (Closes: #567669)
5387 * debian/rules:
5388 - remove creation of empty dir /usr/share/apt
5389 * doc/apt-cdrom.8.xml:
5390 - fix typo spotted by lintian: proc(c)eed
5391
5392 [ Ivan Masár ]
5393 * Slovak translation update. Closes: #568294
5394
5395 [ Michael Vogt ]
5396 * [BREAK] merged lp:~mvo/apt/history
5397 - this writes a /var/log/apt/history tagfile that contains details
5398 from the transaction (complements term.log)
5399 * methods/http.cc:
5400 - add cache-control headers even if no cache is given to allow
5401 adding options for intercepting proxies
5402 - add Acquire::http::ProxyAutoDetect configuration that
5403 can be used to call a external helper to figure out the
5404 proxy configuration and return it to apt via stdout
5405 (this is a step towards WPAD and zeroconf/avahi support)
5406 * abicheck/
5407 - add new abitest tester using the ABI Compliance Checker from
5408 http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker
5409
5410 [ Robert Collins ]
5411 * Change the package index Info methods to allow apt-cache policy to be
5412 useful when using several different archives on the same host.
5413 (Closes: #329814, LP: #22354)
5414
5415 -- Michael Vogt <mvo@debian.org> Thu, 18 Feb 2010 16:11:39 +0100
5416
5417 apt (0.7.25.3ubuntu10) maverick; urgency=low
5418
5419 [ Michael Vogt ]
5420 * debian/apt.conf.ubuntu:
5421 - no longer install (empty) apt.conf.d/01ubuntu
5422 * apt-pkg/deb/dpkgpm.cc:
5423 - make the apt/term.log output unbuffered (thanks to Matt Zimmerman)
5424 - fix FTBFS (LP: #600155)
5425
5426 [ Matthias G. ]
5427 * apt-pkg/deb/dpkgpm.cc:
5428 - Fix segmentation fault when /var/log/apt ist missing. LP: #535509
5429
5430 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 08 Jul 2010 09:37:03 +0200
5431
5432 apt (0.7.25.3ubuntu9) lucid-proposed; urgency=low
5433
5434 * debian/apt.postinst:
5435 - do not fail if getent returns nothing useful (LP: #579647)
5436 thanks to Jean-Baptiste Lallement
5437
5438 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 14 May 2010 09:40:50 +0200
5439
5440 apt (0.7.25.3ubuntu8) lucid-proposed; urgency=low
5441
5442 [ Loïc Minier ]
5443 * Use https:// in Vcs-Bzr URL.
5444
5445 [ Michael Vogt ]
5446 * apt-pkg/deb/debrecords.cc:
5447 - fix max tag buffer size (LP: #545336, closes: #578959)
5448 * apt-pkg/indexfile.cc:
5449 - If no "_" is found in the language code, try to find a "."
5450 This is required for languages like Esperanto that have no
5451 county associated with them (LP: #560956)
5452 Thanks to "Aisano" for the fix
5453
5454 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 05 May 2010 10:33:46 +0200
5455
5456 apt (0.7.25.3ubuntu7) lucid; urgency=low
5457
5458 Cherry pick fixes from the lp:~mvo/apt/mvo branch:
5459
5460 [ Evan Dandrea ]
5461 * Remember hosts with general failures for
5462 https://wiki.ubuntu.com/NetworklessInstallationFixes (LP: #556831).
5463
5464 [ Michael Vogt ]
5465 * improve debug output for Debug::pkgPackageManager
5466
5467 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 14 Apr 2010 20:30:03 +0200
5468
5469 apt (0.7.25.3ubuntu6) lucid; urgency=low
5470
5471 * cmdline/apt-get.cc:
5472 - fix crash when pkg.VersionList() is empty (LP: #556056)
5473
5474 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 08 Apr 2010 21:13:25 +0200
5475
5476 apt (0.7.25.3ubuntu5) lucid; urgency=low
5477
5478 [ David Kalnischkies ]
5479 * cmdline/apt-get.cc:
5480 - try version match in FindSrc first exact than fuzzy (LP: #551178)
5481
5482 [ Jean-Baptiste Lallement ]
5483 * apt-pkg/contrib/strutl.cc:
5484 - always escape '%' (LP: #130289) (Closes: #500560)
5485 - unescape '%' sequence only if followed by 2 hex digit
5486 - username/password are urlencoded in proxy string (RFC 3986)
5487
5488 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 31 Mar 2010 21:59:42 +0200
5489
5490 apt (0.7.25.3ubuntu4) lucid; urgency=low
5491
5492 [ David Kalnischkies ]
5493 * apt-pkg/deb/debversion.cc:
5494 - consider absent of debian revision equivalent to 0 (Closes: #573592)
5495 LP: #540228
5496 * cmdline/apt-get.cc, apt-pkg/cdrom.cc:
5497 - fix memory leaks in error conditions in DoSource()
5498 * apt-pkg/deb/dpkgpm.cc:
5499 - fix error message construction in OpenLog()
5500
5501 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 26 Mar 2010 16:57:49 +0100
5502
5503 apt (0.7.25.3ubuntu3) lucid; urgency=low
5504
5505 * apt-pkg/indexfile.cc:
5506 - remove "cs" from languages that need the full langcode when
5507 downloading translations (thanks to Steve Langasek)
5508
5509 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 15 Mar 2010 09:42:39 +0100
5510
5511 apt (0.7.25.3ubuntu2) lucid; urgency=low
5512
5513 [ Michael Vogt ]
5514 * abicheck/
5515 - add new abitest tester using the ABI Compliance Checker from
5516 http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker
5517 * debian/apt.conf.autoremove:
5518 - add "oldlibs" to the APT::Never-MarkAuto-Sections as its used
5519 for transitional packages
5520 * apt-pkg/deb/dpkgpm.cc:
5521 - fix backgrounding when dpkg runs (closes: #486222)
5522 * cmdline/apt-mark:
5523 - show error on incorrect aguments (LP: #517917), thanks to
5524 Torsten Spindler
5525 * cmdline/apt-get.cc:
5526 - if apt-get source foo=version or foo/distro can not be found,
5527 error out (LP: #502641)
5528 * apt-pkg/indexfile.cc:
5529 - deal correctly with three letter langcodes (LP: #391409)
5530 * debian/apt.cron.daily:
5531 - do not look into admin users gconf anymore for the http proxy
5532 the user now needs to use the "Apply system-wide" UI in the
5533 gnome-control-center to set it
5534 * debian/apt.postinst:
5535 - add set_apt_proxy_from_gconf() and run that once on upgrade if
5536 there is no proxy configured already system-wide (LP: #432631)
5537 From that point on gnome-control-center will have to warn if
5538 the user makes changes to the proxy settings and does not apply
5539 them system wide
5540
5541 [ Robert Collins ]
5542 * Change the package index Info methods to allow apt-cache policy to be
5543 useful when using several different archives on the same host.
5544 (Closes: #329814, LP: #22354)
5545
5546 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 12 Mar 2010 23:10:52 +0100
5547
5548 apt (0.7.25.3ubuntu1) lucid; urgency=low
5549
5550 [ Michael Vogt ]
5551 * merged with the debian-sid branch
5552 * methods/http.cc:
5553 - add Acquire::http::ProxyAutoDetect configuration that
5554 can be used to call a external helper to figure out the
5555 proxy configuration and return it to apt via stdout
5556 (this is a step towards WPAD and zeroconf/avahi support)
5557
5558 [ Ivan Masár ]
5559 * Slovak translation update. Closes: #568294
5560
5561 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 17 Feb 2010 23:33:32 +0100
5562
5563 apt (0.7.25.3) unstable; urgency=low
5564
5565 [ Christian Perrier ]
5566 * Italian translation update. Closes: #567532
5567
5568 [ David Kalnischkies ]
5569 * apt-pkg/contrib/macros.h:
5570 - install the header system.h with a new name to be able to use
5571 it in other headers (Closes: #567662)
5572 * cmdline/acqprogress.cc:
5573 - Set Mode to Medium so that the correct prefix is used.
5574 Thanks Stefan Haller for the patch! (Closes: #567304 LP: #275243)
5575 * ftparchive/writer.cc:
5576 - generate sha1 and sha256 checksums for dsc (Closes: #567343)
5577 * cmdline/apt-get.cc:
5578 - don't mark as manually if in download only (Closes: #468180)
5579
5580 -- Michael Vogt <mvo@debian.org> Mon, 01 Feb 2010 18:41:15 +0100
5581
5582 apt (0.7.25.2) unstable; urgency=low
5583
5584 [ Michael Vogt ]
5585 * apt-pkg/contrib/cdromutl.cc:
5586 - fix UnmountCdrom() fails, give it a bit more time and try
5587 the umount again
5588 * apt-pkg/cdrom.cc:
5589 - fix crash in pkgUdevCdromDevices
5590 * methods/cdrom.cc:
5591 - fixes in multi cdrom setup code (closes: #549312)
5592 - add new "Acquire::cdrom::AutoDetect" config that enables/disables
5593 the dlopen of libudev for automatic cdrom detection. Off by default
5594 currently, feedback/testing welcome
5595 * cmdline/apt-cdrom.cc:
5596 - add new --auto-detect option that uses libudev to figure out
5597 the cdrom/mount-point
5598 * cmdline/apt-mark:
5599 - merge fix from Gene Cash that supports markauto for
5600 packages that are not in the extended_states file yet
5601 (closes: #534920)
5602 * ftparchive/writer.{cc,h}:
5603 - merge crash fix for apt-ftparchive on hurd, thanks to
5604 Samuel Thibault for the patch (closes: #566664)
5605
5606 [ David Kalnischkies ]
5607 * apt-pkg/contrib/fileutl.cc:
5608 - Fix the newly introduced method GetListOfFilesInDir to not
5609 accept every file if no extension is enforced
5610 (= restore old behaviour). (Closes: #565213)
5611 * apt-pkg/policy.cc:
5612 - accept also partfiles with "pref" file extension as valid
5613 * apt-pkg/contrib/configuration.cc:
5614 - accept also partfiles with "conf" file extension as valid
5615 * doc/apt.conf.5.xml:
5616 - reorder description and split out syntax
5617 - add partfile name convention (Closes: #558348)
5618 * doc/apt_preferences.conf.5.xml:
5619 - describe partfile name convention also here
5620 * apt-pkg/deb/dpkgpm.cc:
5621 - don't segfault if term.log file can't be opened.
5622 Thanks Sam Brightman for the patch! (Closes: #475770)
5623 * doc/*:
5624 - replace the per language addendum with a global addendum
5625 - add a explanation why translations include (maybe) english
5626 parts to the new global addendum (Closes: #561636)
5627 * apt-pkg/contrib/strutl.cc:
5628 - fix malloc asseration fail with ja_JP.eucJP locale in
5629 apt-cache search. Thanks Kusanagi Kouichi! (Closes: #548884)
5630
5631 [ Christian Perrier ]
5632 * French translation update
5633
5634 -- Michael Vogt <mvo@debian.org> Wed, 27 Jan 2010 16:16:10 +0100
5635
5636 apt (0.7.25.1) unstable; urgency=low
5637
5638 [ Christian Perrier ]
5639 * French manpage translation update
5640 * Russian translation update by Yuri Kozlov
5641 Closes: #564171
5642
5643 [Chris Leick]
5644 * spot & fix various typos in all manpages
5645 * German manpage translation update
5646
5647 [ David Kalnischkies ]
5648 * cmdline/apt-cache.cc:
5649 - remove translatable marker from the "%4i %s\n" string
5650 * buildlib/po4a_manpage.mak:
5651 - instruct debiandoc to build files with utf-8 encoding
5652 * buildlib/tools.m4:
5653 - fix some warning from the buildtools
5654 * apt-pkg/acquire-item.cc:
5655 - add configuration PDiffs::Limit-options to not download
5656 too many or too big patches (Closes: #554349)
5657 * debian/control:
5658 - let all packages depend on ${misc:Depends}
5659 * share/*-archive.gpg:
5660 - remove the horrible outdated files. We already depend on
5661 the keyring so we don't need to ship our own version
5662 * cmdline/apt-key:
5663 - errors out if wget is not installed (Closes: #545754)
5664 - add --keyring option as we have now possibly many
5665 * methods/gpgv.cc:
5666 - pass all keyrings (TrustedParts) to gpgv instead of
5667 using only one trusted.gpg keyring (Closes: #304846)
5668 * methods/https.cc:
5669 - finally merge the rest of the patchset from Arnaud Ebalard
5670 with the CRL and Issuers options, thanks! (Closes: #485963)
5671 * apt-pkg/deb/debindexfile.cc, apt-pkg/pkgcachegen.cc:
5672 - add debug option Debug::pkgCacheGen
5673
5674 [ Michael Vogt ]
5675 * cmdline/apt-get.cc:
5676 - merge fix for apt-get source pkg=version regression
5677 (closes: #561971)
5678 * po/ru.po:
5679 - merged updated ru.po, thanks to Yuri Kozlov (closes: #564171)
5680
5681 -- Michael Vogt <mvo@debian.org> Sat, 09 Jan 2010 21:52:36 +0100
5682
5683 apt (0.7.25ubuntu4) lucid; urgency=low
5684
5685 * cmdline/apt-cdrom.cc:
5686 - make Acquire::cdrom::AutoDetect default, this can be
5687 turned off with "--no-auto-detect"
5688 * methods/http.cc:
5689 - add cache-control headers even if no cache is given to allow
5690 adding options for intercepting proxies
5691
5692 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 02 Feb 2010 16:58:59 -0800
5693
5694 apt (0.7.25ubuntu3) lucid; urgency=low
5695
5696 * cmdline/apt-get.cc:
5697 - don't mark as manually if in download only (Closes: #468180)
5698
5699 -- Michael Vogt <mvo@debian.org> Mon, 01 Feb 2010 18:41:15 +0100
5700
5701 apt (0.7.25ubuntu2) lucid; urgency=low
5702
5703 * Change history branch so that it does not break the
5704 apt ABI for the pkgPackageManager interface
5705 (can be reverted on the next ABI break)
5706
5707 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 23 Dec 2009 10:14:16 +0100
5708
5709 apt (0.7.25ubuntu1) lucid; urgency=low
5710
5711 * Merged from the mvo branch
5712 * merged from the lp:~mvo/apt/history branch
5713
5714 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 22 Dec 2009 09:44:08 +0100
5715
5716 apt (0.7.25) unstable; urgency=low
5717
5718 [ Christian Perrier ]
5719 * Fix apt-ftparchive(1) wrt description of the "-o" option.
5720 Thanks to Dann Frazier for the patch. Closes: #273100
5721 * po/LINGUAS. Re-disable Hebrew. Closes: #534992
5722 * po/LINGUAS. Enable Asturian and Lithuanian
5723 * Fix typo in apt-cache.8.xml: nessasarily
5724 * Fix "with with" in apt-get.8.xml
5725 * Fix some of the typos mentioned by the german team
5726 Closes: #479997
5727 * Polish translation update by Wiktor Wandachowicz
5728 Closes: #548571
5729 * German translation update by Holger Wansing
5730 Closes: #551534
5731 * Italian translation update by Milo Casagrande
5732 Closes: #555797
5733 * Simplified Chinese translation update by Aron Xu
5734 Closes: #558737
5735 * Slovak translation update by Ivan Masár
5736 Closes: #559277
5737
5738 [ Michael Vogt ]
5739 * apt-pkg/packagemanager.cc:
5740 - add output about pre-depends configuring when debug::pkgPackageManager
5741 is used
5742 * methods/https.cc:
5743 - fix incorrect use of CURLOPT_TIMEOUT, closes: #497983, LP: #354972
5744 thanks to Brian Thomason for the patch
5745 * merge lp:~mvo/apt/netrc branch, this adds support for a
5746 /etc/apt/auth.conf that can be used to store username/passwords
5747 in a "netrc" style file (with the extension that it supports "/"
5748 in a machine definition). Based on the maemo git branch (Closes: #518473)
5749 (thanks also to Jussi Hakala and Julian Andres Klode)
5750 * apt-pkg/deb/dpkgpm.cc:
5751 - add "purge" to list of known actions
5752 * apt-pkg/init.h:
5753 - add compatibility with old ABI name until the next ABI break
5754 * merge segfault fix from Mario Sanchez Prada, many thanks
5755 (closes: #561109)
5756
5757 [ Brian Murray ]
5758 * apt-pkg/depcache.cc, apt-pkg/indexcopy.cc:
5759 - typo fix (LP: #462328)
5760
5761 [ Loïc Minier ]
5762 * cmdline/apt-key:
5763 - Emit a warning if removed keys keyring is missing and skip associated
5764 checks (LP: #218971)
5765
5766 [ David Kalnischkies ]
5767 * apt-pkg/packagemanager.cc:
5768 - better debug output for ImmediateAdd with depth and why
5769 - improve the message shown for failing immediate configuration
5770 * doc/guide.it.sgml: moved to doc/it/guide.it.sgml
5771 * doc/po4a.conf: activate translation of guide.sgml and offline.sgml
5772 * doc/apt.conf.5.xml:
5773 - provide a few more details about APT::Immediate-Configure
5774 - briefly document the behaviour of the new https options
5775 * doc/sources.list.5.xml:
5776 - add note about additional apt-transport-methods
5777 * doc/apt-mark.8.xml:
5778 - correct showauto synopsis, thanks Andrew Schulman (Closes: #551440)
5779 * cmdline/apt-get.cc:
5780 - source should display his final pkg pick (Closes: #249383, #550952)
5781 - source doesn't need the complete version for match (Closes: #245250)
5782 - source ignores versions/releases if not available (Closes: #377424)
5783 - only warn if (free) space overflows (Closes: #522238)
5784 - add --debian-only as alias for --diff-only
5785 * methods/connect.cc:
5786 - display also strerror of "wicked" getaddrinfo errors
5787 - add AI_ADDRCONFIG to ai_flags as suggested by Aurelien Jarno
5788 in response to Bernhard R. Link, thanks! (Closes: #505020)
5789 * buildlib/configure.mak, buildlib/config.{sub,guess}:
5790 - remove (outdated) config.{sub,guess} and use the ones provided
5791 by the new added build-dependency autotools-dev instead
5792 * configure.in, buildlib/{xml,yodl,sgml}_manpage.mak:
5793 - remove the now obsolete manpage buildsystems
5794 * doc/{pl,pt_BR,es,it}/*.{sgml,xml}:
5795 - convert all remaining translation to the po4a system
5796 * debian/control:
5797 - drop build-dependency on docbook-utils and xmlto
5798 - add build-dependency on autotools-dev
5799 - bump policy to 3.8.3 as we have no outdated manpages anymore
5800 * debian/NEWS:
5801 - fix a typo in 0.7.24: Allready -> Already (Closes: #557674)
5802 * ftparchive/writer.{cc,h}:
5803 - add APT::FTPArchive::LongDescription to be able to disable them
5804 * apt-pkg/deb/debsrcrecords.cc:
5805 - use "diff" filetype for .debian.tar.* files (Closes: #554898)
5806 * methods/rred.cc:
5807 - rewrite to be able to handle even big patch files
5808 - adopt optional mmap+iovec patch from Morten Hustveit
5809 (Closes: #463354) which should speed up a bit. Thanks!
5810 * methods/http{,s}.cc
5811 - add config setting for User-Agent to the Acquire group,
5812 thanks Timothy J. Miller! (Closes: #355782)
5813 - add https options which default to http ones (Closes: #557085)
5814 * debian/apt.cron.daily:
5815 - check cache size even if we do nothing else otherwise, thanks
5816 Francesco Poli for patch(s) and patience! (Closes: #459344)
5817 * ftparchive/*:
5818 - fix a few typos in strings, comments and manpage,
5819 thanks Karl Goetz! (Closes: #558757)
5820
5821 [ Carl Chenet ]
5822 * cmdline/apt-mark:
5823 - print an error if a new state file can't be created
5824 (Closes: #521289) and
5825 - exit nicely if python-apt is not installed (Closes: #521284)
5826
5827 [ Chris Leick ]
5828 * doc/de: German translation of manpages (Closes: #552606)
5829 * doc/ various manpages:
5830 - correct various errors, typos and oddities (Closes: #552535)
5831 * doc/apt-secure.8.xml:
5832 - replace literal with emphasis tags in Archive configuration
5833 * doc/apt-ftparchive.1.xml:
5834 - remove informalexample tag which hides the programlisting
5835 * doc/apt-get.8.xml:
5836 - change equivalent "for" to "to the" (purge command)
5837 - clarify --fix-broken sentence about specifying packages
5838
5839 [ Eugene V. Lyubimkin ]
5840 * apt-pkg/contib/strutl.h
5841 - Avoid extra inner copy in APT_MKSTRCMP and APT_MKSTRCMP2.
5842 * build infrastructure:
5843 - Bumped libapt version, excluded eglibc from SONAME. (Closes: #448249)
5844
5845 [ Julian Andres Klode ]
5846 * doc/apt.conf.5.xml:
5847 - Deprecate unquoted values, string concatenation and explain what should
5848 not be written inside a value (quotes,backslash).
5849 - Restrict option names to alphanumerical characters and "/-:._+".
5850 - Deprecate #include, we have apt.conf.d nowadays which should be
5851 sufficient.
5852 * ftparchive/apt-ftparchive.cc:
5853 - Call setlocale() so translations are actually used.
5854 * debian/apt.conf.autoremove:
5855 - Add kfreebsd-image-* to the list (Closes: #558803)
5856
5857 -- Michael Vogt <mvo@debian.org> Tue, 15 Dec 2009 09:21:55 +0100
5858
5859 apt (0.7.24ubuntu1) lucid; urgency=low
5860
5861 [ Michael Vogt ]
5862 * apt-pkg/deb/dpkgpm.cc:
5863 - include df -l output in the apport log as well (thanks to
5864 tjaalton)
5865 * apt-pkg/packagemanager.cc:
5866 - add output about pre-depends configuring when debug::pkgPackageManager
5867 is used
5868 * methods/https.cc:
5869 - fix incorrect use of CURLOPT_TIMEOUT, closes: #497983, LP: #354972
5870 thanks to Brian Thomason for the patch
5871 * merge lp:~mvo/apt/netrc branch, this adds support for a
5872 /etc/apt/auth.conf that can be used to store username/passwords
5873 in a "netrc" style file (with the extension that it supports "/"
5874 in a machine definition). Based on the maemo git branch.
5875
5876 [ Brian Murray ]
5877 * apt-pkg/depcache.cc, apt-pkg/indexcopy.cc:
5878 - typo fix (LP: #462328)
5879
5880 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 14 Dec 2009 09:27:26 +0100
5881
5882 apt (0.7.24) unstable; urgency=low
5883
5884 [ Nicolas François ]
5885 * Cleaned up the first patch draft from KURASAWA Nozomu to finally
5886 get po4a support for translating the man pages.
5887 Many thanks to both for this excellent work! (Closes: #441608)
5888 * doc/ja/*, doc/po/ja.po:
5889 - remove the old ja man page translation and replace it with
5890 the new po4a-powered translation by KURASAWA Nozomu.
5891 * doc/*.?.xml (manpages):
5892 - add contrib to author tags and also add refmiscinfo to fix warnings
5893 * doc/style.txt, buildlib/defaults.mak, buildlib/manpage.mak:
5894 - fix a few typos in the comments of this files
5895
5896 [ Michael Vogt ]
5897 * apt-pkg/deb/dpkgpm.cc:
5898 - when tcgetattr() returns non-zero skip all pty magic
5899 (thanks to Simon Richter, closes: #509866)
5900 * apt-inst/contrib/arfile.cc:
5901 - show propper error message for Invalid archive members
5902
5903 [ David Kalnischkies ]
5904 * doc/Doxyfile.in:
5905 - update file with doxygen 1.6.1 (current unstable)
5906 - activate DOT_MULTI_TARGETS, it is default on since doxygen 1.5.9
5907 * buildlib/po4a_manpage.mak, doc/makefile, configure:
5908 - simplify the makefiles needed for po4a manpages
5909 * apt-pkg/contrib/configuration.cc:
5910 - add a helper to easily get a vector of strings from the config
5911 * apt-pkg/contrib/strutl.cc:
5912 - replace unknown multibytes with ? in UTF8ToCharset (Closes: #545208)
5913 * doc/apt-get.8.xml:
5914 - fix two little typos in the --simulate description. (Closes: #545059)
5915 * apt-pkg/aptconfiguration.cc, doc/apt.conf.5.xml:
5916 - add an order subgroup to the compression types to simplify reordering
5917 a bit and improve the documentation for this option group.
5918 * doc/apt.conf.5.xml:
5919 - document the Acquire::http::Dl-Limit option
5920 - try to be crystal clear about the usage of :: and {} (Closes: #503481)
5921 * doc/apt-cache.8.xml:
5922 - clarify the note for the pkgnames command (Closes: #547599)
5923 * doc/apt.ent, all man pages:
5924 - move the description of files to globally usable entities
5925 * doc/apt_preferences.5.xml:
5926 - document the new preferences.d folder (Closes: #544017)
5927 * methods/rred.cc:
5928 - add at the top without failing (by Bernhard R. Link, Closes: #545694)
5929 * buildlib/sizetable:
5930 - add amd64 for cross building (by Mikhail Gusarov, Closes: #513058)
5931 * debian/prerm:
5932 - remove file as nobody will upgrade from 0.4.10 anymore
5933 * debian/control:
5934 - remove gnome-apt suggestion as it was removed from debian
5935 * apt-pkg/deb/dpkgpm.cc, apt-pkg/packagemanager.cc, apt-pkg/orderlist.cc:
5936 - add and document _experimental_ options to make (aggressive)
5937 use of dpkg's trigger and configuration handling (Closes: #473461)
5938 * cmdline/apt-get.cc:
5939 - ignore versions that are not candidates when selecting a package
5940 instead of a virtual one (by Marius Vollmer, Closes: #547788)
5941
5942 [ Christian Perrier ]
5943 * doc/fr/*, doc/po/fr.po:
5944 - remove the old fr man page translation and replace it with
5945 the new po4a-powered translation
5946 * doc/de: dropped (translation is too incomplete to be useful in
5947 the transition to the po4a-powered translations)
5948
5949 -- Michael Vogt <mvo@debian.org> Fri, 25 Sep 2009 19:57:25 +0200
5950
5951 apt (0.7.23.1ubuntu2) karmic; urgency=low
5952
5953 [ Michael Vogt ]
5954 * debian/control:
5955 - fix Vcr-Bzr header
5956
5957 [ Kees Cook ]
5958 * debian/apt.cron.daily:
5959 - fix quotes for use with "eval", thanks to Lars Ljung (LP: #449535).
5960
5961 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 15 Oct 2009 19:05:19 +0200
5962
5963 apt (0.7.23.1ubuntu1) karmic; urgency=low
5964
5965 [ Matt Zimmerman ]
5966 * apt-pkg/deb/dpkgpm.cc:
5967 - Suppress apport reports on dpkg short reads (these I/O errors are not
5968 generally indicative of a bug in the packaging)
5969
5970 [ Loïc Minier ]
5971 * cmdline/apt-key:
5972 - Emit a warning if removed keys keyring is missing and skip associated
5973 checks (LP: #218971)
5974
5975 [ Brian Murray ]
5976 * cmdline/apt-get.cc:
5977 - typo fix (LP: #370094)
5978
5979 [ Michael Vogt ]
5980 * apt-pkg/deb/dpkgpm.cc:
5981 - when tcgetattr() returns non-zero skip all pty magic
5982 (thanks to Simon Richter, closes: #509866)
5983 * apt-inst/contrib/arfile.cc:
5984 - show propper error message for Invalid archive members
5985 * apt-pkg/acquire-worker.cc:
5986 - show error details of failed methods
5987 * apt-pkg/contrib/fileutl.cc:
5988 - if a process aborts with signal, show signal number
5989 * methods/http.cc:
5990 - ignore SIGPIPE, we deal with EPIPE from write in
5991 HttpMethod::ServerDie() (LP: #385144)
5992 * debian/apt.cron.daily:
5993 - if the timestamp is too far in the future, delete it
5994 (LP: #135262)
5995
5996 [ Merge ]
5997 * merged from debian, reverted the libdlopen-udev branch
5998 because its too late in the release process for this now
5999 * not merged the proxy behaviour change from 0.7.23 (that will
6000 be part of lucid)
6001
6002 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 23 Sep 2009 18:15:10 +0200
6003
6004 apt (0.7.23.1) unstable; urgency=low
6005
6006 [ Michael Vogt ]
6007 * apt-pkg/pkgcache.cc:
6008 - do not set internel "needs-configure" state for packages in
6009 triggers-pending state. dpkg will deal with the trigger and
6010 it if does it before we trigger it, dpkg will error out
6011 (LP: #414631)
6012 * apt-pkg/acquire-item.cc:
6013 - do not segfault on invalid items (closes: #544080)
6014
6015 -- Michael Vogt <mvo@debian.org> Fri, 28 Aug 2009 21:53:20 +0200
6016
6017 apt (0.7.23) unstable; urgency=low
6018
6019 [ Eugene V. Lyubimkin ]
6020 * methods/{http,https,ftp}, doc/apt.conf.5.xml:
6021 - Changed and unified the code that determines which proxy to use. Now
6022 'Acquire::{http,ftp}::Proxy[::<host>]' options have the highest priority,
6023 and '{http,ftp}_proxy' environment variables are used only if options
6024 mentioned above are not specified.
6025 (Closes: #445985, #157759, #320184, #365880, #479617)
6026
6027 [ David Kalnischkies ]
6028 * cmdline/apt-get.cc:
6029 - add APT::Get::HideAutoRemove=small to display only a short line
6030 instead of the full package list. (Closes: #537450)
6031 - ShowBroken() in build-dep (by Mike O'Connor, Closes: #145916)
6032 - check for statfs.f_type (by Robert Millan, Closes: #509313)
6033 - correct the order of picked package binary vs source in source
6034 - use SourceVersion instead of the BinaryVersion to get the source
6035 Patch by Matt Kraai, thanks! (Closes: #382826)
6036 - add pkg/archive and codename in source (Closes: #414105, #441178)
6037 * apt-pkg/contrib/strutl.cc:
6038 - enable thousand separator according to the current locale
6039 (by Luca Bruno, Closes: #223712)
6040 * doc/apt.conf.5.xml:
6041 - mention the apt.conf.d dir (by Vincent McIntyre, Closes: #520831)
6042 * apt-inst/contrib/arfile.cc:
6043 - use sizeof instead strlen (by Marius Vollmer, Closes: #504325)
6044 * doc/apt-mark.8.xml:
6045 - improve manpage based on patch by Carl Chenet (Closes: #510286)
6046 * apt-pkg/acquire-item.cc:
6047 - use configsettings for dynamic compression type use and order.
6048 Based on a patch by Jyrki Muukkonen, thanks! (LP: #71746)
6049 * apt-pkg/aptconfiguration.cc:
6050 - add default configuration for compression types and add lzma
6051 support. Order is now bzip2, lzma, gzip, none (Closes: #510526)
6052 * ftparchive/writer.cc:
6053 - add lzma support also here, patch for this (and inspiration for
6054 the one above) by Robert Millan, thanks!
6055 * apt-pkg/depcache.cc:
6056 - restore the --ignore-hold effect in the Is{Delete,Install}Ok hooks
6057 * doc/apt-get.8.xml:
6058 - update the source description to reflect what it actually does
6059 and how it can be used. (Closes: #413021)
6060 * methods/http.cc:
6061 - allow empty Reason-Phase in Status-Line to please squid,
6062 thanks Modestas Vainius for noticing! (Closes: #531157, LP: #411435)
6063
6064 [ George Danchev ]
6065 * cmdline/apt-cache.cc:
6066 - fix a memory leak in the xvcg method (Closes: #511557)
6067 * apt-pkg/indexcopy.cc:
6068 - fix a memory leak then the Release file not exists (Closes: #511556)
6069
6070 -- Michael Vogt <mvo@debian.org> Thu, 27 Aug 2009 14:44:39 +0200
6071
6072 apt (0.7.22.2) unstable; urgency=low
6073
6074 * debian/apt.cron.daily:
6075 - Make sure that VERBOSE is always set (Closes: #539366)
6076 - Script can be disabled by APT::Periodic::Enable=0 (Closes: #485476)
6077 - Support using debdelta to download packages (Closes: #532079)
6078
6079 -- Julian Andres Klode <jak@debian.org> Thu, 06 Aug 2009 12:17:19 +0200
6080
6081 apt (0.7.22.1) unstable; urgency=low
6082
6083 [ Michael Vogt ]
6084 * cmdline/apt-get.cc:
6085 - honor APT::Get::Only-Source properly in FindSrc() (thanks to
6086 Martin Pitt for reporting the problem), also Closes: #535362.
6087
6088 [ Julian Andres Klode ]
6089 * apt-pkg/contrib/mmap.cc:
6090 - Fix FTBFS on GNU/kFreeBSD by disabling DynamicMMap::Grow() on
6091 non-Linux architectures as it uses mremap (Closes: #539742).
6092 * apt-pkg/sourcelist.cc:
6093 - Only warn about missing sources.list if there is no sources.list.d
6094 and vice versa as only one of them is needed (Closes: #539731).
6095 * debian/control:
6096 - Add myself to Uploaders.
6097 - Increase Standards-Version to 3.8.2.0.
6098
6099 -- Julian Andres Klode <jak@debian.org> Mon, 03 Aug 2009 12:48:31 +0200
6100
6101 apt (0.7.22) unstable; urgency=low
6102
6103 [ Christian Perrier ]
6104 * Documentation translations:
6105 - Fix a typo in apt-get(8) French translation. Closes: #525043
6106 Thanks to Guillaume Delacour for spotting it.
6107 - Updated apt.conf(5) manpgae French translation.
6108 Thanks to Aurélien Couderc.
6109 * Translations:
6110 - fr.po
6111 - sk.po. Closes: #525857
6112 - ru.po. Closes: #526816
6113 - eu.po. Closes: #528985
6114 - zh_CN.po. Closes: #531390
6115 - fr.po
6116 - it.po. Closes: #531758
6117 - ca.po. Closes: #531921
6118 - de.po. Closes: #536430
6119 * Added translations
6120 - ast.po (Asturian by Marcos Alvareez Costales).
6121 Closes: #529007, #529730, #535328
6122
6123 [ David Kalnischkies ]
6124 * [ABI break] support '#' in apt.conf and /etc/apt/preferences
6125 (closes: #189866)
6126 * [ABI break] Allow pinning by codename (closes: #97564)
6127 * support running "--simulate" as user
6128 * add depth information to the debug output and show what depends
6129 type triggers a autoinst (closes: #458389)
6130 * add Debug::pkgDepCache::Marker with more detailed debug output
6131 (closes: #87520)
6132 * add Debug::pkgProblemResolver::ShowScores and make the scores
6133 adjustable
6134 * do not write state file in simulate mode (closes: #433007)
6135 * add hook for MarkInstall and MarkDelete (closes: #470035)
6136 * fix typo in apt-pkg/acquire.cc which prevents Dl-Limit to work
6137 correctly when downloading from multiple sites (Closes: #534752)
6138 * add the various foldmarkers in apt-pkg & cmdline (no code change)
6139 * versions with a pin of -1 shouldn't be a candidate (Closes: #355237)
6140 * prefer mmap as memory allocator in MMap instead of a static char
6141 array which can (at least in theory) grow dynamic
6142 * eliminate (hopefully all) segfaults in pkgcachegen.cc and mmap.cc
6143 which can arise if cache doesn't fit into the mmap (Closes: #535218)
6144 * display warnings instead of errors if the parts dirs doesn't exist
6145
6146 [ Michael Vogt ]
6147 * honor the dpkg hold state in new Marker hooks (closes: #64141)
6148 * debian/apt.cron.daily:
6149 - if the timestamp is too far in the future, delete it
6150 * apt-pkg/acquire.cc:
6151 - make the max pipeline depth of the acquire queue configurable
6152 via Acquire::Max-Pipeline-Depth
6153 * apt-pkg/deb/dpkgpm.cc:
6154 - add Dpkg::UseIoNice boolean option to run dpkg with ionice -c3
6155 (off by default)
6156 - send "dpkg-exec" message on the status fd when dpkg is run
6157 - provide DPkg::Chroot-Directory config option (useful for testing)
6158 - fix potential hang when in a background process group
6159 * apt-pkg/algorithms.cc:
6160 - consider recommends when making the scores for the problem
6161 resolver
6162 * apt-pkg/acquire-worker.cc:
6163 - show error details of failed methods
6164 * apt-pkg/contrib/fileutl.cc:
6165 - if a process aborts with signal, show signal number
6166 * methods/http.cc:
6167 - ignore SIGPIPE, we deal with EPIPE from write in
6168 HttpMethod::ServerDie() (LP: #385144)
6169 * Only run Download-Upgradable and Unattended-Upgrades if the initial
6170 update was successful Closes: #341970
6171 * apt-pkg/indexcopy.cc:
6172 - support having CDs with no Packages file (just a Packages.gz)
6173 by not forcing a verification on non-existing files
6174 (LP: #255545)
6175 - remove the gettext from a string that consists entirely
6176 of variables (LP: #56792)
6177 * apt-pkg/cacheiterators.h:
6178 - add missing checks for Owner == 0 in end()
6179 * apt-pkg/indexrecords.cc:
6180 - fix some i18n issues
6181 * apt-pkg/contrib/strutl.h:
6182 - add new strprintf() function to make i18n strings easier
6183 - fix compiler warning
6184 * apt-pkg/deb/debsystem.cc:
6185 - make strings i18n able
6186 * fix problematic use of tolower() when calculating the version
6187 hash by using locale independent tolower_ascii() function.
6188 Thanks to M. Vefa Bicakci (LP: #80248)
6189 * build fixes for g++-4.4
6190 * cmdline/apt-mark:
6191 - add "showauto" option to show automatically installed packages
6192 * document --install-recommends and --no-install-recommends
6193 (thanks to Dereck Wonnacott, LP: #126180)
6194 * doc/apt.conf.5.xml:
6195 - merged patch from Aurélien Couderc to improve the text
6196 (thanks!)
6197 * [ABI] merged the libudev-dlopen branch, this allows to pass
6198 "apt-udev-auto" to Acquire::Cdrom::mount and the cdrom method will
6199 dynamically find/mount the cdrom device (if libhal is available)
6200
6201 [ Julian Andres Klode ]
6202 * apt-pkg/contrib/configuration.cc: Fix a small memory leak in
6203 ReadConfigFile.
6204 * Introduce support for the Enhances field. (Closes: #137583)
6205 * Support /etc/apt/preferences.d, by adding ReadPinDir() (Closes: #535512)
6206 * configure-index: document Dir::Etc::SourceParts and some other options
6207 (Closes: #459605)
6208 * Remove Eugene V. Lyubimkin from uploaders as requested.
6209 * apt-pkg/contrib/hashes.cc, apt-pkg/contrib/md5.cc:
6210 - Support reading until EOF if Size=0 to match behaviour of
6211 SHA1Summation and SHA256Summation
6212
6213 [ Osamu Aoki ]
6214 * Updated cron script to support backups by hardlinks and
6215 verbose levels. All features turned off by default.
6216 * Added more error handlings. Closes: #438803, #462734, #454989
6217 * Documented all cron script related configuration items in
6218 configure-index.
6219
6220 [ Dereck Wonnacott ]
6221 * apt-ftparchive might write corrupt Release files (LP: #46439)
6222 * Apply --important option to apt-cache depends (LP: #16947)
6223
6224 [ Otavio Salvador ]
6225 * Apply patch from Sami Liedes <sliedes@cc.hut.fi> to reduce the
6226 number of times we call progress bar updating and debugging
6227 configuration settings.
6228 * Apply patch from Sami Liedes <sliedes@cc.hut.fi> to avoid unecessary
6229 temporary allocations.
6230
6231 -- Michael Vogt <mvo@debian.org> Wed, 29 Jul 2009 19:16:22 +0200
6232
6233 apt (0.7.21ubuntu1) karmic; urgency=low
6234
6235 * merged from the debian-sid bzr branch
6236
6237 [ Christian Perrier ]
6238 * Documentation translations:
6239 - Fix a typo in apt-get(8) French translation. Closes: #525043
6240 Thanks to Guillaume Delacour for spotting it.
6241 * Translations:
6242 - fr.po
6243 - sk.po. Closes: #525857
6244 - ru.po. Closes: #526816
6245 - eu.po. Closes: #528985
6246 - zh_CN.po. Closes: #531390
6247 - fr.po
6248 - it.po. Closes: #531758
6249 - ca.po. Closes: #531921
6250 * Added translations
6251 - ast.po (Asturian by Marcos Alvareez Costales).
6252 Closes: #529007, #529730
6253
6254 [ Michael Vogt ]
6255 * apt-pkg/acquire.cc:
6256 - make the (internal) max pipeline depth of the acquire queue
6257 configurable via Acquire::Max-Pipeline-Depth
6258
6259 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 09 Jun 2009 15:49:07 +0200
6260
6261 apt (0.7.21) unstable; urgency=low
6262
6263 [ Christian Perrier ]
6264 * Translations:
6265 - bg.po. Closes: #513211
6266 - zh_TW.po. Closes: #513311
6267 - nb.po. Closes: #513843
6268 - fr.po. Closes: #520430
6269 - sv.po. Closes: #518070
6270 - sk.po. Closes: #520403
6271 - it.po. Closes: #522222
6272 - sk.po. Closes: #520403
6273
6274 [ Jamie Strandboge ]
6275 * apt.cron.daily: catch invalid dates due to DST time changes
6276 in the stamp files
6277
6278 [ Michael Vogt ]
6279 * methods/gpgv.cc:
6280 - properly check for expired and revoked keys (closes: #433091)
6281 * apt-pkg/contrib/strutl.cc:
6282 - fix TimeToStr i18n (LP: #289807)
6283 * [ABI break] merge support for http redirects, thanks to
6284 Jeff Licquia and Anthony Towns
6285 * [ABI break] use int for the package IDs (thanks to Steve Cotton)
6286 * apt-pkg/pkgcache.cc:
6287 - do not run "dpkg --configure pkg" if pkg is in trigger-awaited
6288 state (LP: #322955)
6289 * methods/https.cc:
6290 - add Acquire::https::AllowRedirect support
6291 * Clarify the --help for 'purge' (LP: #243948)
6292 * cmdline/apt-get.cc
6293 - fix "apt-get source pkg" if there is a binary package and
6294 a source package of the same name but from different
6295 packages (LP: #330103)
6296
6297 [ Colin Watson ]
6298 * cmdline/acqprogress.cc:
6299 - Call pkgAcquireStatus::Pulse even if quiet, so that we still get
6300 dlstatus messages on the status-fd (LP: #290234).
6301
6302 -- Michael Vogt <mvo@debian.org> Tue, 14 Apr 2009 14:12:51 +0200
6303
6304 apt (0.7.20.2ubuntu7) karmic; urgency=low
6305
6306 * fix problematic use of tolower() when calculating the version
6307 hash by using locale independant tolower_ascii() function.
6308 Thanks to M. Vefa Bicakci (LP: #80248)
6309 * build fixes for g++-4.4
6310 * include dmesg output in apport package failures
6311 * include apt ordering into apport package failures
6312
6313 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 24 Apr 2009 10:14:01 +0200
6314
6315 apt (0.7.20.2ubuntu6) jaunty; urgency=low
6316
6317 [ Jamie Strandboge ]
6318 * apt.cron.daily: catch invalid dates due to DST time changes
6319 in the stamp files (LP: #354793)
6320
6321 [ Michael Vogt ]
6322 * methods/gpgv.cc:
6323 - properly check for expired and revoked keys (closes: #433091)
6324 LP: #356012
6325
6326 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 08 Apr 2009 22:39:50 +0200
6327
6328 apt (0.7.20.2ubuntu5) jaunty; urgency=low
6329
6330 [ Colin Watson ]
6331 * cmdline/acqprogress.cc:
6332 - Call pkgAcquireStatus::Pulse even if quiet, so that we still get
6333 dlstatus messages on the status-fd (LP: #290234).
6334
6335 [ Michael Vogt ]
6336 * debian/apt.cron.daily:
6337 - do not clutter cron mail with bogus gconftool messages
6338 (LP: #223502)
6339 - merge fix for cache locking from debian (closes: #459344)
6340 - run update-apt-xapian-index (with ionice) to ensure that
6341 the index is up-to-date when synaptic is run (LP: #288797)
6342
6343 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 30 Mar 2009 13:22:28 +0200
6344
6345 apt (0.7.20.2ubuntu4) jaunty; urgency=low
6346
6347 * ftparchive/cachedb.cc:
6348 - when apt-ftparchive clean is used, compact the database
6349 at the end (thanks to cprov)
6350
6351 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 26 Mar 2009 13:43:59 +0100
6352
6353 apt (0.7.20.2ubuntu3) jaunty; urgency=low
6354
6355 * methods/mirror.cc:
6356 - when download the mirror file and the server is down,
6357 return a propper error message (LP: #278635)
6358
6359 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 19 Mar 2009 15:42:15 +0100
6360
6361 apt (0.7.20.2ubuntu2) jaunty; urgency=low
6362
6363 * apt-pkg/deb/dpkgpm.cc:
6364 - revert termios patch (LP: #338514)
6365 * cmdline/apt-get.cc
6366 - fix "apt-get source pkg" if there is a binary package and
6367 a source package of the same name but from different
6368 packages (LP: #330103)
6369
6370 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 09 Mar 2009 16:33:28 +0100
6371
6372 apt (0.7.20.2ubuntu1) jaunty; urgency=low
6373
6374 [ Christian Perrier ]
6375 * Translations:
6376 - bg.po. Closes: #513211
6377 - zh_TW.po. Closes: #513311
6378 - nb.po. Closes: #513843
6379
6380 [ Michael Vogt ]
6381 * merged from the debian-sid branch
6382 * [ABI break] merge support for http redirects, thanks to
6383 Jeff Licquia and Anthony Towns
6384 * [ABI break] use int for the package IDs (thanks to Steve Cotton)
6385 * apt-pkg/contrib/strutl.cc:
6386 - fix TimeToStr i18n (LP: #289807)
6387 * debian/apt.conf.autoremove:
6388 - readd "linux-image" (and friends) to the auto-remove
6389 blacklist
6390 * fix some i18n issues (thanks to Gabor Kelemen)
6391 LP: #263089
6392 * apt-pkg/deb/dpkgpm.cc:
6393 - filter "ENOMEM" errors when creating apport reports
6394 * cmdline/apt-get.cc:
6395 - fix "apt-get source pkg=ver" if binary name != source name
6396 (LP: #202219)
6397 * apt-pkg/indexrecords.cc:
6398 - fix some i18n issues
6399 * apt-pkg/contrib/strutl.h:
6400 - add new strprintf() function to make i18n strings easier
6401 * apt-pkg/dev/debsystem.cc:
6402 - add missing apti18n.h header
6403 * cmdline/apt-get.cc:
6404 - default to "false" for the "APT::Get::Build-Dep-Automatic"
6405 option (follow debian here)
6406 * apt-pkg/pkgcache.cc:
6407 - do not run "dpkg --configure pkg" if pkg is in trigger-awaited
6408 state (LP: #322955)
6409 * methods/https.cc:
6410 - add Acquire::https::AllowRedirect support
6411 - do not unlink files in partial/ (thanks to robbiew)
6412
6413 [ Dereck Wonnacott ]
6414 * Clarify the --help for 'purge' (LP: #243948)
6415
6416 [ Ian Weisser ]
6417 * /apt-pkg/deb/debsystem.cc:
6418 - add 'sudo' to the error message to "run 'dpkg --configure -a'"
6419 (LP: #52697)
6420
6421 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 09 Feb 2009 14:21:05 +0100
6422
6423 apt (0.7.20.2) unstable; urgency=medium
6424
6425 [ Eugene V. Lyubimkin ]
6426 * Urgency set to medium due to RC bug fix.
6427 * doc/apt.ent, apt-get.8.xml:
6428 - Fix invalid XML entities. (Closes: #514402)
6429
6430 -- Eugene V. Lyubimkin <jackyf.devel@gmail.com> Sat, 07 Feb 2009 16:48:21 +0200
6431
6432 apt (0.7.20.1) unstable; urgency=low
6433
6434 [ Michael Vogt ]
6435 * apt-pkg/pkgcachegen.cc:
6436 - fix apt-cache search for localized description
6437 (closes: #512110)
6438
6439 [ Christian Perrier ]
6440 * Translations:
6441 - fr.po: fix spelling error to "défectueux". Thanks to Thomas Péteul.
6442
6443 -- Michael Vogt <mvo@debian.org> Tue, 20 Jan 2009 09:35:05 +0100
6444
6445 apt (0.7.20) unstable; urgency=low
6446
6447 [ Eugene V. Lyubimkin ]
6448 * debian/changelog:
6449 - Fixed place of 'merged install-recommends and install-task branches'
6450 from 0.6.46.1 to 0.7.0. (Closes: #439866)
6451 * buildlib/config.{sub,guess}:
6452 - Renewed. This fixes lintian errors.
6453 * doc/apt.conf.5.xml, debian/apt-transport-https:
6454 - Documented briefly 'Acquire::https' group of options. (Closes: #507398)
6455 - Applied patch from Daniel Burrows to document 'Debug' group of options.
6456 (Closes: #457265)
6457 - Mentioned 'APT::Periodic' and 'APT::Archives' groups of options.
6458 (Closes: #438559)
6459 - Mentioned '/* ... */' comments. (Closes: #507601)
6460 * doc/examples/sources.list:
6461 - Removed obsolete commented non-us deb-src entry, replaced it with
6462 'deb-src security.debian.org' one. (Closes: #411298)
6463 * apt-pkg/contrib/mmap.cc:
6464 - Added instruction how to work around MMap error in MMap error message.
6465 (Closes: #385674, 436028)
6466 * COPYING:
6467 - Actualized. Removed obsolete Qt section, added GPLv2 clause.
6468 (Closes: #440049, #509337)
6469
6470 [ Michael Vogt ]
6471 * add option to "apt-get build-dep" to mark the needed
6472 build-dep packages as automatic installed.
6473 This is controlled via the value of
6474 APT::Get::Build-Dep-Automatic and is set "false" by default.
6475 Thanks to Aaron Haviland, closes: #448743
6476 * apt-inst/contrib/arfile.cc:
6477 - support members ending with '/' as well (thanks to Michal Cihr,
6478 closes: #500988)
6479
6480 [ Christian Perrier ]
6481 * Translations:
6482 - Finnish updated. Closes: #508449
6483 - Galician updated. Closes: #509151
6484 - Catalan updated. Closes: #509375
6485 - Vietnamese updated. Closes: #509422
6486 - Traditional Chinese added. Closes: #510664
6487 - French corrected (remove awful use of first person)
6488
6489 -- Michael Vogt <mvo@debian.org> Mon, 05 Jan 2009 08:59:20 +0100
6490
6491 apt (0.7.19ubuntu1) jaunty; urgency=low
6492
6493 * merge from debian
6494
6495 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 24 Nov 2008 10:52:20 +0100
6496
6497 apt (0.7.19) unstable; urgency=low
6498
6499 [ Eugene V. Lyubimkin ]
6500 * doc/sources.list.5.xml:
6501 - Mentioned allowed characters in file names in /etc/apt/sources.list.d.
6502 Thanks to Matthias Urlichs. (Closes: #426913)
6503 * doc/apt-get.8.xml:
6504 - Explicitly say that 'dist-upgrade' command may remove packages.
6505 - Included '-v'/'--version' as a command to synopsis.
6506 * cmdline/apt-cache.cc:
6507 - Advanced built-in help. Patch by Andre Felipe Machado. (Closes: #286061)
6508 - Fixed typo 'GraphVis' -> 'GraphViz'. (Closes: #349038)
6509 - Removed asking to file a release-critical bug against a package if there
6510 is a request to install only one package and it is not installable.
6511 (Closes: #419521)
6512
6513 [ Michael Vogt ]
6514 - fix SIGHUP handling (closes: #463030)
6515
6516 [ Christian Perrier ]
6517 * Translations:
6518 - French updated
6519 - Bulgarian updated. Closes: #505476
6520 - Slovak updated. Closes: #505483
6521 - Swedish updated. Closes: #505491
6522 - Japanese updated. Closes: #505495
6523 - Korean updated. Closes: #505506
6524 - Catalan updated. Closes: #505513
6525 - British English updated. Closes: #505539
6526 - Italian updated. Closes: #505518, #505683
6527 - Polish updated. Closes: #505569
6528 - German updated. Closes: #505614
6529 - Spanish updated. Closes: #505757
6530 - Romanian updated. Closes: #505762
6531 - Simplified Chinese updated. Closes: #505727
6532 - Portuguese updated. Closes: #505902
6533 - Czech updated. Closes: #505909
6534 - Norwegian Bokmål updated. Closes: #505934
6535 - Brazilian Portuguese updated. Closes: #505949
6536 - Basque updated. Closes: #506085
6537 - Russian updated. Closes: #506452
6538 - Marathi updated.
6539 - Ukrainian updated. Closes: #506545
6540
6541 -- Michael Vogt <mvo@debian.org> Mon, 24 Nov 2008 10:33:54 +0100
6542
6543 apt (0.7.18) unstable; urgency=low
6544
6545 [ Christian Perrier ]
6546 * Translations:
6547 - French updated
6548 - Thai updated. Closes: #505067
6549
6550 [ Eugene V. Lyubimkin ]
6551 * doc/examples/configure-index:
6552 - Removed obsoleted header line. (Closes: #417638)
6553 - Changed 'linux-kernel' to 'linux-image'.
6554 * doc/sources.list.5.xml:
6555 - Fixed typo and grammar in 'sources.list.d' section. Thanks to
6556 Timothy G Abbott <tabbott@MIT.EDU>. (Closes: #478098)
6557 * doc/apt-get.8.xml:
6558 - Advanced descriptions for 'remove' and 'purge' options.
6559 (Closes: #274283)
6560 * debian/rules:
6561 - Target 'apt' need to depend on 'build-doc'. Thanks for Peter Green.
6562 Fixes FTBFS. (Closes: #504181)
6563
6564 [ Michael Vogt ]
6565 * fix depend on libdb4.4 (closes: #501253)
6566
6567 -- Michael Vogt <mvo@debian.org> Fri, 07 Nov 2008 22:13:39 +0100
6568
6569 apt (0.7.17) unstable; urgency=low
6570
6571 [ Eugene V. Lyubimkin ]
6572 * debian/control:
6573 - 'Vcs-Bzr' field is official, used it.
6574 - Bumped 'Standards-Version' to 3.8.0, no changes needed.
6575 - Actualized 'Uploaders' field.
6576 * doc/:
6577 - Substituded 'apt-archive' with 'apt-ftparchive' in docs.
6578 Patch based on work of Andre Felipe Machado. (Closes: #350865)
6579 - Mentioned '/<release>' and '=<version>' for 'apt-get install' and
6580 '=<version>' for 'apt-get source' in apt-get manpage. Patch based on
6581 work of Andre Felipe Machado. (Closes: #399673)
6582 - Mentioned more short options in the apt-get manpage. Documented 'xvcg'
6583 option in the apt-cache manpage. The part of patch by Andre Felipe
6584 Machado. (Closes: #176106, #355945)
6585 - Documented that 'apt-get install' command should be used for upgrading
6586 some of installed packages. Based on patch by Nori Heikkinen and
6587 Andre Felipe Machado. (Closes: #267087)
6588 - Mentioned 'apt_preferences(5)' in apt manpage. (Closes: #274295)
6589 - Documented 'APT::Default-Release' in apt.conf manpage. (Closes: #430399)
6590 - APT::Install-Recommends is now true by default, mentioned this in
6591 configure-index example. (Closes: #463268)
6592 - Added 'APT::Get::AllowUnauthenticated' to configure-index example.
6593 (Closes: #320225)
6594 - Documented '--no-install-recommends' option in apt-get manpage.
6595 (Closes: #462962)
6596 - Documented 'Acquire::PDiffs' in apt.conf manpage. (Closes: #376029)
6597 - Added 'copy', 'rsh', 'ssh' to the list of recognized URI schemes in
6598 sources.list manpage, as they are already described under in the manpage.
6599 - Removed notice that ssh/rsh access cannot use password authentication
6600 from sources.list manpage. Thanks to Steffen Joeris. (Closes: #434894)
6601 - Added '(x)' to some referrings to manpages in apt-get manpage. Patch by
6602 Andre Felipe Machado. (Closes: #309893)
6603 - Added 'dist-upgrade' apt-get synopsis in apt-get manpage.
6604 (Closes: #323866)
6605
6606 -- Michael Vogt <mvo@debian.org> Wed, 05 Nov 2008 13:14:56 +0100
6607
6608 apt (0.7.17~exp4) experimental; urgency=low
6609
6610 * debian/rules:
6611 - Fixed lintian warnings "debian/rules ignores make errors".
6612 * debian/control:
6613 - Substituted outdated "Source-Version" fields with "binary:Version".
6614 - Added 'python-apt' to Suggests, as apt-mark need it for work.
6615 - Drop Debian revision from 'doc-base' build dependency, this fixes
6616 appropriate lintian warning.
6617 * debian/libapt-pkg-doc.doc-base.*:
6618 - Changed section: from old 'Devel' to 'Debian'. This fixes appropriate
6619 lintian warnings.
6620 * debian/{postrm,prerm,preinst}:
6621 - Added 'set -e', fixes lintian warnings
6622 'maintainer-script-ignores-error'.
6623 * dselect/makefile:
6624 - Removed unneeded 'LOCAL' entry. This allows cleaning rule to run smoothly.
6625 * share/lintian-overrides:
6626 - Added with override of 'apt must depend on python'. Script 'apt-mark'
6627 needs apt-python for working and checks this on fly. We don't want
6628 python in most cases.
6629 * cmdline/apt-key:
6630 - Added 'unset GREP_OPTIONS' to the script. This prevents 'apt-key update'
6631 failure when GREP_OPTIONS contains options that modify grep output.
6632 (Closes: #428752)
6633
6634 -- Eugene V. Lyubimkin <jackyf.devel@gmail.com> Fri, 31 Oct 2008 23:45:17 +0300
6635
6636 apt (0.7.17~exp3) experimental; urgency=low
6637
6638 * apt-pkg/acquire-item.cc:
6639 - fix a merge mistake that prevents the fallback to the
6640 uncompressed 'Packages' to work correctly (closes: #409284)
6641
6642 -- Michael Vogt <mvo@debian.org> Wed, 29 Oct 2008 09:36:24 +0100
6643
6644 apt (0.7.17~exp2) experimental; urgency=low
6645
6646 [ Eugene V. Lyubimkin ]
6647 * apt-pkg/acquire-item.cc:
6648 - Added fallback to uncompressed 'Packages' if neither 'bz2' nor 'gz'
6649 available. (Closes: #409284)
6650 * apt-pkg/algorithm.cc:
6651 - Strip username and password from source URL in error message.
6652 (Closes: #425150)
6653
6654 [ Michael Vogt ]
6655 * fix various -Wall warnings
6656
6657 -- Michael Vogt <mvo@debian.org> Tue, 28 Oct 2008 18:06:38 +0100
6658
6659 apt (0.7.17~exp1) experimental; urgency=low
6660
6661 [ Luca Bruno ]
6662 * Fix typos:
6663 - apt-pkg/depcache.cc
6664 * Fix compilation warnings:
6665 - apt-pkg/acquire.cc
6666 - apt-pkg/versionmatch.cc
6667 * Compilation fixes and portability improvement for compiling APT against non-GNU libc
6668 (thanks to Martin Koeppe, closes: #392063):
6669 - buildlib/apti18n.h.in:
6670 + textdomain() and bindtextdomain() must not be visible when --disable-nls
6671 - buildlib/inttypes.h.in: undefine standard int*_t types
6672 - Append INTLLIBS to SLIBS:
6673 + cmdline/makefile
6674 + ftparchive/makefile
6675 + methods/makefile
6676 * doc/apt.conf.5.xml:
6677 - clarify whether configuration items of apt.conf are case-sensitive
6678 (thanks to Vincent McIntyre, closes: #345901)
6679
6680 -- Luca Bruno <lethalman88@gmail.com> Sat, 11 Oct 2008 09:17:46 +0200
6681
6682 apt (0.7.16) unstable; urgency=low
6683
6684 [ Luca Bruno ]
6685 * doc/apt-cache.8.xml:
6686 - search command uses POSIX regex, and searches for virtual packages too
6687 (closes: #277536)
6688 * doc/offline.sgml: clarify remote and target hosts
6689 (thanks to Nikolaus Schulz, closes: #175940)
6690 * Fix several typos in docs, translations and debian/changelog
6691 (thanks to timeless, Nicolas Bonifas and Josh Triplett,
6692 closes: #368665, #298821, #411532, #431636, #461458)
6693 * Document apt-key finger and adv commands
6694 (thanks to Stefan Schmidt, closes: #350575)
6695 * Better documentation for apt-get --option
6696 (thanks to Tomas Pospisek, closes: #386579)
6697 * Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: #471276)
6698 * Better documentation on using both APT::Default-Release and
6699 /etc/apt/preferences (thanks to Ingo Saitz, closes: #145575)
6700
6701 [ Michael Vogt ]
6702 * doc/apt-cache.8.xml:
6703 - add missing citerefentry
6704
6705 -- Michael Vogt <mvo@debian.org> Fri, 10 Oct 2008 23:44:50 +0200
6706
6707 apt (0.7.15) unstable; urgency=low
6708
6709 * Upload to unstable
6710
6711 -- Michael Vogt <mvo@debian.org> Sun, 05 Oct 2008 13:23:47 +0200
6712
6713 apt (0.7.15~exp3) experimental; urgency=low
6714
6715 [Daniel Burrows]
6716 * apt-pkg/deb/dpkgpm.cc:
6717 - Store the trigger state descriptions in a way that does not break
6718 the ABI. The approach taken makes the search for a string O(n) rather
6719 than O(lg(n)), but since n == 4, I do not consider this a major
6720 concern. If it becomes a concern, we can sort the static array and
6721 use std::equal_range(). (Closes: #499322)
6722
6723 [ Michael Vogt ]
6724 * apt-pkg/packagemanager.cc, apt-pkg/deb/dpkgpm.cc:
6725 - move the state file writting into the Go() implementation
6726 of dpkgpm (closes: #498799)
6727 * apt-pkg/algorithms.cc:
6728 - fix simulation performance drop (thanks to Ferenc Wagner
6729 for reporting the issue)
6730
6731 -- Michael Vogt <mvo@debian.org> Wed, 01 Oct 2008 18:09:49 +0200
6732
6733 apt (0.7.15~exp2) experimental; urgency=low
6734
6735 [ Michael Vogt ]
6736 * apt-pkg/pkgcachegen.cc:
6737 - do not add multiple identical descriptions for the same
6738 language (closes: #400768)
6739
6740 [ Program translations ]
6741 * Catalan updated. Closes: #499462
6742
6743 -- Michael Vogt <mvo@debian.org> Tue, 23 Sep 2008 07:29:59 +0200
6744
6745 apt (0.7.15~exp1) experimental; urgency=low
6746
6747 [ Christian Perrier ]
6748 * Fix typo in cron.daily script. Closes: #486179
6749
6750 [ Program translations ]
6751 * Traditional Chinese updated. Closes: #488526
6752 * German corrected and completed. Closes: #490532, #480002, #498018
6753 * French completed
6754 * Bulgarian updated. Closes: #492473
6755 * Slovak updated. Closes: #492475
6756 * Galician updated. Closes: #492794
6757 * Japanese updated. Closes: #492975
6758 * Fix missing space in Greek translation. Closes: #493922
6759 * Greek updated.
6760 * Brazilian Portuguese updated.
6761 * Basque updated. Closes: #496754
6762 * Romanian updated. Closes: #492773, #488361
6763 * Portuguese updated. Closes: #491790
6764 * Simplified Chinese updated. Closes: #489344
6765 * Norwegian Bokmål updated. Closes: #480022
6766 * Czech updated. Closes: #479628, #497277
6767 * Korean updated. Closes: #464515
6768 * Spanish updated. Closes: #457706
6769 * Lithuanian added. Closes: #493328
6770 * Swedish updated. Closes: #497496
6771 * Vietnamese updated. Closes: #497893
6772 * Portuguese updated. Closes: #498411
6773 * Greek updated. Closes: #498687
6774 * Polish updated.
6775
6776 [ Michael Vogt ]
6777 * merge patch that enforces stricter https server certificate
6778 checking (thanks to Arnaud Ebalard, closes: #485960)
6779 * allow per-mirror specific https settings
6780 (thanks to Arnaud Ebalard, closes: #485965)
6781 * add doc/examples/apt-https-method-example.cof
6782 (thanks to Arnaud Ebalard, closes: #485964)
6783 * apt-pkg/depcache.cc:
6784 - when checking for new important deps, skip critical ones
6785 (closes: #485943)
6786 * improve apt progress reporting, display trigger actions
6787 * add DPkg::NoTriggers option so that applications that call
6788 apt/aptitude (like the installer) defer trigger processing
6789 (thanks to Joey Hess)
6790 * doc/makefile:
6791 - add examples/apt-https-method-example.conf
6792
6793 -- Michael Vogt <mvo@debian.org> Tue, 16 Sep 2008 21:27:03 +0200
6794
6795 apt (0.7.14ubuntu7) jaunty; urgency=low
6796
6797 * cmdline/apt-cache.cc:
6798 - remove the gettext from a string that consists entirely
6799 of variables (LP: #56792)
6800 * apt-pkg/deb/dpkgpm.cc:
6801 - fix potential hang when in a backgroud process group
6802
6803 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 28 Oct 2008 21:09:12 +0100
6804
6805 apt (0.7.14ubuntu6) intrepid; urgency=low
6806
6807 * debian/apt.conf.autoremove:
6808 - remove "linux-image" (and friends) from the auto-remove
6809 blacklist. we have the kernel fallback infrastructure now
6810 in intrepid (thanks to BenC)
6811 * apt-pkg/indexcopy.cc:
6812 - support having CDs with no Packages file (just a Packages.gz)
6813 by not forcing a verification on non-existing files
6814 (LP: #255545)
6815 * apt-pkg/deb/dpkgpm.cc:
6816 - improve the filtering for duplicated apport reports (thanks
6817 to seb128 for pointing that problem out)
6818 - do not report disk full errors from dpkg via apport
6819
6820 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 07 Aug 2008 16:28:05 +0200
6821
6822 apt (0.7.14ubuntu5) intrepid; urgency=low
6823
6824 * fix various -Wall warnings
6825 * make "apt-get build-dep" installed packages marked automatic
6826 by default. This can be changed by setting the value of
6827 APT::Get::Build-Dep-Automatic to false (thanks to Aaron
6828 Haviland, closes: #44874, LP: #248268)
6829
6830 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 06 Aug 2008 14:00:51 +0200
6831
6832 apt (0.7.14ubuntu4) intrepid; urgency=low
6833
6834 [ Michael Vogt ]
6835 * apt-pkg/deb/dpkgpm.cc:
6836 - fix uninitialized variable that caused no apport reports
6837 to be written sometimes (thanks to Matt Zimmerman)
6838 * merge patch that enforces stricter https server certificate
6839 checking (thanks to Arnaud Ebalard, closes: #485960)
6840 * allow per-mirror specific https settings
6841 (thanks to Arnaud Ebalard, closes: #485965)
6842 * add doc/examples/apt-https-method-example.cof
6843 (thanks to Arnaud Ebalard, closes: #485964)
6844 * add DPkg::NoTriggers option so that applications that call
6845 apt/aptitude (like the installer) defer trigger processing
6846 (thanks to Joey Hess)
6847 * document --install-recommends and --no-install-recommends
6848 (thanks to Dereck Wonnacott, LP: #126180)
6849
6850 [ Dereck Wonnacott ]
6851 * apt-ftparchive might write corrupt Release files (LP: #46439)
6852 * Apply --important option to apt-cache depends (LP: #16947)
6853
6854 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 05 Aug 2008 10:10:49 +0200
6855
6856 apt (0.7.14ubuntu3) intrepid; urgency=low
6857
6858 [ Otavio Salvador ]
6859 * Apply patch to avoid truncating of arbitrary files. Thanks to Bryan
6860 Donlan <bdonlan@fushizen.net> for the patch. Closes: #482476
6861 * Avoid using dbus if dbus-daemon isn't running. Closes: #438803
6862
6863 [ Michael Vogt ]
6864 * apt-pkg/deb/dpkgpm.cc:
6865 - improve apt progress reporting, display trigger actions
6866 * apt-pkg/depcache.cc:
6867 - when checking for new important deps, skip critical ones
6868 (LP: #236360)
6869
6870 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 03 Jun 2008 17:27:07 +0200
6871
6872 apt (0.7.14ubuntu2) intrepid; urgency=low
6873
6874 * debian/control:
6875 - fix FTBFS by adding missing intltool dependency
6876
6877 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 09 May 2008 13:50:22 +0200
6878
6879 apt (0.7.14) unstable; urgency=low
6880
6881 [ Christian Perrier ]
6882 * Mark a message from dselect backend as translatable
6883 Thanks to Frédéric Bothamy for the patch
6884 Closes: #322470
6885
6886 [ Program translations ]
6887 * Simplified Chinese updated. Closes: #473360
6888 * Catalan fixes. Closes: #387141
6889 * Typo fix in Greek translation. Closes: #479122
6890 * French updated.
6891 * Thai updated. Closes: #479313
6892 * Italian updated. Closes: #479326
6893 * Polish updated. Closes: #479342
6894 * Bulgarian updated. Closes: #479379
6895 * Finnish updated. Closes: #479403
6896 * Korean updated. Closes: #479426
6897 * Basque updated. Closes: #479452
6898 * Vietnamese updated. Closes: #479748
6899 * Russian updated. Closes: #479777, #499029
6900 * Galician updated. Closes: #479792
6901 * Portuguese updated. Closes: #479847
6902 * Swedish updated. Closes: #479871
6903 * Dutch updated. Closes: #480125
6904 * Kurdish added. Closes: #480150
6905 * Brazilian Portuguese updated. Closes: #480561
6906 * Hungarian updated. Closes: #480662
6907
6908 [ Otavio Salvador ]
6909 * Apply patch to avoid truncating of arbitrary files. Thanks to Bryan
6910 Donlan <bdonlan@fushizen.net> for the patch. Closes: #482476
6911 * Avoid using dbus if dbus-daemon isn't running. Closes: #438803
6912
6913 [ Michael Vogt ]
6914 * debian/apt.cron.daily:
6915 - apply patch based on the ideas of Francesco Poli for better
6916 behavior when the cache can not be locked (closes: #459344)
6917
6918 -- Michael Vogt <mvo@debian.org> Wed, 28 May 2008 15:19:12 +0200
6919
6920 apt (0.7.13) unstable; urgency=low
6921
6922 [ Otavio Salvador ]
6923 * Add missing build-depends back from build-depends-indep field.
6924 Closes: #478231
6925 * Make cron script quiet if cache is locked. Thanks to Ted Percival
6926 <ted@midg3t.net> for the patch. Closes: #459344
6927 * Add timeout support for https. Thanks to Andrew Martens
6928 <andrew.martens@strangeloopnetworks.com> for the patch.
6929
6930 [ Goswin von Brederlow ]
6931 * Add support for --no-download on apt-get update. Closes: #478517
6932
6933 [ Program translations ]
6934 - Vietnamese updated. Closes: #479008
6935
6936 -- Otavio Salvador <otavio@debian.org> Fri, 02 May 2008 14:46:00 -0300
6937
6938 apt (0.7.12) unstable; urgency=low
6939
6940 [ Michael Vogt ]
6941 * cmdline/apt-key:
6942 - add support for a master-keyring that contains signing keys
6943 that can be used to sign the archive signing keys. This should
6944 make key-rollover easier.
6945 * apt-pkg/deb/dpkgpm.cc:
6946 - merged patch from Kees Cook to fix anoying upper-case display
6947 on amd64 in sbuild
6948 * apt-pkg/algorithms.cc:
6949 - add APT::Update::Post-Invoke-Success script slot
6950 - Make the breaks handling use the kill list. This means, that a
6951 Breaks: Pkg (<< version) may put Pkg onto the remove list.
6952 * apt-pkg/deb/debmetaindex.cc:
6953 - add missing "Release" file uri when apt-get update --print-uris
6954 is run
6955 * methods/connect.cc:
6956 - remember hosts with Resolve failures or connect Timeouts
6957 * cmdline/apt-get.cc:
6958 - fix incorrect help output for -f (LP: #57487)
6959 - do two passes when installing tasks, first ignoring dependencies,
6960 then resolving them and run the problemResolver at the end
6961 so that it can correct any missing dependencies
6962 * debian/apt.cron.daily:
6963 - sleep random amount of time (default within 0-30min) before
6964 starting the upate to hit the mirrors less hard
6965 * doc/apt_preferences.5.xml:
6966 - fix typo
6967 * added debian/README.source
6968
6969 [ Christian Perrier ]
6970 * Fix typos in manpages. Thanks to Daniel Leidert for the fixes
6971 Closes: #444922
6972 * Fix syntax/copitalisation in some messages. Thanks to Jens Seidel
6973 for pointing this and providing the patch.
6974 Closes: #466845
6975 * Fix Polish offline translation. Thanks to Robert Luberda for the patch
6976 and apologies for applying it very lately. Closes: #337758
6977 * Fix typo in offline.sgml. Closes: #412900
6978
6979 [ Program translations ]
6980 - German updated. Closes: #466842
6981 - Swedish updated.
6982 - Polish updated. Closes: #469581
6983 - Slovak updated. Closes: #471341
6984 - French updated.
6985 - Bulgarian updated. Closes: #448492
6986 - Galician updated. Closes: #476839
6987
6988 [ Daniel Burrows ]
6989 * apt-pkg/depcache.cc:
6990 - Patch MarkInstall to follow currently satisfied Recommends even
6991 if they aren't "new", so that we automatically force upgrades
6992 when the version of a Recommends has been tightened. (Closes: #470115)
6993 - Enable more complete debugging information when Debug::pkgAutoRemove
6994 is set.
6995 * apt-pkg/contrib/configuration.cc
6996 - Lift the 1024-byte limit on lines in configuration files.
6997 (Closes: #473710, #473874)
6998 * apt-pkg/contrib/strutl.cc:
6999 - Lift the 64000-byte limit on individual messages parsed by ReadMessages.
7000 (Closes: #474065)
7001 * debian/rules:
7002 - Add missing Build-Depends-Indep on xsltproc, docbook-xsl, and xmlto.
7003
7004 -- Daniel Burrows <dburrows@debian.org> Sat, 26 Apr 2008 12:24:35 -0700
7005
7006 apt (0.7.11) unstable; urgency=critical
7007
7008 [ Raise urgency to critical since it fixes a critical but for Debian
7009 Installer Lenny Beta1 release ]
7010
7011 [ Program translations ]
7012 - Vietnamese updated. Closes: #460825
7013 - Basque updated. Closes: #461166
7014 - Galician updated. Closes: #461468
7015 - Portuguese updated. Closes: #464575
7016 - Korean updated. Closes: #448430
7017 - Simplified Chinese updated. Closes: #465866
7018
7019 [ Otavio Salvador ]
7020 * Applied patch from Robert Millan <rmh@aybabtu.com> to fix the error
7021 message when gpgv isn't installed, closes: #452640.
7022 * Fix regression about APT::Get::List-Cleanup setting being ignored,
7023 closes: #466052.
7024
7025 -- Otavio Salvador <otavio@debian.org> Thu, 17 Jan 2008 22:36:46 -0200
7026
7027 apt (0.7.10) unstable; urgency=low
7028
7029 [ Otavio Salvador ]
7030 * Applied patch from Mike O'Connor <stew@vireo.org> to add a manpage to
7031 apt-mark, closes: #430207.
7032 * Applied patch from Andrei Popescu <andreimpopescu@gmail.com> to add a
7033 note about some frontends in apt.8 manpage, closes: #438545.
7034 * Applied patch from Aurelien Jarno <aurel32@debian.org> to avoid CPU
7035 getting crazy when /dev/null is redirected to stdin (which breaks
7036 buildds), closes: #452858.
7037 * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix building
7038 with newest dpkg-shlibdeps changing the packaging building order and a
7039 patch from Robert Millan <rmh@aybabtu.com> to fix parallel building,
7040 closes: #452862.
7041 * Applied patch from Alexander Winston <alexander.winston@comcast.net>
7042 to use 'min' as symbol for minute, closes: #219034.
7043 * Applied patch from Amos Waterland <apw@us.ibm.com> to allow apt to
7044 work properly in initramfs, closes: #448316.
7045 * Applied patch from Robert Millan <rmh@aybabtu.com> to make apt-key and
7046 apt-get to ignore time conflicts, closes: #451328.
7047 * Applied patch from Peter Eisentraut <peter_e@gmx.net> to fix a
7048 grammatical error ("manual installed" -> "manually installed"),
7049 closes: #438136.
7050 * Fix cron.daily job to not call fail if apt isn't installed, closes:
7051 #443286.
7052 * Fix compilation warnings in apt-pkg/cdrom.cc and
7053 apt-pkg/contrib/configuration.cc.
7054 * Fix typo in debian/copyright file ("licened" instead of "licensed"),
7055 closes: #458966.
7056
7057 [ Program translations ]
7058 - Basque updated. Closes: #453088
7059 - Vietnamese updated. Closes: #453774, #459013
7060 - Japanese updated. Closes: #456909
7061 - Simplified Chinese updated. Closes: #458039
7062 - French updated.
7063 - Norwegian Bokmål updated. Closes: #457917
7064
7065 [ Michael Vogt ]
7066 * debian/rules
7067 - fix https install location
7068 * debian/apt.conf.daily:
7069 - print warning if the cache can not be locked (closes: #454561),
7070 thanks to Bastian Kleineidam
7071 * methods/gpgv.cc:
7072 - remove cruft code that caused timestamp/I-M-S issues
7073 * ftparchive/contents.cc:
7074 - fix error output
7075 * apt-pkg/acquire-item.{cc,h}:
7076 - make the authentication download code more robust against
7077 servers/proxies with broken If-Range implementations
7078 * apt-pkg/packagemanager.{cc,h}:
7079 - propergate the Immediate flag to make hitting the
7080 "E: Internal Error, Could not perform immediate configuration (2)"
7081 harder
7082 * debian/control:
7083 - build against libdb-dev (instead of libdb4.4-dev)
7084 * merged the apt--DoListUpdate branch, this provides a common interface
7085 for "apt-get update" like operations for the frontends and also provides
7086 hooks to run stuff in APT::Update::{Pre,Post}-Invoke
7087
7088 [ Chris Cheney ]
7089 * ftparchive/contents.cc:
7090 - support lzma data members
7091 * ftparchive/multicompress.cc:
7092 - support lzma output
7093
7094 [ Daniel Burrows ]
7095 * apt-pkg/contrib/configuration.cc:
7096 - if RootDir is set, then FindFile and FindDir will return paths
7097 relative to the directory stored in RootDir, closes: #456457.
7098
7099 [ Christian Perrier ]
7100 * Fix wording for "After unpacking...". Thanks to Michael Gilbert
7101 for the patch. Closes: #260825
7102
7103 -- Michael Vogt <mvo@debian.org> Mon, 07 Jan 2008 21:40:47 +0100
7104
7105 apt (0.7.9ubuntu17) hardy-proposed; urgency=low
7106
7107 * apt-pkg/acquire-item.cc:
7108 - fix signaure removal on transient network failures LP: #220627
7109 (thanks to Scott James Remnant)
7110
7111 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 22 Apr 2008 16:32:49 +0200
7112
7113 apt (0.7.9ubuntu16) hardy; urgency=low
7114
7115 * cmdline/apt-key:
7116 - only check against master-keys in net-update to not break
7117 custom CDs (thanks to Colin Watson)
7118
7119 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 08 Apr 2008 14:17:14 +0200
7120
7121 apt (0.7.9ubuntu15) hardy; urgency=low
7122
7123 * cmdline/apt-get.cc:
7124 - do two passes when installing tasks, first ignoring dependencies,
7125 then resolving them and run the problemResolver at the end
7126 so that it can correct any missing dependencies. This should
7127 fix livecd building for kubuntu (thanks to Jonathan Riddell
7128 for reporting the problem)
7129
7130 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 13 Mar 2008 23:25:45 +0100
7131
7132 apt (0.7.9ubuntu14) hardy; urgency=low
7133
7134 * cmdline/apt-get.cc:
7135 - fix incorrect help output for -f (LP: #57487)
7136 - run the problemResolver after a task was installed
7137 so that it can correct any missing dependencies
7138 * typo fixes (LP: #107960)
7139
7140 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 11 Mar 2008 21:46:07 +0100
7141
7142 apt (0.7.9ubuntu13) hardy; urgency=low
7143
7144 [ Lionel Porcheron ]
7145 * debian/apt.cron.daily:
7146 - only call gconftool if gcontool is installed (LP: #194281)
7147
7148 [ Michael Vogt ]
7149 * doc/apt_preferences.5.xml:
7150 - fix typo (LP: #150900)
7151 * doc/example/sources.list:
7152 - updated for hardy (LP: #195879)
7153 * debian/apt.cron.daily:
7154 - sleep random amount of time (default within 0-30min) before
7155 starting the upate to hit the mirrors less hard
7156
7157 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 04 Mar 2008 15:35:09 +0100
7158
7159 apt (0.7.9ubuntu12) hardy; urgency=low
7160
7161 * debian/apt.cron.daily:
7162 - use admin user proxy settings
7163 * cmdline/apt-get.cc:
7164 - fix task installation (thanks to Colin Watson)
7165
7166 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 21 Feb 2008 15:07:44 +0100
7167
7168 apt (0.7.9ubuntu11) hardy; urgency=low
7169
7170 * apt-pkg/algorithms.cc:
7171 - add APT::Update::Post-Invoke-Success script slot
7172 (LP: #188127)
7173
7174 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Jan 2008 12:06:12 +0100
7175
7176 apt (0.7.9ubuntu10) hardy; urgency=low
7177
7178 * cmdline/apt-key:
7179 - add "net-update" command that fetches the
7180 ubuntu-archive-keyring.gpg and add keys from it that are
7181 signed by the ubuntu-master-keyring.gpg
7182 (apt-archive-key-signatures spec)
7183 * debian/apt.cron.daily:
7184 - add apt-key net-update to the nightly cron job
7185
7186 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 13 Feb 2008 15:50:28 +0100
7187
7188 apt (0.7.9ubuntu9) hardy; urgency=low
7189
7190 * fix FTBFS due to incorrect intltool build-depends
7191
7192 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 11 Feb 2008 16:04:37 +0100
7193
7194 apt (0.7.9ubuntu8) hardy; urgency=low
7195
7196 * share/apt-auth-failure.note:
7197 - show update-notifier note if the nightly update fails with a
7198 authentication failure (apt-authentication-reliability spec)
7199
7200 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 11 Feb 2008 14:04:56 +0100
7201
7202 apt (0.7.9ubuntu7) hardy; urgency=low
7203
7204 * methods/connect.cc:
7205 - remember hosts with Resolve failures or connect Timeouts
7206 see https://wiki.ubuntu.com/NetworklessInstallationFixes
7207 * cmdlines/apt-key:
7208 - fix bug in the new apt-key update code that imports only
7209 keys signed with the master key (thanks to cjwatson)
7210
7211 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 08 Feb 2008 11:38:35 +0100
7212
7213 apt (0.7.9ubuntu6) hardy; urgency=low
7214
7215 * cmdline/apt-key:
7216 - add support for a master-keyring that contains signing keys
7217 that can be used to sign the archive signing keys. This should
7218 make key-rollover easier.
7219 * apt-pkg/deb/dpkgpm.cc:
7220 - merged patch from Kees Cook to fix anoying upper-case display
7221 on amd64 in sbuild
7222 * apt-pkg/algorithms.cc:
7223 - add APT::Update::Post-Invoke-Success script slot
7224 - Make the breaks handling use the kill list. This means, that a
7225 Breaks: Pkg (<< version) may put Pkg onto the remove list.
7226 * apt-pkg/deb/dpkgpm.cc:
7227 - add APT::Apport::MaxReports to limit the maximum number
7228 of reports generated in a single run (default to 3)
7229 * apt-pkg/deb/debmetaindex.cc:
7230 - add missing "Release" file uri when apt-get update --print-uris
7231 is run
7232
7233 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 04 Feb 2008 14:28:02 +0100
7234
7235 apt (0.7.9ubuntu5) hardy; urgency=low
7236
7237 * Merged apt-authentication-reliabilty branch. This means
7238 that apt will refuse to update and use the old lists if
7239 the authentication of a repository that used to be
7240 authenticated fails. See
7241 https://wiki.ubuntu.com/AptAuthenticationReliability
7242 for more details.
7243
7244 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 16 Jan 2008 10:36:10 +0100
7245
7246 apt (0.7.9ubuntu4) hardy; urgency=low
7247
7248 * apt-pkg/algorithms.cc:
7249 - Since APT::Get::List-Cleanup and APT::List-Cleanup both default to
7250 true, the effect of the compatibility code was to require both of them
7251 to be set to false in order to disable list cleanup; this broke the
7252 installer. Instead, disable list cleanup if either of them is set to
7253 false.
7254
7255 -- Colin Watson <cjwatson@ubuntu.com> Wed, 09 Jan 2008 22:34:37 +0000
7256
7257 apt (0.7.9ubuntu3) hardy; urgency=low
7258
7259 * merged the apt--DoListUpdate branch, this provides a common interface
7260 for "apt-get update" like operations for the frontends and also provides
7261 hooks to run stuff in APT::Update::{Pre,Post}-Invoke
7262
7263 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 07 Jan 2008 19:02:11 +0100
7264
7265 apt (0.7.9ubuntu2) hardy; urgency=low
7266
7267 [ Otavio Salvador ]
7268 * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix building
7269 with newest dpkg-shlibdeps changing the packaging building order and a
7270 patch from Robert Millan <rmh@aybabtu.com> to fix parallel building,
7271 closes: #452862.
7272 * Applied patch from Alexander Winston <alexander.winston@comcast.net>
7273 to use 'min' as symbol for minute, closes: #219034.
7274 * Applied patch from Amos Waterland <apw@us.ibm.com> to allow apt to
7275 work properly in initramfs, closes: #448316.
7276 * Applied patch from Robert Millan <rmh@aybabtu.com> to make apt-key and
7277 apt-get to ignore time conflicts, closes: #451328.
7278 * Applied patch from Peter Eisentraut <peter_e@gmx.net> to fix a
7279 grammatical error ("manual installed" -> "manually installed"),
7280 closes: #438136.
7281 * Fix cron.daily job to not call fail if apt isn't installed, closes:
7282 #443286.
7283
7284 [ Daniel Burrows ]
7285 * apt-pkg/contrib/configuration.cc:
7286 - if RootDir is set, then FindFile and FindDir will return paths
7287 relative to the directory stored in RootDir, closes: #456457.
7288
7289 [ Christian Perrier ]
7290 * Fix wording for "After unpacking...". Thans to Michael Gilbert
7291 for the patch. Closes: #260825
7292
7293 [ Program translations ]
7294 - Vietnamese updated. Closes: #453774
7295 - Japanese updated. Closes: #456909
7296 - French updated.
7297
7298 [ Michael Vogt ]
7299 * apt-pkg/packagemanager.{cc,h}:
7300 - propergate the Immediate flag to make hitting the
7301 "E: Internal Error, Could not perform immediate configuration (2)"
7302 harder. (LP: #179247)
7303 * debian/apt.conf.daily:
7304 - print warning if the cache can not be locked (closes: #454561),
7305 thanks to Bastian Kleineidam
7306 * debian/control:
7307 - build against libdb-dev (instead of libdb4.4-dev)
7308
7309 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 03 Jan 2008 11:31:45 +0100
7310
7311 apt (0.7.9ubuntu1) hardy; urgency=low
7312
7313 * merged from http://bzr.debian.org/apt/apt/debian-sid/, remaining
7314 changes:
7315 - mirror download method (pending merge with debian)
7316 - no pdiff download by default (unsuitable for ubuntu)
7317 - no recommends-by-default yet
7318 - add "Original-Maintainer" field to tagfile
7319 - show warning on apt-get source if the package is maintained
7320 in a VCS (pedinging merge with debian)
7321 - use ubuntu-archive keyring instead of debians one
7322 - support metapackages section for autoremoval
7323 - debian maintainer field change
7324 - send ubuntu string in user-agent
7325
7326 * Changes from the debian-sid bzr branch (but not uploaded to debian
7327 yet):
7328
7329 [ Otavio Salvador ]
7330 * Applied patch from Mike O'Connor <stew@vireo.org> to add a manpage to
7331 apt-mark, closes: #430207.
7332 * Applied patch from Andrei Popescu <andreimpopescu@gmail.com> to add a
7333 note about some frontends in apt.8 manpage, closes: #438545.
7334 * Applied patch from Aurelien Jarno <aurel32@debian.org> to avoid CPU
7335 getting crazy when /dev/null is redirected to stdin (which breaks
7336 buildds), closes: #452858.
7337
7338 [ Program translations ]
7339 - Basque updated. Closes: #453088
7340
7341 [ Michael Vogt ]
7342 * debian/rules
7343 - fix https install location
7344 * methods/gpgv.cc:
7345 - remove cruft code that caused timestamp/I-M-S issues
7346 * ftparchive/contents.cc:
7347 - fix error output
7348 * methods/mirror.{cc,h}:
7349 - only update mirror list on IndexFile updates
7350 * apt-pkg/acquire-item.{cc,h}:
7351 - make the authentication download code more robust against
7352 servers/proxies with broken If-Range implementations
7353 * debian/control:
7354 - build against libdb-dev (instead of libdb4.4-dev)
7355 * merged the apt--DoListUpdate branch, this provides a common interface
7356 for "apt-get update" like operations for the frontends and also provides
7357 hooks to run stuff in APT::Update::{Pre,Post}-Invoke
7358
7359 [ Chris Cheney ]
7360 * ftparchive/contents.cc:
7361 - support lzma data members
7362 * ftparchive/multicompress.cc:
7363 - support lzma output
7364
7365 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 13 Dec 2007 14:46:27 +0100
7366
7367 apt (0.7.9) unstable; urgency=low
7368
7369 [ Christian Perrier ]
7370 * Add several languages to LINGUAS and, therefore, really ship the relevant
7371 translation:
7372 Arabic, Dzongkha, Khmer, Marathi, Nepali, Thai
7373 Thanks to Theppitak Karoonboonyanan for checking this out. Closes: #448321
7374
7375 [ Program translations ]
7376 - Korean updated. Closes: #448430
7377 - Galician updated. Closes: #448497
7378 - Swedish updated.
7379
7380 [ Otavio Salvador ]
7381 * Fix configure script to check for CURL library and headers presense.
7382 * Applied patch from Brian M. Carlson <sandals@crustytoothpaste.ath.cx>
7383 to add backward support for arches that lacks pselect support,
7384 closes: #448406.
7385 * Umount CD-ROM when calling apt-cdrom ident, except when called with
7386 -m, closes: #448521.
7387
7388 -- Otavio Salvador <otavio@debian.org> Wed, 31 Oct 2007 13:37:26 -0200
7389
7390 apt (0.7.8) unstable; urgency=low
7391
7392 * Applied patch from Daniel Leidert <daniel.leidert@wgdd.de> to fix
7393 APT::Acquire::Translation "none" support, closes: #437523.
7394 * Applied patch from Daniel Burrows <dburrows@debian.org> to add support
7395 for the Homepage field (ABI break), closes: #447970.
7396 * Applied patch from Frans Pop <elendil@planet.nl> to fix a trailing
7397 space after cd label, closes: #448187.
7398
7399 -- Otavio Salvador <otavio@debian.org> Fri, 26 Oct 2007 18:20:13 -0200
7400
7401 apt (0.7.7) unstable; urgency=low
7402
7403 [ Michael Vogt ]
7404 * apt-inst/contrib/extracttar.cc:
7405 - fix fd leak for zero size files (thanks to Bill Broadley for
7406 reporting this bug)
7407 * apt-pkg/acquire-item.cc:
7408 - remove zero size files on I-M-S hit
7409 * methods/https.cc:
7410 - only send LastModified if we actually have a file
7411 - send range request with if-range
7412 - delete failed downloads
7413 - delete zero size I-M-S hits
7414 * apt-pkg/deb/dpkgpm.{cc,h}:
7415 - merged dpkg-log branch, this lets you specify a
7416 Dir::Log::Terminal file to log dpkg output to
7417 (ABI break)
7418 - fix parse error when dpkg sends unexpected data
7419 * merged apt--sha256 branch to fully support the new
7420 sha256 checksums in the Packages and Release files
7421 (ABI break)
7422 * apt-pkg/pkgcachegen.cc:
7423 - increase default mmap size
7424 * tests/local-repo:
7425 - added local repository testcase
7426 * apt-pkg/acquire.cc:
7427 - increase MaxPipeDepth for the internal worker<->method
7428 communication to 1000 for the debtorrent backend
7429 * make apt build with g++ 4.3
7430 * fix missing SetExecClose() call when the status-fd is used
7431 * debian/apt.cron.daily:
7432 - move unattended-upgrade before apt-get autoclean
7433 * fix "purge" commandline argument, closes: #133421
7434 (thanks to Julien Danjou for the patch)
7435 * cmdline/apt-get.cc:
7436 - do not change the auto-installed information if a package
7437 is reinstalled
7438 * apt-pkg/acquire-item.cc:
7439 - fix crash in diff acquire code
7440 * cmdline/apt-mark:
7441 - Fix chmoding after have renamed the extended-states file (LP: #140019)
7442 (thanks to Laurent Bigonville)
7443 * apt-pkg/depcache.cc:
7444 - set "APT::Install-Recommends" to true by default (OMG!)
7445 * debian/apt.cron.daily:
7446 - only run the cron job if apt-get check succeeds (LP: #131719)
7447
7448 [ Program translations ]
7449 - French updated
7450 - Basque updated. Closes: #436425
7451 - Fix the zh_CN translator's name in debian/changelog for 0.7.2
7452 Closes: #423272
7453 - Vietnamese updated. Closes: #440611
7454 - Danish updated. Closes: #441102
7455 - Thai added. Closes: #442833
7456 - Swedish updated.
7457 - Galician updated. Closes: #446626
7458
7459 [ Otavio Salvador ]
7460 * Add hash support to copy method. Thanks Anders Kaseorg by the patch
7461 (closes: #436055)
7462 * Reset curl options and timestamp between downloaded files. Thanks to
7463 Ryan Murray <rmurray@debian.org> for the patch (closes: #437150)
7464 * Add support to apt-key to export keys to stdout. Thanks to "Dwayne
7465 C. Litzenberger" <dlitz@dlitz.net> for the patch (closes: #441942)
7466 * Fix compilation warnings:
7467 - apt-pkg/indexfile.cc: conversion from string constant to 'char*';
7468 - apt-pkg/acquire-item.cc: likewise;
7469 - apt-pkg/cdrom.cc: '%lu' expects 'long unsigned int', but argument
7470 has type 'size_t';
7471 - apt-pkg/deb/dpkgpm.cc: initialization order and conversion from
7472 string constant to 'char*';
7473 - methods/gpgv.cc: conversion from string constant to 'char*';
7474 - methods/ftp.cc: likewise;
7475 - cmdline/apt-extracttemplates.cc: likewise;
7476 - apt-pkg/deb/debmetaindex.cc: comparison with string literal results
7477 in unspecified behaviour;
7478 * cmdline/apt-get.cc: adds 'autoremove' as a valid comment to usage
7479 statement of apt-get (closes: #445468).
7480 * cmdline/apt-get.cc: really applies Julien Danjou <acid@debian.org>
7481 patch to add 'purge' command line argument (closes: #133421).
7482
7483 [ Ian Jackson ]
7484 * dpkg-triggers: Deal properly with new package states.
7485
7486 [ Colin Watson ]
7487 * apt-pkg/contrib/mmap.cc:
7488 - don't fail if msync() returns > 0
7489
7490 -- Michael Vogt <mvo@debian.org> Tue, 23 Oct 2007 14:58:03 +0200
7491
7492 apt (0.7.6ubuntu14.1) gutsy-proposed; urgency=low
7493
7494 [ Michael Vogt ]
7495 * apt-pkg/deb/dpkgpm.{cc,h}:
7496 - give up timeslice on EIO error in read from master terminal
7497 * debian/apt.cron.daily:
7498 - only run the cron job if apt-get check succeeds (LP: #131719)
7499
7500 [ Martin Emrich ]
7501 * apt-pkg/deb/dpkgpm.{cc,h}:
7502 - rewrite dpkgpm.cc to use pselect() instead of select()
7503 to block signals during select() (LP: #134858)
7504
7505 -- Michael Vogt <michael.vogt@ubuntu.com> Sat, 20 Oct 2007 07:51:12 +0200
7506
7507 apt (0.7.6ubuntu14) gutsy; urgency=low
7508
7509 * apt-pkg/deb/dpkgpm.cc:
7510 - fix resource leak (LP: #148806)
7511
7512 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 15 Oct 2007 20:57:44 +0200
7513
7514 apt (0.7.6ubuntu13) gutsy; urgency=low
7515
7516 * apt-pkg/deb/dpkgpm.cc:
7517 - fix crash in WriteApportReport (LP: #144537)
7518 * apt-pkg/acquire-item.cc
7519 - fix disappearing local Packages.gz file (LP: #131166)
7520 * methods/https.cc:
7521 - fix off-by-one error I-M-S handling
7522 - cleanup after I-M-S hit
7523
7524 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 09 Oct 2007 01:48:26 +0200
7525
7526 apt (0.7.6ubuntu12) gutsy; urgency=low
7527
7528 [ Michael Vogt ]
7529 * cmdline/apt-mark:
7530 - Fix chmoding after have renamed the extended-states file
7531 (thanks to Laurent Bigonville, LP: #140019)
7532 * apt-pkg/deb/debmetaindex.cc: comparison with string literal results
7533 in unspecified behaviour;
7534 * Reset curl options and timestamp between downloaded files. Thanks to
7535 Ryan Murray <rmurray@debian.org> for the patch
7536
7537 [Paul Sladen]
7538 * Have 'cron.daily/apt' send D-Bus doesn't exist error messages
7539 to the bit bucket. Thanks to 'dasdda'. (LP: #115397)
7540
7541 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 03 Oct 2007 02:17:45 +0200
7542
7543 apt (0.7.6ubuntu11) gutsy; urgency=low
7544
7545 * apt-pkg/contrib/mmap.cc:
7546 - don't fail if msync() returns > 0 (LP: #144001)
7547
7548 -- Colin Watson <cjwatson@ubuntu.com> Sat, 22 Sep 2007 21:39:29 +0100
7549
7550 apt (0.7.6ubuntu10) gutsy; urgency=low
7551
7552 * apt-pkg/deb/dpkgpm.cc:
7553 - fix parse error when dpkg sends unexpected data
7554
7555 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 18 Sep 2007 17:25:09 +0100
7556
7557 apt (0.7.6ubuntu9) gutsy; urgency=low
7558
7559 * apt-pkg/deb/dpkgpm.cc:
7560 - fix progress reporting precent calculation (LP: #137798)
7561 * make apt build with g++ 4.3
7562 * fix missing SetExecClose() call when the status-fd is used
7563 (LP: #136767)
7564 * debian/apt.cron.daily:
7565 - move unattended-upgrade before apt-get autoclean
7566 * fix "purge" commandline argument, closes LP: #125733
7567 (thanks to Julien Danjou for the patch)
7568 * cmdline/apt-get.cc:
7569 - do not change the auto-installed information if a package
7570 is reinstalled (LP: #139448)
7571
7572 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 11 Sep 2007 20:55:00 +0200
7573
7574 apt (0.7.6ubuntu8) gutsy; urgency=low
7575
7576 * apt-pkg/deb/dpkgpm.{cc,h}:
7577 - fix bug in dpkg log writing when a signal is caught during
7578 select() (LP: #134858)
7579 - write end marker in the log as well
7580
7581 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 05 Sep 2007 15:03:46 +0200
7582
7583 apt (0.7.6ubuntu7) gutsy; urgency=low
7584
7585 * reupload to fix FTBFS
7586
7587 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 16 Aug 2007 19:44:20 +0200
7588
7589 apt (0.7.6ubuntu6) gutsy; urgency=low
7590
7591 * dpkg-triggers: Deal properly with new package states.
7592
7593 -- Ian Jackson <iwj@ubuntu.com> Wed, 15 Aug 2007 20:44:37 +0100
7594
7595 apt (0.7.6ubuntu5) UNRELEASED; urgency=low
7596
7597 * apt-pkg/acquire-item.cc:
7598 - fix file removal on local repo i-m-s hit (LP: #131166)
7599 * tests/local-repo:
7600 - added regression test for this bug
7601
7602 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 09 Aug 2007 12:34:07 +0200
7603
7604 apt (0.7.6ubuntu4) gutsy; urgency=low
7605
7606 * cmdline/apt-get.cc:
7607 - remove YnPrompt when a XS-Vcs- tag is found, improve the
7608 notice (LP: #129575)
7609 * methods/copy.cc:
7610 - take hashes here too
7611 * apt-pkg/acquire-worker.cc:
7612 - only pass on computed hash if we recived one from the method
7613
7614 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 08 Aug 2007 19:30:29 +0200
7615
7616 apt (0.7.6ubuntu3) gutsy; urgency=low
7617
7618 * apt-pkg/deb/dpkgpm.cc:
7619 - fix packagename extraction when writting apport reports
7620 * apt-pkg/pkgcachegen.cc:
7621 - increase default mmap size (LP: #125640)
7622
7623 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 07 Aug 2007 09:52:00 +0200
7624
7625 apt (0.7.6ubuntu2) gutsy; urgency=low
7626
7627 * doc/examples/sources.list:
7628 - change example source to gutsy
7629 * apt-pkg/deb/dpkgpm.cc:
7630 - do not break if no /dev/pts is available
7631
7632 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 06 Aug 2007 15:17:57 +0200
7633
7634 apt (0.7.6ubuntu1) gutsy; urgency=low
7635
7636 [ Michael Vogt ]
7637 * apt-inst/contrib/extracttar.cc:
7638 - fix fd leak for zero size files (thanks to Bill Broadley for
7639 reporting this bug)
7640 * apt-pkg/acquire-item.cc:
7641 - remove zero size files on I-M-S hit
7642 * methods/https.cc:
7643 - only send LastModified if we actually have a file
7644 - send range request with if-range
7645 - delete failed downloads
7646 (thanks to Thom May for his help here)
7647 - delete zero size I-M-S hits
7648 * apt-pkg/deb/dpkgpm.{cc,h}:
7649 - merged dpkg-log branch, this lets you specify a
7650 Dir::Log::Terminal file to log dpkg output to
7651 (ABI break)
7652 - when writting apport reports, attach the dpkg
7653 terminal log too
7654 * merged apt--sha256 branch to fully support the new
7655 sha256 checksums in the Packages and Release files
7656 (ABI break)
7657 * apt-pkg/pkgcachegen.cc:
7658 - increase default mmap size
7659 * tests/local-repo:
7660 - added local repository testcase
7661 * make apt build with g++ 4.3
7662 * fix missing SetExecClose() call when the status-fd is used
7663 * debian/apt.cron.daily:
7664 - move unattended-upgrade before apt-get autoclean
7665 * fix "purge" commandline argument, closes: #133421
7666 (thanks to Julien Danjou for the patch)
7667 * cmdline/apt-get.cc:
7668 - do not change the auto-installed information if a package
7669 is reinstalled
7670 * cmdline/apt-mark:
7671 - Fix chmoding after have renamed the extended-states file (LP: #140019)
7672 (thanks to Laurent Bigonville)
7673
7674 [ Ian Jackson ]
7675 * dpkg-triggers: Deal properly with new package states.
7676
7677 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 02 Aug 2007 11:55:54 +0200
7678
7679 apt (0.7.6) unstable; urgency=low
7680
7681 * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrong
7682 directory downloading on non-linux architectures (closes: #435597)
7683
7684 -- Otavio Salvador <otavio@debian.org> Wed, 01 Aug 2007 19:49:51 -0300
7685
7686 apt (0.7.5) unstable; urgency=low
7687
7688 [ Otavio Salvador ]
7689 * Applied patch from Guillem Jover <guillem@debian.org> to use
7690 dpkg-architecture to get the host architecture (closes: #407187)
7691 * Applied patch from Guillem Jover <guillem@debian.org> to add
7692 support to add lzma support (closes: #408201)
7693
7694 [ Michael Vogt ]
7695 * apt-pkg/depcache.cc:
7696 - support a list of sections for:
7697 APT::Install-Recommends-Sections
7698 APT::Never-MarkAuto-Sections
7699 * methods/makefile:
7700 - install lzma symlink method (for full lzma support)
7701 * debian/control:
7702 - suggest "lzma"
7703
7704 -- Otavio Salvador <otavio@ossystems.com.br> Wed, 25 Jul 2007 20:16:46 -0300
7705
7706 apt (0.7.4ubuntu1) gutsy; urgency=low
7707
7708 * debian/apt.conf.ubuntu, apt.conf.autoremove:
7709 - Change metapackages to {restricted,universe,multiverse}/metapackages
7710 in Install-Recommends-Sections and Never-MarkAuto-Sections
7711
7712 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 26 Jul 2007 10:42:29 +0200
7713
7714 apt (0.7.4) unstable; urgency=low
7715
7716 [ Michael Vogt ]
7717 * cmdline/apt-get.cc:
7718 - fix in the task-install code regexp (thanks to Adam Conrad and
7719 Colin Watson)
7720 - support task removal too: apt-get remove taskname^
7721 (thanks to Matt Zimmerman reporting this problem)
7722
7723 [ Otavio Salvador ]
7724 * Fix a typo on 0.7.3 changelog entry about g++ (7.3 to 4.3)
7725 * Fix compilation warnings:
7726 - apt-pkg/contrib/configuration.cc: wrong argument type;
7727 - apt-pkg/deb/dpkgpm.cc: wrong signess;
7728 - apt-pkg-acquire-item.cc: wrong signess and orderned initializers;
7729 - methods/https.cc:
7730 - type conversion;
7731 - unused variable;
7732 - changed SetupProxy() method to void;
7733 * Simplified HttpMethod::Fetch on http.cc removing Tail variable;
7734 * Fix pipeline handling on http.cc (closes: #413324)
7735 * Fix building to properly support binNMUs. Thanks to Daniel Schepler
7736 <schepler@math.unipd.it> by the patch (closes: #359634)
7737 * Fix example for Install-{Recommends,Suggests} options on
7738 configure-index example file. Thanks to Peter Eisentraut
7739 <peter_e@gmx.net> by the patch (closes: #432223)
7740
7741 [ Christian Perrier ]
7742 * Basque translation update. Closes: ##423766
7743 * Unfuzzy formerly complete translations
7744 * French translation update
7745 * Re-generate PO(T) files
7746 * Spanish translation update
7747 * Swedish translation update
7748
7749 -- Otavio Salvador <otavio@debian.org> Tue, 24 Jul 2007 09:55:50 -0300
7750
7751 apt (0.7.3) unstable; urgency=low
7752
7753 * fixed compile errors with g++ 4.3 (thanks to
7754 Daniel Burrows, closes: #429378)
7755 * fixes in the auto-mark code (thanks to Daniel
7756 Burrows)
7757 * fix FTBFS by changing build-depends to
7758 libcurl4-gnutls-dev (closes: #428363)
7759 * cmdline/apt-get.cc:
7760 - fix InstallTask code when a pkgRecord ends
7761 with a single '\n' (thanks to Soren Hansen for reporting)
7762 * merged from Christian Perrier:
7763 * vi.po: completed to 532t, again. Closes: #429899
7764 * gl.po: completed to 532t. Closes: #429506
7765 * vi.po: completed to 532t. Closes: #428672
7766 * Update all PO and the POT. Gives 514t14f4u for formerly
7767 complete translations
7768 * fr.po: completed to 532t
7769 * ku.po, uk.po, LINGUAS: reintegrate those translations
7770 which disappeared from the BZR repositories
7771
7772 -- Michael Vogt <mvo@debian.org> Sun, 01 Jul 2007 12:31:29 +0200
7773
7774 apt (0.7.2ubuntu7) gutsy; urgency=low
7775
7776 * fix build-dependencies
7777 * fixes in the auto-mark code (thanks to Daniel
7778 Burrows)
7779
7780 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 9 Jul 2007 19:02:54 +0200
7781
7782 apt (0.7.2ubuntu6) gutsy; urgency=low
7783
7784 [ Michael Vogt]
7785 * cmdline/apt-get.cc:
7786 - make the XS-Vcs-$foo warning more copy'n'paste
7787 friendly (thanks to Matt Zimmerman)
7788 - ignore the Vcs-Browser tag (Fixes LP: #121770)
7789 * debian/apt.conf.autoremove:
7790 - added "linux-ubuntu-modules" to APT::NeverAutoRemove
7791
7792 [ Sarah Hobbs ]
7793 * Change metapackages to *metapackages in Install-Recommends-Section
7794 and Never-MarkAuto-Section of debian/apt.conf.autoremove, so that
7795 the Recommends of metapackages in universe and multiverse will get
7796 installed.
7797 * Also make this change in doc/examples/configure-index.
7798 * Added a Build Dependancies of automake, docbook-xsl, xsltproc, xmlto,
7799 docbook to fix FTBFS.
7800 * Added in previous changelog entries, as those who uploaded did not
7801 actually commit to Bzr.
7802
7803 -- Sarah Hobbs <hobbsee@ubuntu.com> Mon, 09 Jul 2007 01:15:57 +1000
7804
7805 apt (0.7.2ubuntu5) gutsy; urgency=low
7806
7807 * Rerun autoconf to fix the FTBFS.
7808
7809 -- Michael Bienia <geser@ubuntu.com> Fri, 06 Jul 2007 19:17:33 +0200
7810
7811 apt (0.7.2ubuntu4) gutsy; urgency=low
7812
7813 * Rebuild for the libcurl4 -> libcurl3 transition mess.
7814
7815 -- Steve Kowalik <stevenk@ubuntu.com> Fri, 6 Jul 2007 12:44:05 +1000
7816
7817 apt (0.7.2ubuntu3) gutsy; urgency=low
7818
7819 * cmdline/apt-get.cc:
7820 - fix InstallTask code when a pkgRecord ends
7821 with a single '\n' (thanks to Soren Hansen for reporting)
7822
7823 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 27 Jun 2007 13:33:38 +0200
7824
7825 apt (0.7.2ubuntu2) gutsy; urgency=low
7826
7827 * fixed compile errors with g++ 4.3 (thanks to
7828 Daniel Burrows, closes: #429378)
7829 * fix FTFBFS by changing build-depends to
7830 libcurl4-gnutls-dev (closes: #428363)
7831
7832 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 19 Jun 2007 13:47:03 +0200
7833
7834 apt (0.7.2ubuntu1) gutsy; urgency=low
7835
7836 * apt-pkg/deb/dpkgpm.cc:
7837 - apport integration added, this means that a apport
7838 report is written on dpkg failures
7839 * cmdline/apt-get.cc:
7840 - merged http://people.ubuntu.com/~mvo/bzr/apt/xs-vcs-bzr/
7841 this will warn when Vcs- headers are found on apt-get source
7842 (Fixes LP:#115959)
7843 * merged from debian/unstable, remaining changes:
7844 - maintainer field changed
7845 - merged the apt--mirror branch
7846 http://people.ubuntu.com/~mvo/bzr/apt/apt--mirror/
7847 - apport reporting on package install/upgrade/remove failure
7848 - support for "Originial-Maintainer" field
7849 - merged apt--xs-vcs-bzr branch
7850 (http://people.ubuntu.com/~mvo/bzr/apt/xs-vcs-bzr/)
7851 - use ubuntu archive keyring by default
7852 - debian/apt.conf.autoremove
7853 + install recommands for section "metapackages"
7854 + do not mark direct dependencies of "metapackages" as autoremoved
7855
7856 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 14 Jun 2007 10:38:36 +0200
7857
7858 apt (0.7.2-0.1) unstable; urgency=low
7859
7860 * Non-maintainer upload.
7861 * Build-depend on libcurl4-gnutls-dev instead of the obsolete
7862 libcurl3-gnutls-dev. Closes: #428363.
7863
7864 -- Steve Langasek <vorlon@debian.org> Thu, 28 Jun 2007 18:46:53 -0700
7865
7866 apt (0.7.2) unstable; urgency=low
7867
7868 * merged the debian/experimental changes back
7869 into the debian/sid branch
7870 * merged from Christian Perrier:
7871 * mr.po: New Marathi translation Closes: #416806
7872 * zh_CN.po: Updated by Kov Chai Closes: #416822
7873 * tl.po: Updated by Eric Pareja Closes: #416638
7874 * gl.po: Updated by Jacobo Tarrio
7875 Closes: #412828
7876 * da.po: Updated by Claus Hindsgaul
7877 Closes: #409483
7878 * fr.po: Remove a non-breakable space for usability
7879 issues. Closes: #408877
7880 * ru.po: Updated Russian translation. Closes: #405476
7881 * *.po: Unfuzzy after upstream typo corrections
7882 * buildlib/archtable:
7883 - added support for sh3/sh4 (closes: #424870)
7884 - added support for m32r (closes: #394096)
7885 * buildlib/systemtable:
7886 - added support for lpia
7887 * configure.in:
7888 - check systemtable for architecture mapping too
7889 * fix error in AutocleanInterval, closes: #319339
7890 (thanks to Israel G. Lugo for the patch)
7891 * add "purge" commandline argument, closes: #133421)
7892 (thanks to Julien Danjou for the patch)
7893 * add "purge" commandline argument, closes: #133421)
7894 (thanks to Julien Danjou for the patch)
7895 * fix FTBFS with gcc 4.3, closes: #417090
7896 (thanks to Martin Michlmayr for the patch)
7897 * add --dsc-only option, thanks to K. Richard Pixley
7898 * Removed the more leftover #pragma interface/implementation
7899 closes: #306937 (thanks to Andreas Henriksson for the patch)
7900
7901 -- Michael Vogt <mvo@debian.org> Wed, 06 Jun 2007 23:19:50 +0200
7902
7903 apt (0.7.1) experimental; urgency=low
7904
7905 * ABI library name change because it's built against
7906 new glibc
7907 * implement SourceVer() in pkgRecords
7908 (thanks to Daniel Burrows for the patch!)
7909 * apt-pkg/algorithm.cc:
7910 - use clog for all debugging
7911 - only increase the score of installed applications if they
7912 are not obsolete
7913 - fix resolver bug on removal triggered by weak-dependencies
7914 with or-groups
7915 * methods/http.cc:
7916 - send apt version in User-Agent
7917 * apt-pkg/deb/debrecords.cc:
7918 - fix SHA1Hash() return value
7919 * apt-pkg/cdrom.cc:
7920 - only unmount if APT::CDROM::NoMount is false
7921 * methods/cdrom.cc:
7922 - only umount if it was mounted by the method before
7923 * po/gl.po:
7924 - fix error translation that causes trouble to lsb_release
7925 * apt-pkg/acquire-item.cc:
7926 - if decompression of a index fails, delete the index
7927 * apt-pkg/acquire.{cc,h}:
7928 - deal better with duplicated sources.list entries (avoid
7929 double queuing of URLs) - this fixes hangs in bzip/gzip
7930 * merged from Christian Perrier:
7931 * mr.po: New Marathi translation Closes: #416806
7932 * zh_CN.po: Updated by Eric Pareja Closes: #416822
7933 * tl.po: Updated by Eric Pareja Closes: #416638
7934 * gl.po: Updated by Jacobo Tarrio
7935 Closes: #412828
7936 * da.po: Updated by Claus Hindsgaul
7937 Closes: #409483
7938 * fr.po: Remove a non-breakable space for usability
7939 issues. Closes: #408877
7940 * ru.po: Updated Russian translation. Closes: #405476
7941 * *.po: Unfuzzy after upstream typo corrections
7942 * vi.po: Updated to 515t. Closes: #426976
7943 * eu.po: Updated to 515t. Closes: #423766
7944 * pt.po: 515t. Closes: #423111
7945 * fr.po: Updated by Christian Perrier
7946 * Update all PO and the POT. Gives 513t2f for formerly
7947 complete translations
7948 * apt-pkg/policy.cc:
7949 - allow multiple packages (thanks to David Foerster)
7950
7951 -- Michael Vogt <mvo@debian.org> Wed, 2 May 2007 13:43:44 +0200
7952
7953 apt (0.7.0) experimental; urgency=low
7954
7955 * Package that contains all the new features
7956 * Removed all #pragma interface/implementation
7957 * Branch that contains all the new features:
7958 * translated package descriptions
7959 * task install support
7960 * automatic dependency removal (thanks to Daniel Burrows)
7961 * merged support for the new dpkg "Breaks" field
7962 (thanks to Ian Jackson)
7963 * handle network failures more gracefully on "update"
7964 * support for unattended-upgrades (via unattended-upgrades
7965 package)
7966 * added apt-transport-https method
7967 * merged "install-recommends" branch (ABI break):
7968 - new "--install-recommends"
7969 - install new recommends on "upgrade" if --install-recommends is
7970 given
7971 - new "--fix-policy" option to install all packages with unmet
7972 important dependencies (usefull with --install-recommends to
7973 see what not-installed recommends are on the system)
7974 - fix of recommended packages display (only show CandidateVersion
7975 fix or-group handling)
7976 * merged "install-task" branch (use with "apt-get install taskname^")
7977
7978 -- Michael Vogt <mvo@debian.org> Fri, 12 Jan 2007 20:48:07 +0100
7979
7980 apt (0.6.46.4ubuntu10) feisty; urgency=low
7981
7982 * apt-pkg/depcache.cc:
7983 - added "APT::Never-MarkAuto-Section" and consider dependencies
7984 of packages in this section manual (LP#59893)
7985 - ensure proper permissions in the extended_state file (LP#67037)
7986 * debian/apt.conf.ubuntu:
7987 - added APT::Never-MarkAuto-Section "metapackages" (LP#59893)
7988 * cmdline/apt-get.cc:
7989 - "apt-get install foo" on a already installed package foo will
7990 clean the automatic installed flag (LP#72007)
7991 - do not show packages already marked for removal as auto-installed
7992 (LP#64493)
7993 - applied patch to (optionally) hide the auto-remove information
7994 (thanks to Frode M. Døving) (LP#69148)
7995
7996 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 14 Mar 2007 13:32:32 +0100
7997
7998 apt (0.6.46.4ubuntu9) feisty; urgency=low
7999
8000 * debian/control:
8001 - set XS-Vcs-Bzr header
8002 - Set Ubuntu maintainer address
8003 * apt-pkg/cdrom.cc:
8004 - only unmount if APT::CDROM::NoMount is false
8005 - only umount if it was mounted by the method before
8006 * cmdline/apt-get.cc:
8007 - fix version output in autoremove list (LP#68941)
8008 * apt-pkg/packagemanager.cc:
8009 - do not spin 100% cpu in FixMissing() (LP#84476)
8010 * apt-pkg/indexfile.cc:
8011 - fix problem overwriting APT::Acquire::Translation
8012 * doc/examples/configure-index:
8013 - document APT::Acquire::Translation
8014
8015 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 13 Mar 2007 15:24:39 +0100
8016
8017 apt (0.6.46.4ubuntu8) feisty; urgency=low
8018
8019 * fix segfault in the pkgRecords destructor
8020 * Bump ABI version
8021 * debian/control:
8022 - make the libcurl3-gnutls-dev versionized (LP#86614)
8023
8024 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 26 Feb 2007 14:26:33 +0100
8025
8026 apt (0.6.46.4ubuntu7) feisty; urgency=low
8027
8028 * Merged the apt--mirror branch. This means that a new 'mirror'
8029 method is available that will allow dynamic mirror updates.
8030 The sources.list entry looks something like this:
8031 "deb mirror://mirrors.lp.net/get_mirror feisty main restricted"
8032
8033 It also supports error reporting to a configurable url for mirror
8034 problems/failures.
8035 * Bump ABI version
8036
8037 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 6 Feb 2007 11:38:06 +0100
8038
8039 apt (0.6.46.4ubuntu6) feisty; urgency=low
8040
8041 * methods/http.cc:
8042 - send apt version in User-Agent
8043 * apt-pkg/deb/debrecords.cc:
8044 - fix SHA1Hash() return value
8045 * apt-pkg/algorithms.cc:
8046 - fix resolver bug on removal triggered by weak-dependencies
8047 with or-groups
8048 - fix segfault (lp: #76530)
8049
8050 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 20 Dec 2006 11:04:36 +0100
8051
8052 apt (0.6.46.4ubuntu5) feisty; urgency=low
8053
8054 * added apt-transport-https package to provide a optional
8055 https transport (apt-https spec)
8056
8057 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 19 Dec 2006 16:23:43 +0100
8058
8059 apt (0.6.46.4ubuntu4) feisty; urgency=low
8060
8061 * apt-pkg/algorithms.cc:
8062 - only increase the score of installed applications if they
8063 are not obsolete
8064
8065 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 18 Dec 2006 19:39:05 +0100
8066
8067 apt (0.6.46.4ubuntu3) feisty; urgency=low
8068
8069 * apt-pkg/algorithm.cc:
8070 - use clog for all debugging
8071 * apt-pkg/depcache.cc:
8072 - never mark Required package for autoremoval (lp: #75882)
8073
8074 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 18 Dec 2006 11:56:05 +0100
8075
8076 apt (0.6.46.4ubuntu2) feisty; urgency=low
8077
8078 * apt-pkg/algorithms.cc: add missing call to MarkKeep
8079 so that dist-upgrade isn't broken by unsatisfiable Breaks.
8080 (thanks to Ian Jackson)
8081
8082 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 7 Dec 2006 23:07:24 +0100
8083
8084 apt (0.6.46.4ubuntu1) feisty; urgency=low
8085
8086 * merged with debian
8087
8088 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 7 Dec 2006 12:13:14 +0100
8089
8090 apt (0.6.46.4-0.1) unstable; urgency=emergency
8091
8092 * NMU
8093 * Fix broken use of awk in apt-key that caused removal of the wrong keys
8094 from the keyring. Closes: #412572
8095
8096 -- Joey Hess <joeyh@debian.org> Mon, 26 Feb 2007 16:00:22 -0500
8097
8098 apt (0.6.46.4) unstable; urgency=high
8099
8100 * ack NMU (closes: #401017)
8101 * added apt-secure.8 to "See also" section
8102 * apt-pkg/deb/dpkgpm.cc:
8103 - added "Dpkg::StopOnError" variable that controls if apt
8104 will abort on errors from dpkg
8105 * apt-pkg/deb/debsrcrecords.{cc,h}:
8106 - make the Buffer grow dynmaically (closes: #400874)
8107 * Merged from Christian Perrier bzr branch:
8108 - uk.po: New Ukrainian translation: 483t28f3u
8109 - el.po: Update to 503t9f2u
8110 - de.po: Updates and corrections.
8111 * apt-pkg/contrib/progress.cc:
8112 - OpProgress::CheckChange optimized, thanks to Paul Brook
8113 (closes: #398381)
8114 * apt-pkg/contrib/sha256.cc:
8115 - fix building with noopt
8116
8117 -- Michael Vogt <mvo@debian.org> Thu, 7 Dec 2006 10:49:50 +0100
8118
8119 apt (0.6.46.3ubuntu2) feisty; urgency=low
8120
8121 * apt-pkg/algorithms.cc: add missing call to MarkKeep
8122 so that dist-upgrade isn't broken by unsatisfiable Breaks.
8123
8124 -- Ian Jackson <iwj@ubuntu.com> Thu, 7 Dec 2006 15:46:52 +0000
8125
8126 apt (0.6.46.3ubuntu1) feisty; urgency=low
8127
8128 * doc/apt-get.8.xml:
8129 - documented autoremove, thanks to Vladimír Lapá\e%GÄ\8d\e%@ek
8130 (lp: #62919)
8131 * fix broken i18n in the dpkg progress reporting, thanks to
8132 Frans Pop and Steinar Gunderson. (closes: #389261)
8133 * po/en_GB.po:
8134 - typo (lp: #61270)
8135 * add apt-secure.8 to "See also" section
8136
8137 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 23 Nov 2006 07:24:12 +0100
8138
8139 apt (0.6.46.3-0.2) unstable; urgency=high
8140
8141 * Non-maintainer upload with permission of Michael Vogt.
8142 * Fix FTBFS on most arches (regression from the fix of #400874)
8143
8144 -- Andreas Barth <aba@not.so.argh.org> Tue, 5 Dec 2006 15:51:22 +0000
8145
8146 apt (0.6.46.3-0.1) unstable; urgency=high
8147
8148 * Non-maintainer upload with permission of Michael Vogt.
8149 * Fix segfault at apt-get source. Closes: #400874
8150 * Add apt-key update in postinst, so that debian-archive-keyring doesn't
8151 need to depend on apt >= 0.6. Closes: #401114
8152 * Don't double-queue pdiff files. Closes: #401017
8153
8154 -- Andreas Barth <aba@not.so.argh.org> Tue, 5 Dec 2006 10:34:56 +0000
8155
8156 apt (0.6.46.3) unstable; urgency=low
8157
8158 * apt-pkg/deb/dpkgpm.cc:
8159 - make progress reporting robust against multiline error
8160 messages
8161
8162 * Merged from Christian Perrier bzr branch:
8163 - ca.po: Updated to 514t
8164 - be.po: Updated to 514t
8165 - it.po: Updated to 514t
8166 - hu.po: Updated to 514t
8167 - zh_TW.po: Updated to 514t
8168 - ar.po: Updated to 293t221u.
8169 - ru.po: Updated to 514t. Closes: #392466
8170 - nb.po: Updated to 514t. Closes: #392466
8171 - pt.po: Updated to 514t. Closes: #393199
8172 - fr.po: One spelling error corrected: s/accèder/accéder
8173 - km.po: Updated to 514t.
8174 - ko.po: Updated to 514t.
8175 - bg.po: Updated to 514t.
8176 - de.po: Updated to 514t.
8177 - en_GB.po: Updated to 514t.
8178
8179 -- Michael Vogt <mvo@debian.org> Thu, 2 Nov 2006 11:37:58 +0100
8180
8181 apt (0.6.46.2) unstable; urgency=low
8182
8183 * debian/control:
8184 - depend on debian-archive-keyring to offer clean upgrade path
8185 (closes: #386800)
8186 * Merged from Christian Perrier bzr branch:
8187 - es.po: Updated to 514t. Closes: #391661
8188 - da.po: Updated to 514t. Closes: #391424
8189 - cs.po: Updated. Closes: #391064
8190 - es.po: Updated to 514t. Closes: #391661
8191 - da.po: Updated to 514t. Closes: #391424
8192
8193 -- Michael Vogt <mvo@debian.org> Wed, 11 Oct 2006 09:03:15 +0200
8194
8195 apt (0.6.46.1) unstable; urgency=low
8196
8197 * methods/gzip.cc:
8198 - deal with empty files
8199 * Applied patch from Daniel Schepler to make apt bin-NMU able.
8200 (closes: bug#359634)
8201 * rebuild against current g++ because of:
8202 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29289
8203 (closes: #390189)
8204 * fix broken i18n in the dpkg progress reporting, thanks to
8205 Frans Pop and Steinar Gunderson. (closes: #389261)
8206 * Merged from Christian Perrier bzr branch:
8207 * fi.po: Updated to 514t. Closes: #390149
8208 * eu.po: Updated to 514t. Closes: #389725
8209 * vi.po: Updated to 514t. Closes: #388555
8210 * make the internal buffer in pkgTagFile grow dynamically
8211 (closes: #388708)
8212
8213 -- Michael Vogt <mvo@debian.org> Mon, 2 Oct 2006 20:42:20 +0200
8214
8215 apt (0.6.46) unstable; urgency=low
8216
8217 * debian/control:
8218 - switched to libdb4.4 for building (closes: #381019)
8219 * cmdline/apt-get.cc:
8220 - show only the recommends/suggests for the candidate-version, not for all
8221 versions of the package (closes: #257054)
8222 - properly handle recommends/suggests or-groups when printing the list of
8223 suggested/recommends packages (closes: #311619)
8224 * methods/http.cc:
8225 - check more careful for incorrect proxy settings (closes: #378868)
8226 * methods/gzip.cc:
8227 - don't hang when /var is full (closes: #341537), thanks to
8228 Luis Rodrigo Gallardo Cruz for the patch
8229 * doc/examples/sources.list:
8230 - removed non-us.debian.org from the example (closes: #380030,#316196)
8231 * Merged from Christian Perrier bzr branch:
8232 * ro.po: Updated to 514t. Closes: #388402
8233 * dz.po: Updated to 514t. Closes: #388184
8234 * it.po: Fixed typos. Closes: #387812
8235 * ku.po: New kurdish translation. Closes: #387766
8236 * sk.po: Updated to 514t. Closes: #386851
8237 * ja.po: Updated to 514t. Closes: #386537
8238 * gl.po: Updated to 514t. Closes: #386397
8239 * fr.po: Updated to 516t.
8240 * fi.po: Updated to 512t. Closes: #382702
8241 * share/archive-archive.gpg:
8242 - removed the outdated amd64 and debian-2004 keys
8243 * apt-pkg/tagfile.cc:
8244 - applied patch from Jeroen van Wolffelaar to make the tags
8245 caseinsensitive (closes: #384182)
8246 - reverted MMap use in the tagfile because it does not work
8247 across pipes (closes: #383487)
8248
8249 -- Michael Vogt <mvo@debian.org> Thu, 21 Sep 2006 10:25:03 +0200
8250
8251 apt (0.6.45ubuntu14) edgy; urgency=low
8252
8253 * cmdline/apt-get.cc:
8254 - fix in the TryInstallTask() code to make sure that all package
8255 there are marked manual install (lp: #61684)
8256
8257 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 28 Sep 2006 00:34:20 +0200
8258
8259 apt (0.6.45ubuntu13) edgy; urgency=low
8260
8261 * no-changes upload to make apt rebuild against latest g++ and
8262 fix synaptic FTBFS (see bug: #62461 for details)
8263
8264 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 26 Sep 2006 22:33:10 +0200
8265
8266 apt (0.6.45ubuntu12) edgy; urgency=low
8267
8268 * apt-pkg/depcache.cc:
8269 - fix in the sweep() code, set garbage flag for packages scheduled
8270 for removal too
8271 - do not change the autoFlag in MarkKeep(), this can lead to suprising
8272 side effects
8273
8274 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 21 Sep 2006 00:58:24 +0200
8275
8276 apt (0.6.45ubuntu11) edgy; urgency=low
8277
8278 * removed "installtask" and change it so that tasknames can be given
8279 with "apt-get install taskname^"
8280 * improve the writeStateFile() code
8281
8282 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 20 Sep 2006 14:14:24 +0200
8283
8284 apt (0.6.45ubuntu10) edgy; urgency=low
8285
8286 * methods/http.cc:
8287 - check more careful for incorrect proxy settings (closes: #378868)
8288 * methods/gzip.cc:
8289 - don't hang when /var is full (closes: #341537), thanks to
8290 Luis Rodrigo Gallardo Cruz for the patch
8291 * doc/examples/sources.list:
8292 - removed non-us.debian.org from the example (closes: #380030,#316196)
8293 * Merged from Christian Perrier bzr branch:
8294 * ro.po: Updated to 514t. Closes: #388402
8295 * dz.po: Updated to 514t. Closes: #388184
8296 * it.po: Fixed typos. Closes: #387812
8297 * ku.po: New kurdish translation. Closes: #387766
8298 * sk.po: Updated to 514t. Closes: #386851
8299 * ja.po: Updated to 514t. Closes: #386537
8300 * gl.po: Updated to 514t. Closes: #386397
8301 * fr.po: Updated to 516t.
8302 * fi.po: Updated to 512t. Closes: #382702
8303 * share/archive-archive.gpg:
8304 - removed the outdated amd64 and debian-2004 keys
8305 * apt-pkg/tagfile.cc:
8306 - applied patch from Jeroen van Wolffelaar to make the tags
8307 caseinsensitive (closes: #384182)
8308 - reverted MMap use in the tagfile because it does not work
8309 across pipes (closes: #383487)
8310 * added "installtask" command
8311 * added new ubuntu specific rewrite rule for "Original-Maintainer"
8312
8313 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 19 Sep 2006 15:07:51 +0200
8314
8315 apt (0.6.45ubuntu9) edgy; urgency=low
8316
8317 * cmdline/apt-get.cc:
8318 - if --no-remove is given, do not run the AutoRemove code
8319
8320 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 13 Sep 2006 11:54:20 +0200
8321
8322 apt (0.6.45ubuntu8) edgy; urgency=low
8323
8324 * apt-pkg/algorithm.cc:
8325 - fix pkgProblemResolver.InstallProtect() to preserve the auto-install
8326 information (lp: #59457)
8327 * cmdline/apt-get.cc:
8328 - fix typo in autoremove information (lp: #59420)
8329 * install apt-mark to modify the automatically install information for
8330 packages
8331
8332 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 8 Sep 2006 20:07:22 +0200
8333
8334 apt (0.6.45ubuntu7) edgy; urgency=low
8335
8336 * apt-pkg/depcache.cc:
8337 - fix a bug in the install-recommends-section code
8338
8339 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 7 Sep 2006 18:22:38 +0200
8340
8341 apt (0.6.45ubuntu6) edgy; urgency=low
8342
8343 [Michael Vogt]
8344 * cmdline/apt-get.cc:
8345 - always show auto-removable packages and give a hint how to remove
8346 them
8347 * debian/apt.conf.ubuntu:
8348 - exlucde linux-image and linux-restricted-modules from ever being
8349 auto-removed
8350 - added "metapackages" as the section we want to install recommends
8351 by default
8352 * apt-pkg/depcache.cc:
8353 - added support to turn install-recommends selectively on/off by
8354 section
8355 [Ian Jackson]
8356 * Tests pass without code changes! Except that we need this:
8357 * Bump cache file major version to force rebuild so that Breaks
8358 dependencies are included.
8359 * Don't depend on or suggest any particular dpkg or dpkg-dev versions;
8360 --auto-deconfigure is very very old and dpkg-dev's Breaks support
8361 is more or less orthogonal.
8362 * Initial draft of `Breaks' implementation. Appears to compile,
8363 but as yet *completely untested*.
8364
8365 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 7 Sep 2006 11:50:52 +0200
8366
8367 apt (0.6.45ubuntu5) edgy; urgency=low
8368
8369 * apt-pkg/pkgcachegen.cc:
8370 - increase the APT::Cache-Limit to deal with the increased demand due
8371 to the translated descriptions
8372 * apt-pkg/deb/dpkgpm.cc:
8373 - pass "--auto-deconfigure" to dpkg on install to support the
8374 new "breaks" in dpkg
8375
8376 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 15 Aug 2006 12:06:26 +0200
8377
8378 apt (0.6.45ubuntu4) edgy; urgency=low
8379
8380 * cmdline/apt-get.cc:
8381 - fix in the new --fix-polciy code
8382
8383 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 14 Aug 2006 21:08:11 +0200
8384
8385 apt (0.6.45ubuntu3) edgy; urgency=low
8386
8387 * ABI break
8388 * merged latest apt--install-recommends (closes: #559000)
8389 * added "--fix-policy" option to can be used as "--fix-broken" and
8390 will install missing weak depends (recommends, and/or suggests
8391 depending on the settings)
8392 * merged the apt--ddtp branch
8393
8394 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 11 Aug 2006 12:53:23 +0200
8395
8396 apt (0.6.45ubuntu2) edgy; urgency=low
8397
8398 * debian/control:
8399 - switched to libdb4.4 for building (closes: #381019)
8400 * cmdline/apt-get.cc:
8401 - show only the recommends/suggests for the candidate-version, not for all
8402 versions of the package (closes: #257054)
8403 - properly handle recommends/suggests or-groups when printing the list of
8404 suggested/recommends packages (closes: #311619)
8405 * merged "apt--install-recommends" branch:
8406 - added "{no-}install-recommends" commandline option
8407 - added APT::Install-{Recommends,Suggests} option
8408 - currently Install-Recommends defaults to "False"
8409
8410 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 9 Aug 2006 23:38:46 +0200
8411
8412 apt (0.6.45ubuntu1) edgy; urgency=low
8413
8414 * merged with debian/unstable
8415
8416 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 1 Aug 2006 15:43:22 +0200
8417
8418 apt (0.6.45) unstable; urgency=low
8419
8420 * apt-pkg/contrib/sha256.cc:
8421 - fixed the sha256 generation (closes: #378183)
8422 * ftparchive/cachedb.cc:
8423 - applied patch from Anthony Towns to fix Clean() function
8424 (closes: #379576)
8425 * doc/apt-get.8.xml:
8426 - fix path to the apt user build (Closes: #375640)
8427 * doc/apt-cache.8.xml:
8428 - typo (Closes: #376408)
8429 * apt-pkg/deb/dpkgpm.cc:
8430 - make progress reporting more robust against multiline error
8431 messages (first half of a fix for #374195)
8432 * doc/examples/configure-index:
8433 - document Debug::pkgAcquire::Auth
8434 * methods/gpgv.cc:
8435 - deal with gpg error "NODATA". Closes: #296103, Thanks to
8436 Luis Rodrigo Gallardo Cruz for the patch
8437 * apt-inst/contrib/extracttar.cc:
8438 - fix for string mangling, closes: #373864
8439 * apt-pkg/acquire-item.cc:
8440 - check for bzip2 in /bin (closes: #377391)
8441 * apt-pkg/tagfile.cc:
8442 - make it work on non-mapable files again, thanks
8443 to James Troup for confirming the fix (closes: #376777)
8444 * Merged from Christian Perrier bzr branch:
8445 * ko.po: Updated to 512t. Closes: #378901
8446 * hu.po: Updated to 512t. Closes: #376330
8447 * km.po: New Khmer translation: 506t6f. Closes: #375068
8448 * ne.po: New Nepali translation: 512t. Closes: #373729
8449 * vi.po: Updated to 512t. Closes: #368038
8450 * zh_TW.po: Remove an extra %s in one string. Closes: #370551
8451 * dz.po: New Dzongkha translation: 512t
8452 * ro.po: Updated to 512t
8453 * eu.po: Updated
8454 * eu.po: Updated
8455 * fix apt-get dist-upgrade
8456 * fix warning if no /var/lib/apt/extended_states is present
8457 * don't download Translations for deb-src sources.list lines
8458 * apt-pkg/tagfile.cc:
8459 - support not-mmapable files again
8460
8461 -- Michael Vogt <mvo@debian.org> Thu, 27 Jul 2006 00:52:05 +0200
8462
8463 apt (0.6.44.2ubuntu4) edgy; urgency=low
8464
8465 * Make apt-get dselect-upgrade happy again
8466
8467 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 21 Jul 2006 11:03:02 +0200
8468
8469 apt (0.6.44.2ubuntu3) edgy; urgency=low
8470
8471 * Close extended_states file after writing it.
8472
8473 -- Colin Watson <cjwatson@ubuntu.com> Tue, 18 Jul 2006 00:12:13 +0100
8474
8475 apt (0.6.44.2ubuntu2) edgy; urgency=low
8476
8477 * create a empty extended_states file if none exists already
8478
8479 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 4 Jul 2006 09:23:03 +0200
8480
8481 apt (0.6.44.2ubuntu1) edgy; urgency=low
8482
8483 * merged with debian/unstable
8484 * merged the "auto-mark" branch to support aptitude like
8485 marking of automatically installed dependencies and added
8486 "apt-get remove --auto-remove" to remove unused auto-installed
8487 packages again
8488 * changed library version from 3.11 to 3.50 to make it clearly
8489 different from the debian version (we are ABI incompatible because
8490 of the auto-mark patch)
8491
8492 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 3 Jul 2006 18:30:46 +0200
8493
8494 apt (0.6.44.2exp1) experimental; urgency=low
8495
8496 * added support for i18n of the package descriptions
8497 * added support for aptitude like auto-install tracking (a HUGE
8498 HUGE thanks to Daniel Burrows who made this possible)
8499 * synced with the http://people.debian.org/~mvo/bzr/apt/debian-sid branch
8500 * build from http://people.debian.org/~mvo/bzr/apt/debian-experimental
8501
8502 -- Michael Vogt <mvo@debian.org> Mon, 3 Jul 2006 21:50:31 +0200
8503
8504 apt (0.6.44.2) unstable; urgency=low
8505
8506 * apt-pkg/depcache.cc:
8507 - added Debug::pkgDepCache::AutoInstall (thanks to infinity)
8508 * apt-pkg/acquire-item.cc:
8509 - fix missing chmod() in the new aquire code
8510 (thanks to Bastian Blank, Closes: #367425)
8511 * merged from
8512 http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main:
8513 * sk.po: Completed to 512t
8514 * eu.po: Completed to 512t
8515 * fr.po: Completed to 512t
8516 * sv.po: Completed to 512t
8517 * Update all PO and the POT. Gives 506t6f for formerly
8518 complete translations
8519
8520 -- Michael Vogt <mvo@debian.org> Wed, 14 Jun 2006 12:00:57 +0200
8521
8522 apt (0.6.44.1-0.1) unstable; urgency=low
8523
8524 * Non-maintainer upload.
8525 * Don't give an error when parsing empty Packages/Sources files.
8526 (Closes: #366931, #367086, #370160)
8527
8528 -- Steinar H. Gunderson <sesse@debian.org> Fri, 9 Jun 2006 00:52:21 +0200
8529
8530 apt (0.6.44.1) unstable; urgency=low
8531
8532 * apt-pkg/acquire-item.cc:
8533 - fix reversed logic of the "Acquire::PDiffs" option
8534 * merged from
8535 http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main:
8536 - po/LINGUAS: added "bg" Closes: #360262
8537 - po/gl.po: Galician translation update. Closes: #366849
8538 - po/hu.po: Hungarian translation update. Closes: #365448
8539 - po/cs.po: Czech translation updated. Closes: #367244
8540 * apt-pkg/contrib/sha256.cc:
8541 - applied patch to fix unaligned access problem. Closes: #367417
8542 (thanks to David Mosberger)
8543
8544 -- Michael Vogt <mvo@debian.org> Tue, 16 May 2006 21:51:16 +0200
8545
8546 apt (0.6.44) unstable; urgency=low
8547
8548 * apt-pkg/acquire.cc: don't show ETA if it is 0 or absurdely large
8549 * apt-pkg/contrib/sha256.{cc,h},hashes.{cc,h}: support for sha256
8550 (thanks to Anthony Towns)
8551 * ftparchive/cachedb.{cc,h},writer.{cc,h}: optimizations
8552 (thanks to Anthony Towns)
8553 * apt pdiff support from experimental merged
8554 * apt-pkg/deb/dpkgpm.cc: wording fixes (thanks to Matt Zimmerman)
8555 * apt-pkg/deb/dpkgpm.cc:
8556 - wording fixes (thanks to Matt Zimmerman)
8557 - fix error in dpkg interaction (closes: #364513, thanks to Martin Dickopp)
8558 * apt-pkg/tagfile.{cc,h}:
8559 - use MMap to read the entries (thanks to Zephaniah E. Hull for the
8560 patch) Closes: #350025
8561 * Merge from http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main:
8562 * bg.po: Added, complete to 512t. Closes: #360262
8563 * doc/apt-ftparchive.1.xml:
8564 - fix documentation for "SrcPackages" -> "Sources"
8565 (thanks to Bart Martens for the patch, closes: #307756)
8566 * debian/libapt-pkg-doc.doc-base.cache:
8567 - remove broken charackter from description (closes: #361129)
8568 * apt-inst/deb/dpkgdb.cc, methods/gpgv.cc:
8569 - i18n fixes (closes: #349298)
8570 * debian/postinst: dont fail on not available
8571 /usr/share/doc/apt/examples/sources.list (closes: #361130)
8572 * methods/ftp.cc:
8573 - unlink empty file in partial if the download failed because
8574 the file is missing on the server (closes: #316337)
8575 * apt-pkg/deb/debversion.cc:
8576 - treats a version string with explicit zero epoch equal
8577 than the same without epoch (Policy 5.6.12, closes: #363358)
8578 Thanks to Lionel Elie Mamane for the patch
8579
8580 -- Michael Vogt <mvo@debian.org> Mon, 8 May 2006 22:28:53 +0200
8581
8582 apt (0.6.43.3ubuntu3) dapper; urgency=low
8583
8584 * methods/http.cc:
8585 - fix the user-agent string
8586
8587 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 26 May 2006 18:09:32 +0200
8588
8589 apt (0.6.43.3ubuntu2) dapper; urgency=low
8590
8591 * apt-pkg/deb/dpkgpm.cc: wording fixes (thanks to Matt Zimmerman)
8592
8593 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 18 Apr 2006 13:24:40 +0200
8594
8595 apt (0.6.43.3ubuntu1) dapper; urgency=low
8596
8597 * apt-pkg/acquire.cc: don't show ETA if it is 0 or absurdely large in
8598 the status-fd (ubuntu #28954)
8599
8600 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 28 Mar 2006 20:34:46 +0200
8601
8602 apt (0.6.43.3) unstable; urgency=low
8603
8604 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-186:
8605 * ca.po: Completed to 512t. Closes: #351592
8606 * eu.po: Completed to 512t. Closes: #350483
8607 * ja.po: Completed to 512t. Closes: #349806
8608 * pl.po: Completed to 512t. Closes: #349514
8609 * sk.po: Completed to 512t. Closes: #349474
8610 * gl.po: Completed to 512 strings Closes: #349407
8611 * sv.po: Completed to 512 strings Closes: #349210
8612 * ru.po: Completed to 512 strings Closes: #349154
8613 * da.po: Completed to 512 strings Closes: #349084
8614 * fr.po: Completed to 512 strings
8615 * vi.po: Completed to 511 strings Closes: #348968
8616 * zh_CN.po: Completed to 512t. Closes: #353936
8617 * it.po: Completed to 512t. Closes: #352803
8618 * pt_BR.po: Completed to 512t. Closes: #352419
8619 * LINGUAS: Add Welsh
8620 * *.po: Updated from sources (512 strings)
8621 * apt-pkg/deb/deblistparser.cc:
8622 - don't explode on a DepCompareOp in a Provides line, but warn about
8623 it and ignore it otherwise (thanks to James Troup for reporting it)
8624 * cmdline/apt-get.cc:
8625 - don't lock the lists directory in DoInstall, breaks --print-uri
8626 (thanks to James Troup for reporting it)
8627 * debian/apt.dirs: create /etc/apt/sources.list.d
8628 * make apt-cache madison work without deb-src entries (#352583)
8629 * cmdline/apt-get.cc: only run the list-cleaner if a update was
8630 successfull
8631
8632 -- Michael Vogt <mvo@debian.org> Wed, 22 Feb 2006 10:13:04 +0100
8633
8634 apt (0.6.43.2ubuntu1) dapper; urgency=low
8635
8636 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-182:
8637 * ca.po: Completed to 512t. Closes: #351592
8638 * eu.po: Completed to 512t. Closes: #350483
8639 * ja.po: Completed to 512t. Closes: #349806
8640 * pl.po: Completed to 512t. Closes: #349514
8641 * sk.po: Completed to 512t. Closes: #349474
8642 * gl.po: Completed to 512 strings Closes: #349407
8643 * vi.po: Completed to 512 strings
8644 * sv.po: Completed to 512 strings Closes: #349210
8645 * ru.po: Completed to 512 strings Closes: #349154
8646 * da.po: Completed to 512 strings Closes: #349084
8647 * fr.po: Completed to 512 strings
8648 * LINGUAS: Add Welsh
8649 * *.po: Updated from sources (512 strings)
8650 * vi.po: Completed to 511 strings Closes: #348968
8651 * apt-pkg/deb/deblistparser.cc:
8652 - don't explode on a DepCompareOp in a Provides line, but warn about
8653 it and ignore it otherwise (thanks to James Troup for reporting it)
8654 * cmdline/apt-get.cc:
8655 - don't lock the lists directory in DoInstall, breaks --print-uri
8656 (thanks to James Troup for reporting it)
8657 * debian/apt.dirs: create /etc/apt/sources.list.d
8658 * make apt-cache madison work without deb-src entries (#352583)
8659 * cmdline/apt-get.cc: only run the list-cleaner if a update was
8660 successfull
8661 * apt-get update errors are only warnings nowdays
8662 * be more careful with the signature file on network failures
8663
8664 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 20 Feb 2006 22:27:48 +0100
8665
8666 apt (0.6.43.2) unstable; urgency=low
8667
8668 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-166:
8669 - en_GB.po, de.po: fix spaces errors in "Ign " translations Closes: #347258
8670 - makefile: make update-po a pre-requisite of clean target so
8671 that POT and PO files are always up-to-date
8672 - sv.po: Completed to 511t. Closes: #346450
8673 - sk.po: Completed to 511t. Closes: #346369
8674 - fr.po: Completed to 511t
8675 - *.po: Updated from sources (511 strings)
8676 - el.po: Completed to 511 strings Closes: #344642
8677 - da.po: Completed to 511 strings Closes: #348574
8678 - es.po: Updated to 510t1f Closes: #348158
8679 - gl.po: Completed to 511 strings Closes: #347729
8680 - it.po: Yet another update Closes: #347435
8681 * added debian-archive-keyring to the Recommends (closes: #347970)
8682 * fixed message in apt-key to install debian-archive-keyring
8683 * typos fixed in apt-cache.8 (closes: #348348, #347349)
8684 * add patch to fix http download corruption problem (thanks to
8685 Petr Vandrovec, closes: #280844, #290694)
8686
8687 -- Michael Vogt <mvo@debian.org> Thu, 19 Jan 2006 00:06:33 +0100
8688
8689 apt (0.6.43.1ubuntu1) dapper; urgency=low
8690
8691 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-159:
8692 - en_GB.po, de.po: fix spaces errors in "Ign " translations
8693 Closes: #347258
8694 - makefile: make update-po a pre-requisite of clean target so
8695 that POT and PO files are always up-to-date
8696 - sv.po: Completed to 511t. Closes: #346450
8697 - sk.po: Completed to 511t. Closes: #346369
8698 - fr.po: Completed to 511t
8699 - *.po: Updated from sources (511 strings)
8700 * add patch to fix http download corruption problem (thanks to
8701 Petr Vandrovec, closes: #280844, #290694)
8702 * added APT::Periodic::Unattended-Upgrade (requires the package
8703 "unattended-upgrade")
8704
8705 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 10 Jan 2006 17:09:31 +0100
8706
8707 apt (0.6.43.1) unstable; urgency=low
8708
8709 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-148:
8710 * fr.po: Completed to 510 strings
8711 * it.po: Completed to 510t
8712 * en_GB.po: Completed to 510t
8713 * cs.po: Completed to 510t
8714 * zh_CN.po: Completed to 510t
8715 * el.po: Updated to 510t
8716 * vi.po: Updated to 383t93f34u
8717 * tl.po: Completed to 510 strings (Closes: #344306)
8718 * sv.po: Completed to 510 strings (Closes: #344056)
8719 * LINGUAS: disabled Hebrew translation. (Closes: #313283)
8720 * eu.po: Completed to 510 strings (Closes: #342091)
8721 * apt-get source won't download already downloaded files again
8722 (closes: #79277)
8723 * share/debian-archive.gpg: new 2006 ftp-archive signing key added
8724 (#345891)
8725 * redownload the Release file if IMS-Hit and gpg failure
8726 * deal with multiple signatures on a Release file
8727
8728 -- Michael Vogt <mvo@debian.org> Fri, 6 Jan 2006 01:17:08 +0100
8729
8730 apt (0.6.43ubuntu2) dapper; urgency=low
8731
8732 * merged some missing bits that wheren't merged by baz in the previous
8733 upload (*grumble*)
8734
8735 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 8 Dec 2005 18:35:58 +0100
8736
8737 apt (0.6.43ubuntu1) dapper; urgency=low
8738
8739 * merged with debian
8740
8741 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 25 Nov 2005 11:36:29 +0100
8742
8743 apt (0.6.43) unstable; urgency=medium
8744
8745 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-132:
8746 * zh_CN.po: Completed to 510 strings(Closes: #338267)
8747 * gl.po: Completed to 510 strings (Closes: #338356)
8748 * added support for "/etc/apt/sources.list.d" directory
8749 (closes: #66325)
8750 * make pkgDirStream (a bit) more complete
8751 * fix bug in pkgCache::VerIterator::end() (thanks to Daniel Burrows)
8752 (closes: #339533)
8753 * pkgAcqFile is more flexible now (closes: #57091)
8754 * support a download rate limit for http (closes: #146877)
8755 * included lots of the speedup changes from #319377
8756 * add stdint.h to contrib/md5.h (closes: #340448)
8757 * ABI change, library name changed (closes: #339147)
8758 * Fix GNU/kFreeBSD crash on non-existing server file (closes: #317718)
8759 * switch to libdb4.3 in build-depends
8760
8761 -- Michael Vogt <mvo@debian.org> Tue, 29 Nov 2005 00:17:07 +0100
8762
8763 apt (0.6.42.3ubuntu2) dapper; urgency=low
8764
8765 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-131:
8766 * zh_CN.po: Completed to 507 strings(Closes: #338267)
8767 * gl.po: Completed to 510 strings (Closes: #338356)
8768 * added support for "/etc/apt/sources.list.d" directory
8769 (closes: #66325)
8770
8771 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 14 Nov 2005 15:30:12 +0100
8772
8773 apt (0.6.42.3ubuntu1) dapper; urgency=low
8774
8775 * synced with debian
8776
8777 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Nov 2005 05:05:56 +0100
8778
8779 apt (0.6.42.3) unstable; urgency=low
8780
8781 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-129:
8782 - patch-118: Russian translation update by Yuri Kozlov (closes: #335164)
8783 - patch-119: add update-po as a pre-req for binary (closes: #329910)
8784 - patch-121: Complete French translation
8785 - patch-125: Fixed localization of y/n questions in German translation
8786 (closes: #337078)
8787 - patch-126: Swedish translation update (closes: #337163)
8788 - patch-127: Complete Tagalog translation (closes: #337306)
8789 - patch-128: Danish translation update (closes: #337949)
8790 - patch-129: Basque translation update (closes: #338101)
8791 * cmdline/apt-get.cc:
8792 - bufix in FindSrc (closes: #335213, #337910)
8793 * added armeb to archtable (closes: #333599)
8794 * with --allow-unauthenticated use the old fallback behaviour for
8795 sources (closes: #335112)
8796
8797 -- Michael Vogt <mvo@debian.org> Wed, 9 Nov 2005 07:22:31 +0100
8798
8799 apt (0.6.42.2) unstable; urgency=high
8800
8801 * NMU (approved by maintainer)
8802 * Add AMD64 archive signing key to debian-archive.gpg (closes: #336500).
8803 * Add big-endian arm (armeb) support (closes: #333599).
8804 * Priority high to get the AMD key into testing ASAP.
8805
8806 -- Frans Pop <fjp@debian.org> Sun, 30 Oct 2005 21:29:11 +0100
8807
8808 apt (0.6.42.1) unstable; urgency=low
8809
8810 * fix a incorrect example in the apt_prefrences man page
8811 (thanks to Filipus Klutiero, closes: #282918)
8812 * apt-pkg/pkgrecords.cc:
8813 - revert patch from last version, it causes trouble on alpha
8814 and ia64 (closes: #335102, #335103)
8815 * cmdline/apt-get.cc:
8816 - be extra carefull in FindSrc (closes: #335213)
8817
8818 -- Michael Vogt <mvo@debian.org> Sat, 22 Oct 2005 23:44:35 +0200
8819
8820 apt (0.6.42) unstable; urgency=low
8821
8822 * apt-pkg/cdrom.cc:
8823 - unmount the cdrom when apt failed to locate any package files
8824 * allow cdrom failures and fallback to other sources in that case
8825 (closes: #44135)
8826 * better error text when dpkg-source fails
8827 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-115:
8828 - patch-99: Added Galician translation
8829 - patch-100: Completed Danish translation (Closes: #325686)
8830 - patch-104: French translation completed
8831 - patch-109: Italian translation completed
8832 - patch-112: Swedish translation update
8833 - patch-115: Basque translation completed (Closes: #333299)
8834 * applied french man-page update (thanks to Philippe Batailler)
8835 (closes: #316638, #327456)
8836 * fix leak in the mmap code, thanks to Daniel Burrows for the
8837 patch (closes: #250583)
8838 * support for apt-get [build-dep|source] -t (closes: #152129)
8839 * added "APT::Authentication::TrustCDROM" option to make the life
8840 for the installer people easier (closes: #334656)
8841 * fix crash in apt-ftparchive (thanks to Bastian Blank for the patch)
8842 (closes: #334671)
8843 * apt-pkg/contrib/md5.cc:
8844 - fix a alignment problem on sparc64 that gives random bus errors
8845 (thanks to Fabbione for providing a test-case)
8846 * init the default ScreenWidth to 79 columns by default
8847 (Closes: #324921)
8848 * cmdline/apt-cdrom.cc:
8849 - fix some missing gettext() calls (closes: #334539)
8850 * doc/apt-cache.8.xml: fix typo (closes: #334714)
8851
8852 -- Michael Vogt <mvo@debian.org> Wed, 19 Oct 2005 22:02:09 +0200
8853
8854 apt (0.6.41) unstable; urgency=low
8855
8856 * improved the support for "error" and "conffile" reporting from
8857 dpkg, added the format to README.progress-reporting
8858 * added README.progress-reporting to the apt-doc package
8859 * improved the network timeout handling, if a index file from a
8860 sources.list times out or EAI_AGAIN is returned from getaddrinfo,
8861 don't try to get the other files from that entry
8862 * Support architecture-specific extra overrides
8863 (closes: #225947). Thanks to Anthony Towns for idea and
8864 the patch, thanks to Colin Watson for testing it.
8865 * Javier Fernandez-Sanguino Pen~a:
8866 - Added a first version of an apt-secure.8 manpage, and modified
8867 apt-key and apt.end accordingly. Also added the 'update'
8868 argument to apt-key which was previously not documented
8869 (Closes: #322120)
8870 * Andreas Pakulat:
8871 - added example apt-ftparchive.conf file to doc/examples
8872 (closes: #322483)
8873 * Fix a incorrect example in the man-page (closes: #282918)
8874 * Fix a bug for very long lines in the apt-cdrom code (closes: #280356)
8875 * Fix a manual page bug (closes: #316314)
8876 * Do md5sum checking for file and cdrom method (closes: #319142)
8877 * Change pkgPolicy::Pin from private to protected to let subclasses
8878 access it too (closes: #321799)
8879 * add default constructor for PrvIterator (closes: #322267)
8880 * Reread status configuration on debSystem::Initialize()
8881 (needed for apt-proxy, thanks to Otavio for this patch)
8882
8883 -- Michael Vogt <mvo@debian.org> Mon, 5 Sep 2005 22:59:03 +0200
8884
8885 apt (0.6.40.1ubuntu8) breezy; urgency=low
8886
8887 * Cherry picked michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-62:
8888 - fix for a bad memory/file leak in the mmap code (ubuntu #15603)
8889 * po/de.po, po/fr.po:
8890 - updated the translations
8891 * po/makefile:
8892 - create a single pot file in each domain dir to make rosetta happy
8893
8894 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 28 Sep 2005 10:16:06 +0200
8895
8896 apt (0.6.40.1ubuntu7) breezy; urgency=low
8897
8898 * updated the pot/po files , no code changes
8899
8900 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 27 Sep 2005 18:38:16 +0200
8901
8902 apt (0.6.40.1ubuntu6) breezy; urgency=low
8903
8904 * Cherry picked michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-56:
8905 - make it possible for apt to handle a failed MediaChange event and
8906 fall back to other sources (ubuntu #13713)
8907
8908 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 13 Sep 2005 22:09:50 +0200
8909
8910 apt (0.6.40.1ubuntu5) breezy; urgency=low
8911
8912 * Cherry picked michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-{50,51}.
8913 This adds media-change reporting to the apt status-fd (ubuntu #15213)
8914 * Cherry picked michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-55:
8915 apt-pkg/cdrom.cc:
8916 - unmount the cdrom when apt failed to locate any package files
8917
8918 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 12 Sep 2005 15:44:26 +0200
8919
8920 apt (0.6.40.1ubuntu4) breezy; urgency=low
8921
8922 * debian/apt.cron.daily:
8923 - fix a embarrassing typo
8924
8925 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 7 Sep 2005 10:10:37 +0200
8926
8927 apt (0.6.40.1ubuntu3) breezy; urgency=low
8928
8929 * debian/apt.cron.daily:
8930 - use the ctime as well when figuring what packages need to
8931 be removed. This fixes the problem that packages copied with
8932 "cp -a" (e.g. from the installer) have old mtimes (ubuntu #14504)
8933
8934 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 6 Sep 2005 18:30:46 +0200
8935
8936 apt (0.6.40.1ubuntu2) breezy; urgency=low
8937
8938 * improved the support for "error" and "conffile" reporting from
8939 dpkg, added the format to README.progress-reporting
8940 * added README.progress-reporting to the apt-doc package
8941 * Do md5sum checking for file and cdrom method (closes: #319142)
8942 * Change pkgPolicy::Pin from private to protected to let subclasses
8943 access it too (closes: #321799)
8944 * methods/connect.cc:
8945 - send failure reason for EAI_AGAIN (TmpResolveFailure) to acuire-item
8946 * apt-pkg/acquire-item.cc:
8947 - fail early if a FailReason is TmpResolveFailure (avoids hangs during
8948 the install when no network is available)
8949 * merged michael.vogt@ubuntu.com--2005/apt--trust-cdrom--0
8950
8951 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 23 Aug 2005 19:44:55 +0200
8952
8953 apt (0.6.40.1ubuntu1) breezy; urgency=low
8954
8955 * Synchronize with Debian
8956
8957 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 5 Aug 2005 14:20:56 +0200
8958
8959 apt (0.6.40.1) unstable; urgency=low
8960
8961 * bugfix in the parsing code for the apt<->dpkg communication. apt
8962 crashed when dpkg sends the same state more than once under certain
8963 conditions
8964 * 0.6.40 breaks the ABI but I accidentally didn't change the soname :/
8965
8966 -- Michael Vogt <mvo@debian.org> Fri, 5 Aug 2005 13:24:58 +0200
8967
8968 apt (0.6.40ubuntu1) breezy; urgency=low
8969
8970 * Synchronize with Debian
8971
8972 -- Matt Zimmerman <mdz@ubuntu.com> Thu, 4 Aug 2005 15:53:22 -0700
8973
8974 apt (0.6.40) unstable; urgency=low
8975
8976 * Patch from Jordi Mallach to mark some additional strings for translation
8977 * Updated Catalan translation from Jordi Mallach
8978 * Merge from bubulle@debian.org--2005/apt--main--0:
8979 - Update pot and merge with *.po
8980 - Updated French translation, including apt-key.fr.8
8981 * Restore changelog entries from the 0.6.x series that went to Debian
8982 experimental
8983 * Merge michael.vogt@ubuntu.com--2005/apt--progress-reporting--0
8984 - Provide an interface for progress reporting which can be used by
8985 (e.g.) base-config
8986
8987 -- Matt Zimmerman <mdz@debian.org> Thu, 28 Jul 2005 11:57:32 -0700
8988
8989 apt (0.6.39ubuntu4) breezy; urgency=low
8990
8991 * Fix keyring paths in apt-key, apt.postinst (I swear I remember doing this
8992 before...)
8993
8994 -- Matt Zimmerman <mdz@ubuntu.com> Wed, 29 Jun 2005 08:39:17 -0700
8995
8996 apt (0.6.39ubuntu3) breezy; urgency=low
8997
8998 * Fix keyring locations for Ubuntu in apt-key too.
8999
9000 -- Colin Watson <cjwatson@ubuntu.com> Wed, 29 Jun 2005 14:45:36 +0100
9001
9002 apt (0.6.39ubuntu2) breezy; urgency=low
9003
9004 * Install ubuntu-archive.gpg rather than debian-archive.gpg as
9005 /etc/apt/trusted.gpg.
9006
9007 -- Colin Watson <cjwatson@ubuntu.com> Wed, 29 Jun 2005 11:53:34 +0100
9008
9009 apt (0.6.39ubuntu1) breezy; urgency=low
9010
9011 * Michael Vogt
9012 - Change debian/bugscript to use #!/bin/bash (Closes: #313402)
9013 - Fix a incorrect example in the man-page (closes: #282918)
9014 - Support architecture-specific extra overrides
9015 (closes: #225947). Thanks to Anthony Towns for idea and
9016 the patch, thanks to Colin Watson for testing it.
9017 - better report network timeouts from the methods to the acuire code,
9018 only timeout once per sources.list line
9019
9020 -- Matt Zimmerman <mdz@ubuntu.com> Tue, 28 Jun 2005 11:52:24 -0700
9021
9022 apt (0.6.39) unstable; urgency=low
9023
9024 * Welsh translation update: daf@muse.19inch.net--2005/apt--main--0--patch-6
9025 * Merge mvo's changes from 0.6.36ubuntu1:
9026 michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-32
9027 * Merge aggregated translation updates:
9028 bubulle@debian.org--2005/apt--main--0
9029 * Update priority of apt-utils to important, to match the override file
9030 * Install only one keyring on each branch (Closes: #316119)
9031
9032 -- Matt Zimmerman <mdz@debian.org> Tue, 28 Jun 2005 11:51:09 -0700
9033
9034 apt (0.6.38ubuntu1) breezy; urgency=low
9035
9036 * First release from Ubuntu branch
9037 * Merge with --main--0, switch back to Ubuntu keyring
9038
9039 -- Matt Zimmerman <mdz@ubuntu.com> Sat, 25 Jun 2005 16:52:41 -0700
9040
9041 apt (0.6.38) unstable; urgency=low
9042
9043 * Merge michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-6, a workaround
9044 for the French man pages' failure to build
9045 * Branch Debian and Ubuntu
9046 - apt.postinst, apt-key: use the appropriate keyring
9047 - debian/rules: install all keyrings
9048 * Add the current Debian archive signing key (4F368D5D) to
9049 debian-archive.gpg
9050 * make pinning on the "component" work again (using the section of the
9051 archive, we don't use per-section Release files anymore with apt-0.6)
9052 (closes ubuntu #9935)
9053
9054 -- Matt Zimmerman <mdz@debian.org> Sat, 25 Jun 2005 09:51:00 -0700
9055
9056 apt (0.6.37) breezy; urgency=low
9057
9058 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-81
9059 - patch-66: Italian update
9060 - patch-71: French update
9061 - patch-73: Basque update
9062 - patch-74: Hebrew update
9063 - patch-76: Correct Hebrew translation (Closes: #306658)
9064 - patch-77: French man page update
9065 - patch-79: Correct syntax errors in Hebrew translation
9066 - patch-81: Portuguese update
9067 * Fix build of French man pages (now using XML, not SGML)
9068 * Add Welsh translation from Dafydd Harries
9069 (daf@muse.19inch.net--2005/apt--main--0--patch-1)
9070 * Change debian/bugscript to use #!/bin/bash (Closes: #313402)
9071 * Fix a incorrect example in the man-page (closes: #282918)
9072
9073 -- Matt Zimmerman <mdz@ubuntu.com> Tue, 24 May 2005 14:38:25 -0700
9074
9075 apt (0.6.36ubuntu1) breezy; urgency=low
9076
9077 * make it possible to write a cache-control: no-cache header even if
9078 no proxy is set to support transparent proxies (closes ubuntu: #10773)
9079
9080 * Merge otavio@debian.org--2005/apt--fixes--0.6:
9081 - Fix comment about the need of xmlto while building from Arch;
9082 - Fix StatStore struct on cachedb.h to use time_t and then fix a compile
9083 warning;
9084 - Lock database at start of DoInstall routine to avoid concurrent
9085 runs of install/remove and update commands (Closes: #194467)
9086 - Fix warnings while compiling with GCC 4.0 compiler
9087
9088 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 23 May 2005 11:57:53 +0200
9089
9090 apt (0.6.36) experimental; urgency=low
9091
9092 * Merge apt--mvo--0:
9093 - apt-pkg/acquire-item.cc:
9094 added "Acquire::BrokenProxy" that will force apt to always
9095 re-get the Release.gpg file (for broken proxies)
9096 - debian/apt.cron.daily:
9097 MinAge is defaulting to 2 days now to prevent over-aggresive removal
9098 - apt-pkg/cdrom.cc:
9099 honor "Acquire::gpgv::Options" when verifying the signature (Ubuntu #8496)
9100
9101 -- Michael Vogt <mvo@debian.org> Thu, 31 Mar 2005 20:37:11 +0200
9102
9103 apt (0.6.35) hoary; urgency=low
9104
9105 * Merge apt--mvo--0 (incorporates 0.6.34ubuntu1):
9106 - Implement MaxSize and MaxAge in apt.cron.daily, to prevent the cache
9107 from growing too large (Ubuntu #6761)
9108 - some comments about the pkgAcqMetaSig::Custom600Headers() added
9109 - use gpg --with-colons
9110 - commented the ftp no_proxy unseting in methods/ftp.cc
9111 - added support for "Acquire::gpgv::options" in methods/gpgv.cc
9112 * Merge bubulle@debian.org--2005/apt--main--0
9113 - Make capitalization more consistent
9114 - Un-fuzzy translations resulting from capitalization changes
9115 - Italian translation update
9116
9117 -- Matt Zimmerman <mdz@ubuntu.com> Mon, 7 Mar 2005 20:08:33 -0800
9118
9119 apt (0.6.34) hoary; urgency=low
9120
9121 * Add missing semicolon to configure-index (Closes: #295773)
9122 * Update build-depends on gettext to 0.12 (Closes: #295077)
9123 * Merge from bubulle@debian.org--2005/apt--main--0 to get
9124 translation updates
9125
9126 -- Matt Zimmerman <mdz@ubuntu.com> Fri, 4 Mar 2005 16:13:15 -0800
9127
9128 apt (0.6.33) hoary; urgency=low
9129
9130 * Merge michael.vogt@ubuntu.com--2005/apt--mvo--0 (through patch-6)
9131 - patch-1: cosmetic changes (whitespace, "Apt::GPGV->APT::GPGV")
9132 - patch-2: (doc) documentation for gpgv
9133 - patch-3: (doc) new config variables added configure-index
9134 - patch-4: pkgAcquire::Run() pulse intervall can be configured
9135 - patch-5: fix for apt-get update removing Release.gpg files (#6865)
9136 - patch-6: change the path scoring in apt-cdrom, prefer pathes without
9137 symlinks
9138
9139 -- Matt Zimmerman <mdz@ubuntu.com> Sat, 26 Feb 2005 15:21:17 -0800
9140
9141 apt (0.6.32) hoary; urgency=low
9142
9143 * Merge michael.vogt@ubuntu.com--2005/apt--mvo--0 (patch-1)
9144 - Implement Acquire::gpgv::options (Ubuntu bug#6283)
9145
9146 -- Matt Zimmerman <mdz@ubuntu.com> Tue, 8 Feb 2005 19:31:15 -0800
9147
9148 apt (0.6.31) hoary; urgency=low
9149
9150 * Matt Zimmerman
9151 - Remove debugging output from apt.cron.daily (no one noticed?)
9152 - Apply patch from Anthony Towns to allow SHA1Summation to process a file
9153 descriptor until EOF, rather than requiring that the length of input be
9154 specified (Closes: #291338)
9155 - Fix build/install of Polish offline documentation, based on patch from
9156 Christian Perrier (Closes: #270404)
9157 * Michael Vogt
9158 - apt-cdrom.cc seperated into frontend (cmdline/apt-cdrom.cc and library
9159 apt-pkg/cdrom.{cc,h}) (Ubuntu #5668)
9160
9161 -- Matt Zimmerman <mdz@ubuntu.com> Fri, 4 Feb 2005 10:23:01 -0800
9162
9163 apt (0.6.30) unstable; urgency=low
9164
9165 * Add ppc64 to buildlib/archtable
9166 * Merge michael.vogt@canonical.com--2004/apt--status-fd--0
9167 - Support preserving dpkg status file descriptor, to support
9168 better integration with synaptic
9169
9170 -- Matt Zimmerman <mdz@ubuntu.com> Wed, 19 Jan 2005 00:26:01 -0800
9171
9172 apt (0.6.29) hoary; urgency=low
9173
9174 * Merge apt--mvo--0 (0.6.27ubuntu4)
9175
9176
9177 -- Matt Zimmerman <mdz@canonical.com> Tue, 28 Dec 2004 17:18:02 -0800
9178
9179 apt (0.6.28) hoary; urgency=low
9180
9181 * Merge apt--mvo--0
9182 * Rebuild source to get rid of arch metadata and temporary files in
9183 0.6.27ubuntu3
9184
9185 -- Matt Zimmerman <mdz@canonical.com> Thu, 23 Dec 2004 18:53:16 -0800
9186
9187 apt (0.6.27ubuntu4) hoary; urgency=low
9188
9189 * remove old sig-file in partial/ before starting to fetch a new sig-file
9190 (see ubuntu #4769 for the rational)
9191 * added apt-key update method (uses ubuntu-keyring)
9192 * documented the "--allow-unauthenticated" switch
9193 * added DEB_BUILD_PROG_OPTS to debian/rules (additonal options can be
9194 passed to DEB_BUILD_PROG like "-S")
9195
9196 -- Michael Vogt <mvo@debian.org> Thu, 23 Dec 2004 11:12:51 +0100
9197
9198 apt (0.6.27ubuntu3) hoary; urgency=low
9199
9200 * added a exact dependency from libapt-pkg-dev to the apt version it was
9201 build with
9202
9203 -- Michael Vogt <mvo@debian.org> Wed, 15 Dec 2004 09:56:32 +0100
9204
9205 apt (0.6.27ubuntu2) hoary; urgency=low
9206
9207 * fixed a bug in the rule file that happend during the big 0.5->0.6 merge
9208
9209 -- Michael Vogt <mvo@debian.org> Tue, 14 Dec 2004 12:14:25 +0100
9210
9211 apt (0.6.27ubuntu1) hoary; urgency=low
9212
9213 * chmod 755 /usr/bin/apt-key
9214 * don't display a error when a apt-get update don't find a
9215 Packages.bz2/Sources.bz2 file
9216
9217 -- Michael Vogt <mvo@debian.org> Mon, 13 Dec 2004 18:40:21 +0100
9218
9219 apt (0.6.27) hoary; urgency=low
9220
9221 * Merge apt--authentication--0 branch
9222 - Implement gpg authentication for package repositories (Closes: #203741)
9223 - Also includes Michael Vogt's fixes
9224 * Merge apt--misc-abi-changes--0 branch
9225 - Use pid_t throughout to hold process IDs (Closes: #226701)
9226 - Import patch from Debian bug #195510: (Closes: #195510)
9227 - Make Simulate::Describe and Simulate::ShortBreaks private member
9228 functions
9229 - Add a parameter (Candidate) to Describe to control whether the
9230 candidate version is displayed
9231 - Pass an appropriate value for Candidate everywhere Describe is called
9232
9233 -- Matt Zimmerman <mdz@canonical.com> Mon, 13 Dec 2004 01:03:11 -0800
9234
9235 apt (0.6.25) experimental; urgency=low
9236
9237 * Fix handling of two-part sources for sources.list deb-src entries in
9238 the same way that deb entries were fixed
9239
9240 -- Matt Zimmerman <mdz@debian.org> Wed, 9 Jun 2004 05:29:50 -0700
9241
9242 apt (0.6.24) experimental; urgency=low
9243
9244 * YnPrompt fixes were inadvertently left out, include them (Closes:
9245 #249251)
9246
9247 -- Matt Zimmerman <mdz@debian.org> Sun, 16 May 2004 14:18:53 -0700
9248
9249 apt (0.6.23) experimental; urgency=low
9250
9251 * Remove obsolete pkgIterator::TargetVer() (Closes: #230159)
9252 * Reverse test in CheckAuth to match new prompt (Closes: #248211)
9253
9254 -- Matt Zimmerman <mdz@debian.org> Sun, 9 May 2004 21:01:58 -0700
9255
9256 apt (0.6.22) experimental; urgency=low
9257
9258 * Merge 0.5.25
9259 * Make the unauthenticated packages prompt more intuitive (yes to
9260 continue, default no), but require --force-yes in addition to
9261 --assume-yes in order to override
9262
9263 -- Matt Zimmerman <mdz@debian.org> Fri, 19 Mar 2004 13:55:35 -0800
9264
9265 apt (0.6.21) experimental; urgency=low
9266
9267 * Merge 0.5.24
9268
9269 -- Matt Zimmerman <mdz@debian.org> Tue, 16 Mar 2004 22:52:34 -0800
9270
9271 apt (0.6.20) experimental; urgency=low
9272
9273 * Merge 0.5.23
9274
9275 -- Matt Zimmerman <mdz@debian.org> Thu, 26 Feb 2004 17:17:02 -0800
9276
9277 apt (0.6.19) experimental; urgency=low
9278
9279 * Merge 0.5.22
9280 * Convert apt-key(8) to docbook XML
9281
9282 -- Matt Zimmerman <mdz@debian.org> Mon, 9 Feb 2004 15:44:49 -0800
9283
9284 apt (0.6.18) experimental; urgency=low
9285
9286 * Add new Debian Archive Automatic Signing Key to the default keyring
9287 (existing keyrings are not updated; do that yourself)
9288
9289 -- Matt Zimmerman <mdz@debian.org> Sat, 17 Jan 2004 17:04:30 -0800
9290
9291 apt (0.6.17) experimental; urgency=low
9292
9293 * Merge 0.5.21
9294 * Handle more IMS stuff correctly
9295
9296 -- Matt Zimmerman <mdz@debian.org> Fri, 16 Jan 2004 10:54:25 -0800
9297
9298 apt (0.6.16) experimental; urgency=low
9299
9300 * Fix some cases where the .gpg file could be left in place when it is
9301 invalid
9302
9303 -- Matt Zimmerman <mdz@debian.org> Fri, 9 Jan 2004 09:22:15 -0800
9304
9305 apt (0.6.15) experimental; urgency=low
9306
9307 * s/Debug::Acquire::gpg/&v/
9308 * Honor the [vendor] syntax in sources.list again (though it is not
9309 presently used for anything)
9310 * Don't ship vendors.list(5) since it isn't used yet
9311 * Revert change from 0.6.10; it was right in the first place and the
9312 problem was apparently something else. Archive = Suite.
9313
9314 -- Matt Zimmerman <mdz@debian.org> Mon, 5 Jan 2004 17:43:01 -0800
9315
9316 apt (0.6.14) experimental; urgency=low
9317
9318 * Merge 0.5.20
9319
9320 -- Matt Zimmerman <mdz@debian.org> Sun, 4 Jan 2004 11:09:21 -0800
9321
9322 apt (0.6.13) experimental; urgency=low
9323
9324 * Merge 0.5.19
9325
9326 -- Matt Zimmerman <mdz@debian.org> Sat, 3 Jan 2004 16:22:31 -0800
9327
9328 apt (0.6.12) experimental; urgency=low
9329
9330 * Have pkgAcquireIndex calculate an MD5 sum if one is not provided by
9331 the method (as with file: and copy:). Local repositories
9332 * Fix warning about dist name mismatch to actually print what it was
9333 expecting
9334 * Don't expect any particular distribution name for two-part
9335 sources.list entries
9336 * Merge 0.5.18
9337
9338 -- Matt Zimmerman <mdz@debian.org> Fri, 2 Jan 2004 13:59:00 -0800
9339
9340 apt (0.6.11) experimental; urgency=low
9341
9342 * Support IMS requests of Release.gpg and Release
9343 * This required API changes, bump the libapt-pkg version
9344 * Copy local Release files into Dir::State::Lists
9345 * Set IndexFile attribute when retrieving Release and Release.gpg so
9346 that the appropriate Cache-Control headers are sent
9347
9348 -- Matt Zimmerman <mdz@debian.org> Fri, 2 Jan 2004 10:46:17 -0800
9349
9350 apt (0.6.10) experimental; urgency=low
9351
9352 * Use "Codename" (woody, sarge, etc.) to supply the value of the
9353 "Archive" package file attribute, used to match "release a=" type
9354 pins, rather than "Suite" (stable, testing, etc.)
9355
9356 -- Matt Zimmerman <mdz@debian.org> Thu, 1 Jan 2004 16:56:47 -0800
9357
9358 apt (0.6.9) experimental; urgency=low
9359
9360 * Another tagfile workaround
9361
9362 -- Matt Zimmerman <mdz@debian.org> Thu, 1 Jan 2004 13:56:08 -0800
9363
9364 apt (0.6.8) experimental; urgency=low
9365
9366 * Add a config option and corresponding command line option
9367 (--allow-unauthenticated) to apt-get, to make buildd operators happy
9368 (Closes: #225648)
9369
9370 -- Matt Zimmerman <mdz@debian.org> Wed, 31 Dec 2003 08:28:04 -0800
9371
9372 apt (0.6.7) experimental; urgency=low
9373
9374 * Forgot to revert part of the changes to tagfile in 0.6.4. Hopefully
9375 will fix segfaults for some folks.
9376
9377 -- Matt Zimmerman <mdz@debian.org> Wed, 31 Dec 2003 08:01:28 -0800
9378
9379 apt (0.6.6) experimental; urgency=low
9380
9381 * Restore the ugly hack I removed from indexRecords::Load which set the
9382 pkgTagFile buffer size to (file size)+256. This is concealing a bug,
9383 but I can't fix it right now. This should fix the segfaults that
9384 folks are seeing with 0.6.[45].
9385
9386 -- Matt Zimmerman <mdz@debian.org> Mon, 29 Dec 2003 18:11:13 -0800
9387
9388 apt (0.6.5) experimental; urgency=low
9389
9390 * Move the authentication check into a separate function in apt-get
9391 * Fix display of unauthenticated packages when they are in the cache
9392 (Closes: #225336)
9393
9394 -- Matt Zimmerman <mdz@debian.org> Sun, 28 Dec 2003 16:47:57 -0800
9395
9396 apt (0.6.4) experimental; urgency=low
9397
9398 * Use the top-level Release file in LoadReleaseInfo, rather than looking
9399 for the per-section ones (which aren't downloaded anymore). This
9400 unbreaks release pinning, including the NotAutomatic bit used by
9401 project/experimental
9402 * Use FileFd::Size() rather than a separate stat() call in
9403 LoadReleaseInfo
9404 * Fix pkgTagFile to leave a little extra room at the end of the buffer
9405 to append the record separator if it isn't present
9406 * Change LoadReleaseInfo to use "Suite" rather than "Archive", to match
9407 the Debian archive's dist-level Release files
9408
9409 -- Matt Zimmerman <mdz@debian.org> Sun, 28 Dec 2003 15:55:55 -0800
9410
9411 apt (0.6.3) experimental; urgency=low
9412
9413 * Fix MetaIndexURI for flat ("foo/") sources
9414
9415 -- Matt Zimmerman <mdz@debian.org> Sun, 28 Dec 2003 12:11:56 -0800
9416
9417 apt (0.6.2) experimental; urgency=low
9418
9419 * Add space between package names when multiple unauthenticated packages
9420 are being installed (Closes: #225212)
9421 * Provide apt-key with a secret keyring and a trustdb, even though we
9422 would never use them, because it blows up if it doesn't have them
9423 * Fix typo in apt-key(8) (standard input is '-', not '/')
9424
9425 -- Matt Zimmerman <mdz@debian.org> Sat, 27 Dec 2003 13:01:40 -0800
9426
9427 apt (0.6.1) experimental; urgency=low
9428
9429 * Merge apt 0.5.17
9430 * Rearrange Release file authentication code to be more clear
9431 * If Release is present, but Release.gpg is not, don't forget to still
9432 queue Packages files
9433 * Convert distribution "../project/experimental" to "experimental" for
9434 comparison purposes
9435 * Make a number of Release file errors into warnings; for now, it is OK
9436 not to have a codename, for example. We mostly care about checksums
9437 for now
9438
9439 -- Matt Zimmerman <mdz@debian.org> Fri, 26 Dec 2003 15:12:47 -0800
9440
9441 apt (0.6.0) experimental; urgency=low
9442
9443 * Signature verification support patch ("apt-secure") from Colin Walters
9444 <walters@debian.org> and Isaac Jones <ijones@syntaxpolice.org>. This
9445 implements:
9446 - Release signature verification (Release.gpg)
9447 - Packages, Sources md5sum verification against Release
9448 - Closes: #203741
9449 * Make some modifications to signature verification support:
9450 - Release.gpg is always retrieved and verified if present, rather than
9451 requiring that sources be configured as secure
9452 - Print a hint about installing gnupg if exec(gpgv) fails
9453 - Remove obsolete pkgAcqIndexRel
9454 - Move vendors.list stuff into a separate module (vendorlist.{h,cc})
9455 - If any files about to be retrieved are not authenticated, issue a
9456 warning to the user and require confirmation
9457 - Fix a heap corruption bug in pkgSrcRecords::pkgSrcRecords()
9458 * Suggests: gnupg
9459 * Install a keyring in /usr/share/apt/debian-archive.gpg containing an
9460 initial set of Debian archive signing keys to seed /etc/apt/trusted.gpg
9461 * Add a new tool, apt-key(8) used to manage the keyring
9462
9463 -- Matt Zimmerman <mdz@debian.org> Fri, 26 Dec 2003 08:27:19 -0800
9464
9465 apt (0.5.32) hoary; urgency=low
9466
9467 * Call setlocale in the methods, so that the messages are properly
9468 localised (Closes: #282700)
9469 * Implement support for bzip2-compressed debs (data.tar.bz2)
9470
9471 -- Matt Zimmerman <mdz@canonical.com> Sat, 11 Dec 2004 09:05:52 -0800
9472
9473 apt (0.5.31) unstable; urgency=low
9474
9475 * New Romanian translation from Sorin Batariuc <sorin@bonbon.net>
9476 (Closes: #281458)
9477 * Merge changes from Hoary (0.5.30,0.5.30ubuntu2]
9478 * Fix the example in apt_preferences(5) to match the text
9479 (Closes: #222267)
9480 * Add APT::Periodic::Autoclean setting, to allow "apt-get autoclean" to
9481 be run periodically. This is useful with
9482 APT::Periodic::Download-Upgradeable-Packages, and defaults to the same
9483 value, so that the cache size is bounded
9484
9485 -- Matt Zimmerman <mdz@debian.org> Tue, 23 Nov 2004 12:53:04 -0800
9486
9487 apt (0.5.30ubuntu2) hoary; urgency=low
9488
9489 * bzip2 is now "Suggested" and it will detect if bzip2 is installed
9490 and only then trying to get Packages.bz2
9491
9492 -- Michael Vogt <mvo@debian.org> Fri, 19 Nov 2004 12:00:39 +0100
9493
9494 apt (0.5.30ubuntu1) hoary; urgency=low
9495
9496 * Need to Depend: bzip2 or Packages.bz2 fail.
9497
9498 -- LaMont Jones <lamont@canonical.com> Thu, 18 Nov 2004 12:51:05 -0700
9499
9500 apt (0.5.30) hoary; urgency=low
9501
9502 * Patch from Michael Vogt to enable Packages.bz2 use, with a fallback to
9503 Packages.gz if it is not present (Closes: #37525)
9504
9505 -- Matt Zimmerman <mdz@debian.org> Mon, 15 Nov 2004 12:57:28 -0800
9506
9507 apt (0.5.29) unstable; urgency=low
9508
9509 * Don't hardcode paths in apt.cron.daily
9510 * Add to apt.cron.daily the capability to pre-download upgradeable
9511 packages
9512 * Place timestamp files in /var/lib/apt/periodic, rather than
9513 /var/lib/apt itself
9514 * Standardize debhelper files a bit
9515 - Create all directories in debian/dirs rather than creating some on
9516 the dh_installdirs command line
9517 - Rename debian/dirs to debian/apt.dirs, debian/examples to
9518 debian/apt.examples
9519
9520 -- Matt Zimmerman <mdz@debian.org> Sat, 13 Nov 2004 17:58:07 -0800
9521
9522 apt (0.5.28) hoary; urgency=low
9523
9524 * Translation updates:
9525 - Updated Hungarian from Kelemen Gábor <kelemeng@gnome.hu> (Closes: #263436)
9526 - Updated Greek from George Papamichelakis (Closes: #265004)
9527 - Updated Simplified Chinese from Tchaikov (Closes: #265190)
9528 - Updated French by Christian Perrier (Closes: #265816)
9529 - Updated Japanese by Kenshi Muto (Closes: #265630)
9530 - Updated Catalan from Jordi Mallach
9531 - Updated Dutch from Bart Cornelis (Closes: #268258, #278697)
9532 - Updated Portuguese from Miguel Figueiredo (Closes: #268265)
9533 - Updated Polish from Robert Luberda <robert@debian.org> (Closes: #268451)
9534 - Updated Danish from Claus Hindsgaul (Closes: #269417)
9535 - Updated Norwegian Nynorsk from Håvard Korsvoll <korsvoll@skulelinux.no>
9536 (Closes: #269965)
9537 - Updated Russian from Yuri Kozlov <yuray@id.ru> (Closes: #271104)
9538 - Updated Italian from Samuele Giovanni Tonon <samu@debian.org>
9539 (Closes: #275083)
9540 - Updated Brazilian Portuguese from Andre Luis Lopes (Closes: #273944)
9541 - Updated Slovak from Peter Mann (Closes: #279481)
9542 * APT::Get::APT::Get::No-List-Cleanup -> APT::Get::List-Cleanup in apt-get.cc
9543 (Closes: #267266)
9544 * Merge Ubuntu changes:
9545 - Set default Dpkg::MaxArgs to 1024, and Dpkg::MaxArgBytes to 32k.
9546 Needed to work around ordering bugs when installing a large number of
9547 packages
9548 - Patch from Michael Vogt to add an optional cron job which
9549 can run apt-get update periodically
9550 * Add arch-build target to debian/rules
9551
9552 -- Matt Zimmerman <mdz@debian.org> Sat, 13 Nov 2004 15:52:20 -0800
9553
9554 apt (0.5.27) unstable; urgency=high
9555
9556 * Sneak in a bunch of updated translations before the freeze
9557 (no code changes)
9558 * Translation updates:
9559 - New Finnish translation from Tapio Lehtonen <tale@debian.org>
9560 (Closes: #258999)
9561 - New Bosnian translation from Safir Šećerović <sapphire@linux.org.ba>
9562 (Closes: #254201)
9563 - Fix Italian incontrario (Closes: #217277)
9564 - Updated Spanish from Ruben Porras (Closes: #260483)
9565 - Updated Danish from Claus Hindsgaul (Closes: #260569)
9566 - Updated Slovak from Peter Mann (Closes: #260627)
9567 - Updated Portuguese from Miguel Figueiredo (Closes: #261423)
9568 * Bring configure-index up to date with documented options, patch from
9569 Uwe Zeisberger <zeisberg@informatik.uni-freiburg.de> (Closes: #259540)
9570 * Note in apt.conf(5) that configure-index does not contain strictly
9571 default values, but also examples
9572 * Add Polish translation of offline.sgml (Closes: #259229)
9573
9574 -- Matt Zimmerman <mdz@debian.org> Thu, 29 Jul 2004 09:30:12 -0700
9575
9576 apt (0.5.26) unstable; urgency=low
9577
9578 * Translation updates:
9579 - Spanish update from Ruben Porras <nahoo82@telefonica.net> (Closes: #248214)
9580 - Sync Spanish apt(8) (Closes: #249241)
9581 - French update from Christian Perrier <bubulle@debian.org> (Closes: #248614)
9582 - New Slovak translation from Peter Mann <Peter.Mann@tuke.sk> (Closes: #251676)
9583 - Czech update from Miroslav Kure <kurem@upcase.inf.upol.cz> (Closes: #251682)
9584 - pt_BR update from Andre Luis Lopes <andrelop@debian.org> (Closes: #251961)
9585 - German translation of apt(8) from Helge Kreutzmann <kreutzm@itp.uni-hannover.de>
9586 (Closes: #249453)
9587 - pt update from Miguel Figueiredo <elmig@debianpt.org> (Closes: #252700)
9588 - New Hebrew translation from Lior Kaplan <webmaster@guides.co.il>
9589 (Closes: #253182)
9590 - New Basque translation from Piarres Beobide Egaña <pi@beobide.net>
9591 (Vasco - Euskara - difficult language, Closes: #254407) and already a
9592 correction (Closes: #255760)
9593 - Updated Brazilian Portuguese translation from
9594 Guilherme de S. Pastore <gpastore@colband.com.br> (Closes: #256396)
9595 - Updated Greek translation (complete now) from
9596 George Papamichelakis <george@step.gr> (Closes: #256797)
9597 - New Korean translation from Changwoo Ryu <cwryu@debian.org>
9598 (Closes: #257143)
9599 - German translation now available in two flavours: with Unicode usage and
9600 without (related to #228486, #235759)
9601 * Update apt-get(8) to reflect the fact that APT::Get::Only-Source will
9602 affect apt-get build-dep as well as apt-get source
9603 * Remove aborted remnants of a different method of implementing DEB_BUILD_OPTIONS
9604 from debian/rules
9605 * Fix typo in error message when encountering unknown type in source list
9606 (Closes: #253217)
9607 * Update k*bsd-gnu arch names in buildlib/ostable (Closes: #253532)
9608 * Add amd64 to buildlib/archtable (Closes: #240896)
9609 * Have configure output a more useful error message if the architecture
9610 isn't in archtable
9611
9612 -- Matt Zimmerman <mdz@debian.org> Thu, 8 Jul 2004 15:53:28 -0700
9613
9614 apt (0.5.25) unstable; urgency=low
9615
9616 * Patch from Jason Gunthorpe to remove arbitrary length limit on Binary
9617 field in SourcesWriter::DoPackage
9618 * Fix typo in apt-cache(8) (Closes: #238578)
9619 * Fix obsolete reference to bug(1) in stub apt(8) man page
9620 (Closes: #245923)
9621 * Fix typo in configure-index (RecruseDepends -> RecurseDepends)
9622 (Closes: #246550)
9623 * Support DEB_BUILD_OPTIONS=noopt in debian/rules
9624 (Closes: #244293)
9625 * Increase length of line buffer in ReadConfigFile to 1024 chars;
9626 detect if a line is longer than that and error out
9627 (Closes: #244835)
9628 * Suppress a signed/unsigned warning in apt-cache.cc:DisplayRecord
9629 * Build apt-ftparchive with libdb4.2 rather than libdb2
9630 - Patch from Clint Adams to do most of the work
9631 - Build-Depends: s/libdb2-dev/libdb4.2-dev/
9632 - Add AC_PREREQ(2.50) to configure.in
9633 - Use db_strerror(err) rather than GlobalError::Errno (which uses strerror)
9634 - Add note to NEWS.Debian about upgrading old databases
9635 * Attempt to fix problems with chunked encoding by stripping only a single CR
9636 (Closes: #152711)
9637 * Modify debian/rules cvs-build to use cvs export, to avoid picking up
9638 junk files from the working directory
9639 * Add lang=fr attribute to refentry section of
9640 apt-extracttemplates.fr.1.sgml and apt-sortpkgs.fr.1.sgml so they are
9641 correctly built
9642 * Remove extraneous '\' characters from <command> tags in
9643 apt_preferences.fr.5.sgml
9644 * Translation updates:
9645 - Updated Swedish translation from Peter Karlsson <peter@softwolves.pp.se>
9646 (Closes: #238943)
9647 - New Slovenian translation from Jure Čuhalev <gandalf@owca.info>
9648 (closes: #239785)
9649 - New Portuguese translation from Miguel Figueiredo <elmig@debianpt.org>
9650 (closes: #240074)
9651 - Updated Spanish translation from Ruben Porras <nahoo82@telefonica.net>
9652 - Updated Spanish translation of man pages from Ruben Porras
9653 <nahoo82@telefonica.net>
9654 - Updated Simplified Chinese translation from "Carlos Z.F. Liu" <carlos_liu@yahoo.com>
9655 (Closes: #241971)
9656 - Updated Russian translation from Dmitry Astapov <adept@despammed.com>
9657 (Closes: #243959)
9658 - Updated Polish translation from Marcin Owsiany <porridge@debian.org>
9659 (Closes: #242388)
9660 - Updated Czech translation from Miroslav Kure <kurem@upcase.inf.upol.cz>
9661 (Closes: #244369)
9662 - Updated Japanese translation from Kenshi Muto <kmuto@debian.org>
9663 (Closes: #244176)
9664 - Run make -C po update-po to update .po files
9665 - Updated French translation from Christian Perrier <bubulle@debian.org>
9666 (Closes: #246925)
9667 - Updated Danish translation from Claus Hindsgaul <claus_h@image.dk>
9668 (Closes: #247311)
9669
9670 -- Matt Zimmerman <mdz@debian.org> Sat, 8 May 2004 12:52:20 -0700
9671
9672 apt (0.5.24) unstable; urgency=low
9673
9674 * Updated Czech translation from Miroslav Kure <kurem@upcase.inf.upol.cz>
9675 (Closes: #235822)
9676 * Updated French translation from Christian Perrier <bubulle@debian.org>
9677 (Closes: #237403)
9678 * Updates to XML man pages from richard.bos@xs4all.nl
9679 * Updated Danish translation from Claus Hindsgaul <claus_h@image.dk>
9680 (Closes: #237771)
9681 * Updated Greek translation from Konstantinos Margaritis
9682 <markos@debian.org>
9683 (Closes: #237806)
9684 * Updated Spanish translation from Ruben Porras <nahoo82@telefonica.net>
9685 (Closes: #237863)
9686 * Updated pt_BR translation from Andre Luis Lopes <andrelop@debian.org>
9687 (Closes: #237960)
9688 * Regenerate .pot file (Closes: #237892)
9689 * Updated Polish translation from Marcin Owsiany <porridge@debian.org>
9690 (Closes: #238333)
9691 * In pkgAcquire::Shutdown(), set the status of fetching items to
9692 StatError to avoid a sometimes large batch of error messages
9693 (Closes: #234685)
9694 * Implement an ugly workaround for the 10000-character limit on the
9695 Binaries field in debSrcRecordParser, until such time as some things
9696 can be converted over to use STL data types (ABI change) (Closes: #236688)
9697 * Increase default tagfile buffer from 32k to 128k; this arbitrary limit
9698 should also be removed someday (Closes: #174945)
9699 * Checked against Standards-Version 3.6.1 (no changes)
9700
9701 -- Matt Zimmerman <mdz@debian.org> Tue, 16 Mar 2004 22:47:55 -0800
9702
9703 apt (0.5.23) unstable; urgency=low
9704
9705 * Cosmetic updates to XML man pages from Richard Bos <radoeka@xs4all.nl>
9706 * Use the 'binary' target rather than 'all' so that the ssh and bzip2
9707 symlinks are created correctly (thanks to Adam Heath)
9708 (Closes: #214842)
9709 * Updated Simplified Chinese translation of message catalog from Tchaikov
9710 <chaisave@263.net> (Closes: #234186)
9711 * Change default for Acquire::http::max-age to 0 to prevent index files
9712 being out of sync with each other (important with Release.gpg)
9713 * Add an assert() to make sure that we don't overflow a fixed-size
9714 buffer in the very unlikely event that someone adds 10 packaging
9715 systems to apt (Closes: #233678)
9716 * Fix whitespace in French translation of "Yes, do as I say!", which
9717 made it tricky to type, again. Thanks to Sylvain Pasche
9718 <sylvain.pasche@switzerland.org> (Closes: #234494)
9719 * Print a slightly clearer error message if no packaging systems are
9720 available (Closes: #233681)
9721 * Point to Build-Depends in COMPILING (Closes: #233669)
9722 * Make debian/rules a bit more consistent in a few places.
9723 Specifically, always use -p$@ rather than an explicit package name,
9724 and always specify it first, and use dh_shlibdeps -l uniformly rather
9725 than sometimes changing LD_LIBRARY_PATH directly
9726 * Document unit for Cache-Limit (bytes) (Closes: #234737)
9727 * Don't translate "Yes, do as I say!" in Chinese locales, because it can
9728 be difficult to input (Closes: #234886)
9729
9730 -- Matt Zimmerman <mdz@debian.org> Thu, 26 Feb 2004 17:08:14 -0800
9731
9732 apt (0.5.22) unstable; urgency=low
9733
9734 * Updated French translation of man pages from Philippe Batailler
9735 <philippe.batailler@free.fr> (Closes: #203119)
9736 * Initialize StatusFile in debSystem (Closes: #229791)
9737 * Fix apt-get's suggests/recommends printing, which was skipping every
9738 other dependency due to both using GlobOr and incrementing the DepIterator
9739 (Closes: #229722)
9740 * Restore SIGINT/SIGQUIT handlers to their old values (rather than
9741 SIG_DFL) after invoking dpkg (Closes: #229854)
9742 * Updated Dutch translation of message catalog from cobaco
9743 <cobaco@linux.be> (Closes: #229601)
9744 * Catalan translation from Antoni Bella, Matt Bonner and Jordi Mallach
9745 (Closes: #230102)
9746 * Simplified Chinese translation of message catalog from "Carlos
9747 Z.F. Liu" <carlos_liu@yahoo.com> (Closes: #230960)
9748 * Replace SGML manpages with XML man pages from richard.bos@xs4all.nl
9749 (Closes: #230687)
9750 * Updated Spanish translation of man pages from Ruben Porras
9751 <nahoo82@telefonica.net> (Closes: #231539)
9752 * New Czech translation of message catalog from Miroslav Kure
9753 <kurem@upcase.inf.upol.cz> (Closes: #231921)
9754
9755 -- Matt Zimmerman <mdz@debian.org> Mon, 9 Feb 2004 12:44:54 -0800
9756
9757 apt (0.5.21) unstable; urgency=low
9758
9759 * Patch from Eric Wong <normalperson@yhbt.net> to include apt18n.h after
9760 other headers to avoid breaking locale.h when setlocale() is defined
9761 as an empty macro. This was not a problem on Debian, but broke
9762 compilation on Solaris. (Closes: #226509)
9763 * Updated French translation from Pierre Machard <pmachard@debian.org>
9764 (Closes: #226886)
9765 * Add colons to apt-get's "kept back"/"upgraded"/"downgraded" messages
9766 (Closes: #226813)
9767 * Fix typo in apt-cache(8) (Closes: #226351)
9768 * Clearer error message in place of "...has no available version, but
9769 exists in the database" (Closes: #212203)
9770 * Patch from Oliver Kurth <oku@masqmail.cx> to use AC_CACHE_VAL for
9771 GLIBC_VER to make cross-compilation easier (Closes: #221528)
9772 * Add example preferences file (Closes: #220799)
9773 * Updated Greek translation from Konstantinos Margaritis <markos@debian.org>
9774 (Closes: #227205)
9775 * Updated Spanish translation of man pages from Ruben Porras
9776 <nahoo82@telefonica.net> (Closes: #227729)
9777
9778 -- Matt Zimmerman <mdz@debian.org> Fri, 16 Jan 2004 10:54:39 -0800
9779
9780 apt (0.5.20) unstable; urgency=low
9781
9782 * Fixed German translations of "Suggested" from Christian Garbs
9783 <debian@cgarbs.de> (Closes: #197960)
9784 * Add an "apt-cache madison" command with an output format similar to
9785 the katie tool of the same name (but less functionality)
9786 * Fix debSourcesIndex::Describe() to correctly say "Sources" rather than
9787 "Packages"
9788
9789 -- Matt Zimmerman <mdz@debian.org> Sat, 3 Jan 2004 23:42:50 -0800
9790
9791 apt (0.5.19) unstable; urgency=low
9792
9793 * Fix Packages::Extensions support in apt-ftparchive generate
9794 (Closes: #225453)
9795
9796 -- Matt Zimmerman <mdz@debian.org> Sat, 3 Jan 2004 16:20:31 -0800
9797
9798 apt (0.5.18) unstable; urgency=low
9799
9800 * New no_NO.po file from Tollef Fog Heen <tfheen@debian.org> to fix
9801 encoding problems (Closes: #225602)
9802 * Have "apt-ftparchive release" strip the leading path component from
9803 the checksum entries
9804
9805 -- Matt Zimmerman <mdz@debian.org> Fri, 2 Jan 2004 11:24:35 -0800
9806
9807 apt (0.5.17) unstable; urgency=low
9808
9809 * Enable apt-ftparchive to generate Release files. Hopefully this will
9810 make it easier for folks to secure their apt-able packages
9811
9812 -- Matt Zimmerman <mdz@debian.org> Fri, 26 Dec 2003 12:53:21 -0800
9813
9814 apt (0.5.16) unstable; urgency=low
9815
9816 * po/de.po update from Michael Karcher <karcher@physik.fu-berlin.de>
9817 (Closes: #222560)
9818 * Update config.guess and config.sub from autotools-dev 20031007.1
9819 * Add knetbsd to buildlib/ostable (Closes: #212344)
9820 * Don't suggest apt-get -f install to correct broken build-deps; broken
9821 installed packages are rarely the cause (Closes: #220858)
9822 * Avoid clobbering configure.in if sed fails
9823
9824 -- Matt Zimmerman <mdz@debian.org> Wed, 24 Dec 2003 14:54:40 -0800
9825
9826 apt (0.5.15) unstable; urgency=low
9827
9828 * Spanish man pages, patch from Ruben Porras <nahoo82@telefonica.net>
9829 (Closes: #195444)
9830 - apt.es.8 wasn't included in the patch, but was referenced. Fetched
9831 version 1.3 from debian-doc cvs
9832 - Create doc/es/.cvsignore
9833 * Patch from Koblinger Egmont <egmont@uhulinux.hu> to fix
9834 pkgCache::PkgFileIterator::Label() to correctly refer to File->Label
9835 rather than File->Origin (Closes: #213311)
9836 * Add missing comma and space to German translation of "downgraded"
9837 (Closes: #213975)
9838 * Add missing comma in apt_preferences(5) (Closes: #215362)
9839 * Fix whitespace in French translation of "Yes, do as I say!", which
9840 made it tricky to type. Thanks to Sylvain Pasche
9841 <sylvain.pasche@switzerland.org> (Closes: #217152)
9842 * Let apt-get build-dep try alternatives if the installed package
9843 doesn't meet version requirements (Closes: #214736)
9844 * Fix version display for recommends (Closes: #219900)
9845 * Use isatty rather than ttyname for checking if stdin is a terminal.
9846 isatty has the advantage of not requiring /proc under Linux, and thus
9847 Closes: #221728
9848 * Correctly implement -n as a synonym for --names-only (Closes: #224515)
9849 * Update apt-cache(8)
9850 - Document --installed
9851 - --recursive applies to both depends and rdepends
9852 * Japanese translation of documentation from Kurasawa Nozomu <nabetaro@slug.jp>
9853 (Closes: #186235)
9854 * Clarify documentation of --no-upgrade in apt-get(8) (Closes: #219743)
9855 * Clean up and simplify some of the suggests/recommends display in apt-get
9856 * Use cvs update -d in debian/rules cvs-build rather than just update
9857 * Pass --preserve-envvar PATH --preserve-envvar CCACHE_DIR to debuild. apt
9858 takes a long time to build, and ccache helps
9859
9860 -- Matt Zimmerman <mdz@debian.org> Sat, 20 Dec 2003 16:34:30 -0800
9861
9862 apt (0.5.14) unstable; urgency=low
9863
9864 * apt-get build-dep, when trying to skip over the remaining elements of
9865 an or-expression, would accidentally inherit the version requirements of a
9866 later item in the or-expression. Fixed it.
9867 * Let apt-get build-dep try alternatives if the first dependency in an
9868 or-expression is not available
9869 * Add a Debug::BuildDeps to generate some trace output
9870 * Help apt-get build-dep produce more useful error messages
9871 * Process build-dependencies in forward rather than reverse order
9872 * Error out if an installed package is too new for a << or <=
9873 build-dependency
9874 * apt-get build-dep should now be able to handle almost any package with
9875 correct build-depends. The primary exception is build-dependencies on
9876 virtual packages with more than one provider, and these are
9877 discouraged for automated processing (but still common,
9878 unfortunately).
9879
9880 -- Matt Zimmerman <mdz@debian.org> Tue, 23 Sep 2003 22:57:31 -0400
9881
9882 apt (0.5.13) unstable; urgency=medium
9883
9884 * Document configuration file comment syntax in apt.conf(5)
9885 (Closes: #211262)
9886 * s/removed/installed/ in a comment in apt-get.cc
9887 * Move comment for ListParser::ParseDepends into the right place
9888 * Don't preserve ownership when copying config.guess and config.sub.
9889 This broke builds where the clean target was run with different
9890 privileges than the rest of the build (i.e., root) (Closes: #212183)
9891 * On second thought, don't copy config.guess and config.sub at all. I'd
9892 rather they always match what is in CVS.
9893
9894 -- Matt Zimmerman <mdz@debian.org> Mon, 22 Sep 2003 10:28:17 -0400
9895
9896 apt (0.5.12) unstable; urgency=low
9897
9898 * Exclude subdirectories named 'debian-installer' from the apt-cdrom
9899 search (Closes: #210485 -- release-critical)
9900
9901 -- Matt Zimmerman <mdz@debian.org> Thu, 11 Sep 2003 21:48:14 -0400
9902
9903 apt (0.5.11) unstable; urgency=low
9904
9905 * Updated pt_BR translations from Andre Luis Lopes <andrelop@debian.org>
9906 (Closes: #208302)
9907 * In apt.conf(5), give the fully qualified name of Dir::Bin::Methods,
9908 rather than just "methods"
9909 * Add new nb and nn translations from Petter Reinholdtsen <pere@hungry.com>
9910 * Clean up reportbug script a bit, and extend it to distinguish between a
9911 configuration file not existing and the user declining to submit it with
9912 the report
9913 * Add #include <langinfo.h> to cmdline/apt-get.cc. This apparently gets
9914 pulled in by something else with recent g++ and/or glibc, but is
9915 required when building on, e.g., stable
9916 * Patch from Koblinger Egmont <egmont@uhulinux.hu> to fix version
9917 comparisons with '~' (Closes: #205960)
9918 * Disable Russian translation until someone can review it
9919 (Closes: #207690)
9920
9921 -- Matt Zimmerman <mdz@debian.org> Wed, 10 Sep 2003 19:41:28 -0400
9922
9923 apt (0.5.10) unstable; urgency=low
9924
9925 * Correct the section in apt_preferences(5) on interpreting priorities
9926 to show that zero is not a valid priority, and print a warning if such
9927 a pin is encountered in the preferences file (Closes: #204971)
9928 * Regenerate French man pages from sgml source (Closes: #205886)
9929 * Get self-tests compiling again, updated for latest library API
9930 and g++ 3.3
9931 * Add version comparison tests for #194327 and #205960
9932 * Fix error message in version test to output versions in the order in
9933 which they were compared when the reverse comparison fails
9934 * Reference the source package bug page rather than the one for the
9935 binary package 'apt' in the man pages (Closes: #205290)
9936 * Updated Polish po file from Marcin Owsiany <porridge@debian.org>
9937 (Closes: #205950)
9938 * Mention some of the available frontends in apt-get(8) (Closes: #205829)
9939 * Add apt-config to SEE ALSO section of apt-get (Closes: #205036)
9940 * Add missing "lang" attributes to refentry tags in French man pages
9941 (apt-cdrom, apt-extracttemplates, apt-sortpkgs)
9942 * Change upgraded/newly installed/not fully installed or removed
9943 messages to be consistent and somewhat shorter (some translations
9944 exceeded 80 characters even in the simplest case)
9945 * Make APT::Get::Show-Upgraded (aka apt-get -u) default to true.
9946 * Updates to Dutch translation from Bart Cornelis <cobaco@linux.be>
9947 (Closes: #207656)
9948
9949 -- Matt Zimmerman <mdz@debian.org> Sun, 31 Aug 2003 21:12:39 -0400
9950
9951 apt (0.5.9) unstable; urgency=low
9952
9953 * Oh well, apt isn't going to make it into testing anytime soon due to
9954 new glibc and gcc deps, so we might as well fix more bugs
9955 * Fix typo in example ftp-archive.conf (Closes: #203295)
9956 * Mention default setting for --all-versions (Closes: #203298)
9957 * Patch from Otavio Salvador <otavio@debian.org> to have --version
9958 only print the version (and not usage as well) (Closes: #203418)
9959 * Patch from Otavio Salvador <otavio@debian.org> to switch from
9960 dh_installmanpages to dh_installman. Fixes the problem where the
9961 pt_BR man page was installed in the wrong location (Closes: #194558)
9962 * Move the French apt-ftparchive man page into apt-utils where it
9963 belongs. apt-utils Replaces: apt (<< 0.5.9)
9964 * Write records from "apt-cache show" using fwrite(3) rather than
9965 write(2), in case for some reason the entire record doesn't get
9966 written by a single write(2)
9967 * Add new French man pages to doc/fr/.cvsignore
9968 * Add freebsd to buildlib/ostable (Closes: #193430)
9969 * Avoid segfault if a package name is specified which consists
9970 entirely of characters which look like end tags ('+', '-')
9971 (Closes: #200425)
9972 * Patch from Otavio Salvador <otavio@debian.org> to avoid listing
9973 suggests/recommends for packages which are selected for installation
9974 at the same time as the package which suggests/recommends them
9975 (Closes: #200102)
9976 * Patch from Otavio Salvador <otavio@debian.org> to avoid listing
9977 suggests/recommends which are Provided by a package which is already
9978 installed (Closes: #200395)
9979 * Patch to update pt_BR man page for apt_preferences(5) from Andre Luis
9980 Lopes <andrelop@debian.org> (Closes: #202245)
9981 * Use nl_langinfo(YESEXPR) rather than comparing to the translated
9982 string "Y". Closes: #200953 and should make the prompting generally
9983 more robust in the face of i18n. In the particular case of #200953,
9984 it was being fooled because of signedness issues with toupper(3)
9985 (Closes: #194614)
9986 * apt Suggests: aptitude | synaptic | gnome-apt | wajig
9987 (Closes: #146667)
9988 * Clean up whitespace in translated strings in ru.po, which messed up
9989 indentation (some other translations probably have similar problems)
9990 (Closes: #194282)
9991 * Run ispell -h over the man page sources and fix a bunch of typos
9992 * Use debian/compat rather than DH_COMPAT
9993 * Update to debhelper compatibility level 3
9994 - remove ldconfig calls from debian/{postinst,postrm} as dh_makeshlibs
9995 will add them
9996 - echo 3 > debian/compat
9997 - Build-Depends: debhelper (>= 3)
9998 * Exclude '.#*' from cvs-build
9999 * Let the ftp method work with ftp servers which do not require a
10000 password (Closes: #199425)
10001 * Build-depend on debhelper >= 4.1.62, because we need the fix for
10002 #204731 in order for dh_installman to work correctly
10003 with our SGML man pages
10004 * Move dh_makeshlibs ahead of dh_installdeb so that its postinst
10005 fragments are properly substituted
10006
10007 -- Matt Zimmerman <mdz@debian.org> Sun, 10 Aug 2003 19:54:39 -0400
10008
10009 apt (0.5.8) unstable; urgency=medium
10010
10011 * urgency=medium because the changes since 0.5.5.1 are pretty safe as
10012 far as core functionality, 0.5.5.1 survived unstable for 10 days, and
10013 I don't want to delay apt's progress into testing any further. It's
10014 decidedly better than 0.5.4.
10015 * Clarify the meaning of the only-source option in apt-get(8)
10016 (Closes: #177258)
10017 * Updated French man pages from Philippe Batailler
10018 <philippe.batailler@free.fr> (Closes: #182194)
10019 * Give a warning if an illegal type abbreviation is used when looking up a
10020 configuration item (Closes: #168453)
10021 * Improve build-depends handling of virtual packages even further, so that
10022 it will now also try to satisfy build-depends on virtual packages if they
10023 are not installed. Note that this only works if there is only one
10024 package providing the virtual package, as in other cases (Closes: #165404)
10025 * Update config.guess and config.sub from autotools-dev 20030717.1
10026 * Tweak SGML in apt-extracttemplates.1.sgml so that literal '>' doesn't end
10027 up in output
10028 * Document SrcDirectory in apt-ftparchive.1.sgml (Closes: #156370)
10029 * Support TMPDIR in apt-extracttemplates (Closes: #191656)
10030 * Fix ru.po to use a capital letter for the translation of 'Y' so that
10031 YnPrompt works correctly (Closes: #200953). No other translations seem
10032 to have this problem
10033 * Regenerate POT file and sync .po files
10034 * Only try to clear stdin if it is a tty, to avoid looping if there is
10035 lots of stuff (perhaps an infinite amount) to read (Closes: #192228)
10036
10037 -- Matt Zimmerman <mdz@debian.org> Fri, 25 Jul 2003 20:21:53 -0400
10038
10039 apt (0.5.7) unstable; urgency=low
10040
10041 * Update control file to match overrides (apt priority important,
10042 libapt-pkg-dev section libdevel)
10043 * Silence the essential packages check if we are only downloading
10044 archives and not changing the system (Closes: #190862)
10045 * Skip version check if a build-dependency is provided by an installed package
10046 (Closes: #126938)
10047 * Have apt-cache show exit with an error if it cannot find any of the
10048 specified packages (Closes: #101490)
10049
10050 -- Matt Zimmerman <mdz@debian.org> Mon, 21 Jul 2003 23:43:24 -0400
10051
10052 apt (0.5.6) unstable; urgency=low
10053
10054 * Adam Heath <doogie@debian.org>
10055 - Fix segfault when handling /etc/apt/preferences. Closes: #192409.
10056 * Matt Zimmerman <mdz@debian.org>
10057 - Clean up some string handling, patch from Peter Lundkvist
10058 <p.lundkvist@telia.com> (Closes: #192225)
10059 - Don't fall off the end of the buffer when comparing versions.
10060 Patch from Koblinger Egmont <egmont@uhulinux.hu> (Closes: #194327)
10061 - Minor fixes to apt-ftparchive(1) (Closes: #118156)
10062 - Fix typo in apt-ftparchive help text (Closes: #119072)
10063 - More typos in apt-ftparchive help text (Closes: #190936)
10064 - Update config.guess, config.sub to latest versions
10065 - Modify the description for apt-utils to reflect the fact that it is not
10066 (any longer) infrequently used (Closes: #138045)
10067 - Make setup script for dselect method more explicit about
10068 overwriting sources.list (Closes: #151727)
10069 - Fix typo in apt-cache(8) (Closes: #161243)
10070 - Remove duplicate 'showpkg' from synopsis on apt-cache(8)
10071 (Closes: #175611)
10072 - Document in apt-get(8) the meaning of the '*' in ShowList, which is that
10073 the package is being purged (Closes: #182369)
10074 - Fix extra "/" character in apt.conf(5) (Closes: #185545)
10075 - Fix typo in tar error message (Closes: #191424)
10076 - Clarify description of 'search' on apt-cache(8) (Closes: #192216)
10077 - Fix incorrect path for 'partial' directory on apt-get(8)
10078 (Closes: #192933)
10079 - Fixes to pt_BR translation from Andre Luis Lopes <andrelop@ig.com.br>
10080 (Closes: #196669)
10081 - Updated apt_preferences(5) man page with many corrections and
10082 clarifications from Thomas Hood <jdthood@yahoo.co.uk>
10083 (Closes: #193336)
10084 - Fix SGML validation errors in apt-cache.8.sgml introduced in 0.5.5 or so
10085 - Add a simple example to apt-ftparchive(1) (Closes: #95257)
10086 - Add bug script for collecting configuration info (Closes: #176482)
10087
10088 -- Matt Zimmerman <mdz@debian.org> Mon, 21 Jul 2003 01:59:43 -0400
10089
10090 apt (0.5.5.1) unstable; urgency=low
10091
10092 * Move the target of the example docs from doc to binary. Closes:
10093 #192331
10094 * Fix api breakage that broke apt-ftparchive and apt-cache dumpavail, by
10095 backing out change that incorretly attempted to handle Package sections
10096 larger than 32k. Closes: #192373
10097 * Fix never-ending loop with apt-get install -V. Closes: #192355.
10098
10099 -- Adam Heath <doogie@debian.org> Mon, 19 May 2003 12:30:16 -0500
10100
10101 apt (0.5.5) unstable; urgency=low
10102
10103 * New deb version compare function, that has no integer limits, and
10104 supports pre-versions using ~. Code ported from dpkg.
10105 * Fix handling of [!arch] for build-dependencies. Closes: #88798, #149595
10106 * Fix handling of build-deps on unknown packages. Closes: #88664, #153307
10107 * "apt-get --arch-only build-dep" to install only architecture-
10108 dependent build dependencies. Bump minor shared lib number to reflect
10109 small change in BuildDepend API.
10110 * APT::Build-Essential configuration option (defaults to "build-essential")
10111 so that "apt-get build-dep" will ensure build essential packages are
10112 installed prior to installing other build-dependencies. Closes: #148879
10113 * LD_LIBRARY_PATH thing. Closes: #109430, #147529
10114 * /usr/doc reference in postinst. Closes: #126189
10115 * Doc updates. Closes: #120689
10116 * Possible apt-cache segfault. Closes: #120311, #118431, #117915, #135295,
10117 #131062, #136749
10118 * Print special message for EAI_AGAIN. Closes: #131397
10119 * libapt-pkg-dev needs to bring in the apt-inst library if linking
10120 is to work. Closes: #133943
10121 * Typos, Doc Stuff. Closes: #132772, #129970, #123642, #114892, #113786,
10122 #109591, #105920, #103678, #139752, #138186, #138054, #138050,
10123 #139994, #142955, #151654, #151834, #147611, #154268, #173971
10124 * Fix possibility for tag file parsing to fail in some unlikely situations.
10125 Closes: #139328
10126 * Use std C++ names for some header files. Closes: #128741
10127 * Do not check for free space if --no-download. Closes: #117856
10128 * Actually implement or group handling for 'upgrade'. Closes: #133950
10129 * "Internal Error, Couldn't configure pre-depend" is not actually an
10130 internal error, it is a packaging error and now it says so, and
10131 pinpoints the problem dependency. Closes: #155621
10132 * Allows failure to write to a pipe for post-invoke stuff. Closes: #89830
10133 * Use usr/share/doc for dhelp. Closes: #115701
10134 * --print-uris works with 'update'. Closes: #57070
10135 * Options Dpkg::MaxArgs,Dpkg::MaxArgBytes to allow a much longer dpkg
10136 command line.
10137 * Fixed 2 little OR group bugs, thanks to Yann Dirson. Closes: #143995,
10138 #142298
10139 * Allow an uninstalled package to be marked for removal on an install
10140 line (meaning not to automatically install it), also fix some dodgy
10141 handling of protected packages. Closes: #92287, #116011
10142 * Fix errant prefix matching in version selection. Closes: #105968
10143 * Ensure that all files needed to run APT as a user are readable and
10144 ignore roots umask for these files. Closes: #108801
10145 * Support larger config spaces. Closes: #111914
10146 * 'apt-get update' no longer does 'Building Dependency Tree'.
10147 * When matching regexs allways print a message. Change regex activation
10148 charset. Closes: #147817
10149 * Don't die if lines in sources.list are too long. Closes: #146846
10150 * Show file name on apt-extracttemplate error messges. Closes: #151835
10151 * i18n gettext stuff, based on work from Michael Piefel: Closes: #95933
10152 * Some highly unlikely memory faults. Closes: #155842
10153 * C++ stuff for G++3.2. Closes: #162617, #165515,
10154 * apt-config dumps sends to stdout not stderr now. Closes: #146294
10155 * Fix segfault in FindAny when /i is used, and there is no default.
10156 Closes: #165891
10157 * Add s390x to archtable. Closese: #160992.
10158 * Update config.sub/config.guess in cvs, and add support to debian/rules
10159 to update them from /usr/share/misc if they exist. Closes: #155014
10160 * Remove 'Sorry' from messages. Closes: #148824.
10161 * Change wording of 'additional disk space usage' message. Closes:
10162 #135021.
10163 * apt-extracttemplates now prepends the package name when extracting
10164 files. Closes: #132776
10165 * Add -n synonym for --names-only for apt-cache. Closes: #130689
10166 * Display both current version and new version in apt-get -s. Closes:
10167 #92358
10168 * Add an options and timeout config item to ssh/rsh. Closes: #90654
10169 * libapt-pkg-dev now depends on apt-utils. Closes: #133942.
10170 * Change verbose logging output of apt-ftparchive to go to stderr,
10171 instead of stdout. Also, errors that occur no longer go to stdout,
10172 but stderr. Closes: #161592
10173 * Test for timegm in configure. Closes: #165516.
10174 * s/st_mtime/mtime/ on our local stat structure in apt-ftparchive, to
10175 support compliation on platforms where st_mtime is a macro. Closes:
10176 #165518
10177 * Check the currently mounted cdrom, to see if it's the one we are
10178 interested in. Closes: #154602
10179 * Refer to reportbug instead of bug in the man pages. Closes: #173745
10180 * Link apt-inst to apt-pkg. Closes: #175055
10181 * New apt_preferences man page from Thomas Hood, Susan Kleinmann,
10182 and others.
10183 * Fix > 300 col screen segfault. Closes: #176052
10184 * Rebuild with gcc-3.2. Closes: #177752, #178008.
10185 * Fix build-dep handling of | dependencies.
10186 Closes: #98640, #145997, #158896, #172901
10187 * Double default value of APT::Cache-Limit, until such time as it
10188 can be made more dynamic. Closes: #178623.
10189 * Report uris with '.gz' when there are errors. Closes: #178435.
10190 * When installing build-deps, make sure the new version will
10191 satisfy build requirements. Closes: #178121
10192 * Split offline and guide documentation into apt-doc. This was done so
10193 that binary-arch builds do not require documention deps. Note, that
10194 apt-doc is not installed on upgrades.
10195 * Use doc-base, instead of dhelp directly. Closes: #110389
10196 * Change http message 'Waiting for file' to 'Waiting for headers'.
10197 Closes: #178537
10198 * Remove trailing lines on package lists in apt-get. Closes: #178736.
10199 * Fix origin pins for file:// uris. Closes: #189014.
10200 * Apply typo and syntax patch from bug to apt-cache.8.sgml. Closes:
10201 #155194
10202 * s/dpkg-preconfig/dpkg-preconfigure/ in examples/configure-index.
10203 Closes: #153734.
10204 * Fix some typos in the apt-get manual. Closes: #163932.
10205 * Apply patch from bug, to change frozen to testing, and then do it
10206 everywhere else. Closes: #165085.
10207 * Update es.po. Closes: #183111.
10208 * Add pt_BR translation of apt_preferences(5). Also, build fr manpages.
10209 Closes: #183904.
10210 * Add a vcg command to apt-cache, similiar to dotty. Closes: #150512.
10211 * Add option to apt-get to show versions of packages being
10212 upgraded/installed.
10213 * Be quiet in apt.post{inst,rm}. Closes: #70685.
10214 * apt-get now prints out suggested and recommended packages. Closes:
10215 #54982.
10216 * Insert some newlines in the cdrom change media message. Closes:
10217 #154601.
10218 * Add a rdepends command to apt-cache. Closes: #159864.
10219 * When building the dpkg command line, allow for 8192 chars to be used,
10220 instead of only 1024.
10221 * APT::Immediate-Configure had inverted semantics(false meant it was
10222 enabled). Closes: #173619.
10223 * Fix status file parser so that if a record is larger than 32k, the
10224 buffer size will be doubled, and the read attempted again. Closes:
10225 #174945.
10226
10227 -- Adam Heath <doogie@debian.org> Sun, 27 Apr 2003 01:23:12 -0500
10228
10229 apt (0.5.4) unstable; urgency=low
10230
10231 * M68k config.guess patch. Closes: #88913
10232 * Bi-yearly test on OpenBSD and Solaris
10233 * Doc updates. Closes: #89121, #89854, #99671, #98353, #95823, #93057,
10234 #97520, #102867, #101071, #102421, #101565, #98272, #106914,
10235 #105606, #105377
10236 * Various cosmetic code updates. Closes: #89066, #89066, #89152
10237 * Add "pre-auto" as an option for DSelect::Clean (run autoclean after
10238 update).
10239 * More patches from Alfredo for Vendors and more SHA-1 stuff
10240 * Fix for AJ's 'desire to remove perl-5.005' and possibly other
10241 similar situations. Closes: #56708, #59432
10242 * no_proxy and ftp. Closes: #89671
10243 * Philippe Batailler's man page patches.
10244 * Fix for display bug. Closes: #92033, #93652, #98468
10245 * Use more than 16bits for the dep ID. Some people ran out..
10246 Closes: #103020, #97809, #102951, #99974, #107362, #107395, #107362,
10247 #106911, #107395, #108968
10248 * Reordered some things to make dante and FTP happier. Closes: #92757
10249 * James R. Van Zandt's guide.sgml updates. Closes: #90027
10250 * apt-ftparchive copes with no uncompressed package files + contents.
10251 * French man pages from philippe batailler - well sort of. They
10252 don't build yet..
10253 * run-parts. Closes: #94286
10254 * 'apt-cache policy' preferences debug tool.
10255 * Whatever. Closes: #89762
10256 * libstdc++ and HURD. Closes: #92025
10257 * More apt-utils verbage. Closes: #86954
10258 * Fliped comparision operator. Closes: #94618
10259 * Used the right copyright file. Closes: #65691
10260 * Randolph's G++3 patches.
10261 * Fixed no_proxy tokanizing. Closes: #100046
10262 * Strip Config-Version when copying status to available. Closes: #97520
10263 * Segfault with missing source files. Closes: #100325
10264 * EINTR check. Closes: #102293
10265 * Various changes to the locking metholodgy for --print-uris.
10266 Closes: #100590
10267 * Lame LD_LIBRARY_PATH thing. Closes: #98928
10268 * apt-cache search searchs provide names too now. Closes: #98695
10269 * Checksum and long lines problem. Closes: #106591
10270 * .aptignr and empty files are just a warning. Closes: #97364
10271
10272 -- Jason Gunthorpe <jgg@debian.org> Sat, 18 Aug 2001 17:21:59 -0500
10273
10274 apt (0.5.3) unstable; urgency=low
10275
10276 * JoeyH's dpkg::preconfig not working. Closes: #88675
10277 * Fixed apt override disparity
10278 * Alfredo's SHA-1 and related patches
10279
10280 -- Jason Gunthorpe <jgg@debian.org> Sun, 4 Mar 2001 15:39:43 -0700
10281
10282 apt (0.5.2) unstable; urgency=low
10283
10284 * Fixed mention of /usr/doc in the long description
10285 * JoeyH's downgrade bug -- don't use 0.5.1
10286 * Doc bug. Closes: #88538
10287 * Fault in building release strings. Closes: #88533
10288
10289 -- Jason Gunthorpe <jgg@debian.org> Sun, 4 Mar 2001 15:39:43 -0700
10290
10291 apt (0.5.1) unstable; urgency=low
10292
10293 * Fixed #82894 again, or should be and.
10294 * Process the option string right. Closes: #86921
10295 * Don't eat the last command for pipes. Closes: #86923
10296 * Ignore .* for configuration directory processing. Closes: #86923
10297 * Alfredo's no_proxy patch
10298 * Documentation fixes. Closes: #87091
10299 * JoeyH's double slash bug. Closes: #87266
10300 * Unintitialized buffer and apt-ftparchive contents generation.
10301 Closes: #87612
10302 * Build-deps on virtual packages. Closes: #87639
10303 * Fixes glibc/libstdc++ symbol dependencies by including glibc and
10304 libstdc++ version info in the library soname and in the package
10305 provides. Closes: #87426
10306 * Updated soname version to 0.3.2
10307 * apt-extracttemplates moved from debconf into apt-utils
10308 * s390 archtable entry. Closes: #88232
10309 * Dan's segfault
10310 * Some instances where the status file can source a package in a
10311 non-sensical way. Closes: #87390
10312 * Work better if there are duplicate sources.list entries.
10313 * Fixed the resetting of Dir with "dir {};". Closes: #87323
10314
10315 -- Randolph Chung <tausq@debian.org> Sat, 3 Mar 2001 15:37:38 -0700
10316
10317 apt (0.5.0) unstable; urgency=low
10318
10319 * Fixed an obscure bug with missing final double new lines in
10320 package files
10321 * Changed the apt-cdrom index copy routine to use the new section
10322 rewriter
10323 * Added a package file sorter, apt-sortpkgs
10324 * Parse obsolete Optional dependencies.
10325 * Added Ben's rsh method. Closes: #57794
10326 * Added IPv6 FTP support and better DNS rotation support.
10327 * Include the server IP in error messages when using a DNS rotation.
10328 Closes: #64895
10329 * Made most of the byte counters into doubles to prevent 32bit overflow.
10330 Closes: #65349
10331 * HTTP Authorization. Closes: #61158
10332 * Ability to parse and return source index build depends from Randolph.
10333 * new 'apt-get build-dep' command from Randolph. Closes: #63982
10334 * Added apt-ftparchive the all dancing all singing FTP archive
10335 maintinance program
10336 * Allow version specifications with =1.2.4-3 and /2.2 or /stable postfixes
10337 in apt-get.
10338 * Removed useless internal cruft including the xstatus file.
10339 * Fixed config parser bugs. Closes: #67848, #71108
10340 * Brain Damanged apt-get config options changed, does not change the command
10341 line interface, except to allow --enable-* to undo a configuration
10342 option:
10343 No-Remove -> Remove
10344 No-Download -> Download
10345 No-Upgrade -> Upgrade
10346 * Made this fix configable (DSelect::CheckDir) and default to disabled:
10347 * No remove prompt if the archives dir has not changed. Closes: #55709
10348 Because it is stupid in the case where no files were downloaded due to
10349 a resumed-aborted install, or a full cache! Closes: #65952
10350 * Obscure divide by zero problem. Closes: #64394
10351 * Update sizetable for mips. Closes: #62288
10352 * Fixed a bug with passive FTP connections
10353 * Has sizetable entry for sparc64. Closes: #64869
10354 * Escape special characters in the ::Label section of the cdroms.lst
10355 * Created apt-utils and python-apt packages
10356 * Due to the new policy engine, the available file may contain entries
10357 from the status file. These are generated if the package is not obsolete
10358 but the policy engine prohibits using the version from the package files.
10359 They can be identified by the lack of a Filename field.
10360 * The new policy engine. Closes: #66509, #66944, #45122, #45094, #40006,
10361 #36223, #33468, #22551
10362 * Fixed deb-src line for non-us. Closes: #71501, #71601
10363 * Fixes for G++ 2.96, s/friend/friend class/
10364 * Fixed mis doc of APT::Get::Fix-Missing. Closes: #69269
10365 * Confirmed fix for missing new line problem. Closes: #69386
10366 * Fixed up dhelp files. Closes: #71312
10367 * Added some notes about dselect and offline usage. Closes: #66473, #38316
10368 * Lock files on read only file systems are ignored w/ warning.
10369 Closes: #61701
10370 * apt-get update foo now gives an error! Closes: #42891
10371 * Added test for shlibs on hurd. Closes: #71499
10372 * Clarified apt-cache document. Closes: #71934
10373 * DocBook SGML man pages and some improvements in the text..
10374 * sigwinch thing. Closes: #72382
10375 * Caching can be turned off by setting the cache file names blank.
10376 * Ignores arches it does not know about when autocleaning. Closes: #72862
10377 * New function in apt-config to return dirs, files, bools and integers.
10378 * Fixed an odd litle bug in MarkInstall and fixed it up to handle
10379 complex cases involving OR groups and provides.
10380 68754 describes confusing messages which are the result of this..
10381 Closes: #63149, #69394, #68754, #77683, #66806, #81486, #78712
10382 * Speeling mistake and return code for the 'wicked' resolver error
10383 Closes: #72621, #75226, #77464
10384 * Solved unable to upgrade libc6 from potato to woody due to 3 package
10385 libc6 dependency loop problem.
10386 * Leading sources.list spaces. Closes: #76010
10387 * Removed a possible infinite loop while processing installations.
10388 * Man page updates. Closes: #75411, #75560, #64292, #78469
10389 * ReduceSourceList bug. Closes: #76027
10390 * --only-source option. Closes: #76320
10391 * Typos. Closes: #77812, #77999
10392 * Different status messages. Closes: #76652, #78353
10393 * /etc/apt/apt.conf.d/ directory for Joey and Matt and pipe protocol 2
10394 * OS detection an support for the new pseduo standard of os-arch for the
10395 Architecture string. Also uses regexing.. Closes: #39227, #72349
10396 * Various i18n stuff. Note that this still needs some i18n wizard
10397 to do the last gettextization right. Closes: #62386
10398 * Fixed a problem with some odd http servers/proxies that did not return
10399 the content size in the header. Closes: #79878, #44379
10400 * Little acquire bugs. Closes: #77029, #55820
10401 * _POSIX_THREADS may not be defined to anything, just defined..
10402 Closes: #78996
10403 * Spelling of Ignore-Hold correctly. Closes: #78042
10404 * Unlock the dpkg db if in download only mode. Closes: #84851
10405 * Brendan O'Dea's dselect admindir stuff. Closes: #62811
10406 * Patch from BenC. Closes: #80810
10407 * Single output of some names in lists. Closes: #80498, #43286
10408 * Nice message for people who can't read syserror output. Closes: #84734
10409 * OR search function. Closes: #82894
10410 * User's guide updates. Closes: #82469
10411 * The AJ/JoeyH var/state to var/lib transition patch. Closes: #59094
10412 * Various CD bugs, again thanks to Greenbush
10413 Closes: #80946, #76547, #71810, #70049, #69482
10414 * Using potato debhelper. Closes: #57977
10415 * I cannot self-terminate. Closes: #74928
10416
10417 -- Jason Gunthorpe <jgg@debian.org> Wed, 21 Feb 2001 00:39:15 -0500
10418
10419 apt (0.3.19) frozen unstable; urgency=low
10420
10421 * Updates to apt-cdrom to support integrated non-us nicely, thanks to
10422 Paul Wade.
10423 * Fixed that apt-get/cdrom deadlock thing. Closes: #59853, #62945, #61976
10424 * Fixed hardcoded path. Closes: #59743
10425 * Fixed Jay's relative path bug
10426 * Allowed source only CDs. Closes: #58952
10427 * Space check is supressed if --print-uris is given. Closes: #58965
10428 * Clarified the documenation examples for non-us. Closes: #58646
10429 * Typo in the package description. Closes: #60230
10430 * Man Page typo. Closes: #60347
10431 * Typo in Algorithms.cc. Closes: #63577
10432 * Evil dotty function in apt-cache for generating dependency graphs
10433 with the as-yet-unpackaged GraphVis.
10434 * Appears to have been fixed in Janurary.. Closes: #57981
10435 * New config.guess/sub for the new archs. Closes: #60874
10436 * Fixed error reporting for certain kinds of resolution failures.
10437 Closes: #61327
10438 * Made autoclean respect 'q' settings. Closes: #63023
10439 * Fixed up the example sources.list. Closes: #63676
10440 * Added DPkg::FlushSTDIN to control the flushing of stdin before
10441 forking dpkg. Closes: #63991
10442
10443 -- Ben Gertzfield <che@debian.org> Fri, 12 May 2000 21:10:54 -0700
10444
10445 apt (0.3.18) frozen unstable; urgency=low
10446
10447 * Changes in the postinst script. Closes: #56855, #57237
10448 * Fixed bashism. Closes: #57216, #57335
10449 * Doc updates. Closes: #57772, #57069, #57331, #57833, #57896
10450
10451 -- Ben Gertzfield <che@debian.org> Sun, 13 Feb 2000 01:52:31 -0800
10452
10453 apt (0.3.17) unstable; urgency=low
10454
10455 * RFC 2732 usage for CDROM URIs and fixes to apt-cdrom
10456 * Fixed the configuration parser to not blow up if ; is in the config
10457 string
10458 * Applied visual patch to dselect install script . Closes #55214
10459 * Included the configure-index example
10460 * Minimal CD swaps
10461 * Library soname has increased
10462 * Fixed default sources.list to have correct URLs for potato when it
10463 becomes stable
10464 * Added a message about erasing sources.list to dselect setup script
10465 Closes: #55755
10466 * No remove prompt if the archives dir has not changed. Closes: #55709
10467 * Fixed inclusion of 2nd sample config file. Closes: #55374
10468 * Made file mtimes of 0 not confuse the methods If-Modifed-Since check.
10469 Closes: #55991
10470
10471 -- Ben Gertzfield <che@debian.org> Mon, 31 Jan 2000 12:12:40 -0800
10472
10473 apt (0.3.16) unstable; urgency=low
10474
10475 * Made --no-download work. Closes: #52993
10476 * Now compiles on OpenBSD, Solaris and HP-UX
10477 * Clarify segfault errors
10478 * More debhelper fixes. Closes: #52662, #54566, #52090, #53531, #54769
10479 * Fix for Joel's discovery of glibc removal behavoir.
10480 * Fix for Ben Collins file: uri from slink upgrade.
10481 * Fixed resume code in FTP. Closes: #54323
10482 * Take more precautions to prevent the corruption Joey Hess saw.
10483 * Fixed --no-list-cleanup
10484 * RFC 2732 URI parsing ([] for hostnames).
10485 * Typo in apt-cache man page. Closes: #54949
10486
10487 -- Ben Gertzfield <che@debian.org> Fri, 14 Jan 2000 08:04:15 -0800
10488
10489 apt (0.3.15) unstable; urgency=low
10490
10491 * Added DSelect::WaitAfterDownload Closes: #49549
10492 * Fixed cast error in byteswap macro and supporting code. Closes: #50093
10493 * Fixed buffer overflow for wide terminal sizes. Closes: #50295
10494 * Made -s and clean not do anything. Closes: #50238
10495 * Problem with Protected packages and the new OR code.
10496 * /usr/share/doc stuff. Closes: #51017, #50228, #51141
10497 * Remove doesn't require a package to be installable. Closes: #51175
10498 * FTP proxy touch ups in the mabn page. Closes: #51315, #51314
10499
10500 -- Ben Gertzfield <che@debian.org> Sat, 4 Dec 1999 21:17:24 -0800
10501
10502 apt (0.3.14) unstable; urgency=low
10503
10504 * Fix Perl or group pre-depends thing Closes: #46091, #46096, #46233, #45901
10505 * Fix handling of dpkg's conversions from < -> <= Closes: #46094, #47088
10506 * Make unparsable priorities non-fatal Closes: #46266, #46267, #46293, #46298
10507 * Fix handling of '/' for the dist name. Closes: #43830, #45640, #45692
10508 * Fixed 'Method gave a blank filename' error from IMS queries onto CDs.
10509 Closes: #45034, #45695, #46537
10510 * Made OR group handling in the problem resolver more elaborate. Closes: #45646
10511 * Added APT::Clean-Installed option. Closes: #45973
10512 * Moves the free space check to after the calculated size is printed.
10513 Closes: #46639, #47498
10514 * mipsel arch Closes: #47614
10515 * Beautified URI printing to not include passwords Closes: #46857
10516 * Fixed little problem with --no-download Closes: #47557
10517 * Tweaked Dselect 'update' script to re-gen the avail file even in the
10518 event of a failure Closes: #47112
10519 * Retries for source archives too Closes: #47529
10520 * Unmounts CDROMs iff it mounted them Closes: #45299
10521 * Checks for the partial directories before doing downloads Closes: #47392
10522 * no_proxy environment variable (http only!) Closes: #43476
10523 * apt-cache showsrc Closes: #45799
10524 * De-Refs Single Pure virtual packages. Closes: #42437, #43555
10525 * Regexs for install. Closes: #35304, #38835
10526 * Dependency reports now show OR group relations
10527 * Re-Install feature. Cloes: #46961, #37393, #38919
10528 * Locks archive directory on clean (woops)
10529 * Remove is not 'sticky'. Closes: #48392
10530 * Slightly more accurate 'can not find package' message. Closes: #48311
10531 * --trivial-only and --no-remove. Closes: #48518
10532 * Increased the cache size. Closes: #47648
10533 * Comment woopsie. Closes: #48789
10534 * Removes existing links when linking sources. Closes: #48775
10535 * Problem resolver does not install all virtual packages. Closes: #48591, #49252
10536 * Clearer usage message about 'source' Closes: #48858
10537 * Immediate configure internal error Closes: #49062, #48884
10538
10539 -- Ben Gertzfield <che@debian.org> Sun, 7 Nov 1999 20:21:25 -0800
10540
10541 apt (0.3.13) unstable; urgency=low
10542
10543 * Fix timestamp miss in FTP. Closes: #44363
10544 * Fix sorting of Kept packages. Closes: #44377
10545 * Fix Segfault for dselect-upgrade. Closes: #44436
10546 * Fix handling of '/' for the dist name. Closes #43830
10547 * Added APT::Get::Diff-Only and Tar-Only options. Closes #44384
10548 * Add commented-out deb-src URI to default sources.list file.
10549
10550 -- Ben Gertzfield <che@debian.org> Sun, 19 Sep 1999 18:54:20 -0700
10551
10552 apt (0.3.12) unstable; urgency=low
10553
10554 * Fix for typo in the dhelp index. Closes: #40377
10555 * Multiple media swap support
10556 * Purge support. Closes: #33291, #40694
10557 * Better handling of - remove notation. Closes: #41024
10558 * Purge support. Closes: #33291, #40694
10559 * Error code on failed update. Closes: #41053
10560 * apt-cdrom adds entries for source directories. Closes: #41231
10561 * Sorts the output of any list. Closes: #41107
10562 * Fixes the looping problem. Closes: #41784, #42414, #44022
10563 * Fixes the CRC mechanism to lowercase all strings. Closes: #41839
10564 * More checks to keep the display sane. Particularly when fail-over is
10565 used with local mirrors and CD-Roms. Closes: #42127, #43130, #43668
10566 * PThread lockup problem on certain sparc/m68k. Closes: #40628
10567 * apt-cdrom understands .gz Package files too. Closes: #42779
10568 * Spelling error in dselect method description. Closes: #43251
10569 * Added security to the default source list. Closes: #43356
10570
10571 -- Ben Gertzfield <che@debian.org> Fri, 3 Sep 1999 09:04:28 -0700
10572
10573 apt (0.3.11) unstable; urgency=low
10574
10575 * Fix for mis-parsed file: URIs. Closes: #40373, #40366, #40230
10576 * Fix for properly upgrading the system from perl 5.004 to 5.005
10577
10578 -- Ben Gertzfield <che@debian.org> Mon, 28 Jun 1999 21:06:44 -0700
10579
10580 apt (0.3.9) unstable; urgency=low
10581
10582 * Spelling error in cachefile.cc. Closes: #39885
10583 * Trailing slash in dselect install if you try to use the
10584 default config file. Closes: #40011
10585 * Simulate works for autoclean. Closes: #39141
10586 * Fixed spelling errors. Closes: #39673
10587 * Changed url parsing a bit. Closes: #40070, #40069
10588 * Version 0.3.8 will be for slink/hamm (GNU libc 2).
10589
10590 -- Ben Gertzfield <che@debian.org> Thu, 24 Jun 1999 18:02:52 -0700
10591
10592 apt (0.3.7) unstable; urgency=low
10593
10594 * Fixed missing text in the apt-get(8) page. Closes: #37596
10595 * Made --simulate and friends work with apt-get source. Closes: #37597, #37656
10596 * Fixed inclusion of man pages in the -doc/-dev package. Closes: #37633, #38651
10597 * Fixed handling of the -q option with not-entirely integer arguments
10598 Closes: #37499
10599 * Man page typo Closes: #37762
10600 * Fixed parsing of the Source: line. Closes: #37679
10601 * Dpkg/dpkg-hurd source bug. Closes: #38004, #38032
10602 * Added a check for an empty cache directory. Closes: #37963
10603 * Return a failure code if -d is given and packages fail to download.
10604 Closes: #38127
10605 * Arranged for an ftp proxy specifing an http server to work. See the
10606 important note in the sources.list man page.
10607 * Accounted for resumed files in the cps calculation. Closes: #36787
10608 * Deal with duplicate same version different packages. Closes: #30237
10609 * Added --no-download. Closes: #38095
10610 * Order of apt-cdrom dist detection. Closes: #38139
10611 * Fix apt-cdrom chop handling and missing lines. Closes: #37276
10612 * IPv6 http support
10613 * Suggests dpkg-dev for apt-get source. Closes: #38158
10614 * Fixed typo in apt-get help. Closes: #38712
10615 * Improved the error message in the case of broken held package. Closes: #38777
10616 * Fixed handling of MD5 failures
10617 * Documented list notation Closes: #39008
10618 * Change the 'b' to 'B'. Closes: #39007
10619
10620 -- Ben Gertzfield <che@debian.org> Sun, 20 Jun 1999 18:36:20 -0700
10621
10622 apt (0.3.6) unstable; urgency=low
10623
10624 * Note that 0.3.5 never made it out the door..
10625 * Fix for apt-cdrom and unusual disk label locations. Closes: #35571
10626 * Made APT print numbers in decimal. Closes: #35617, #37319
10627 * Buffer munching fix for FTP. Closes: #35868
10628 * Typo in sample config file. Closes: #35907
10629 * Fixed whitespace in version compares. Closes: #35968, #36283, #37051
10630 * Changed installed size counter to only count unpacked packages.
10631 Closes: #36201
10632 * apt-get source support. Closes: #23934, #27190
10633 * Renames .debs that fail MD5 checking, provides automatic corruption
10634 recovery. Closes: #35931
10635 * Fixed autoconf verison. Closes: #37305
10636 * Random Segfaulting. Closes: #37312, #37530
10637 * Fixed apt-cache man page. Closes: #36904
10638 * Added a newline to apt-cache showpkg. Closes: #36903
10639
10640 -- Ben Gertzfield <che@debian.org> Wed, 12 May 1999 09:18:49 -0700
10641
10642 apt (0.3.4) unstable; urgency=low
10643
10644 * Release for Ben while he is out of town.
10645 * Checked the size of partial files. Closes: #33705
10646 * apt-get should not print progress on non-tty. Closes: #34944
10647 * s/guide.text.gz/users-guide.txt.gz/ debian/control: Closes: #35207
10648 * Applied cdrom patches from Torsten. Closes: #35140, #35141
10649 * smbmounted cdrom fix. Closes: #35470
10650 * Changed ie to eg. Closes: #35196
10651
10652 -- Adam Heath <doogie@debian.org> Sun, 4 Apr 1999 18:26:44 -0500
10653
10654 apt (0.3.3) unstable; urgency=low
10655
10656 * Fixes bug with file:/ URIs and multi-CD handling. Closes: #34923
10657
10658 -- Ben Gertzfield <che@debian.org> Tue, 23 Mar 1999 12:15:44 -0800
10659
10660 apt (0.3.2) unstable; urgency=low
10661
10662 * Major release into unstable of v3
10663 * These bugs have been fixed, explanations are in the bug system, read
10664 the man pages as well..
10665 Closes: #21113, #22507, #22675, #22836, #22892, #32883, #33006, #34121,
10666 #23984, #24685, #24799, #25001, #25019, #34223, #34296, #34355,
10667 #24021, #25022, #25026, #25104, #25176, #31557, #31691, #31853,
10668 #25458, #26019, #26433, #26592, #26670, #27100, #27100, #27601,
10669 #28184, #28391, #28778, #29293, #29351, #27841, #28172, #30260,
10670 #29382, #29441, #29903, #29920, #29983, #30027, #30076, #30112,
10671 #31009, #31155, #31381, #31883, #32140, #32395, #32584. #34465,
10672 #30383, #30441, #30472, #30643, #30827, #30324, #36425, #34596
10673
10674 -- Ben Gertzfield <che@debian.org> Mon, 15 Mar 1999 19:14:25 -0800
10675
10676 apt (0.3.1) experimental; urgency=low
10677
10678 * Minor release of cvs version.
10679 * Added virtual package libapt-pkgx.x
10680
10681 -- Mitch Blevins <mblevin@debian.org> Wed, 10 Mar 1999 07:52:44 -0500
10682
10683 apt (0.3.0) experimental; urgency=low
10684
10685 * New experimental version.
10686
10687 -- Ben Gertzfield <che@debian.org> Tue, 15 Dec 1998 12:53:21 -0800
10688
10689 apt (0.1.9) frozen unstable; urgency=low
10690
10691 * Return to the wacky numbering for when we build 0.1.8 for hamm
10692 * Important bug related to APT on the Alpha fixed
10693 * apt-get dist-upgrade problems fixed
10694 * tiny patch for http method to fix an endless loop
10695 * nice fix from /usr/doc/lintian/ to remove rpath nastiness from
10696 libtool and add proper shared lib dependancies
10697 * now dh_shlibdeps is called with LD_LIBRARY_PATH=debian/tmp/usr/lib
10698 in case an old libpkg is installed while building APT to prevent
10699 spurious dependancies
10700
10701 -- Ben Gertzfield <che@debian.org> Thu, 5 Nov 1998 17:43:25 -0800
10702
10703 apt (0.1.7) unstable; urgency=low
10704
10705 * New build with libstdc++2.9.
10706 * Various fixes; read the Changelog.
10707
10708 -- Ben Gertzfield <che@debian.org> Thu, 15 Oct 1998 18:29:18 -0700
10709
10710 apt (0.1.6) unstable; urgency=low
10711
10712 * Various fixes in the FTP method for error checking. Fixes: #26188.
10713 * Spelling corrections in dselect method. Fixes: #25884
10714 * Fixes for compilation on alpha/ppc. Fixes: #25313, #26108.
10715 * No more bo releases: we're using a normal numbering system now.
10716
10717 -- Ben Gertzfield <che@debian.org> Tue, 8 Sep 1998 19:27:13 -0700
10718
10719 apt (0.1.5) unstable; urgency=low
10720
10721 * Changed sources.list to point to 'unstable' by default, as
10722 'frozen' no longer exists!
10723
10724 -- Ben Gertzfield <che@debian.org> Thu, 23 Jul 1998 22:00:18 -0700
10725
10726 apt (0.1.3) unstable; urgency=low
10727
10728 * New upstreamish version.
10729 * ftp method rewritten in C. Removes dependancies on all perl/perl
10730 related modules. This fixes many of the ftp method bugs.
10731
10732 -- Ben Gertzfield <che@debian.org> Thu, 16 Jul 1998 22:19:00 -0700
10733
10734 apt (0.1.1) unstable; urgency=low
10735
10736 * Release for unstable.
10737
10738 -- Ben Gertzfield <che@debian.org> Tue, 30 Jun 1998 20:48:30 -0700
10739
10740 apt (0.1) unstable; urgency=low
10741
10742 * Kludge to fix problem in libnet-perl with illegal anonymous
10743 FTP passwords.
10744 * Moved to unstable; apt is in a useable state now.
10745 * Fixed version numbering. From now on, numbering will be:
10746 0.1 (no actual release) -> 0.1.0bo (release for libc5) ->
10747 0.1.1 (release for unstable). Thanks, Manoj.
10748
10749 -- Ben Gertzfield <che@debian.org> Tue, 30 Jun 1998 20:40:58 -0700
10750
10751 apt (0.0.17-1) experimental; urgency=low
10752
10753 * Fixed problem with libc6 version compare
10754 * Scott's away for a while, so I'll be packaging apt for the time
10755 being.
10756
10757 -- Ben Gertzfield <che@debian.org> Thu, 25 Jun 1998 19:02:03 -0700
10758
10759 apt (0.0.16-1) experimental; urgency=low
10760
10761 * Modifications to make apt-get more friendly when backgrounded.
10762 * Updated documentation.
10763 * Updates to graphic widgets
10764
10765 -- Scott K. Ellis <scott@debian.org> Mon, 8 Jun 1998 11:22:02 -0400
10766
10767 apt (0.0.15-0.2bo) experimental; urgency=low
10768
10769 * Bo compilation
10770 * Bob Hilliards crash
10771
10772 -- Jason Gunthorpe <jgg@debian.org> Sun, 31 May 1998 20:18:35 -0600
10773
10774 apt (0.0.15-0.1bo) experimental; urgency=low
10775
10776 * Bo compilation
10777 * libstdc++272 patch
10778
10779 -- Jason Gunthorpe <jgg@debian.org> Sun, 31 May 1998 20:18:35 -0600
10780
10781 apt (0.0.15) experimental; urgency=low
10782
10783 * Clean up source tarball (no user-visible changes)
10784
10785 -- Scott K. Ellis <scott@debian.org> Tue, 26 May 1998 12:23:53 -0400
10786
10787 apt (0.0.14) experimental; urgency=low
10788
10789 * Updates in ordering code to make sure certain upgrades work correctly.
10790 * Made dselect/setup understand ftp as well as http
10791
10792 -- Scott K. Ellis <scott@debian.org> Wed, 20 May 1998 13:33:32 -0400
10793
10794 apt (0.0.13-bo1) experimental; urgency=low
10795
10796 * Bo compilation
10797
10798 -- Jason Gunthorpe <jgg@debian.org> Mon, 18 May 1998 15:10:49 -0600
10799
10800 apt (0.0.13) experimental; urgency=low
10801
10802 * Remove hardcoded egcc from debian/rules (#21575)
10803 * Fixes for ordering logic when system has a number of unpacked
10804 but unconfigured packages installed.
10805 * Spelling fix in dselect install method (#22556)
10806
10807 -- Scott K. Ellis <scott@debian.org> Sun, 17 May 1998 20:08:33 -0400
10808
10809 apt (0.0.12) experimental; urgency=low
10810
10811 * Fixed problems with package cache corruption.
10812 * Made to depend on libc6 >= 2.0.7pre1 due to timezone problems with
10813 earlier versions.
10814 * Interface and documentation improvements.
10815
10816 -- Scott K. Ellis <scott@debian.org> Sat, 16 May 1998 23:17:32 -0400
10817
10818 apt (0.0.11) experimental; urgency=low
10819
10820 * Change dependancies to pre-depends since breaking your packaging tools
10821 in the middle of an installation isn't very good.
10822 * Bug fixes to ftp method and general apt-get code
10823
10824 -- Scott K. Ellis <scott@debian.org> Fri, 15 May 1998 08:57:38 -0400
10825
10826 apt (0.0.10) experimental; urgency=low
10827
10828 * Run "dpkg --configure -a" after an aborted dselect install
10829 * Fixed problem with install looping
10830 * Support for authenticating proxys: (note this isn't terribly secure)
10831 http_proxy="http://user:pass@firewall:port/"
10832 * Substitute $ARCH in sources.list
10833 * Fixes in the resumption code for ftp
10834
10835 -- Scott K. Ellis <scott@debian.org> Tue, 12 May 1998 09:14:41 -0400
10836
10837 apt (0.0.9) experimental; urgency=low
10838
10839 * Added ftp support.
10840 * Various other less visible bug fixes.
10841 * Fixed problem with segfault when apt-get invoked in a non-existant
10842 directory (Bug #21863)
10843 * Bumped policy to 2.4.1
10844
10845 -- Scott K. Ellis <scott@debian.org> Fri, 1 May 1998 09:18:19 -0400
10846
10847 apt (0.0.8) experimental; urgency=low
10848
10849 * Fixed generated available file (Bug #21836)
10850 * Added download ETA (Bug #21774).
10851 * Fixed hardcoded ARCH (Bug #21751).
10852 * Fixed check on http_proxy (Bug #21795).
10853 * Added download speed indicator.
10854
10855 -- Scott K. Ellis <scott@debian.org> Mon, 27 Apr 1998 10:58:32 -0400
10856
10857 apt (0.0.7) experimental; urgency=low
10858
10859 * Remove libdeity and apt from package for now, since only apt-get and
10860 apt-cache are actually useful right now.
10861 * Clean up handling of package installation errors.
10862 * Added timeout to http transfers (#21269)
10863 * Updated setup for dselect/apt method.
10864 * Updated man pages
10865 * Long options (added in 0.0.6)
10866
10867 -- Scott K. Ellis <scott@debian.org> Tue, 21 Apr 1998 09:06:49 -0400
10868
10869 apt (0.0.6) experimental; urgency=low
10870
10871 * Spelling changes.
10872 * Revamped download status display.
10873 * Call apt-get clean after successful install in dselect.
10874 * Added "apt-get clean" which deletes package files from /var/cache/apt
10875
10876 -- Scott K. Ellis <scott@debian.org> Thu, 9 Apr 1998 15:13:59 -0400
10877
10878 apt (0.0.5) experimental; urgency=low
10879
10880 * Ignore signals while dpkg is running so we don't leave dpkg running in
10881 the background (#20804)
10882 * Check Packages as well as Packages.gz for file URIs (#20784)
10883 * Spelling cleanup (#20800)
10884 * Added -m option to permit upgrade to go on in the case of a bad mirror.
10885 This option may result in incomplete upgrades when used with -f.
10886
10887 -- Scott K. Ellis <scott@debian.org> Tue, 7 Apr 1998 12:40:29 -0400
10888
10889 apt (0.0.4) experimental; urgency=low
10890
10891 * New usage guide.
10892 * Various documentation updates and cleanup.
10893 * Added '-f' option to apt-get attempt to fix broken dependancies.
10894
10895 -- Scott K. Ellis <scott@debian.org> Sat, 4 Apr 1998 14:36:00 -0500
10896
10897 apt (0.0.3) experimental; urgency=low
10898
10899 * Added a shlibs.local file to prevent apt from depending on itself.
10900 * Updates to how apt-get handles bad states in installed packages.
10901 * Updated rules to make sure build works from a freshly checked out source
10902 archive. Building from CVS needs libtool/automake/autoconf, builds from
10903 the distributed source package should have no such dependancy.
10904
10905 -- Scott K. Ellis <scott@debian.org> Fri, 3 Apr 1998 11:49:47 -0500
10906
10907 apt (0.0.2) unstable; urgency=low
10908
10909 * Updates to apt-get and http binding for dselect method (apt).
10910 * Updating version number from 0.0.1, which was released only on IRC.
10911
10912 -- Scott K. Ellis <scott@debian.org> Fri, 3 Apr 1998 00:35:18 -0500
10913
10914 apt (0.0.1) unstable; urgency=low
10915
10916 * Initial Release.
10917
10918 -- Scott K. Ellis <scott@debian.org> Tue, 31 Mar 1998 12:49:28 -0500
10919