]> git.saurik.com Git - apt.git/blob - debian/changelog
update changelog
[apt.git] / debian / changelog
1 apt (0.8.16~exp12ubuntu6) UNRELEASED; urgency=low
2
3 * cherry pick from
4 http://bzr.debian.org/bzr/bzr/apt/apt/debian-experimental2/:
5 * apt-pkg/packagemanager.cc:
6 - fix bug in predepends handling - ensure that packages that needs
7 unpackaging are unpacked before they are configured (LP: #927993)
8 * apt-pkg/packagemanager.cc:
9 - do not try to a void a breaks if the broken package pre-depends
10 on the breaker, but let dpkg auto-deconfigure it
11 * apt-pkg/packagemanager.cc:
12 - recheck all dependencies if we changed a package in SmartConfigure
13 as this could break an earlier dependency (LP: #940396)
14 * recheck dependencies in SmartUnpack after a change, too
15 * add Debug::pkgAcqArchive::NoQueue to disable package downloading
16
17 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 13 Mar 2012 13:35:36 +0100
18
19 apt (0.8.16~exp12ubuntu5) precise; urgency=low
20
21 [ Michael Vogt ]
22 * merged from the debian-sid branch, most notably:
23 - Correct fi translation for hash sum mismatches (LP: #420403)
24 Thanks to Jani Uusitalo
25 - remove 'old' InRelease file if we can't get a new one before
26 proceeding with Release.gpg to avoid the false impression of a still
27 trusted repository by a (still present) old InRelease file.
28 Thanks to Simon Ruderich for reporting this issue! (CVE-2012-0214)
29
30 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 06 Mar 2012 17:52:50 +0100
31
32 apt (0.8.16~exp12ubuntu4) precise; urgency=low
33
34 * apt-pkg/contrib/fileutl.h:
35 - fix compatibility with FileFd::OpenDescriptor() in ReadOnlyGzip mode
36
37 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 14 Feb 2012 10:06:28 +0100
38
39 apt (0.8.16~exp12ubuntu3) precise; urgency=low
40
41 * Fix IndexCopy::CopyPackages and TranslationsCopy::CopyTranslations to
42 handle compressed files again (LP: #924182).
43
44 -- Colin Watson <cjwatson@ubuntu.com> Tue, 31 Jan 2012 11:19:46 +0000
45
46 apt (0.8.16~exp12ubuntu2) precise; urgency=low
47
48 [ David Kalnischkies ]
49 * apt-pkg/deb/dpkgpm.cc:
50 - chroot if needed before dpkg --assert-multi-arch
51 - ensure that dpkg binary doesn't have the chroot-directory prefixed
52 * apt-pkg/depcache.cc:
53 - if a M-A:same package is marked for reinstall, mark all it's installed
54 silbings for reinstallation as well (LP: #859188)
55 * apt-pkg/contrib/configuration.cc:
56 - do not stop parent transversal in FindDir if the value is empty
57 * methods/http{s,}.cc:
58 - if a file without an extension is requested send an 'Accept: text/*'
59 header to avoid that the server chooses unsupported compressed files
60 in a content-negotation attempt (Closes: #657560)
61 * apt-pkg/aptconfiguration.cc:
62 - chroot if needed before calling dpkg --print-foreign-architectures
63
64 [ Michael Vogt ]
65 * apt-pkg/deb/dpkgpm.cc:
66 - fix crash when a package is in removed but residual config state
67 (LP: #923807)
68
69 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 30 Jan 2012 21:03:12 +0100
70
71 apt (0.8.16~exp12ubuntu1) precise; urgency=low
72
73 [ Michael Vogt ]
74 * merge from debian/experimental:
75 - new ABI
76
77 [ Steve Langasek ]
78 * apt-pkg/algorithms.cc: iterate Breaks the same way as Conflicts, so that
79 we resolve virtual package Breaks more effectively. Thanks to Colin
80 Watson for the patch. Closes: #657695, LP: #922485.
81 * apt-pkg/algorithms.{cc,h}: use an int to represent resolver scores, not
82 a signed short, because large upgrades can result in an overflow for
83 core packages. Thanks again to Colin Watson. Closes: #657732,
84 LP: #917173.
85 * Multi-Arch: none build-deps should be DEB_HOST_ARCH, not DEB_BUILD_ARCH.
86 Closes: #646288.
87
88 -- Steve Langasek <steve.langasek@ubuntu.com> Sun, 29 Jan 2012 00:44:16 +0000
89
90 apt (0.8.16~exp12) experimental; urgency=low
91
92 [ Michael Vogt ]
93 * apt-pkg/deb/dpkgpm.cc:
94 - fix segfault on pkg removal
95
96 [ David Kalnischkies ]
97 * apt-pkg/cacheiterators.h:
98 - return the correct version arch for all+foreign, too
99 * apt-pkg/packagemanager.cc:
100 - ignore breaks on not-installed versions while searching for
101 breakage loops as we don't have to avoid them
102 * debian/control:
103 - remove APT from the short descriptions as lintian doesn't like it
104 and it doesn't transport any information for a reader anyway
105 - apply typofixes by Pascal De Vuyst, thanks! (Closes: #652834, #652835)
106 * debian/rules:
107 - apply patch to enable usage of hardning CPPFLAGS and LDFLAGS by
108 Moritz Muehlenhoff, thanks! (Closes: #653504)
109 * methods/https.cc:
110 - use curls list append instead of appending Range and If-Range by hand
111 which generates malformed requests, thanks Mel Collins for the hint!
112 (Closes: #646381)
113 * test/libapt/run-tests:
114 - hurd doesn't have dmesg yet and we don't really need it either,
115 so use with $0 a more stable data source for hashsumming
116
117 [ Pino Toscano ]
118 * test/libapt/globalerror_test.cc:
119 - errno 0 has a different strerror on hurd, so generate the expected
120 message dynamically instead of hardcoding 'Success' (Closes: #656530)
121
122 -- Michael Vogt <mvo@debian.org> Tue, 24 Jan 2012 12:24:38 +0100
123
124 apt (0.8.16~exp11) experimental; urgency=low
125
126 [ David Kalnischkies ]
127 * apt-pkg/deb/dpkgpm.cc:
128 - redirect out/input of dpkg --assert-multi-arch to /dev/null
129 - if multi-arch is detected ensure that pkg:all is reported as pkg:all
130
131 -- Michael Vogt <mvo@debian.org> Thu, 19 Jan 2012 13:48:18 +0100
132
133 apt (0.8.16~exp10) experimental; urgency=low
134
135 [ David Kalnischkies ]
136 * apt-pkg/depcache.cc:
137 - implicit conflicts (for multiarch) are supposed to conflict
138 only with real packages, not with virtual providers
139 * apt-pkg/pkgcache.cc:
140 - ignore implicit conflicts on providers in AllTarget, too
141 * apt-pkg/deb/dpkgpm.cc:
142 - check if dpkg supports multiarch with --assert-multi-arch
143 and if it does be always explicit about the architecture
144 * apt-pkg/contrib/fileutl.h:
145 - store the offset in the internal fd before calculate size of
146 the zlib-handled file to jump back to this place again
147
148 [ Michael Vogt ]
149 * apt-pkg/contrib/fileutl.h:
150 - fix segfault triggered by the python-apt testsuite
151
152 -- Michael Vogt <mvo@debian.org> Wed, 18 Jan 2012 12:52:26 +0100
153
154 apt (0.8.16~exp9) experimental; urgency=low
155
156 [ Julian Andres Klode ]
157 * apt-pkg/cdrom.cc:
158 - Accept .bz2, .xz files in addition to .gz files (Closes: #649451)
159
160 [ Michael Vogt ]
161 * apt-pkg/cdrom.cc:
162 - use aptconfiguration to get the supported compression types
163 * debian/control:
164 - bump debhelper build-dep to debhelper (>= 8.1.3~)
165 - set libapt-pkg-dev to multi-arch: same too
166 * g++ 4.7 fixes
167
168 [ Colin Watson ]
169 * Convert libapt-pkg4.12 and libapt-inst1.4 to Multi-Arch: same.
170
171 [ David Kalnischkies ]
172 * apt-pkg/cacheset.cc:
173 - make the cachesets real containers which can embedding any container
174 to be able to use the same interface regardless of set or list usage
175 - provide a {Package,Version}List similar to {Package,Version}Set
176 * cmdline/apt-{get,cache,mark}.cc:
177 - use Lists instead of Sets if input order should be preserved for
178 commands accepting lists of packages, e.g. policy (Closes: #625960)
179 * apt-pkg/depcache.cc:
180 - prefer native providers over foreigns even if the chain is foreign.
181 LP: #850264.
182 * cmdline/apt-get.cc:
183 - ignore foreign architectures if we check if a provides has only one
184 resolver as it's basically the same for the user, so no need to choose
185 * cmdline/apt-config.cc:
186 - dump the APT::Compressor settings correctly and completely
187 * apt-pkg/contrib/fileutl.{h,cc}:
188 - implement a ModificationTime method for FileFd
189 - add a ReadLine method
190 - drop the explicit export of gz-compression handling
191 * apt-pkg/cdrom.cc:
192 - support InRelease files on cdrom
193
194 -- Michael Vogt <mvo@debian.org> Thu, 05 Jan 2012 20:26:31 +0100
195
196 apt (0.8.16~exp8) experimental; urgency=low
197
198 [ David Kalnischkies ]
199 * algorithms.cc:
200 - show a debug why a package was kept by ResolveByKeep()
201 * apt-pkg/packagemanager.cc:
202 - do not fail on unpacked packages in SmartUnPack, just don't
203 shedule them for unpack, but do all checks and configure them
204 - do not enter an endless loop for (essential) pre-dependency loops
205 * apt-pkg/contrib/sha2_internal.cc:
206 - use a pointer-union to peace gcc strict-aliasing warning
207 * apt-pkg/deb/deblistparser.cc:
208 - M-A: foreign packages provide for other archs, too
209
210 -- David Kalnischkies <kalnischkies@gmail.com> Thu, 03 Nov 2011 09:40:29 -0500
211
212 apt (0.8.16~exp7) experimental; urgency=low
213
214 [ David Kalnischkies ]
215 * do not pollute namespace in the headers with using (Closes: #500198)
216 * use forward declaration in headers if possible instead of includes
217 * remove old APT_COMPATIBILITY ifdef's
218 * apt-pkg/deb/dpkgpm.cc:
219 - use std::vector instead of fixed size arrays to store args and
220 multiarch-packagename strings
221 - load the dpkg base arguments only one time and reuse them later
222 * cmdline/apt-get.cc:
223 - follow Provides in the evaluation of saving candidates, too, for
224 statisfying garbage package dependencies (Closes: #640590)
225 * apt-pkg/algorithms.cc:
226 - if a package is garbage, don't try to save it with FixByInstall
227 * apt-pkg/deb/debsrcrecords.cc:
228 - remove the limit of 400 Binaries for a source package (Closes: #622110)
229 * apt-pkg/deb/deblistparser.cc:
230 - fix crash when the dynamic mmap needs to be grown in
231 LoadReleaseInfo (LP: #854090)
232 * apt-pkg/deb/debmetaindex.cc:
233 - none is a separator, not a language: no need for Index (Closes: #624218)
234 * apt-pkg/aptconfiguration.cc:
235 - do not builtin languages only if none is forced (Closes: #643787)
236 * apt-pkg/pkgcachegen.cc:
237 - refactor MergeList by creating -Group, -Package and -Version specialist
238 - share description list between "same" versions (LP: #868977)
239 This also means that descriptions are shared across archives now.
240 - add implicit dependencies needed for Multi-Arch at the time a Version
241 struct is created and not at the end of the cache generation
242 * apt-pkg/pkgcache.cc:
243 - always prefer "en" over "" for "en"-language regardless of cache-order
244
245 [ Michael Vogt ]
246 * apt-pkg/contrib/configuration.cc:
247 - fix double delete (LP: #848907)
248 - ignore only the invalid regexp instead of all options
249 * apt-pkg/acquire-item.h, apt-pkg/deb/debmetaindex.cc:
250 - fix fetching language information by adding OptionalSubIndexTarget
251 * methods/https.cc:
252 - cleanup broken downloads properly
253
254 [ Colin Watson ]
255 * ftparchive/cachedb.cc:
256 - fix buffersize in bytes2hex
257
258 -- Michael Vogt <mvo@debian.org> Fri, 14 Oct 2011 13:51:35 +0200
259
260 apt (0.8.16~exp6) experimental; urgency=low
261
262 [ Christopher Baines ]
263 * enable APT in unpack/configure ordering to handle loops as well
264 as tight dependencies between immediate packages better
265 enabling also the possibility to mark all packages as immediate
266 (at least Closes: #353290, #540227, #559733, #621836, #639290)
267
268 [ David Kalnischkies ]
269 * [abi-break] Support large files in the complete toolset. Indexes of this
270 size are pretty unlikely for now, but we need it for deb
271 packages which could become bigger than 4GB now (LP: #815895)
272 * merged the debian-sid branch
273
274 [ Michael Vogt ]
275 * bump ABI version
276
277 -- Michael Vogt <mvo@debian.org> Wed, 14 Sep 2011 21:06:51 +0200
278
279 apt (0.8.16~exp5ubuntu14.2.1) UNRELEASED; urgency=low
280
281 [ Daniel Hahler ]
282 * doc/apt-key.8.xml: Ubuntu specific documentation changes (LP: #445903)
283
284 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 20 Oct 2011 10:58:20 +0200
285
286 apt (0.8.16~exp5ubuntu14.2) precise; urgency=low
287
288 * Call update-apt-xapian-index with -u on all arches in
289 cron.daily to make it behave slightly more pleasantly.
290
291 -- Adam Conrad <adconrad@ubuntu.com> Mon, 09 Jan 2012 07:41:03 -0700
292
293 apt (0.8.16~exp5ubuntu14.1) precise; urgency=low
294
295 * apt-pkg/edsp.cc:
296 - fix FTBFS
297
298 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 19 Oct 2011 17:56:49 +0200
299
300 apt (0.8.16~exp5ubuntu14) precise; urgency=low
301
302 [ David Kalnischkies ]
303 * apt-pkg/pkgcachegen.cc:
304 - refactor MergeList by creating -Group, -Package and -Version specialist
305 - share description list between "same" versions (LP: #868977)
306 This also means that descriptions are shared across archives now.
307 * apt-pkg/pkgcache.cc:
308 - always prefer "en" over "" for "en"-language regardless of cache-order
309 (LP: #868977)
310
311 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 19 Oct 2011 16:22:31 +0200
312
313 apt (0.8.16~exp5ubuntu13) oneiric; urgency=low
314
315 [ Adam Conrad ]
316 * On armel, call update-apt-xapian-index with '-u' to keep the CPU
317 and I/O usage low. We would do this on all arches, but there's a
318 regression risk here, but that's better than killing slow systems.
319
320 [ Michael Vogt ]
321 * cmdline/apt-key:
322 - fix apt-key net-update, thanks to Marc Deslauriers and
323 Adam Conrad for the code review (LP: #857472)
324
325 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 06 Oct 2011 16:14:41 +0200
326
327 apt (0.8.16~exp5ubuntu12) oneiric; urgency=low
328
329 [ David Kalnischkies ]
330 * apt-pkg/deb/deblistparser.cc:
331 - fix crash when the dynamic mmap needs to be remapped during
332 LoadReleaseInfo (LP: #854090)
333
334 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 26 Sep 2011 13:31:11 +0200
335
336 apt (0.8.16~exp5ubuntu11) oneiric; urgency=low
337
338 [ Colin Watson ]
339 * ftparchive/cachedb.cc:
340 - fix buffersize in bytes2hex
341
342 [ Marc Deslauriers ]
343 * SECURITY UPDATE: Disable apt-key net-update for now, as validation
344 code is insecure.
345 - cmdline/apt-key: exit immediately out of net_update().
346 - CVE number pending
347
348 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 22 Sep 2011 17:30:45 +0200
349
350 apt (0.8.16~exp5ubuntu10) oneiric; urgency=low
351
352 * methods/https.cc:
353 - cleanup broken downloads properly (just like http)
354
355 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 20 Sep 2011 18:26:13 +0200
356
357 apt (0.8.16~exp5ubuntu9) oneiric; urgency=low
358
359 [ Michael Vogt ]
360 * apt-pkg/acquire-item.h, apt-pkg/deb/debmetaindex.cc:
361 - fix fetching translated package descriptions (including the newly
362 stripped out english ones) by adding OptionalSubIndexTarget
363
364 [ David Kalnischkies ]
365 * apt-pkg/acquire-item.cc:
366 - if no Release.gpg file is found try to verify with hashes,
367 but do not fail if a hash can't be found
368 * apt-pkg/indexrecords.cc:
369 - fix Acquire::Max-ValidTime option by interpreting it really
370 as seconds as specified in the manpage and not as days
371 - add an Acquire::Min-ValidTime option (Closes: #640122)
372 * doc/apt.conf.5.xml:
373 - reword Acquire::Max-ValidTime documentation to make clear
374 that it doesn't provide the new Min-ValidTime functionality
375
376 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 16 Sep 2011 09:50:16 +0200
377
378 apt (0.8.16~exp5ubuntu8) oneiric; urgency=low
379
380 * cherry pick r1825 from lp:~mvo/apt/mvo:
381 * apt-pkg/contrib/configuration.cc:
382 - fix double delete (LP: #848907)
383 - ignore only the invalid regexp instead of all options
384
385 * cherry pick r2165 from lp:~donkult/apt/sid:
386 [ David Kalnischkies ]
387 * cmdline/apt-get.cc:
388 - output list of virtual package providers to c1out in -q=1
389 instead of /dev/null to unbreak sbuild (LP: #816155)
390
391 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 13 Sep 2011 18:23:09 +0200
392
393 apt (0.8.16~exp5ubuntu7) oneiric; urgency=low
394
395 [ Michael Vogt ]
396 * cherry pick revision 2173 from lp:~donkult/apt/sid
397
398 [ David Kalnischkies ]
399 - M-A:same lockstep unpack should operate on installed
400 packages first (LP: #835625)
401
402 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 13 Sep 2011 09:03:33 +0200
403
404 apt (0.8.16~exp5ubuntu6) oneiric; urgency=low
405
406 [ Michael Vogt
407 * merged lp:~jr/ubuntu/oneiric/apt/bzr-get-rename, thanks to
408 Jonathan Riddell
409
410 [ David Kalnischkies ]
411 * lots of cppcheck fixes
412 * apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc:
413 - ignore "self"-conflicts for all architectures of a package
414 instead of just for the architecture of the package locked at
415 in the ordering of installations too (Closes: #802901)
416
417 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 17 Aug 2011 11:32:58 +0200
418
419 apt (0.8.16~exp5ubuntu5) oneiric; urgency=low
420
421 * debian/control:
422 - fix VCS location
423 * methods/mirror.cc:
424 - include the architecture(s) in the query string as well so
425 that the server can make better decisions
426
427 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 11 Aug 2011 18:03:19 +0200
428
429 apt (0.8.16~exp5ubuntu4) oneiric; urgency=low
430
431 * Merge change from Robert Collins to upgrade ubuntu-keyring recommends
432 to a hard dependency to match Debian behaviour and fix LP: #816606
433
434 -- Adam Conrad <adconrad@ubuntu.com> Tue, 09 Aug 2011 14:48:24 -0600
435
436 apt (0.8.16~exp5ubuntu3) oneiric; urgency=low
437
438 * apt-pkg/acquire.cc:
439 - fix potential divide-by-zero (LP: #823277)
440
441 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 09 Aug 2011 15:56:44 +0200
442
443 apt (0.8.16~exp5ubuntu2) oneiric; urgency=low
444
445 * test/integration/test-hashsum-verification:
446 - add regression test for hashsum verification
447 * apt-pkg/acquire-item.cc:
448 - if no Release.gpg file is found, still load the hashes for
449 verification (closes: #636314) and add test
450 * apt-pkg/pkgcachegen.cc:
451 - fix incorrect comparision when checking sources.list freshness
452
453 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 09 Aug 2011 09:22:14 +0200
454
455 apt (0.8.16~exp5ubuntu1) oneiric; urgency=low
456
457 * merged new version from debian/experimental, this includes
458 a ABI break and two new library packages
459
460 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 08 Aug 2011 14:30:07 +0200
461
462 apt (0.8.16~exp5) experimental; urgency=low
463
464 * apt-pkg/makefile:
465 - install sha256.h compat header
466 * apt-pkg/pkgcachegen.{cc,h}:
467 - use ref-to-ptr semantic in NewDepends() to ensure that the
468 libapt does not segfault if the cache is remapped in between
469 (LP: #812862)
470 (LP: #812862)
471 - fix crash when P.Arch() was used but the cache got remapped
472 * apt-pkg/acquire-item.{cc,h}:
473 - do not check for a "Package" tag in optional index targets
474 like the translations index
475 * apt-pkg/acquire.cc:
476 - fix potential divide-by-zero
477 * methods/mirror.cc:
478 - include the architecture(s) in the query string as well so
479 that the server can make better decisions
480
481 -- Michael Vogt <mvo@debian.org> Mon, 15 Aug 2011 14:52:54 +0200
482
483 apt (0.8.16~exp4) experimental; urgency=low
484
485 [ Julian Andres Klode ]
486 * apt-pkg/pkgcache.h:
487 - [ABI break] Add pkgCache::Header::CacheFileSize, storing the cache size
488 * apt-pkg/pkgcachegen.cc:
489 - Write the file size to the cache
490 * apt-pkg/pkgcache.cc:
491 - Check that cache is at least CacheFileSize bytes large (LP: #16467)
492
493 [ Michael Vogt ]
494 * merged latest fixes from debian-sid
495 * apt-pkg/cdrom.{cc,h}:
496 - cleanup old ABI break avoidance hacks
497 * [ABI break] apt-pkg/acquire-item.{cc,h}:
498 - cleanup around OptionalIndexTarget and SubIndexTarget
499 * [ABI break] merged patch from Jonathan Thomas to have a new
500 RecordField() function in the pkgRecorder parser. Many thanks
501 Thomas
502 * [ABI break] merge patch from Jonathan Thomas to speed up the
503 depcache by caching the install-recommends and install-suggests
504 values
505 * apt-pkg/contrib/fileutl.{cc,h}:
506 - add GetModificationTime() helper
507 * apt-pkg/pkgcachegen.cc:
508 - regenerate the cache if the sources.list changes to ensure
509 that changes in the ordering there will be honored by apt
510 * apt-pkg/sourcelist.{cc,h}:
511 - add pkgSourceList::GetLastModifiedTime() helper
512
513 -- Michael Vogt <mvo@debian.org> Thu, 28 Jul 2011 16:57:08 +0200
514
515 apt (0.8.16~exp3) experimental; urgency=low
516
517 [ David Kalnischkies ]
518 * apt-pkg/pkgcache.h:
519 - readd All{Foreign,Allowed} as suggested by Julian to
520 remain strictly API compatible
521 * apt-pkg/acquire*.{cc,h}:
522 - try even harder to support really big files in the fetcher by
523 converting (hopefully) everything to 'long long' (Closes: #632271)
524 * ftparchive/writer.cc:
525 - generate all checksums in one run over the file for Release
526 * cmdline/apt-get.cc:
527 - add an --assume-no option for testing to say 'no' to everything
528 * apt-pkg/deb/debmetaindex.cc:
529 - add trusted=yes option to mark unsigned (local) repository as trusted
530 based on a patch from Ansgar Burchardt, thanks a lot! (Closes: #596498)
531
532 [ Michael Vogt ]
533 * merge fixes from the debian/unstable upload
534 * merge lp:~mvo/apt/sha512-template to get fixes for the
535 sha1/md5 verifiation (closes: #632520)
536
537 -- Michael Vogt <mvo@debian.org> Fri, 15 Jul 2011 09:56:17 +0200
538
539 apt (0.8.16~exp2) experimental; urgency=low
540
541 [ David Kalnischkies ]
542 * [ABI-Break] Implement EDSP in libapt-pkg so that all front-ends which
543 use the internal resolver can now be used also with external
544 ones as the usage is hidden in between the old API
545 * provide two edsp solvers in apt-utils:
546 - 'dump' to quickly output a complete scenario and
547 - 'apt' to use the internal as an external resolver
548 * apt-pkg/pkgcache.h:
549 - clean up mess with the "all" handling in MultiArch to
550 fix LP: #733741 cleanly for everyone now
551 * apt-pkg/depcache.cc:
552 - use a boolean instead of an int for Add/Remove in AddStates
553 similar to how it works with AddSizes
554 - let the Mark methods return if their marking was successful
555 - if a Breaks can't be upgraded, remove it. If it or a Conflict
556 can't be removed the installation of the breaker fails.
557 * cmdline/apt-get.cc:
558 - do not discard the error messages from the resolver and instead
559 only show the general 'Broken packages' message if nothing else
560
561 [ Stefano Zacchiroli ]
562 * doc/external-dependency-solver-protocol.txt:
563 - describe EDSP and the configuration interface around it
564
565 [ Michael Vogt ]
566 * [ABI-Break] merge lp:~mvo/apt/sha512-template to add support for sha512
567 * [ABI-Break] merge lp:~mvo/apt/dpointer to support easier extending
568 without breaking the ABI
569 * increase ABI version and update package names
570
571 -- Michael Vogt <mvo@debian.org> Wed, 29 Jun 2011 13:57:28 +0200
572
573 apt (0.8.16~exp1) experimental; urgency=low
574
575 * merged with the debian/unstable upload
576
577 -- Michael Vogt <mvo@debian.org> Wed, 29 Jun 2011 12:40:31 +0200
578
579 apt (0.8.15.10) unstable; urgency=high
580
581 [ David Kalnischkies ]
582 * algorithms.cc:
583 - show a debug why a package was kept by ResolveByKeep()
584 * doc/manpage-style.xml:
585 - put <brackets> around email addresses
586 * apt-pkg/aptconfiguration.cc:
587 - parse dpkg --print-foreign-architectures correctly in
588 case archs are separated by newline instead of space, too.
589 (Closes: #655590)
590 * doc/po/de.po:
591 - apply typo-fix from Michael Basse, thanks! (LP: #900770)
592 * apt-pkg/acquire-item.cc:
593 - remove 'old' InRelease file if we can't get a new one before
594 proceeding with Release.gpg to avoid the false impression of a still
595 trusted repository by a (still present) old InRelease file.
596 Thanks to Simon Ruderich for reporting this issue! (CVE-2012-0214)
597
598 [ Chris Leick ]
599 * German manpage translation update
600 * doc/*.xml:
601 - find and fix a bunch of misspellings
602
603 [ Program translation updates ]
604 * Dutch (Jeroen Schot). Closes: #652230
605 * Slovak (Ivan Masar). Closes: #652985
606 * Russian (Yuri Kozlov). Closes: #654844
607 * Hungarian (Gabor Kelemen). Closes: #655238
608 * Polish (Michał Kułach). Closes: #656908
609 * Danish (Joe Hansen). Closes: #658643
610 * French: replace "étiquetage" by "épinglage" for "pinning"
611
612 [ Michael Vogt ]
613 * merged patch from lp:~uusijani/apt/uusi-branch:
614 Correct fi translation for hash sum mismatches (LP: #420403)
615 Thanks to Jani Uusitalo
616
617 -- Michael Vogt <mvo@debian.org> Tue, 06 Mar 2012 14:14:26 +0100
618
619 apt (0.8.15.9) unstable; urgency=low
620
621 [ David Kalnischkies ]
622 * Symbol file update
623 * doc/apt-get.8.xml:
624 - change wording of autoremove description as suggested
625 by Robert Simmons, thanks! (Closes: #641490)
626 * apt-pkg/deb/dpkgpm.cc:
627 - use std::vector instead of fixed size arrays to store args and
628 multiarch-packagename strings
629 - load the dpkg base arguments only one time and reuse them later
630 * cmdline/apt-get.cc:
631 - follow Provides in the evaluation of saving candidates, too, for
632 statisfying garbage package dependencies (Closes: #640590)
633 * apt-pkg/algorithms.cc:
634 - if a package is garbage, don't try to save it with FixByInstall
635 * apt-pkg/init.cc:
636 - silently ignore *.orig and *.save files by default
637 * apt-pkg/policy.cc:
638 - accept generic release pin expressions again in -t (Closes: #644166)
639 * apt-pkg/deb/debmetaindex.cc:
640 - none is a separator, not a language: no need for Index (Closes: #624218)
641 * apt-pkg/aptconfiguration.cc:
642 - do not builtin languages only if none is forced (Closes: #643787)
643 * doc/apt.conf.5.xml:
644 - apply spelling fix by Kevin Lyda, thanks! (Closes: #644104)
645
646 [ Christian Perrier ]
647 * Fix spelling error (sensée) in French translation. Thanks
648 to Corentin Le Gall for spotting it.
649
650 [ Colin Watson ]
651 * ftparchive/cachedb.cc:
652 - fix buffersize in bytes2hex
653
654 [ Michael Vogt ]
655 * ftparchive/cachedb.cc:
656 - make buffer fully dynamic (thanks to Colin Watson)
657
658 -- Michael Vogt <mvo@debian.org> Fri, 14 Oct 2011 12:00:09 +0200
659
660 apt (0.8.15.8) unstable; urgency=low
661
662 [ David Kalnischkies ]
663 * cmdline/apt-get.cc:
664 - output list of virtual package providers to c1out in -q=1
665 instead of /dev/null to unbreak sbuild (LP: #816155)
666
667 [ Michael Vogt ]
668 * apt-pkg/contrib/configuration.cc:
669 - fix double delete (LP: #848907)
670 - ignore only the invalid regexp instead of all options
671
672 -- Michael Vogt <mvo@debian.org> Wed, 14 Sep 2011 12:08:25 +0200
673
674 apt (0.8.15.7) unstable; urgency=low
675
676 [ David Kalnischkies ]
677 * apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc:
678 - ignore "self"-conflicts for all architectures of a package
679 instead of just for the architecture of the package look at
680 in the ordering of installations, too (LP: #802901)
681 - M-A:same lockstep unpack should operate on installed
682 packages first (LP: #835625)
683 * test/*
684 - reorganize the various testcases and helper we have and
685 integrate them better into the buildsystem
686 - run the test/libapt testcases at package build-time
687 * debian/apt.symbols:
688 - add the newly added symbols since 0.8.15.3
689 * cmdline/apt-get.cc:
690 - remove the binary caches in 'apt-get clean' as it is the first
691 thing recommend by many supporters in case of APT segfaults
692 - remove the caches in 'apt-get update', too, as they will be
693 invalid in most cases anyway
694 * apt-pkg/acquire-item.cc:
695 - if no Release.gpg file is found try to verify with hashes,
696 but do not fail if a hash can't be found
697 * apt-pkg/acquire.cc:
698 - non-existing directories are by definition clean
699 * cmdline/apt-key:
700 - if command is 'add' do not error out if the specified
701 keyring doesn't exist, it will be created by gpg
702 * apt-pkg/orderlist.cc:
703 - prefer visiting packages marked for deletion in VisitProvides
704 if we are operating on a negative dependency so that we can
705 deal early with the fallout of this remove
706 * apt-pkg/indexrecords.cc:
707 - fix Acquire::Max-ValidTime option by interpreting it really
708 as seconds as specified in the manpage and not as days
709 - add an Acquire::Min-ValidTime option (Closes: #640122)
710 * doc/apt.conf.5.xml:
711 - reword Acquire::Max-ValidTime documentation to make clear
712 that it doesn't provide the new Min-ValidTime functionality
713
714 -- Michael Vogt <mvo@debian.org> Mon, 12 Sep 2011 16:38:46 +0200
715
716 apt (0.8.15.6) unstable; urgency=low
717
718 [ Michael Vogt ]
719 * apt-pkg/contrib/fileutl.{cc,h}:
720 - add GetModificationTime() helper
721 * apt-pkg/pkgcachegen.cc:
722 - regenerate the cache if the sources.list changes to ensure
723 that changes in the ordering there will be honored by apt
724 * apt-pkg/sourcelist.{cc,h}:
725 - add pkgSourceList::GetLastModifiedTime() helper
726 * apt-pkg/pkgcachegen.{cc,h}:
727 - use ref-to-ptr semantic in NewDepends() to ensure that the
728 libapt does not segfault if the cache is remapped in between
729 (LP: #812862)
730 - fix crash when P.Arch() was used but the cache got remapped
731 * test/integration/test-hashsum-verification:
732 - add regression test for hashsum verification
733 * apt-pkg/acquire-item.cc:
734 - if no Release.gpg file is found, still load the hashes for
735 verification (closes: #636314) and add test
736
737 [ David Kalnischkies ]
738 * lots of cppcheck fixes
739
740 -- Michael Vogt <mvo@debian.org> Mon, 15 Aug 2011 09:20:35 +0200
741
742 apt (0.8.15.5ubuntu1) oneiric; urgency=low
743
744 * apt-pkg/pkgcachegen.{cc,h}:
745 - fix crash when P.Arch() was used but the cache got remapped
746 (LP: #812862)
747
748 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 01 Aug 2011 15:18:50 +0200
749
750 apt (0.8.15.5) unstable; urgency=low
751
752 [ David Kalnischkies ]
753 * apt-pkg/deb/deblistparser.cc:
754 - do not assume that the last char on a line is a \n (Closes: #633350)
755
756 -- Michael Vogt <mvo@debian.org> Thu, 28 Jul 2011 16:49:15 +0200
757
758 apt (0.8.15.4ubuntu2) oneiric; urgency=low
759
760 * apt-pkg/contrib/fileutl.{cc,h}:
761 - add GetModificationTime() helper
762 * apt-pkg/pkgcachegen.cc:
763 - regenerate the cache if the sources.list changes to ensure
764 that changes in the ordering there will be honored by apt
765 * apt-pkg/sourcelist.{cc,h}:
766 - add pkgSourceList::GetLastModifiedTime() helper
767 * apt-pkg/pkgcachegen.{cc,h}:
768 - use ref-to-ptr semantic in NewDepends() to ensure that the
769 libapt does not segfault if the cache is remapped in between
770 (LP: #812862)
771
772 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 29 Jul 2011 18:25:22 +0200
773
774 apt (0.8.15.4ubuntu1) oneiric; urgency=low
775
776 * merged from debian-sid
777
778 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 26 Jul 2011 13:19:49 +0200
779
780 apt (0.8.15.4) unstable; urgency=low
781
782 [ David Miller ]
783 * apt-pkg/contrib/sha1.cc:
784 - fix illegally casts of on-stack buffer to a type requiring more
785 alignment than it has resulting in segfaults on sparc (Closes: #634696)
786
787 [ Michael Vogt ]
788 * apt-pkg/contrib/cdromutl.cc:
789 - fix escape problem when looking for the mounted devices
790 * apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc:
791 - add new DeEscapeString() similar to DeQuoteString but
792 unescape character escapes like \0XX and \xXX (plus added
793 test)
794 * refresh po/*
795
796 -- Michael Vogt <mvo@debian.org> Tue, 26 Jul 2011 12:12:27 +0200
797
798 apt (0.8.15.3) unstable; urgency=low
799
800 [ Michael Vogt ]
801 * apt-pkg/acquire-item.cc:
802 - improve error message for a expired Release file
803 * apt-pkg/algorithms.cc:
804 - Hold back packages that would enter "policy-broken" state on upgrade
805 when doing a "apt-get upgrade"
806 * cmdline/apt-get.cc:
807 - fix missing download progress in apt-get download
808
809 [ David Kalnischkies ]
810 * apt-pkg/pkgcachegen.cc:
811 - fallback to memory if file is not writeable even if access()
812 told us the opposite before (e.g. in fakeroot 1.16) (Closes: #630591)
813 * doc/sources.list.5.xml:
814 - document available [options] for sources.list entries (Closes: 632441)
815 * doc/apt.conf.5.xml:
816 - document APT::Architectures list (Closes: #612102)
817 * cmdline/apt-get.cc:
818 - restore all important dependencies for garbage packages (LP: #806274)
819 - do not require unused partial dirs in 'source' (Closes: #633510)
820 - buildconflicts effect all architectures
821 - implement MultiarchCross for build-dep and source (Closes: #632221)
822 * apt-pkg/init.cc:
823 - use CndSet in pkgInitConfig (Closes: #629617)
824 * apt-pkg/depcache.cc:
825 - change default of APT::AutoRemove::SuggestsImportant to true
826 * cmdline/apt-key:
827 - use a tmpfile instead of /etc/apt/secring.gpg (Closes: #632596)
828 * debian/apt.postinst:
829 - remove /etc/apt/secring.gpg if it is an empty file
830 * doc/apt-cache.8.xml:
831 - apply madison typofix from John Feuerstein, thanks! (Closes: #633455)
832 * apt-pkg/policy.cc:
833 - emit an error on unknown APT::Default-Release value (Closes: #407511)
834 * apt-pkg/aptconfiguration.cc:
835 - ensure that native architecture is if not specified otherwise the
836 first architecture in the Architectures vector
837 * apt-pkg/deb/deblistparser.cc:
838 - Strip only :any and :native if MultiArch should be stripped as it is
839 save to ignore them in non-MultiArch contexts but if the dependency
840 is a specific architecture (and not the native) do not strip
841
842 -- Michael Vogt <mvo@debian.org> Mon, 25 Jul 2011 15:04:43 +0200
843
844 apt (0.8.15.2ubuntu2) oneiric; urgency=low
845
846 * cmdline/apt-get.cc:
847 - fix missing download progress in apt-get download
848
849 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 22 Jul 2011 13:20:49 +0200
850
851 apt (0.8.15.2ubuntu1) oneiric; urgency=low
852
853 [ Michael Vogt ]
854 * apt-pkg/acquire-item.cc:
855 - improve error message for a expired Release file
856 * apt-pkg/algorithms.cc:
857 - Hold back packages that would enter "policy-broken" state on upgrade
858 when doing a "apt-get upgrade"
859
860 [ David Kalnischkies ]
861 * apt-pkg/pkgcachegen.cc:
862 - fallback to memory if file is not writeable even if access()
863 told us the opposite before (e.g. in fakeroot 1.16) (Closes: #630591)
864 * doc/sources.list.5.xml:
865 - document available [options] for sources.list entries (Closes: 632441)
866 * doc/apt.conf.5.xml:
867 - document APT::Architectures list (Closes: #612102)
868 * cmdline/apt-get.cc:
869 - restore all important dependencies for garbage packages (LP: #806274)
870 * apt-pkg/init.cc:
871 - use CndSet in pkgInitConfig (Closes: #629617)
872 * apt-pkg/depcache.cc:
873 - change default of APT::AutoRemove::SuggestsImportant to true
874
875 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 15 Jul 2011 10:16:45 +0200
876
877 apt (0.8.15.2) unstable; urgency=high
878
879 * fix from David Kalnischkies for the InRelease gpg verification
880 code (LP: #784473)
881
882 -- Michael Vogt <mvo@debian.org> Tue, 12 Jul 2011 11:54:47 +0200
883
884 apt (0.8.15.1ubuntu2) oneiric; urgency=low
885
886 [ Brian Murray ]
887 * apt-pkg/deb/dpkgpm.cc:
888 - do not report errors encountered when decompressing packages
889
890 [ Michael Vogt ]
891 * fix from David Kalnischkies for the InRelease gpg verification
892 code (LP: #784473)
893
894 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 13 Jul 2011 14:42:02 +0200
895
896 apt (0.8.15.1ubuntu1) oneiric; urgency=low
897
898 * merge from debian/sid
899
900 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 30 Jun 2011 09:16:12 +0100
901
902 apt (0.8.15.1) unstable; urgency=low
903
904 [ David Kalnischkies ]
905 * doc/makefile:
906 - create doxygen directory to avoid depending on magic (Closes: #628799)
907 * cmdline/apt-key:
908 - explicitly state that net-update is not supported if no url is set
909 - require to be root for add, rm, update and net-update
910 - clarify update vs. net-update in different distros (Closes: #632043)
911 * debian/apt.symbols:
912 - forgot 'mips' in the list for all architecture dependent symbols
913 - comment out gcc-4.5 specific symbols as gcc-4.6 is now default
914 - the symbol for PrintStatus() is architecture dependent
915 * apt-pkg/policy.cc:
916 - do not segfault in pinning if a package with this name doesn't exist.
917 Thanks to Ferdinand Thommes for the report!
918 - Defaults is a vector of Pin not of PkgPin
919 - ensure that only the first specific stanza for a package is used
920 - save all stanzas which had no effect in Unmatched
921 - allow package:architecure in Package:
922
923 -- Michael Vogt <mvo@debian.org> Thu, 30 Jun 2011 10:05:36 +0200
924
925 apt (0.8.15ubuntu1) oneiric; urgency=low
926
927 * merged from debian-unstable, remainging changes:
928 - use ubuntu keyring and ubuntu archive keyring in apt-key
929 - run update-apt-xapian-index in apt.cron
930 - support apt-key net-update and verify keys against master-keyring
931 - run apt-key net-update in cron.daily
932 - different example sources.list
933
934 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 29 Jun 2011 09:03:39 +0100
935
936 apt (0.8.15) unstable; urgency=low
937
938 [ Julian Andres Klode ]
939 * apt-pkg/depcache.cc:
940 - Really release action groups only once (Closes: #622744)
941 - Make purge work again for config-files (LP: #244598) (Closes: #150831)
942 * apt-pkg/acquire-item.cc:
943 - Reject files known to be invalid (LP: #346386) (Closes: #627642)
944 * debian/apt.cron.daily:
945 - Check power after wait, patch by manuel-soto (LP: #705269)
946 * debian/control:
947 - Move ${shlibs:Depends} to Pre-Depends, as we do not want APT
948 unpacked if a library is too old and thus break upgrades
949 * doc/apt-key.8.xml:
950 - Document apt-key net-update (LP: #192810)
951
952 [ Christian Perrier ]
953 * Galician translation update (Miguel Anxo Bouzada). Closes: #626505
954 * Italian translation update (Milo Casagrande). Closes: #627834
955 * German documentation translation update (Chris Leick). Closes: #629949
956 * Catalan translation update (Jordi Mallach). Closes: #630657
957
958 [ David Kalnischkies ]
959 * fix a bunch of cppcheck warnings/errors based on a patch by
960 Niels Thykier, thanks! (Closes: #622805)
961 * apt-pkg/depcache.cc:
962 - really include 'rc' packages in the delete count by fixing a
963 typo which exists since 1999 in the source… (LP: #761175)
964 - if critical or-group can't be satisfied, exit directly.
965 * apt-pkg/acquire-method.cc:
966 - write directly to stdout instead of creating the message in
967 memory first before writing to avoid hitting limits
968 - fix order of CurrentURI and UsedMirror in Status() and Log()
969 * apt-pkg/orderlist.cc:
970 - let VisitRProvides report if the calls were successful
971 * apt-pkg/deb/dpkgpm.cc:
972 - replace obsolete usleep with nanosleep
973 - remove invalid pkgcache.bin and rebuild it if possible
974 - log reinstall commands in history.log
975 * debian/apt{,-utils}.symbols:
976 - update both experimental symbol-files to reflect 0.8.14 state
977 * debian/rules:
978 - remove unused embedded jquery by doxygen from libapt-pkg-doc
979 * cmdline/apt-mark.cc:
980 - reimplement apt-mark in c++
981 - provide a 'showmanual' command (Closes: #582791)
982 - provide a 'dpkg --set-selections' wrapper to set/release holds
983 * cmdline/apt-get.cc:
984 - deprecate mostly undocumented 'markauto' in favor of 'apt-mark'
985 * cmdline/apt-cache.cc:
986 - deprecate mostly undocumented 'showauto' in favor of 'apt-mark'
987 * apt-pkg/pkgcache.cc:
988 - really ignore :arch in FindPkg() in non-multiarch environment
989 * doc/po/de.po:
990 - undo the translation of the command 'dump' in manpage of apt-config
991 as report by Burghard Grossmann on debian-l10n-german, thanks!
992 * apt-pkg/deb/debmetaindex.cc:
993 - do not download TranslationIndex if no Translation-* will be
994 downloaded later on anyway (Closes: #624218)
995 * test/versions.lst:
996 - disable obscure version number tests with versions dpkg doesn't
997 allow any more as they don't start with a number
998 * apt-pkg/acquire-worker.cc:
999 - print filename in the unmatching size warning (Closes: #623137)
1000 * apt-pkg/acquire-item.cc:
1001 - apply fix for poorly worded 'locate file' error message from
1002 Ben Finney, thanks! (Closes: #623171)
1003 * methods/http.cc:
1004 - add config option to ignore a closed stdin to be able to easily
1005 use the method as a simple standalone downloader
1006 - Location header in redirects should be absolute URI, but some
1007 servers just send an absolute path so still deal with it properly
1008 - dequote URL taken from Location in redirects as we will otherwise
1009 quote an already quoted string in the request later (Closes: #602412)
1010 * apt-pkg/contrib/netrc.cc:
1011 - replace non-posix gnu-extension strdupa with strdup
1012 * apt-pkg/packagemanager.cc:
1013 - ensure for Multi-Arch:same packages that they are unpacked in
1014 lock step even in immediate configuration (Closes: #618288)
1015 * apt-pkg/init.cc:
1016 - don't set deprecated APT::Acquire::Translation, thanks Jörg Sommer!
1017 * cmdline/apt-config.cc:
1018 - show Acquire::Languages and APT::Architectures settings
1019 in 'dump' (Closes: 626739)
1020 * apt-pkg/orderlist.cc:
1021 - ensure that an old version of a package with a provides can
1022 never satisfy a dependency of a newer version of this package
1023
1024 [ Michael Vogt ]
1025 * methods/mirror.cc:
1026 - ignore lines starting with "#" in the mirror file
1027 - ignore non http urls in the mirrors
1028 - append the dist (e.g. sid, wheezy) as a query string when
1029 asking for a suitable mirror
1030 * apt-pkg/deb/deblistparser.cc:
1031 - include all known languages when building the apt cache
1032 (LP: #794907)
1033 * apt-pkg/deb/debindexfile.cc:
1034 - remove some no longer valid checks for "TranslationsAvailable()"
1035
1036 [ Kenneth Solbø Andersen ]
1037 * apt-pkg/deb/dpkgpm.cc:
1038 - set permissions of term.log to root.adm and 644 (LP: #404724)
1039
1040 [ Chris Leick ]
1041 * various typo and syntax corrections in doc/*.xml
1042
1043 -- Michael Vogt <mvo@debian.org> Tue, 28 Jun 2011 18:00:48 +0200
1044
1045 apt (0.8.15~exp3) experimental; urgency=low
1046
1047 * debian/control:
1048 - add Breaks: 0.8.15~exp3) for libapt-pkg4.10 and
1049 libapt-inst1.2 (thanks to Jonathan Nieder, closes: #630214)
1050 - use depends for the ${shlibs:Depends} to make the breaks work
1051
1052 -- Michael Vogt <mvo@debian.org> Fri, 17 Jun 2011 21:51:41 +0200
1053
1054 apt (0.8.15~exp2) experimental; urgency=low
1055
1056 * debian/control:
1057 - fix incorrect Replaces (closes: #630204) for libapt-inst1.2
1058
1059 -- Michael Vogt <mvo@debian.org> Wed, 15 Jun 2011 16:51:14 +0200
1060
1061 apt (0.8.15~exp1) experimental; urgency=low
1062
1063 [ Julian Andres Klode ]
1064 * apt-pkg/depcache.cc:
1065 - Really release action groups only once (Closes: #622744)
1066 - Make purge work again for config-files (LP: #244598) (Closes: #150831)
1067 * apt-pkg/acquire-item.cc:
1068 - Reject files known to be invalid (LP: #346386) (Closes: #627642)
1069 * debian/apt.cron.daily:
1070 - Check power after wait, patch by manuel-soto (LP: #705269)
1071 * debian/control:
1072 - Move ${shlibs:Depends} to Pre-Depends, as we do not want APT
1073 unpacked if a library is too old and thus break upgrades
1074 * doc/apt-key.8.xml:
1075 - Document apt-key net-update (LP: #192810)
1076
1077 [ Christian Perrier ]
1078 * Galician translation update (Miguel Anxo Bouzada). Closes: #626505
1079 * Italian translation update (Milo Casagrande). Closes: #627834
1080 * German documentation translation update (Chris Leick). Closes: #629949
1081
1082 [ David Kalnischkies ]
1083 * fix a bunch of cppcheck warnings/errors based on a patch by
1084 Niels Thykier, thanks! (Closes: #622805)
1085 * apt-pkg/depcache.cc:
1086 - really include 'rc' packages in the delete count by fixing a
1087 typo which exists since 1999 in the source… (LP: #761175)
1088 - if critical or-group can't be satisfied, exit directly.
1089 * apt-pkg/acquire-method.cc:
1090 - write directly to stdout instead of creating the message in
1091 memory first before writing to avoid hitting limits
1092 - fix order of CurrentURI and UsedMirror in Status() and Log()
1093 * apt-pkg/orderlist.cc:
1094 - let VisitRProvides report if the calls were successful
1095 * apt-pkg/deb/dpkgpm.cc:
1096 - replace obsolete usleep with nanosleep
1097 * debian/apt{,-utils}.symbols:
1098 - update both experimental symbol-files to reflect 0.8.14 state
1099 * debian/rules:
1100 - remove unused embedded jquery by doxygen from libapt-pkg-doc
1101 * cmdline/apt-mark.cc:
1102 - reimplement apt-mark in c++
1103 - provide a 'showmanual' command (Closes: #582791)
1104 - provide a 'dpkg --set-selections' wrapper to set/release holds
1105 * cmdline/apt-get.cc:
1106 - deprecate mostly undocumented 'markauto' in favor of 'apt-mark'
1107 * cmdline/apt-cache.cc:
1108 - deprecate mostly undocumented 'showauto' in favor of 'apt-mark'
1109 * apt-pkg/pkgcache.cc:
1110 - really ignore :arch in FindPkg() in non-multiarch environment
1111 * doc/po/de.po:
1112 - undo the translation of the command 'dump' in manpage of apt-config
1113 as report by Burghard Grossmann on debian-l10n-german, thanks!
1114 * apt-pkg/deb/debmetaindex.cc:
1115 - do not download TranslationIndex if no Translation-* will be
1116 downloaded later on anyway (Closes: #624218)
1117 * test/versions.lst:
1118 - disable obscure version number tests with versions dpkg doesn't
1119 allow any more as they don't start with a number
1120 * apt-pkg/acquire-worker.cc:
1121 - print filename in the unmatching size warning (Closes: #623137)
1122 * apt-pkg/acquire-item.cc:
1123 - apply fix for poorly worded 'locate file' error message from
1124 Ben Finney, thanks! (Closes: #623171)
1125 * methods/http.cc:
1126 - add config option to ignore a closed stdin to be able to easily
1127 use the method as a simple standalone downloader
1128 - Location header in redirects should be absolute URI, but some
1129 servers just send an absolute path so still deal with it properly
1130 - dequote URL taken from Location in redirects as we will otherwise
1131 quote an already quoted string in the request later (Closes: #602412)
1132 * apt-pkg/contrib/netrc.cc:
1133 - replace non-posix gnu-extension strdupa with strdup
1134 * apt-pkg/packagemanager.cc:
1135 - ensure for Multi-Arch:same packages that they are unpacked in
1136 lock step even in immediate configuration (Closes: #618288)
1137
1138 [ Michael Vogt ]
1139 * methods/mirror.cc:
1140 - ignore lines starting with "#" in the mirror file
1141 - ignore non http urls in the mirrors
1142 - append the dist (e.g. sid, wheezy) as a query string when
1143 asking for a suitable mirror
1144 * debian/control:
1145 - add libapt-pkg4.10 and libapt-inst1.2 library packages
1146
1147 -- Michael Vogt <mvo@debian.org> Fri, 10 Jun 2011 15:32:07 +0200
1148
1149 apt (0.8.14.2) UNRELEASED; urgency=low
1150
1151 [ Julian Andres Klode ]
1152 * apt-pkg/depcache.cc:
1153 - Really release action groups only once (Closes: #622744)
1154 - Make purge work again for config-files (LP: #244598) (Closes: #150831)
1155 * debian/apt.cron.daily:
1156 - Check power after wait, patch by manuel-soto (LP: #705269)
1157 * debian/control:
1158 - Move ${shlibs:Depends} to Pre-Depends, as we do not want APT
1159 unpacked if a library is too old and thus break upgrades
1160 * doc/apt-key.8.xml:
1161 - Document apt-key net-update (LP: #192810)
1162
1163 [ Christian Perrier ]
1164 * Galician translation update (Miguel Anxo Bouzada). Closes: #626505
1165
1166 [ David Kalnischkies ]
1167 * fix a bunch of cppcheck warnings/errors based on a patch by
1168 Niels Thykier, thanks! (Closes: #622805)
1169 * apt-pkg/depcache.cc:
1170 - really include 'rc' packages in the delete count by fixing a
1171 typo which exists since 1999 in the source… (LP: #761175)
1172 - if critical or-group can't be satisfied, exit directly.
1173 * apt-pkg/acquire-method.cc:
1174 - write directly to stdout instead of creating the message in
1175 memory first before writing to avoid hitting limits
1176 - fix order of CurrentURI and UsedMirror in Status() and Log()
1177 * apt-pkg/orderlist.cc:
1178 - let VisitRProvides report if the calls were successful
1179 * apt-pkg/deb/dpkgpm.cc:
1180 - replace obsolete usleep with nanosleep
1181 * debian/apt{,-utils}.symbols:
1182 - update both experimental symbol-files to reflect 0.8.14 state
1183 * debian/rules:
1184 - remove unused embedded jquery by doxygen from libapt-pkg-doc
1185 * cmdline/apt-mark.cc:
1186 - reimplement apt-mark in c++
1187 - provide a 'showmanual' command (Closes: #582791)
1188 - provide a 'dpkg --set-selections' wrapper to set/release holds
1189 * cmdline/apt-get.cc:
1190 - deprecate mostly undocumented 'markauto' in favor of 'apt-mark'
1191 * cmdline/apt-cache.cc:
1192 - deprecate mostly undocumented 'showauto' in favor of 'apt-mark'
1193 * apt-pkg/pkgcache.cc:
1194 - really ignore :arch in FindPkg() in non-multiarch environment
1195 * doc/po/de.po:
1196 - undo the translation of the command 'dump' in manpage of apt-config
1197 as report by Burghard Grossmann on debian-l10n-german, thanks!
1198 * apt-pkg/deb/debmetaindex.cc:
1199 - do not download TranslationIndex if no Translation-* will be
1200 downloaded later on anyway (Closes: #624218)
1201 * test/versions.lst:
1202 - disable obscure version number tests with versions dpkg doesn't
1203 allow any more as they don't start with a number
1204 * apt-pkg/acquire-worker.cc:
1205 - print filename in the unmatching size warning (Closes: #623137)
1206 * apt-pkg/acquire-item.cc:
1207 - apply fix for poorly worded 'locate file' error message from
1208 Ben Finney, thanks! (Closes: #623171)
1209 * methods/http.cc:
1210 - add config option to ignore a closed stdin to be able to easily
1211 use the method as a simple standalone downloader
1212 - Location header in redirects should be absolute URI, but some
1213 servers just send an absolute path so still deal with it properly
1214 - dequote URL taken from Location in redirects as we will otherwise
1215 quote an already quoted string in the request later (Closes: #602412)
1216 * apt-pkg/contrib/netrc.cc:
1217 - replace non-posix gnu-extension strdupa with strdup
1218 * apt-pkg/packagemanager.cc:
1219 - ensure for Multi-Arch:same packages that they are unpacked in
1220 lock step even in immediate configuration (Closes: #618288)
1221
1222 -- Michael Vogt <mvo@debian.org> Mon, 16 May 2011 14:57:52 +0200
1223
1224 apt (0.8.14.1ubuntu8) UNRELEASED; urgency=low
1225
1226 [ Michael Vogt ]
1227 * debian/apt.conf.changelog:
1228 - add missing ";", thanks to Julian Andres Klode
1229
1230 [ Brian Murray ]
1231 * apt-pkg/deb/dpkgpm.cc:
1232 - updated allocate memory string
1233 - cannot access archive string is lowercase
1234 * apt-pkg/deb/dpkgpm.cc:
1235 - resolve issue where AptOrdering is included in DpkgTerminalLog in apport
1236 attachments
1237
1238 -- Brian Murray <brian@ubuntu.com> Wed, 15 Jun 2011 14:00:43 -0700
1239
1240 apt (0.8.14.1ubuntu7) oneiric; urgency=low
1241
1242 [ Michael Vogt ]
1243 * apt-pkg/deb/deblistparser.cc:
1244 - include all known languages when building the apt cache
1245 (LP: #794907)
1246 * apt-pkg/deb/debindexfile.cc:
1247 - remove some no longer valid checks for "TranslationsAvailable()"
1248
1249 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 09 Jun 2011 13:56:25 +0200
1250
1251 apt (0.8.14.1ubuntu6) oneiric; urgency=low
1252
1253 [ Brian Murray ]
1254 * apt-pkg/deb/dpkgpm.cc:
1255 - prevent reporting of package installation failures due to inaccessible
1256 local files (LP: #791102, #790040)
1257 - include /var/log/apt/history.log in apport-package reports so we know
1258 the context for the package management request
1259
1260 [ Michael Vogt ]
1261 * methods/mirror.cc:
1262 - ignore lines starting with "#" in the mirror file
1263 - ignore non http urls in the mirrors
1264 - append the dist (e.g. sid, wheezy) as a query string when
1265 asking for a suitable mirror
1266
1267 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 07 Jun 2011 15:55:07 +0200
1268
1269 apt (0.8.14.1ubuntu5) oneiric; urgency=low
1270
1271 * apt-pkg/acquire-item.cc:
1272 - do not reject empty Packages files when checking them for
1273 correctness
1274
1275 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 31 May 2011 10:41:30 +0200
1276
1277 apt (0.8.14.1ubuntu4) oneiric; urgency=low
1278
1279 [ Julian Andres Klode ]
1280 * apt-pkg/acquire-item.cc:
1281 - Reject files known to be invalid (LP: #346386) (Closes: #627642)
1282
1283 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 30 May 2011 17:12:27 +0200
1284
1285 apt (0.8.14.1ubuntu3) oneiric; urgency=low
1286
1287 * Rebuild with recent binutils. LP: #774175.
1288
1289 -- Matthias Klose <doko@ubuntu.com> Mon, 23 May 2011 19:15:34 +0200
1290
1291 apt (0.8.14.1ubuntu2) oneiric; urgency=low
1292
1293 * debian/rules:
1294 - build in verbose mode by default (thanks to Matthias Klose)
1295 * debian/control:
1296 - add temporary build-dependency on gcc-4.6 (>= 4.6.0-6ubuntu2)
1297
1298 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 03 May 2011 13:58:10 +0200
1299
1300 apt (0.8.14.1ubuntu1) oneiric; urgency=low
1301
1302 [ Michael Vogt ]
1303 * merged from the debian-sid bzr branch
1304
1305 [ Julian Andres Klode ]
1306 * apt-pkg/depcache.cc:
1307 - Really release action groups only once (Closes: #622744)
1308 - Make purge work again for config-files (LP: #244598) (Closes: #150831)
1309 * debian/apt.cron.daily:
1310 - Check power after wait, patch by manuel-soto (LP: #705269)
1311 * debian/control:
1312 - Move ${shlibs:Depends} to Pre-Depends, as we do not want APT
1313 unpacked if a library is too old and thus break upgrades
1314 * doc/apt-key.8.xml:
1315 - Document apt-key net-update (LP: #192810)
1316
1317 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 29 Apr 2011 17:55:20 +0200
1318
1319 apt (0.8.14.1) unstable; urgency=low
1320
1321 * apt-pkg/acquire-item.cc:
1322 - Only try to rename existing Release files (Closes: #622912)
1323
1324 -- Julian Andres Klode <jak@debian.org> Sat, 16 Apr 2011 14:36:10 +0200
1325
1326 apt (0.8.14) unstable; urgency=low
1327
1328 [ Julian Andres Klode ]
1329 * apt-pkg/indexcopy.cc:
1330 - Use RealFileExists() instead of FileExists(), allows amongst other
1331 things a directory named Sources to exist on a CD-ROM (LP: #750694).
1332 * apt-pkg/acquire-item.cc:
1333 - Use Release files even if they cannot be verified (LP: #704595)
1334 * cmdline/apt-get.cc:
1335 - Do not install recommends for build-dep (Closes: #454479) (LP: #245273)
1336 * apt-pkg/deb/deblistparser.cc:
1337 - Handle no space before "[" in build-dependencies (LP: #72344)
1338 * apt-pkg/policy.cc:
1339 - Allow pinning by glob() expressions, and regular expressions
1340 surrounded by slashes (the "/" character) (LP: #399474)
1341 (Closes: #121132)
1342 * debian/control:
1343 - Set Standards-Version to 3.9.2
1344
1345 [ Michael Vogt ]
1346 * mirror method:
1347 - do not crash if the mirror file fails to download
1348 * apt-pkg/aptconfiguration.cc:
1349 - fix comparing for a empty string
1350 * debian/apt.cron.daily:
1351 - run unattended-upgrades even if there was a error during
1352 the apt-get update (LP: #676295)
1353
1354 [ David Kalnischkies ]
1355 * apt-pkg/pkgcache.cc:
1356 - use the native Architecture stored in the cache header instead of
1357 loading it from configuration as suggested by Julian Andres Klode
1358
1359 -- Julian Andres Klode <jak@debian.org> Fri, 15 Apr 2011 14:28:15 +0200
1360
1361 apt (0.8.13.2ubuntu3) natty-proposed; urgency=low
1362
1363 * apt-pkg/deb/dpkgpm.cc:
1364 - stop reporting of apport-package bug reports regarding
1365 dpkg I/O errors (LP: #767776)
1366
1367 -- Brian Murray <brian@ubuntu.com> Wed, 20 Apr 2011 15:05:12 -0700
1368
1369 apt (0.8.13.2ubuntu2) natty; urgency=low
1370
1371 [ Michael Vogt ]
1372 * debian/apt.cron.daily:
1373 - run unattended-upgrades even if there was a error during
1374 the apt-get update (LP: #676295)
1375
1376 [ Julian Andres Klode ]
1377 * apt-pkg/indexcopy.cc:
1378 - Use RealFileExists() instead of FileExists(), allows amongst other
1379 things a directory named Sources to exist on a CD-ROM (LP: #750694).
1380
1381 [ David Kalnischkies ]
1382 * apt-pkg/pkgcache.cc:
1383 - use the native Architecture stored in the cache header instead of
1384 loading it from configuration as suggested by Julian Andres Klode
1385
1386 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 07 Apr 2011 12:52:21 +0200
1387
1388 apt (0.8.13.2ubuntu1) natty; urgency=low
1389
1390 * merge fixes from debian-sid, most notable the handling of
1391 arch=all architectures in python-apt (LP: #733741)
1392 * apt-pkg/aptconfiguration.cc:
1393 - fix comparing for a empty string
1394
1395 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 05 Apr 2011 13:19:56 +0200
1396
1397 apt (0.8.13.2) unstable; urgency=low
1398
1399 [ David Kalnischkies ]
1400 * apt-pkg/deb/dpkgpm.cc:
1401 - skip --configure if all packages disappeared
1402 * apt-pkg/vendor.cc, apt-pkg/vendorlist.cc:
1403 - mark them as deprecated as they are unused
1404 * apt-pkg/deb/deblistparser.h:
1405 - enable StripMultiArch by default for ParseDepends
1406 * debian/apt.conf.autoremove:
1407 - adapt to new gnumach kernel package naming (Closes: #619337)
1408 * doc/apt_preferences.5.xml:
1409 - correct typo spotted by Charles Plessy (Closes: #619088)
1410 - document ButAutomaticUpgrades together with NotAutomatic
1411 as suggested by Charles Plessy (Closes: #619083)
1412 * apt-pkg/depcache.cc:
1413 - remove pseudo handling leftover from SetReInstall
1414 - do not change protected packages in autoinstall (Closes: #618848)
1415 * apt-pkg/pkgcachegen.cc:
1416 - make "all"->"native" an implementation detail of NewPackage
1417 rather than rewrite it in higher methods
1418 * apt-pkg/cacheiterator.h:
1419 - return "all" instead of native architecture without breaking the abi
1420 (too much) by extending enum instead of using bitflags (LP: #733741)
1421 * apt-pkg/aptconfiguration.cc:
1422 - use dpkg --print-foreign-architectures to get multiarch configuration
1423 if non is specified with APT::Architectures (Closes: #612958)
1424 * cmdline/apt-get.cc:
1425 - do not show simulation notice for non-root commands (Closes: #619072)
1426 - be able to disable resolver with APT::Get::CallResolver and disable
1427 auto installation with APT::Get::AutoSolving
1428 * apt-pkg/deb/deblistparser.cc:
1429 - create foo:any provides for all architectures for an allowed package
1430
1431 -- Michael Vogt <mvo@debian.org> Tue, 05 Apr 2011 09:40:28 +0200
1432
1433 apt (0.8.13.1ubuntu1) natty; urgency=low
1434
1435 * merged fixes from the debian-sid (LP: #744832)
1436
1437 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 04 Apr 2011 14:40:51 +0200
1438
1439 apt (0.8.13.1) unstable; urgency=low
1440
1441 * apt-pkg/acquire-item.cc: Use stat buffer if stat was
1442 successful, not if it failed (Closes: #620546)
1443
1444 -- Julian Andres Klode <jak@debian.org> Sat, 02 Apr 2011 20:55:35 +0200
1445
1446 apt (0.8.13ubuntu2) natty; urgency=low
1447
1448 * po/makefile:
1449 - add hack to run MSGMERGE again if it segfaults. this is to help
1450 powerpc to bootstrap
1451 * mirror method:
1452 - merge fix from Matt Zimmerman, many thanks (LP: #741098)
1453 - do not crash if the mirror file fails to download
1454
1455 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 24 Mar 2011 18:01:38 +0100
1456
1457 apt (0.8.13ubuntu1) natty; urgency=low
1458
1459 * merged from debian/sid, this adds important fixes in the
1460 apt mirror method
1461
1462 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 16 Mar 2011 08:23:19 +0100
1463
1464 apt (0.8.13) unstable; urgency=low
1465
1466 [ Thorsten Spindler ]
1467 * methods/rsh.cc
1468 - fix rsh/ssh option parsing (LP: #678080), thanks to
1469 Ville Mattila
1470
1471 [ Michael Vogt ]
1472 * apt-pkg/acquire-item.cc:
1473 - mark pkgAcqIndexTrans as Index-File to avoid asking the
1474 user to insert the CD on each apt-get update
1475 * po/sl.po:
1476 - updated, thanks to Andrej Znidarsic
1477 * mirror method:
1478 - when downloading data, show the mirror being used
1479 - randomize mirror list after download in a host specific way
1480 to ensure that the load is evenly spreaded accross the mirrors
1481 - fix some missing "Fail-Ignore"
1482
1483 -- Michael Vogt <mvo@debian.org> Wed, 16 Mar 2011 08:04:42 +0100
1484
1485 apt (0.8.12ubuntu2) unstable; urgency=low
1486
1487 [ Thorsten Spindler ]
1488 * methods/rsh.cc
1489 - fix rsh/ssh option parsing (LP: #678080), thanks to
1490 Ville Mattila
1491
1492 [ Michael Vogt ]
1493 * apt-pkg/acquire-item.cc:
1494 - mark pkgAcqIndexTrans as Index-File to avoid asking the
1495 user to insert the CD on each apt-get update
1496 * methods/mirror.cc:
1497 - improve debug output and fix bug in TryNextMirror
1498
1499 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Mar 2011 15:56:54 +0100
1500
1501 apt (0.8.12ubuntu1) natty; urgency=low
1502
1503 * merged from debian/sid, this adds important fixes in the udev based
1504 cdrom handling and multiarch handling
1505
1506 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Mar 2011 16:12:22 +0100
1507
1508 apt (0.8.12) unstable; urgency=low
1509
1510 [ Michael Vogt ]
1511 * apt-pkg/deb/debindexfile.cc:
1512 - ignore missing deb-src files in /var/lib/apt/lists, thanks
1513 to Thorsten Spindler (LP: #85590)
1514 * apt-pkg/contrib/fileutl.cc, apt-pkg/deb/dpkgpm.cc:
1515 - honor Dpkg::Chroot-Directory in the RunScripts*() methods
1516 * apt-pkg/contrib/cdromutl.{cc,h}, apt-pkg/cdrom.{cc,h}:
1517 - deal with missing FSTAB_DIR when using libudev to discover cdrom
1518 - add experimental APT::cdrom::CdromOnly option (on by default).
1519 When this is set to false apt-cdrom will handle any removable
1520 deivce (like a usb-stick) as a "cdrom/dvd" source
1521
1522 [ Christian Perrier ]
1523 * Fix error in French translation of manpages (apt_preferences(5)).
1524 Merci, Rémi Vanicat. Closes: #613689
1525 * Complete French manpage translation
1526 * Italian translation update (Milo Casagrande). Closes: #614395
1527
1528 [ David Kalnischkies ]
1529 * ftparchive/multicompress.cc, apt-inst/deb/debfile.cc:
1530 - support xz compressor to create xz-compressed Indexes and be able
1531 to open data.tar.xz files
1532 - load the supported compressors from configuration
1533 * ftparchive/writer.cc:
1534 - ensure that Date and Valid-Until time strings are not localised
1535 - add options to disable specific checksums for Indexes
1536 - include xz-compressed Packages and Sources files in Release file
1537 * apt-pkg/aptconfiguration.cc:
1538 - support download of xz-compressed indexes files
1539 - support adding new compressors by configuration
1540 * apt-pkg/deb/debsrcrecords.cc:
1541 - support xz-compressed source v3 debian.tar files
1542 - support every compression we have a compressor configured
1543 * ftparchive/contents.cc:
1544 - remove ExtractArchive codecopy from apt-inst/deb/debfile.cc
1545 * apt-inst/deb/debfile.cc:
1546 - support data.tar's compressed with any configured compressor
1547 * cmdline/apt-get.cc:
1548 - reinstall dependencies of reinstalled "garbage" (Closes: #617257)
1549
1550 [ Steve Langasek ]
1551 * apt-pkg/deb/dpkgpm.cc:
1552 - make sure that for multiarch packages, we are passing the full
1553 qualified package name to dpkg for removals. (Closes: #614298)
1554 * Remove the "pseudopackage" handling of Architecture: all packages for
1555 Multi-Arch; instead, Arch: all packages only satisfy dependencies for
1556 the native arch, except where the Arch: all package is declared
1557 Multi-Arch: foreign. (Closes: #613584)
1558
1559 -- Michael Vogt <mvo@debian.org> Thu, 10 Mar 2011 14:46:48 +0100
1560
1561 apt (0.8.11.5ubuntu2) natty; urgency=low
1562
1563 [ Michael Vogt ]
1564 * apt-pkg/deb/debindexfile.cc:
1565 - ignore missing deb-src files in /var/lib/apt/lists, thanks
1566 to Thorsten Spindler (LP: #85590)
1567 * apt-pkg/contrib/fileutl.cc, apt-pkg/deb/dpkgpm.cc:
1568 - honor Dpkg::Chroot-Directory in the RunScripts*() methods
1569
1570 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 03 Mar 2011 17:39:30 +0100
1571
1572 apt (0.8.11.5ubuntu1) natty; urgency=low
1573
1574 * Merged from debian/sid
1575
1576 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 18 Feb 2011 12:01:19 +0100
1577
1578 apt (0.8.11.5) unstable; urgency=low
1579
1580 [ Christian Perrier ]
1581 * Add missing dot in French translation of manpages. Merci, Olivier
1582 Humbert.
1583 * French translation update
1584 * French manpages translation update
1585
1586 [ David Kalnischkies ]
1587 * apt-pkg/depcache.cc:
1588 - party revert fix in 0.8.11.2 which marked all packages as manual
1589 installed if the FromUser bit is set in the MarkInstall call.
1590 The default for this bit is true and aptitude depends on the old
1591 behavior so the package is only marked as manual if its not marked
1592 ("old" behavior) or if automatic installation is enabled - which
1593 aptitude disables always (see also #613775)
1594
1595 -- David Kalnischkies <kalnischkies@gmail.com> Thu, 17 Feb 2011 15:16:31 +0100
1596
1597 apt (0.8.11.4) unstable; urgency=low
1598
1599 [ David Kalnischkies ]
1600 * apt-pkg/contrib/error.cc:
1601 - ensure that va_list is not invalid in second try
1602 * cmdline/apt-get.cc:
1603 - don't remove new dependencies of garbage packages (Closes: #613420)
1604
1605 [ Michael Vogt ]
1606 * test/integration/*
1607 - fix dashish in the integration tests
1608
1609 -- Michael Vogt <mvo@debian.org> Wed, 16 Feb 2011 14:36:03 +0100
1610
1611 apt (0.8.11.3) unstable; urgency=low
1612
1613 * apt-pkg/contrib/fileutl.cc:
1614 - really detect bigendian machines by including config.h,
1615 so we can really (Closes: #612986)
1616 * apt-pkg/contrib/mmap.cc:
1617 - Base has as 'valid' failure states 0 and -1 so add a simple
1618 validData method to check for failure states
1619
1620 -- David Kalnischkies <kalnischkies@gmail.com> Mon, 14 Feb 2011 16:58:03 +0100
1621
1622 apt (0.8.11.2) unstable; urgency=low
1623
1624 [ Michael Vogt ]
1625 * merged lp:~evfool/apt/fix641673:
1626 - String-fix in the source and the translations for the grammatical
1627 mistake reported in bug LP: #641673, thanks to Robert Roth
1628 * merged lp:~evfool/apt/fix418552:
1629 - Grammar fix for bug LP: #418552, thanks to Robert Roth
1630
1631 [ David Kalnischkies ]
1632 * cmdline/apt-get.cc:
1633 - add --install-suggests option (Closes: #473089)
1634 * apt-pkg/depcache.cc:
1635 - mark a package which was requested to be installed on commandline
1636 always as manual regardless if it is already marked or not as the
1637 marker could be lost later by the removal of rdepends (Closes: #612557)
1638 * methods/rred.cc:
1639 - read patch into MMap only if we work on uncompressed patches
1640 - update size of dynamic MMap as we write in from the outside
1641 * apt-pkg/contrib/mmap.cc:
1642 - do not try to free the mapping if its is unset
1643 * apt-pkg/contrib/fileutl.cc:
1644 - reorder the loaded filesize bytes for big endian (Closes: #612986)
1645 Thanks to Jörg Sommer for the detailed analyse!
1646
1647 -- Michael Vogt <mvo@debian.org> Mon, 14 Feb 2011 12:07:18 +0100
1648
1649 apt (0.8.11.1) unstable; urgency=low
1650
1651 [ Stefan Lippers-Hollmann ]
1652 * cmdline/apt-key:
1653 - fix root test which prevented setting of trustdb-name
1654 which lets gpg fail if it adds/remove keys from trusted.gpg
1655 as it tries to open the (maybe) not existent /root/.gnupg
1656
1657 [ David Kalnischkies ]
1658 * debian/apt.symbols:
1659 - add more arch dependent symbols
1660
1661 -- Michael Vogt <mvo@debian.org> Wed, 09 Feb 2011 17:49:59 +0100
1662
1663 apt (0.8.11) unstable; urgency=low
1664
1665 [ David Kalnischkies ]
1666 * apt-pkg/depcache.cc:
1667 - add SetCandidateRelease() to set a candidate version and
1668 the candidates of dependencies if needed to a specified
1669 release (Closes: #572709)
1670 - allow conflicts in the same group again (Closes: #612099)
1671 * cmdline/apt-get.cc:
1672 - if --print-uris is used don't setup downloader as we don't need
1673 progress, lock nor the directories it would create otherwise
1674 - show dependencies of essential packages which are going to remove
1675 only if they cause the remove of this essential (Closes: #601961)
1676 - keep not installed garbage packages uninstalled instead of showing
1677 in the autoremove section and installing those (Closes: #604222)
1678 - change pkg/release behavior to use the new SetCandidateRelease
1679 so installing packages from experimental or backports is easier
1680 - really do not show packages in the extra section if they were
1681 requested on the commandline, e.g. with a modifier (Closes: #184730)
1682 - always do removes first and set not installed remove packages
1683 on hold to prevent temporary installation later (Closes: #549968)
1684 * debian/control:
1685 - add Vcs-Browser now that loggerhead works again (Closes: #511168)
1686 - depend on debhelper 7 to raise compat level
1687 - depend on dpkg-dev (>= 1.15.8) to have c++ symbol mangling
1688 * apt-pkg/contrib/fileutl.cc:
1689 - add a RealFileExists method and check that your configuration files
1690 are real files to avoid endless loops if not (Closes: #604401)
1691 - ignore non-regular files in GetListOfFilesInDir (Closes: #594694)
1692 * apt-pkg/contrib/weakptr.h:
1693 - include stddefs.h to fix compile error (undefined NULL) with gcc-4.6
1694 * methods/https.cc:
1695 - fix CURLOPT_SSL_VERIFYHOST by really passing 2 to it if enabled
1696 * deb/dpkgpm.cc:
1697 - fix popen/fclose mismatch reported by cppcheck. Thanks to Petter
1698 Reinholdtsen for report and patch! (Closes: #607803)
1699 * doc/apt.conf.5.xml:
1700 - fix multipl{y,e} spelling error reported by Jakub Wilk (Closes: #607636)
1701 * apt-inst/contrib/extracttar.cc:
1702 - let apt-utils work with encoded tar headers if uid/gid are large.
1703 Thanks to Nobuhiro Hayashi for the patch! (Closes: #330162)
1704 * apt-pkg/cacheiterator.h:
1705 - do not segfault if cache is not build (Closes: #254770)
1706 * doc/apt-get.8.xml:
1707 - remove duplicated mentioning of --install-recommends
1708 * doc/sources.list.5.xml:
1709 - remove obsolete references to non-us (Closes: #594495)
1710 - a notice is printed for ignored files (Closes: #597615)
1711 * debian/rules:
1712 - use -- instead of deprecated -u for dh_gencontrol
1713 - remove shlibs.local creation and usage
1714 - show differences in the symbol files, but never fail
1715 * pre-build.sh:
1716 - remove as it is not needed for a working 'bzr bd'
1717 * debian/{apt,apt-utils}.symbols:
1718 - ship experimental unmangled c++ symbol files
1719 * methods/rred.cc:
1720 - operate optional on gzip compressed pdiffs
1721 * apt-pkg/acquire-item.cc:
1722 - don't uncompress downloaded pdiff files before feeding it to rred
1723 - try downloading clearsigned InRelease before trying Release.gpg
1724 - change the internal handling of Extensions in pkgAcqIndex
1725 - add a special uncompressed compression type to prefer those files
1726 - download and use i18n/Index to choose which Translations to download
1727 * cmdline/apt-key:
1728 - don't set trustdb-name as non-root so 'list' and 'finger'
1729 can be used without being root (Closes: #393005, #592107)
1730 * apt-pkg/deb/deblistparser.cc:
1731 - rewrite LoadReleaseInfo to cope with clearsigned Releasefiles
1732 * ftparchive/writer.cc:
1733 - add config option to search for more patterns in release command
1734 - include Index files by default in the Release file
1735 * methods/{gzip,bzip}.cc:
1736 - print a good error message if FileSize() is zero
1737 * apt-pkg/aptconfiguration.cc:
1738 - remove the inbuilt Translation files whitelist
1739 * cmdline/apt-cache.cc:
1740 - remove not implemented 'apt-cache add' command
1741 * doc/apt-cache.8.xml:
1742 - describe reality as apt-cache just queries and doesn't manipulate
1743 the caches. Thanks to Enrico Zini for spotting it! (Closes: #612009)
1744 * apt-pkg/algorithms.cc:
1745 - mark pseudo packages of installed all packages as configured
1746 in the simulation as we don't call configure for these packages
1747 * apt-pkg/pkgcachegen.cc:
1748 - in multiarch, let :all packages conflict with :any packages
1749 with a different version to be sure
1750 * apt-pkg/contrib/error.cc:
1751 - remove 400 char size limit of error messages (LP: #365611)
1752
1753 [ Michael Vogt ]
1754 * methods/http.cc:
1755 - do not hang if Acquire::http::ProxyAutoDetect can not be
1756 executed or returns no data (LP: #654393)
1757 * debian/apt.conf.autoremove:
1758 - never autoremove the GNU/Hurd kernel (closes: #588423), thanks
1759 to Guillem Jover
1760 * apt-pkg/cdrom.cc, apt-pkg/init.cc, methods/cdrom.cc:
1761 - use /media/cdrom as default mountoint (closes: #611569)
1762 * cmdline/apt-get.cc:
1763 - add apt-get changelog (closes: #526990)
1764 - add apt-get download (closes: #82738)
1765
1766 [ Martin Pitt ]
1767 * test/integration/test-compressed-indexes, test/test-indexes.sh:
1768 - Explicitly disable compressed indexes at the start. This ensures that we
1769 will actually test uncompressed indexes regardless of the internal
1770 default value of Acquire::GzipIndexes.
1771
1772 -- Michael Vogt <mvo@debian.org> Tue, 08 Feb 2011 12:58:12 +0100
1773
1774 apt (0.8.10.3) unstable; urgency=low
1775
1776 [ Programs translations ]
1777 * po/es.po: Updated, plus fixes encoding issues and fixes two fuzzy
1778 strings, thanks to Javier Fernandez-Sanguino (closes: #610692)
1779
1780 -- Michael Vogt <mvo@debian.org> Tue, 25 Jan 2011 11:51:42 +0100
1781
1782 apt (0.8.10.2) unstable; urgency=low
1783
1784 [ David Kalnischkies ]
1785 * ftparchive/apt-ftparchive.cc:
1786 - fix endless loop for multiple TranslationsWriters
1787
1788 -- Michael Vogt <mvo@debian.org> Tue, 25 Jan 2011 10:26:15 +0100
1789
1790 apt (0.8.10.1) unstable; urgency=low
1791
1792 [ Christian Perrier ]
1793 * Fix encoding for Slovenian translation. PO file switched
1794 to UTF-8. Closes: #609957
1795
1796 [ Julian Andres Klode ]
1797 * cmdline/apt-cache.cc: Create an error for apt-cache depends
1798 if packages could not found (LP: #647045)
1799
1800 [ Programs translations ]
1801 * Spanish update by Javier Fernández-Sanguino Peña. Closes: #607145
1802
1803 [ Manpages translations ]
1804 * Correct a typo and an error in French manpages translation.
1805 Closes: # 607170
1806
1807 -- Michael Vogt <mvo@debian.org> Mon, 17 Jan 2011 13:41:04 +0100
1808
1809 apt (0.8.10ubuntu2) UNRELEASED; urgency=low
1810
1811 * apt-pkg/deb/dpkgpm.cc:
1812 - ignore lzma "Cannot allocate memory" errors, thanks to Brian
1813 Murray
1814 - add i18n support for the "short read in buffer_copy %s" handling
1815 from dpkg
1816
1817 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 11 Jan 2011 18:26:05 +0100
1818
1819 apt (0.8.10ubuntu1) natty; urgency=low
1820
1821 [ Julian Andres Klode ]
1822 * cmdline/apt-cache.cc: Create an error for apt-cache depends
1823 if packages could not found (LP: #647045)
1824
1825 [ Michael Vogt ]
1826 * merged from debian-sid
1827
1828 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 07 Dec 2010 15:53:49 +0100
1829
1830 apt (0.8.10) unstable; urgency=low
1831
1832 [ Programs translations ]
1833 * Czech by Miroslav Kure. Closes: #605107
1834
1835 [ Martin Pitt ]
1836 * test/integration/test-compressed-indexes, test/test-indexes.sh:
1837 - Explicitly disable compressed indexes at the start. This ensures that we
1838 will actually test uncompressed indexes regardless of the internal
1839 default value of Acquire::GzipIndexes.
1840
1841 [ David Kalnischkies ]
1842 * apt-pkg/algorithms.cc:
1843 - mark all installed packages first without auto installation in
1844 a dist-upgrade to prefer upgrading packages instead of installing
1845 new packages in versioned or-groups (Closes: #605394)
1846
1847 -- Michael Vogt <mvo@debian.org> Tue, 30 Nov 2010 10:42:17 +0100
1848
1849 apt (0.8.9ubuntu4) natty; urgency=low
1850
1851 [ Michael Vogt ]
1852 * cmdline/apt-key:
1853 - set timeout of wget for net-update to 90 seconds (thanks to \sh)
1854
1855 [ Martin Pitt ]
1856 * Revert r1819 and r1820 to disable compressed indexes by default again.
1857 Testing has brought up a few places where this seriously degrades
1858 performance, mostly in applications which iterate through all available
1859 package records, like update-apt-xapian-index or synaptic. See
1860 https://bugs.launchpad.net/ubuntu/+bugs?field.tag=apt-compressed-indexes
1861
1862 -- Martin Pitt <martin.pitt@ubuntu.com> Thu, 25 Nov 2010 08:50:37 +0100
1863
1864 apt (0.8.9ubuntu3) natty; urgency=low
1865
1866 * methods/http.cc:
1867 - do not hang if Acquire::http::ProxyAutoDetect can not be
1868 executed or returns no data (LP: #654393)
1869
1870 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 22 Nov 2010 10:42:50 +0100
1871
1872 apt (0.8.9ubuntu2) natty; urgency=low
1873
1874 * drop apt-changelog, apt-get changelog implements all the
1875 features it provides
1876
1877 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 18 Nov 2010 15:22:40 +0100
1878
1879 apt (0.8.9ubuntu1) natty; urgency=low
1880
1881 * re-merged from the debian-sid bzr branch
1882 * merged lp:~mvo/apt/mvo, this brings two new commands:
1883 - apt-get download binary-pkgname to download a deb
1884 - apt-get changelog binary-pkgname to display the changelog
1885 * cmdline/apt-get.cc:
1886 - if the changelog download failed, do not show the generic error
1887 but point to launchpad instead
1888
1889 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 18 Nov 2010 15:02:14 +0100
1890
1891 apt (0.8.9) unstable; urgency=low
1892
1893 [ Christian Perrier ]
1894 * Fix "typos" in French manpages translations. Thanks to
1895 Cyril Brulebois for bashing me.
1896 * Drop useless untranslatable sections from apt.8
1897
1898 [ Programs translations ]
1899 * Slovenian update by Andrej Žnidaršič and Rosetta Slovenian team
1900 * German update by Holger Wansing. Closes: #603619
1901
1902 [ David Kalnischkies ]
1903 * apt-pkg/aptconfiguration.cc:
1904 - evaluate Acquire::Languages= before LANG= (Closes: #602573)
1905 * apt-pkg/orderlist.cc:
1906 - try fixing before removing even if the fix is hidden in
1907 a provides, hidden in the #590438 testcase
1908 * apt-pkg/algorithms.cc:
1909 - if the package was explicitly marked as ToRemove don't
1910 consider it as a candidate for FixByInstall
1911 * apt-pkg/depcache.cc:
1912 - don't install previously not installed providers in a try
1913 to statisfy a "Breaks: provides" dependency by upgrade
1914 * cmdline/acqprogress.cc:
1915 - don't ask the user for media change if quiet >= 2, stdout is not
1916 a tty and assume-yes, force-yes or trivial-only option is set to
1917 avoid cpu eating endless loops in unattended runs like apt.cron
1918 (Closes: #602354, LP: #665580)
1919
1920 -- Michael Vogt <mvo@debian.org> Thu, 18 Nov 2010 09:25:04 +0100
1921
1922 apt (0.8.8ubuntu3) natty; urgency=low
1923
1924 * cmdline/apt-changelog: Filter out multiple results for a source package,
1925 just take the latest one.
1926 * cmdline/apt-changelog: Read server name from configuration
1927 APT::Changelog::Server instead of hardcoding it. This allows local users
1928 to point to a local changelog mirror, or make this script work for Debian.
1929 * Add debian/apt.conf.changelog: Configuration for apt-changelog with the
1930 server for Ubuntu (changelogs.ubuntu.com). Install it in debian/rules.
1931 * doc/apt-changelog.1.xml: Document the new option.
1932 * test/integration/test-compressed-indexes, test/test-indexes.sh:
1933 - Explicitly disable compressed indexes at the start. This ensures that we
1934 will actually test uncompressed indexes regardless of the internal
1935 default value of Acquire::GzipIndexes.
1936 * apt-pkg/acquire-item.cc: Set Acquire::GzipIndexes to "true" by default, to
1937 store compressed indexes. This feature is now mature enough for general
1938 consumption. Update doc/apt.conf.5.xml accordingly.
1939 * apt-pkg/aptconfiguration.cc: Have Acquire::CompressionTypes::Order default
1940 to preferring "gz", so that compressed indexes will actually work.
1941
1942 -- Martin Pitt <martin.pitt@ubuntu.com> Mon, 15 Nov 2010 12:14:15 +0100
1943
1944 apt (0.8.8ubuntu2) natty; urgency=low
1945
1946 * Add cmdline/apt-changelog: Script to fetch package changelog from
1947 changelogs.ubuntu.com. Install it in cmdline/makefile and debian/rules.
1948 * Add doc/apt-changelog.1.xml, and install it in debian/rules.
1949
1950 -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 09 Nov 2010 11:32:27 +0100
1951
1952 apt (0.8.8ubuntu1) natty; urgency=low
1953
1954 * merged from debian-unstable, remainging changes:
1955 - use ubuntu keyring and ubuntu archive keyring in apt-key
1956 - run update-apt-xapian-index in apt.cron
1957 - support apt-key net-update and verify keys against master-keyring
1958 - run apt-key net-update in cron.daily
1959 - different example sources.list
1960
1961 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 29 Oct 2010 10:07:09 -0400
1962
1963 apt (0.8.8) unstable; urgency=low
1964
1965 [ David Kalnischkies ]
1966 * apt-pkg/contrib/fileutl.cc:
1967 - Add a FileFd::FileSize() method to get the size of the underlying
1968 file and not the size of the content in the file as FileFd::Size()
1969 does - the sizes can differ since the direct gzip integration
1970 * methods/{gzip,bzip2}.cc:
1971 - use FileSize() to determine if the file is invalid (Closes: #600852)
1972 * apt-pkg/pkgcache.cc:
1973 - fallback always to a suitable description (Closes: #601016)
1974
1975 [ Michael Vogt ]
1976 * apt-pkg/deb/dpkgpm.cc:
1977 - ensure that history.log gets closed to avoid leaking a FD
1978 (closes: #601649)
1979
1980 -- Michael Vogt <mvo@debian.org> Thu, 28 Oct 2010 21:22:21 +0200
1981
1982 apt (0.8.7ubuntu1) natty; urgency=low
1983
1984 * merged from debian-unstable, remainging changes:
1985 - use ubuntu keyring and ubuntu archive keyring in apt-key
1986 - run update-apt-xapian-index in apt.cron
1987 - support apt-key net-update and verify keys against master-keyring
1988 - run apt-key net-update in cron.daily
1989 - different example sources.list
1990
1991 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 15 Oct 2010 18:31:17 +0200
1992
1993 apt (0.8.7) unstable; urgency=low
1994
1995 [ Manpages translations ]
1996 * Typo fixed in French (extra "Z"). Thanks to Florentin Duneau.
1997 * Another typo fixed in French ("Anfin"). Thanks to bubulle
1998 * Wrong translation for "showauto" fixed. Thanks to Raphaël Hertzog
1999 Closes: #599265
2000
2001 [ Michael Vogt ]
2002 * debian/apt.cron.daily:
2003 - source /etc/default/locale (if available) so that the
2004 apt-get update cron job fetches the right translated package
2005 descriptions
2006 * fix test failure on amd64
2007 * apt-pkg/deb/debsystem.cc:
2008 - fix issues with dir::state::status and dir::state::extended_states
2009 when alternative rootdirs are used
2010
2011 [ Martin Pitt ]
2012 * apt-pkg/deb/debindexfile.cc:
2013 - Use FileFd::Size() instead of stat()ing the sources/binary/translations
2014 indexes directly, so that we have transparent handling of gzipped
2015 indexes.
2016 * apt-pkg/contrib/fileutl.cc:
2017 - Fix FileFd::Size() for gzipped files to give the size of the
2018 uncompressed data. This fixes cache building progress going way
2019 over 100%.
2020
2021 [ David Kalnischkies ]
2022 * apt-pkg/deb/deblistparser.cc:
2023 - support ArmHardFloat port in CompleteArch, thanks to Sebastian
2024 Andrzej Siewior for the patch!
2025 * doc/apt.ent:
2026 - move some strings into apt-verbatim.ent to avoid showing them in
2027 apt-doc.pot as they are untranslatable anyway (e.g. manpage references)
2028 * doc/apt-verbatim.ent:
2029 - change the codenames to reflect the situation after squeeze release
2030 * doc/examples/apt-https-method-example.conf:
2031 - apply various typo fixes by Olly Betts, thanks! (Closes: #600249)
2032
2033 -- Michael Vogt <mvo@debian.org> Fri, 15 Oct 2010 18:16:10 +0200
2034
2035 apt (0.8.6) unstable; urgency=low
2036
2037 [ Programs translations ]
2038 * Vietnamese update by Clytie Siddall (Closes: #598489)
2039 * Asturian update by Maacub (Closes: #599057)
2040
2041 [ David Kalnischkies ]
2042 * cmdline/apt-cache.cc:
2043 - use the TranslatedDescription for searching and not the first
2044 available one as it is maybe not an expected language (Closes: #597925)
2045 * apt-pkg/contrib/strutl.cc:
2046 - add a space between number and unit as required by SI (Closes: #598352)
2047 * apt-pkg/depcache.cc:
2048 - do not check endpointer packages instead of only those which prevented
2049 NeverAutoRemove settings from having an effect (Closes: #598452)
2050 - do not remove packages which the user requested for installation
2051 explicitly while satisfying other install requests (Closes: #598669)
2052 * apt-pkg/packagemanager.cc:
2053 - Add a space between period and 'Please' and unfuzzy all translations
2054 * doc/po/de.po:
2055 - remove the duplicated "angefertigt" in translation-holder string
2056
2057 -- Michael Vogt <mvo@debian.org> Mon, 04 Oct 2010 11:52:19 +0200
2058
2059 apt (0.8.5) unstable; urgency=low
2060
2061 [ Manpages translations ]
2062 * German (Chris Leick). Closes: #597163
2063
2064 [ Michael Vogt ]
2065 * merged lp:~mvo/apt/conflicts-on-virtuals to better deal with
2066 conflicts/breaks against virtual packages (LP: #614993)
2067
2068 [ David Kalnischkies ]
2069 * apt-pkg/policy.cc:
2070 - support 100-pinning in Release file with ButAutomaticUpgrades
2071 as requested by the backports crew (Closes: #596097)
2072 * apt-pkg/deb/deblistparser.cc:
2073 - overrule NotAutomatic in case of ButAutomaticUpgrades
2074 * debian/apt.cron.daily:
2075 - handle absolut directory paths correctly by loading directories
2076 directly instead of building the paths on our own (Closes: #596421)
2077 * debian/control:
2078 - build-depend on docbook-xml to ensure that the xml DTDs are always
2079 available on the buildds (Closes: #597145)
2080 * buildlib/debiandoc.mak, buildlib/po4a_manpage.mak:
2081 - ensure that the build fails if documentation building fails
2082 * doc/po/fr.po:
2083 - correct two syntax issues to ensure we can build fine
2084
2085 -- Michael Vogt <mvo@debian.org> Fri, 17 Sep 2010 22:05:06 +0200
2086
2087 apt (0.8.4) unstable; urgency=low
2088
2089 [ Michael vogt ]
2090 * ftparchive/writer.cc:
2091 - write out {Files,Checksum-Sha1,Checksum-Sha256} only if
2092 available LP: #633967. Thanks to Colin Watson
2093 * apt-pkg/contrib/cdromutl.cc:
2094 - if apt-cdrom is used on writable media (like usb-sticks), do
2095 not use the root directory to identify the medium (as all
2096 changes there change the ident id). Use the .disk directory
2097 instead
2098
2099 [ David Kalnischkies ]
2100 * ftparchive/writer.cc:
2101 - null the valid string instead of the date if Valid-Until is not set
2102 * apt-pkg/acquire-item.cc:
2103 - use also unsigned Release files again (Closes: #596189)
2104
2105 [ Christian Perrier ]
2106 * Fix missing space after dot in a message from apt-pkg
2107 Translations unfuzzied. Thanks to Holger Wansing.
2108
2109 -- Michael Vogt <mvo@debian.org> Fri, 10 Sep 2010 20:45:15 +0200
2110
2111 apt (0.8.3ubuntu7) maverick; urgency=low
2112
2113 [ David Kalnischkies ]
2114 * apt-pkg/depcache.cc:
2115 - do not remove packages which the user requested for installation
2116 explicitly while satisfying other install requests (Closes: #598669)
2117 Test case: debootstrap, install exim4, run "apt-get install postfix"
2118 This will result in exim4-heavy instead of postfix
2119
2120 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 05 Oct 2010 14:13:38 +0200
2121
2122 apt (0.8.3ubuntu6) maverick; urgency=low
2123
2124 [ Michael Vogt ]
2125 * debian/apt.cron.daily:
2126 - source /etc/default/locale (if available) so that the
2127 apt-get update cron job fetches the right translated package
2128 descriptions (LP: #652951)
2129
2130 [ David Kalnischkies ]
2131 * apt-pkg/depcache.cc:
2132 - do not check endpointer packages instead of only those which prevented
2133 NeverAutoRemove settings from having an effect (Closes: #598452)
2134 * cmdline/apt-cache.cc:
2135 - use the TranslatedDescription for searching and not the first
2136 available one as it is maybe not an expected language (Closes: #597925)
2137
2138 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 01 Oct 2010 15:25:00 +0200
2139
2140 apt (0.8.3ubuntu5) maverick; urgency=low
2141
2142 * debian/apt.dirs:
2143 - add missing /usr/share/apt so that the keyring is installed
2144 into the right place (LP: #620576)
2145
2146 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 22 Sep 2010 18:34:18 +0200
2147
2148 apt (0.8.3ubuntu4) maverick; urgency=low
2149
2150 * merged lp:~mvo/apt/conflicts-on-virtuals to better deal
2151 with conflicts/breaks against virtual packages (LP: #614993)
2152
2153 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 15 Sep 2010 19:48:26 +0200
2154
2155 apt (0.8.3ubuntu3) maverick; urgency=low
2156
2157 * merged fixes from debian-sid
2158
2159 [ Michael Vogt ]
2160 * apt-pkg/contrib/cdromutl.cc:
2161 - if apt-cdrom is used on writable media (like usb-sticks), do
2162 not use the root directory to identify the medium (as all
2163 changes there change the ident id). Use the .disk directory
2164 instead
2165
2166 [ David Kalnischkies ]
2167 * ftparchive/writer.cc:
2168 - null the valid string instead of the date if Valid-Until is not set
2169 * apt-pkg/acquire-item.cc:
2170 - use also unsigned Release files again (Closes: #596189)
2171
2172 [ Christian Perrier ]
2173 * Fix missing space after dot in a message from apt-pkg
2174 Translations unfuzzied. Thanks to Holger Wansing.
2175
2176 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 10 Sep 2010 21:45:49 +0200
2177
2178 apt (0.8.3ubuntu2) maverick; urgency=low
2179
2180 * ftparchive/writer.cc:
2181 - write out {Files,Checksum-Sha1,Checksum-Sha256} only if
2182 available LP: #633967. Thanks to Colin Watson
2183
2184 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 09 Sep 2010 15:30:19 +0200
2185
2186 apt (0.8.3ubuntu1) maverick; urgency=low
2187
2188 * merged fixes from debian-sid
2189 * debian/rules:
2190 - put ubuntu-archive.gpg back into the package (LP: #620576)
2191 * apt-pkg/init.cc:
2192 - ignore ".distUpgrade" and ".save" files in sources.list.d
2193 (LP: #631770)
2194
2195 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 07 Sep 2010 09:27:24 +0200
2196
2197 apt (0.8.3) unstable; urgency=low
2198
2199 [ Programs translations ]
2200 * German (Holger Wansing). Closes: #596141
2201
2202 [ Manpages translations ]
2203 * Japanese (KURASAWA Nozomu). Closes: #595862
2204
2205 [ Michael Vogt ]
2206 * apt-pkg/indexcopy.cc:
2207 - only use trusted.gpg.d directory if it exists
2208 - do not replace /dev/null when running in APT::CDROM::NoAct
2209 mode (LP: #612666), thanks to Colin Watson
2210
2211 [ David Kalnischkies ]
2212 * ftparchive/apt-ftparchive.cc:
2213 - ensure that BinDirectory as well as Tree settings get
2214 the correct default FileMode setting (Closes: #595922)
2215
2216 -- Michael Vogt <mvo@debian.org> Tue, 07 Sep 2010 15:28:41 +0200
2217
2218 apt (0.8.2) unstable; urgency=low
2219
2220 [ Manpages translations ]
2221 * Spanish (Omar Campagne). Closes: #595557
2222
2223 [ David Kalnischkies ]
2224 * apt-pkg/versionmatch.cc:
2225 - do not accept 'Pin: origin "' (missing closing ") as a valid
2226 way to pin a local archive: either "" or none…
2227 * apt-pkg/deb/dpkgpm.cc:
2228 - create Dir::Log if needed to support /var/log as tmpfs or similar,
2229 inspired by Thomas Bechtold, thanks! (Closes: #523919, LP: #220239)
2230 * apt-pkg/indexcopy.cc:
2231 - support really still the APT::GPGV::TrustedKeyring setting,
2232 as it breaks d-i badly otherwise (Closes: #595428)
2233 * cmdline/apt-key:
2234 - support also Dir::Etc::Trusted so that apt-key works in the same
2235 way as the library part which works with the trusted files
2236 * methods/{gzip,bzip2}.cc:
2237 - empty files can never be valid archives (Closes: #595691)
2238
2239 -- Michael Vogt <mvo@debian.org> Mon, 06 Sep 2010 18:10:06 +0200
2240
2241 apt (0.8.1) unstable; urgency=low
2242
2243 [ Programs translations ]
2244 * Thai (Theppitak Karoonboonyanan). Closes: #592695
2245 * Russian (Yuri Kozlov). Closes: #594232
2246 * Slovak (Ivan Masár). Closes: #594255
2247 * Swedish (Daniel Nylander). Closes: #594241
2248 * Japanese (Kenshi Muto, Osamu Aoki). Closes: #594265
2249 * Italian (Milo Casagrande). Closes: #594238
2250 * Asturian (maacub). Closes: #594303
2251 * Simplified Chinese (Aron Xu). Closes: #594458
2252 * Bulgarian (Damyan Ivanov). Closes: #594627
2253 * Portuguese (Miguel Figueiredo). Closes: #594668
2254 * Korean (Changwoo Ryu). Closes: #594809
2255 * Norwegian Bokmål (Hans Nordhaug). Closes: #595182
2256 * Danish (Joe Hansen). Closes: #595176
2257 * Catalan (Agustí Grau). Closes: #595234
2258
2259 [ Christian Perrier ]
2260 * Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aoki
2261 Closes: #594211
2262
2263 [ Manpages translations ]
2264 * Portuguese (Américo Monteiro)
2265
2266 [ David Kalnischkies ]
2267 * cmdline/apt-cache.cc:
2268 - show in madison command again also source packages (LP: #614589)
2269 - remove useless GetInitialize method
2270 * cmdline/apt-get.cc:
2271 - remove direct calls of ReadMainList and use the wrapper instead
2272 to protect us from useless re-reads and two-times notice display
2273 - remove death code by removing unused GetInitialize
2274 * apt-pkg/depcache.cc:
2275 - now that apt-get purge works on 'rc' packages let the MarkDelete
2276 pass this purge forward to the non-pseudo package for pseudos
2277 * apt-pkg/contrib/fileutl.cc:
2278 - apply SilentlyIgnore also on files without an extension
2279 * apt-pkg/contrib/configuration.cc:
2280 - fix autoremove by using correct config-option name and
2281 don't make faulty assumptions in error handling (Closes: #594689)
2282 * apt-pkg/versionmatch.cc:
2283 - let the pin origin actually work as advertised in the manpage
2284 which means "" are optional and pinning a local archive does
2285 work - even if it is a non-flat archive (Closes: #594435)
2286
2287 -- Michael Vogt <mvo@debian.org> Fri, 03 Sep 2010 18:36:11 +0200
2288
2289 apt (0.8.0ubuntu3) maverick; urgency=low
2290
2291 * merged fixes from the debian-sid bzr branch:
2292
2293 [ Programs translations ]
2294 * Simplified Chinese (Aron Xu). Closes: #594458
2295 * Bulgarian (Damyan Ivanov). Closes: #594627
2296 * Portuguese (Miguel Figueiredo). Closes: #594668
2297 * Korean (Changwoo Ryu). Closes: #594809
2298
2299 [ Manpages translations ]
2300 * Portuguese (Américo Monteiro)
2301
2302 [ David Kalnischkies ]
2303 * cmdline/apt-cache.cc:
2304 - remove useless GetInitialize method
2305 * cmdline/apt-get.cc:
2306 - remove direct calls of ReadMainList and use the wrapper instead
2307 to protect us from useless re-reads and two-times notice display
2308 - remove death code by removing unused GetInitialize
2309 * apt-pkg/depcache.cc:
2310 - now that apt-get purge works on 'rc' packages let the MarkDelete
2311 pass this purge forward to the non-pseudo package for pseudos
2312 * apt-pkg/contrib/fileutl.cc:
2313 - apply SilentlyIgnore also on files without an extension
2314 * apt-pkg/contrib/configuration.cc:
2315 - fix autoremove by using correct config-option name and
2316 don't make faulty assumptions in error handling (Closes: #594689)
2317 * apt-pkg/versionmatch.cc:
2318 - let the pin origin actually work as advertised in the manpage
2319 which means "" are optional and pinning a local archive does
2320 work - even if it is a non-flat archive (Closes: #594435)
2321
2322 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 03 Sep 2010 17:05:53 +0200
2323
2324 apt (0.8.0ubuntu2) maverick; urgency=low
2325
2326 * merged fixes from the debian-sid bzr branch:
2327
2328 [ Programs translations ]
2329 * Thai (Theppitak Karoonboonyanan). Closes: #592695
2330 * Russian (Yuri Kozlov). Closes: #594232
2331 * Slovak (Ivan Masár). Closes: #594255
2332 * Swedish (Daniel Nylander). Closes: #594241
2333 * Japanese (Kenshi Muto, Osamu Aoki). Closes: #594265
2334 * Italian (Milo Casagrande). Closes: #594238
2335 * Asturian (maacub). Closes: #594303
2336
2337 [ Christian Perrier ]
2338 * Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aoki
2339 Closes: #594211
2340
2341 [ David Kalnischkies ]
2342 * show in madison command again also source packages (LP: #614589)
2343
2344 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 26 Aug 2010 18:56:23 +0200
2345
2346 apt (0.8.0ubuntu1) maverick; urgency=low
2347
2348 * merged from debian/unstable
2349
2350 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 24 Aug 2010 21:39:06 +0200
2351
2352 apt (0.8.0) unstable; urgency=low
2353
2354 [ Michael Vogt ]
2355 * merge of the debian-expermental-ma branch
2356 * refresh po/pot files in doc/ and po/
2357
2358 [ Programs translations ]
2359 * Swedish (Daniel Nylander). Closes: #592366
2360 * French (Christian Perrier)
2361
2362 [ Manpages translations ]
2363 * French (Christian Perrier)
2364
2365 -- Michael Vogt <mvo@debian.org> Tue, 24 Aug 2010 16:32:19 +0200
2366
2367 apt (0.8.0~pre2) experimental; urgency=low
2368
2369 [ David Kalnischkies ]
2370 * apt-pkg/contrib/strutl.cc:
2371 - fix error checking for vsnprintf in its safe variant
2372 * methods/bzip2.cc:
2373 - fix error checking for read in case of failing bzip2/lzma/whatever
2374 * debian/apt.cron.daily:
2375 - create backups for our extended_states file (Closes: #593430)
2376 * apt-pkg/init.cc:
2377 - set the default values for dir::etc::trusted options correctly
2378 * ftparchive/writer.cc:
2379 - init valid-until correctly to prevent garbage entering Release file
2380 * apt-pkg/deb/debsystem.cc:
2381 - set dir::state::status based at least on dir
2382 * apt-pkg/deb/dpkgpm.cc:
2383 - use the InstVer instead of the CurrentVer for the autobit transfer
2384 * methods/http.cc:
2385 - some http servers violate HTTP1.1 by not issuing a Reason-Phrase
2386 (or at least a space after the code) especially for 200, but lets
2387 be nice and ignore it as we don't need the reason in general
2388 * apt-pkg/acquire-item.cc:
2389 - don't use ReadOnlyGzip mode for PDiffs as this mode doesn't work
2390 in combination with the AddFd methods of our hashclasses
2391
2392 -- Michael Vogt <mvo@debian.org> Mon, 23 Aug 2010 19:09:08 +0200
2393
2394 apt (0.8.0~pre1ubuntu2) maverick; urgency=low
2395
2396 * apt-pkg/deb/dpkgpm.cc:
2397 - enable apport reports again (got lost in the previous merge),
2398 thanks to Matt Zimmerman
2399
2400 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 23 Aug 2010 13:53:09 +0200
2401
2402 apt (0.8.0~pre1ubuntu1) maverick; urgency=low
2403
2404 * merged fixes from debian/experimental
2405
2406 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 13 Aug 2010 17:49:40 +0200
2407
2408 apt (0.8.0~pre1) experimental; urgency=low
2409
2410 [ Programs translations ]
2411 * Swedish translation update. Closes: #592366
2412
2413 [ Michael Vogt ]
2414 * merge of the debian-expermental-ma branch
2415 * refresh po/pot files in doc/ and po/
2416 * apt-pkg/pkgcache.cc:
2417 - re-evaluate the architectures cache when the cache is (re)opened
2418
2419 [ Colin Watson ]
2420 * apt-pkg/cdrom.cc:
2421 - fix off-by-one error in DropBinaryArch
2422
2423 [ Julian Andres Klode ]
2424 * apt-pkg/contrib/fileutl.cc:
2425 - Add WriteAtomic mode.
2426 - Revert WriteEmpty to old behavior (LP: #613211)
2427 * apt-pkg, methods:
2428 - Convert users of WriteEmpty to WriteAtomic.
2429 * apt-pkg/depcache.cc:
2430 - Only try upgrade for Breaks if there is a newer version, otherwise
2431 handle it as Conflicts (by removing it) (helps for #591882).
2432 * debian/control:
2433 - Add dependency on gnupg to apt, apt-key uses it.
2434
2435 [ David Kalnischkies ]
2436 * apt-pkg/algorithms.cc:
2437 - let the problem resolver install packages to fix or-groups
2438 as a needed remove nuked another or-member (helps for #591882)
2439 - change the debug outputs to display also arch of the
2440 package and version dependencies information
2441 * cmdline/apt-get.cc:
2442 - let APT::Get::Arch-Only in build-dep default to false again
2443 (Closes: #592628) Thanks Mohamed Amine IL Idrissi for report!
2444 - purge packages in 'rc' state, thanks Rogier! (Closes: #150831)
2445 * apt-pkg/pkgcache.cc:
2446 - fix LongDesc handling in LANG=C environment
2447
2448 -- Michael Vogt <mvo@debian.org> Fri, 13 Aug 2010 17:00:49 +0200
2449
2450 apt (0.7.26~exp12ubuntu4) maverick; urgency=low
2451
2452 [ Julian Andres Klode ]
2453 * apt-pkg/contrib/fileutl.cc:
2454 - Add WriteAtomic mode.
2455 - Revert WriteEmpty to old behavior (LP: #613211)
2456 * apt-pkg, methods:
2457 - Convert users of WriteEmpty to WriteAtomic.
2458 * apt-pkg/depcache.cc:
2459 - Only try upgrade for Breaks if there is a newer version, otherwise
2460 handle it as Conflicts (by removing it) (helps for #591882).
2461
2462 [ Michael Vogt ]
2463 * debian/control:
2464 - Add recommends on gnupg to apt, apt-key uses it.
2465 (changed from debian)
2466
2467 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 11 Aug 2010 12:01:30 +0200
2468
2469 apt (0.7.26~exp12ubuntu3) maverick; urgency=low
2470
2471 [ Colin Watson ]
2472 * apt-pkg/cdrom.cc:
2473 - fix off-by-one error in DropBinaryArch
2474
2475 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 02 Aug 2010 21:04:18 +0200
2476
2477 apt (0.7.26~exp12ubuntu2) maverick; urgency=low
2478
2479 * debian/apt.postinst:
2480 - do not fail if ubuntu-keyring is not installed
2481
2482 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 02 Aug 2010 11:47:59 +0200
2483
2484 apt (0.7.26~exp12ubuntu1) maverick; urgency=low
2485
2486 * ABI break upload
2487 * merged from debian/experimental, remaining changes:
2488 - use ubuntu keyring and ubuntu archive keyring in apt-key
2489 - run update-apt-xapian-index in apt.cron
2490 - support apt-key net-update and verify keys against master-keyring
2491 - run apt-key net-update in cron.daily
2492 - different example sources.list
2493 * debian/apt.postinst
2494 - drop set_apt_proxy_from_gconf(), no longer needed in maverick
2495 * apt-pkg/pkgcache.cc:
2496 - re-evaluate the architectures cache when the cache is (re)opened
2497
2498 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 30 Jul 2010 19:32:15 +0200
2499
2500 apt (0.7.26~exp12) experimental; urgency=low
2501
2502 [ Michael Vogt ]
2503 * debian/control:
2504 - add dependency on zlib-dev for libapt-pkg-dev
2505
2506 [ David Kalnischkies ]
2507 * apt-pkg/cacheset.cc:
2508 - [ABI BREAK] add an ErrorType option to CacheSetHelper
2509 * cmdline/apt-cache.cc:
2510 - use Notice instead of Error in the CacheSetHelper messages
2511 for compat reasons. Otherwise tools like sbuild blow up
2512 - return success in show if a virtual package was given
2513 * debian/control:
2514 - remove libcurl3-gnutls-dev alternative as the package is gone
2515 - increase needed version of libcurl4-gnutls-dev to >= 7.19.0
2516 as we use CURLOPT_{ISSUERCERT,CRLFILE} (Closes: #589642)
2517
2518 -- Michael Vogt <mvo@debian.org> Fri, 30 Jul 2010 11:55:48 +0200
2519
2520 apt (0.7.26~exp11) experimental; urgency=low
2521
2522 [ Julian Andres Klode ]
2523 * apt-pkg/deb/dpkgpm.cc:
2524 - Write architecture information to history file.
2525 - Add to history whether a change was automatic or not.
2526 * apt-pkg/contrib/fileutl.cc:
2527 - Add FileFd::OpenDescriptor() (needed for python-apt's #383617).
2528 * cmdline/apt-get.cc:
2529 - Support large filesystems by using statvfs64() instead of statvfs()
2530 and statfs64() instead of statfs() (Closes: #590513).
2531 * apt-pkg/cdrom.cc:
2532 - Use link() instead of rename() for creating the CD database backup;
2533 otherwise there would be a short time without any database.
2534
2535 [ David Kalnischkies ]
2536 * apt-pkg/depcache.cc:
2537 - handle "circular" conflicts for "all" packages correctly
2538 * cmdline/apt-cache.cc:
2539 - be able to omit dependency types in (r)depends (Closes: #319006)
2540 - show in (r)depends the canidate per default instead of newest
2541 - share the (r)depends code instead of codecopy
2542 * apt-pkg/cacheset.cc:
2543 - move them back to the library as they look stable now
2544 - add a 'newest' pseudo target release as in pkg/newest
2545 * apt-pkg/pkgcache.cc:
2546 - prefer non-virtual packages in FindPreferredPkg (Closes: #590041)
2547 * test/integration/*:
2548 - add with bug#590041 testcase a small test "framework"
2549 * apt-pkg/orderlist.cc:
2550 - try to install another or-group member in DepRemove before
2551 breaking the or group (Closes: #590438)
2552 - configure also the replacement before remove by adding Immediate flag
2553
2554 [ Michael Vogt ]
2555 * apt-pkg/contrib/error.{cc,h}
2556 - docstring cleanup
2557 - add inline DumpError() to avoid subtle API break
2558
2559 -- Michael Vogt <mvo@debian.org> Thu, 29 Jul 2010 16:40:58 +0200
2560
2561 apt (0.7.26~exp10) experimental; urgency=low
2562
2563 [ David Kalnischkies ]
2564 * apt-pkg/contrib/error.{cc,h}:
2565 - remove constness of va_list parameter to fix build on amd64 and co
2566 Thanks Eric Valette! (Closes: #588610)
2567 * apt-pkg/deb/debmetaindex.cc:
2568 - do not query each architecture for flat file archives
2569 - fix typo preventing display of architecture in Info()
2570 * methods/bzip2.cc:
2571 - add a copycat of the old gzip.cc as we need it for bzip2 and lzma
2572
2573 [ Martin Pitt ]
2574 * debian/rules:
2575 - Make DEB_BUILD_OPTIONS=noopt actually work by passing the right
2576 CXXFLAGS.
2577 * apt-pkg/contrib/fileutl.{h,cc}:
2578 - Add support for reading of gzipped files with the new "ReadOnlyGzip"
2579 OpenMode. (Closes: #188407)
2580 - Link against zlib (in apt-pkg/makefile) and add zlib build dependency.
2581 - [ABI BREAK] This adds a new private member to FileFd, but its
2582 initialization is in the public header file.
2583 * configure.in:
2584 - Check for zlib library and headers.
2585 * apt-pkg/acquire-item.cc, apt-pkg/deb/debindexfile.cc,
2586 apt-pkg/deb/debrecords.cc, apt-pkg/deb/debsrcrecords.h,
2587 cmdline/apt-cache.cc:
2588 - Open Packages, Sources, and Translations indexes in "ReadOnlyGzip" mode.
2589 * apt-pkg/deb/debindexfile.cc:
2590 - If we do not find uncompressed package/source/translation indexes, look
2591 for gzip compressed ones.
2592 * apt-pkg/acquire-item.cc:
2593 - If the Acquire::GzipIndexes option is true and we download a gzipped
2594 index file, keep it as it is (and rename to .gz) instead of
2595 uncompressing it.
2596 * doc/apt.conf.5.xml:
2597 - Document the new Acquire::GzipIndexes option.
2598 * doc/po/apt-doc.pot, doc/po/de.po:
2599 - German translation of new Acquire::GzipIndexes option.
2600 * Add test/test-indexes.sh:
2601 - Test behaviour of index retrieval and usage, in particular with
2602 uncompressed and gzip compressed indexes.
2603 * methods/gzip.cc: With FileFd now being able to read gzipped files, there
2604 is no need for the gzip method any more to spawn an external gzip process.
2605 Rewrite it to use FileFd directly, which makes the code a lot simpler, and
2606 also using less memory and overhead.
2607
2608 -- Michael Vogt <mvo@debian.org> Mon, 12 Jul 2010 11:41:01 +0200
2609
2610 apt (0.7.26~exp9) experimental; urgency=low
2611
2612 [ David Kalnischkies ]
2613 * doc/apt.conf.5.xml:
2614 - add and document APT::Cache-{Start,Grow,Limit} options for mmap control
2615 * apt-pkg/contrib/fileutl.cc:
2616 - do not fail von double close()
2617
2618 -- Michael Vogt <mvo@debian.org> Fri, 09 Jul 2010 21:51:55 +0200
2619
2620 apt (0.7.26~exp8) experimental; urgency=low
2621
2622 [ David Kalnischkies ]
2623 * cmdline/cacheset.cc:
2624 - doesn't include it in the library for now as it is too volatile
2625 - get the candidate either from an already built depcache
2626 or use the policy which is a bit faster than depcache generation
2627 - get packages by task^ with FromTask()
2628 - only print errors if all tries to get a package by string failed
2629 - factor out code to get a single package FromName()
2630 - check in Grouped* first without modifier interpretation
2631 * cmdline/apt-get.cc:
2632 - use the cachsets in the install commands
2633 - make the specify order of packages irrelevant (Closes: #196021)
2634 * apt-pkg/orderlist.cc:
2635 - untouched packages are never missing
2636 * apt-pkg/packagemanager.cc:
2637 - packages that are not touched doesn't need to be unpacked
2638 * debian/control:
2639 - remove intltool's dependency as it is an ubuntu artefact
2640 * apt-pkg/depcache.cc:
2641 - SetCandidateVer for all pseudo packages
2642 - SetReInstall for the "all" package of a pseudo package
2643 - use the new MatchAgainstConfig for the DefaultRootSetFunc
2644 - always mark the all package if a pseudo package is marked for install
2645 * apt-pkg/contrib/error.{cc,h}:
2646 - complete rewrite but use the same API
2647 - add NOTICE and DEBUG as new types of a message
2648 - add a simple stack handling to be able to delay error handling
2649 * apt-pkg/aptconfiguration.cc:
2650 - show a deprecation notice for APT::Acquire::Translation
2651 * apt-pkg/contrib/configuration.{cc,h}:
2652 - add a wrapper to match strings against configurable regex patterns
2653 * apt-pkg/contrib/fileutl.cc:
2654 - show notice about ignored file instead of being always silent
2655 - add a Dir::Ignore-Files-Silently list option to control the notice
2656 * apt-pkg/policy.h:
2657 - add another round of const& madness as the previous round accidentally
2658 NOT overrides the virtual GetCandidateVer() method (Closes: #587725)
2659 * apt-pkg/pkgcachegen.{cc,h}:
2660 - make the used MMap moveable (and therefore dynamic resizeable) by
2661 applying (some) mad pointer magic (Closes: #195018)
2662
2663 [ Michael Vogt ]
2664 * apt-pkg/deb/dpkgpm.cc:
2665 - make the apt/term.log output unbuffered (thanks to Matt Zimmerman)
2666
2667 [ Julian Andres Klode ]
2668 * methods/ftp.h:
2669 - Handle different logins on the same server (Closes: #586904).
2670 * apt-pkg/deb/deblistparser.cc:
2671 - Handle architecture wildcards (Closes: #547724).
2672 * apt-pkg/versionmatch.cc:
2673 - Support matching pins by regular expressions or glob() like patterns,
2674 regular expressions have to be put between to slashes; for example,
2675 /.*/.
2676 * apt-pkg/contrib/fileutl.cc:
2677 - Make FileFd replace files atomically in WriteTemp mode (for cache, etc).
2678 * debian/control:
2679 - Set Standards-Version to 3.9.0
2680
2681 -- Michael Vogt <mvo@debian.org> Fri, 09 Jul 2010 19:16:20 +0200
2682
2683 apt (0.7.26~exp7) experimental; urgency=low
2684
2685 * apt-pkg/cachefile.h:
2686 - make pkgPolicy public again, libapt-pkg-perl (and probably
2687 others) get unhappy without that
2688
2689 -- Michael Vogt <mvo@debian.org> Thu, 10 Jun 2010 15:33:24 +0200
2690
2691 apt (0.7.26~exp6) experimental; urgency=low
2692
2693 [ Michael Vogt ]
2694 * merge the remaining Ubuntu change:
2695 - on gpg verification failure warn and restore the last known
2696 good state
2697 - on failure display the IP of the server (useful for servers
2698 that use round robin DNS)
2699 - support Original-Maintainer in RewritePackageOrder
2700 - enable cdrom autodetection via libudev by default
2701 - show message about Vcs in use when apt-get source is run for
2702 packages maintained in a Vcs
2703 - better support transitional packages with mark auto-installed.
2704 when the transitional package is in "oldlibs" the new package
2705 is not marked auto installed (same is true for section
2706 metapackages)
2707 - provide new "deb mirror://archive.foo/mirrors.list sid main"
2708 method expects a list of mirrors (generated on the server e.g.
2709 via geoip) and will use that, including cycle on failure
2710 - write apport crash file on package failure (disabled by default
2711 on debian until apport is available)
2712 - support mirror failure reporting (disabled by default on debian)
2713
2714 [ David Kalnischkies ]
2715 * apt-pkg/deb/dpkgpm.cc:
2716 - write Disappeared also to the history.log
2717 - forward manual-installed bit on package disappearance
2718 * apt-pkg/deb/debsystem.cc:
2719 - add better config item for extended_states file
2720 * apt-pkg/pkgcache.h:
2721 - switch {,Install-}Size to unsigned long long
2722 * apt-pkg/depcache.cc:
2723 - do the autoremove mark process also for required packages to handle
2724 these illegally depending on lower priority packages (Closes: #583517)
2725 - try harder to find the other pseudo versions for autoremove multiarch
2726 - correct "Dangerous iterator usage" pointed out by cppcheck
2727 - deal with long long, not with int to remove 2GB Limit (LP: #250909)
2728 - deprecate AddSize with Multiplier as it is unused and switch to
2729 boolean instead to handle the sizes more gracefully.
2730 - switch i{Download,Usr}Size from double to (un)signed long long
2731 * apt-pkg/aptconfiguration.cc:
2732 - remove duplicate architectures in getArchitectures()
2733 * apt-pkg/indexrecords.{cc,h}:
2734 - backport forgotten Valid-Until patch from the obsolete experimental
2735 branch to prevent replay attacks better, thanks to Thomas Viehmann
2736 for the initial patch! (Closes: #499897)
2737 - add a constant Exists check for MetaKeys
2738 * apt-pkg/acquire-item.cc:
2739 - do not try PDiff if it is not listed in the Meta file
2740 - sent Last-Modified header also for Translation files
2741 * apt-pkg/cacheiterator.h:
2742 - let pkgCache::Iterator inherent std::iterator
2743 * ftparchive/writer.h:
2744 - add a virtual destructor to FTWScanner class (for cppcheck)
2745 * apt-pkg/cacheset.{cc,h}:
2746 - add simple wrapper around std::set for cache structures
2747 - move regex magic from apt-get to new FromRegEx method
2748 - move cmdline parsing from apt-cache to new FromCommandLine method
2749 - support special release-modifier 'installed' and 'candidate'
2750 * apt-pkg/contrib/cmdline.cc:
2751 - fix segfault in SaveInConfig caused by writing over char[] sizes
2752 * apt-pkg/pkgcache.cc:
2753 - get the best matching arch package from a group with FindPreferredPkg
2754 * cmdline/apt-cache.cc:
2755 - make the search multiarch compatible by using GrpIterator instead
2756 - use pkgCacheFile and the new CacheSets all over the place
2757 - add --target-release option (Closes: #115520)
2758 - accept pkg/release and pkg=version in show and co. (Closes: #236270)
2759 - accept package versions in the unmet command
2760 * cmdline/apt-get.cc:
2761 - use unsigned long long instead of double to store values it gets
2762 * apt-pkg/cachefile.{cc,h}:
2763 - split Open() into submethods to be able to build only parts
2764 - make the OpProgress optional in the Cache buildprocess
2765 - store also the SourceList we use internally for export
2766 * doc/apt.conf.5.xml:
2767 - document the new Valid-Until related options
2768 * apt-pkg/contrib/strutl.cc:
2769 - split StrToTime() into HTTP1.1 and FTP date parser methods and
2770 use strptime() instead of some self-made scanf mangling
2771 - use the portable timegm shown in his manpage instead of a strange
2772 looking code copycat from wget
2773 * ftparchive/writer.cc:
2774 - add ValidTime option to generate a Valid-Until header in Release file
2775 * apt-pkg/policy.cc:
2776 - get the candidate right for a not-installed pseudo package if
2777 his non-pseudo friend is installed
2778 * apt-pkg/indexcopy.cc:
2779 - move the gpg codecopy to a new method and use it also in methods/gpgv.cc
2780
2781 -- Michael Vogt <mvo@debian.org> Thu, 10 Jun 2010 14:02:22 +0200
2782
2783 apt (0.7.26~exp5) experimental; urgency=low
2784
2785 [ David Kalnischkies ]
2786 * cmdline/apt-get.cc:
2787 - rerun dpkg-source in source if --fix-broken is given (Closes: #576752)
2788 - don't suggest held packages as they are installed (Closes: #578135)
2789 - handle multiple --{tar,diff,dsc}-only options correctly
2790 - show at the end of the install process a list of disappeared packages
2791 * cmdline/apt-cache.cc:
2792 - use GroupCount for package names in stats and add a package struct line
2793 * methods/rred.cc:
2794 - use the patchfile modification time instead of the one from the
2795 "old" file - thanks to Philipp Weis for noticing! (Closes: #571541)
2796 * debian/rules:
2797 - remove targets referring to CVS or arch as they are useless
2798 - use $(CURDIR) instead of $(pwd)
2799 - use dpkg-buildflags if available for CXXFLAGS
2800 * README.arch:
2801 - remove the file completely as it has no use nowadays
2802 * apt-pkg/depcache.cc:
2803 - be doublesure that the killer query is empty before starting reinstall
2804 * methods/gpgv.cc:
2805 - remove the keyrings count limit by using vector magic
2806 * contrib/mmap.cc:
2807 - clarify "MMap reached size limit" error message, thanks Ivan Masár!
2808 * doc/apt.ent
2809 - add entities for the current oldstable/stable/testing codenames
2810 * doc/sources.list.5.xml:
2811 - use stable-codename instead of stable in the examples (Closes: #531492)
2812 * doc/apt_preferences.5.xml:
2813 - adapt some examples here to use current codenames as well
2814 - add "NotAutomatic: yes" handling, thanks Osamu Aoki (Closes: #490347)
2815 * debian/libapt-pkg-doc.doc-base.cache:
2816 - remove yet another reference to the removed cache.sgml
2817 * doc/apt-get.8.xml:
2818 - do not say explicit target_release_{name,version,codename}, it should
2819 be clear by itself and 'man' can break lines again (Closes: #566166)
2820 - remove the gnome-apt reference as it is removed from unstable
2821 * apt-pkg/deb/dpkgpm.cc:
2822 - add 'disappear' to the known processing states, thanks Jonathan Nieder
2823 * apt-pkg/packagemanager.h:
2824 - export info about disappeared packages with GetDisappearedPackages()
2825
2826 [ Michael Vogt ]
2827 * methods/http.{cc,h}:
2828 - code cleanup, use enums instead of magic ints
2829
2830 [ Jari Aalto ]
2831 * debian/rules:
2832 - spell out some less known options to reduce manpage consultation-rate
2833 - Use POSIX command substitution: $(<command sequence>)
2834 - Remove EOL whitespace (Closes: #577804)
2835
2836 [ Julian Andres Klode ]
2837 * apt-pkg/acquire-item.cc:
2838 - Fix pkgAcqFile::Custom600Headers() to always return something.
2839
2840
2841 [ Christian Perrier ]
2842 * Slovak translation update. Closes: #581159
2843 * Italian translation update. Closes: #581742
2844 * Swedish translation update. Closes: #592366
2845
2846 -- Michael Vogt <mvo@debian.org> Tue, 25 May 2010 16:01:42 +0200
2847
2848 apt (0.7.26~exp4) experimental; urgency=low
2849
2850 [ David Kalnischkies ]
2851 * apt-pkg/depcache.cc:
2852 - rewrite the pseudo package reinstaller to be more intelligent
2853 in his package choices
2854 * apt-pkg/packagemanager.cc:
2855 - don't try to "unpack" pseudo packages twice
2856 * apt-pkg/contrib/fileutl.cc:
2857 - add a parent-guarded "mkdir -p" as CreateDirectory()
2858 * apt-pkg/acquire.{cc,h}:
2859 - add a delayed constructor with Setup() for success reporting
2860 - check for and create directories in Setup if needed instead of
2861 error out unfriendly in the Constructor (Closes: #523920, #525783)
2862 - optional handle a lock file in Setup()
2863 * apt-pkg/acquire-item.cc:
2864 - Acquire::ForceHash to force method for expected hash
2865 * cmdline/apt-get.cc:
2866 - remove the lock file handling and let Acquire take care of it instead
2867 - display MD5Sum in --print-uris if not forced to use another method
2868 instead of displaying the strongest available (Closes: #576420)
2869 - regex for package names executed on Grp- not PkgIterator
2870 - show non-candidates as fallback for virtual packages (Closes: #578385)
2871 - set also "all" to this version for pseudo packages in TryToChangeVer
2872 * apt-pkg/deb/dpkgpm.cc:
2873 - remove Chroot-Directory from files passed to install commands.
2874 Thanks to Kel Modderman for report & patch! (Closes: #577226)
2875 * ftparchive/writer.cc:
2876 - remove 999 chars Files and Checksums rewrite limit (Closes: #577759)
2877 * cmdline/apt-cache.cc:
2878 - align Installed and Candidate Version in policy so they can be compared
2879 easier, thanks Ralf Gesellensetter for the pointer! (Closes: #578657)
2880 * doc/apt.ent:
2881 - Add a note about APT_CONFIG in the -c description (Closes: #578267)
2882 * doc/po/de.po:
2883 - correct typos in german apt_preferences manpage, thanks Chris Leick!
2884 * apt-pkg/sourcelist.cc:
2885 - be less strict and accept [option=value] as well
2886 * apt-pkg/contrib/configuration.cc:
2887 - error out if #clear directive has no argument
2888 * doc/files.sgml:
2889 - sync documentation with status quo, regarding files/directories in
2890 use, extended_states and uri schemes.
2891 * doc/cache.sgml:
2892 - drop the file in favor of inplace documentation with doxygen
2893 * apt-pkg/pkgcache.h:
2894 - enhance the Groups ABI by providing a ID as the other structs does
2895 - check also the size of the Group struct then checking for the others
2896
2897 [ Jari Aalto ]
2898 * cmdline/apt-get.cc:
2899 - replace backticks with single quotes around fix-broken command
2900 in the broken packages message. (Closes: #577168)
2901 * dselect/install:
2902 - modernize if-statements not to use 'x' (Closes: #577117)
2903 - replace backticks with POSIX $() (Closes: #577116)
2904
2905 [ Michael Vogt ]
2906 * [ Abi break ] apt-pkg/acquire-item.{cc,h}:
2907 - add "IsIndexFile" to constructor of pkgAcqFile so that it sends
2908 the right cache control headers
2909 * cmdline/apt-get.cc:
2910 - fix crash when pkg.VersionList() is empty
2911 * apt-pkg/depcache.cc:
2912 - fix incorrect std::cout usage for debug output
2913 * test/libapt/getlanguages_test.cc:
2914 - Add test for Esperanto that has nocounty associated with them
2915 (LP: #560956)
2916 * apt-pkg/deb/debrecords.cc:
2917 - fix max tag buffer size (LP: #545336, closes: #578959)
2918 * debian/rules:
2919 - install html doxygen in libapt-pkg-doc
2920 * debian/control:
2921 - build-depend on doxygen
2922
2923 [ Julian Andres Klode ]
2924 * apt-pkg/contrib/weakptr.h:
2925 - add a class WeakPointable which allows one to register weak pointers to
2926 an object which will be set to NULL when the object is deallocated.
2927 * [ABI break] apt-pkg/acquire{-worker,-item,}.h:
2928 - subclass pkgAcquire::{Worker,Item,ItemDesc} from WeakPointable.
2929 * apt-pkg/pkgcache.cc:
2930 - Merge fix from David to correct handling in single-arch environments.
2931 * cmdline/apt-cache.cc:
2932 - Add a showauto command to apt-cache.
2933 * cmdline/apt-get.cc:
2934 - Add apt-get markauto and unmarkauto commands.
2935
2936 -- Michael Vogt <mvo@debian.org> Thu, 06 May 2010 09:32:54 +0200
2937
2938 apt (0.7.26~exp3) experimental; urgency=low
2939
2940 [ Christian Perrier ]
2941 * German translation update. Closes: #571037
2942 * Spanish manpages translation update. Closes: #573293
2943 * Dutch translation update. Closes: #573946
2944 * Polish manpages translation update. Closes: #574558
2945 * Add "manpages-pl (<< 20060617-3~)" to avoid file conflicts with
2946 that package that was providing some manpages for APT utilities.
2947
2948 [ David Kalnischkies ]
2949 * [BREAK] merge MultiArch-ABI. We don't support MultiArch,
2950 but we support the usage of the new ABI so libapt users
2951 can start to prepare for MultiArch (Closes: #536029)
2952 * Ignore :qualifiers after package name in build dependencies
2953 in the library by default, but try to honour them in apt-get
2954 as we have some sort of MultiArch support ready (Closes: #558103)
2955 * add translation of the manpages to PT (portuguese)
2956 Thanks to Américo Monteiro!
2957 * Switch to dpkg-source 3.0 (native) format
2958 * apt-pkg/depcache.cc:
2959 - remove Auto-Installed information from extended_states
2960 together with the package itself (Closes: #572364)
2961 * cmdline/apt-mark:
2962 - don't crash if no arguments are given (Closes: #570962)
2963 * debian/control:
2964 - remove some years old and obsolete Replaces
2965 - add automake/conf build-depends/conflicts as recommend by
2966 the autotools-dev README (Closes: #572615)
2967 * apt-pkg/contrib/mmap.{h,cc}:
2968 - add char[] fallback for filesystems without shared writable
2969 mmap() like JFFS2. Thanks to Marius Vollmer for writing
2970 and to Loïc Minier for pointing to the patch! (Closes: #314334)
2971 * doc/apt_preferences.5.xml:
2972 - fix two typos and be more verbose in the novice warning.
2973 Thanks to Osamu Aoki for pointing it out! (Closes: #567669)
2974 - fix a=sid vs. n=sid typo, thanks Ansgar Burchardt!
2975 - origin can be used to match a hostname (Closes: #352667)
2976 - remove wrong pin-priority is optional remark (Closes: #574944)
2977 * apt-pkg/deb/dpkgpm.cc:
2978 - fix error message construction in OpenLog()
2979 - if available store the Commandline in the history
2980 * cmdline/apt-get.cc:
2981 - add a --only-upgrade flag to install command (Closes: #572259)
2982 - fix memory leaks in error conditions in DoSource()
2983 - try version match in FindSrc first exact than fuzzy (LP: #551178)
2984 * apt-pkg/contrib/cmndline.cc:
2985 - save Commandline in Commandline::AsString for logging
2986 * apt-pkg/deb/debversion.cc:
2987 - consider absent of debian revision equivalent to 0 (Closes: #573592)
2988 * doc/makefile, doc/*:
2989 - generate subdirectories for building the manpages in on the fly
2990 depending on the po files we have.
2991 * apt-pkg/pkgcachegen.cc:
2992 - merge versions correctly even if multiple different versions
2993 with the same version number are available.
2994 Thanks to Magnus Holmgren for the patch! (Closes: #351056)
2995 * ftparchive/writer.cc:
2996 - write LongDescriptions if they shouldn't be included in Packages
2997 file into i18n/Translation-en by default.
2998 * doc/po/de.po:
2999 - correct a few typos in the german manpage translation.
3000 Thanks to Chris Leick and Georg Koppen! (Closes: #574962)
3001 * apt-pkg/contrib/strutl.cc:
3002 - convert all toupper calls to tolower_ascii for a little speedup
3003
3004 [ Jean-Baptiste Lallement ]
3005 * apt-pkg/contrib/strutl.cc:
3006 - always escape '%' (LP: #130289) (Closes: #500560)
3007 - unescape '%' sequence only if followed by 2 hex digit
3008 - username/password are urlencoded in proxy string (RFC 3986)
3009
3010 [ Julian Andres Klode ]
3011 * cmdline/apt-cache.cc:
3012 - Change behavior of showsrc to match the one of show (Closes: #512046).
3013 * cmdline/apt-key:
3014 - Honor Apt::GPGV::TrustedKeyring (Closes: #316390)
3015 * cmdline/apt-mark:
3016 - Use the new python-apt API (and conflict with python-apt << 0.7.93.2).
3017 * apt-inst/contrib/arfile.h:
3018 - Add public ARArchive::Members() which returns the list of members.
3019 * apt-pkg/policy.cc:
3020 - Always return a candidate if there is at least one version pinned > 0
3021 (Closes: #512318)
3022 * ftparchive/apt-ftparchive.cc:
3023 - Read default configuration (Closes: #383257)
3024 * debian/rules:
3025 - Fix the libraries name to be e.g. libapt-pkg4.9 instead of
3026 libapt-pkg-4.9.
3027
3028 [ Michael Vogt ]
3029 * apt-pkg/deb/dpkgpm.cc:
3030 - fix backgrounding when dpkg runs (closes: #486222)
3031 * cmdline/apt-mark:
3032 - show error on incorrect aguments (LP: #517917), thanks to
3033 Torsten Spindler
3034 * cmdline/apt-get.cc:
3035 - if apt-get source foo=version or foo/distro can not be found,
3036 error out (LP: #502641)
3037 * apt-pkg/packagemanager.cc:
3038 - better debug output
3039 * doc/examples/configure-index:
3040 - add missing Debug::pkgPackageManager option
3041
3042 -- Michael Vogt <mvo@debian.org> Thu, 01 Apr 2010 17:30:43 +0200
3043
3044 apt (0.7.26~exp2) experimental; urgency=low
3045
3046 * fix crash when LANGUAGE is not set
3047
3048 -- Michael Vogt <mvo@debian.org> Thu, 18 Feb 2010 22:07:23 +0100
3049
3050 apt (0.7.26~exp1) experimental; urgency=low
3051
3052 [ David Kalnischkies ]
3053 * [BREAK] add possibility to download and use multiply
3054 Translation files, configurable with Acquire::Translation
3055 (Closes: #444222, #448216, #550564)
3056 * Ignore :qualifiers after package name in build dependencies
3057 for now as long we don't understand them (Closes: #558103)
3058 * apt-pkg/contrib/mmap.{cc,h}:
3059 - extend it to have a growable flag - unused now but maybe...
3060 * apt-pkg/pkgcache.h:
3061 - use long instead of short for {Ver,Desc}File size,
3062 patch from Víctor Manuel Jáquez Leal, thanks! (Closes: #538917)
3063 * apt-pkg/acquire-item.cc:
3064 - allow also to skip the last patch if target is reached,
3065 thanks Bernhard R. Link! (Closes: #545699)
3066 * ftparchive/writer.{cc,h}:
3067 - add --arch option for packages and contents commands
3068 - if an arch is given accept only *_all.deb and *_arch.deb instead
3069 of *.deb. Thanks Stephan Bosch for the patch! (Closes: #319710)
3070 - add APT::FTPArchive::AlwaysStat to disable the too aggressive
3071 caching if versions are build multiply times (not recommend)
3072 Patch by Christoph Goehre, thanks! (Closes: #463260)
3073 * apt-pkg/deb/dpkgpm.cc:
3074 - stdin redirected to /dev/null takes all CPU (Closes: #569488)
3075 Thanks to Aurelien Jarno for providing (again) a patch!
3076 * buildlib/apti18n.h.in, po/makefile:
3077 - add ngettext support with P_()
3078 * aptconfiguration.cc:
3079 - include all existing Translation files in the Cache (Closes: 564137)
3080 * debian/control:
3081 - update with no changes to debian policy 3.8.4
3082 * doc/apt_preferences.5.xml:
3083 - explicitly warn against careless use (Closes: #567669)
3084 * debian/rules:
3085 - remove creation of empty dir /usr/share/apt
3086 * doc/apt-cdrom.8.xml:
3087 - fix typo spotted by lintian: proc(c)eed
3088
3089 [ Ivan Masár ]
3090 * Slovak translation update. Closes: #568294
3091
3092 [ Michael Vogt ]
3093 * [BREAK] merged lp:~mvo/apt/history
3094 - this writes a /var/log/apt/history tagfile that contains details
3095 from the transaction (complements term.log)
3096 * methods/http.cc:
3097 - add cache-control headers even if no cache is given to allow
3098 adding options for intercepting proxies
3099 - add Acquire::http::ProxyAutoDetect configuration that
3100 can be used to call a external helper to figure out the
3101 proxy configuration and return it to apt via stdout
3102 (this is a step towards WPAD and zeroconf/avahi support)
3103 * abicheck/
3104 - add new abitest tester using the ABI Compliance Checker from
3105 http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker
3106
3107 [ Robert Collins ]
3108 * Change the package index Info methods to allow apt-cache policy to be
3109 useful when using several different archives on the same host.
3110 (Closes: #329814, LP: #22354)
3111
3112 -- Michael Vogt <mvo@debian.org> Thu, 18 Feb 2010 16:11:39 +0100
3113
3114 apt (0.7.25.3ubuntu10) maverick; urgency=low
3115
3116 [ Michael Vogt ]
3117 * debian/apt.conf.ubuntu:
3118 - no longer install (empty) apt.conf.d/01ubuntu
3119 * apt-pkg/deb/dpkgpm.cc:
3120 - make the apt/term.log output unbuffered (thanks to Matt Zimmerman)
3121 - fix FTBFS (LP: #600155)
3122
3123 [ Matthias G. ]
3124 * apt-pkg/deb/dpkgpm.cc:
3125 - Fix segmentation fault when /var/log/apt ist missing. LP: #535509
3126
3127 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 08 Jul 2010 09:37:03 +0200
3128
3129 apt (0.7.25.3ubuntu9) lucid-proposed; urgency=low
3130
3131 * debian/apt.postinst:
3132 - do not fail if getent returns nothing useful (LP: #579647)
3133 thanks to Jean-Baptiste Lallement
3134
3135 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 14 May 2010 09:40:50 +0200
3136
3137 apt (0.7.25.3ubuntu8) lucid-proposed; urgency=low
3138
3139 [ Loïc Minier ]
3140 * Use https:// in Vcs-Bzr URL.
3141
3142 [ Michael Vogt ]
3143 * apt-pkg/deb/debrecords.cc:
3144 - fix max tag buffer size (LP: #545336, closes: #578959)
3145 * apt-pkg/indexfile.cc:
3146 - If no "_" is found in the language code, try to find a "."
3147 This is required for languages like Esperanto that have no
3148 county associated with them (LP: #560956)
3149 Thanks to "Aisano" for the fix
3150
3151 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 05 May 2010 10:33:46 +0200
3152
3153 apt (0.7.25.3ubuntu7) lucid; urgency=low
3154
3155 Cherry pick fixes from the lp:~mvo/apt/mvo branch:
3156
3157 [ Evan Dandrea ]
3158 * Remember hosts with general failures for
3159 https://wiki.ubuntu.com/NetworklessInstallationFixes (LP: #556831).
3160
3161 [ Michael Vogt ]
3162 * improve debug output for Debug::pkgPackageManager
3163
3164 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 14 Apr 2010 20:30:03 +0200
3165
3166 apt (0.7.25.3ubuntu6) lucid; urgency=low
3167
3168 * cmdline/apt-get.cc:
3169 - fix crash when pkg.VersionList() is empty (LP: #556056)
3170
3171 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 08 Apr 2010 21:13:25 +0200
3172
3173 apt (0.7.25.3ubuntu5) lucid; urgency=low
3174
3175 [ David Kalnischkies ]
3176 * cmdline/apt-get.cc:
3177 - try version match in FindSrc first exact than fuzzy (LP: #551178)
3178
3179 [ Jean-Baptiste Lallement ]
3180 * apt-pkg/contrib/strutl.cc:
3181 - always escape '%' (LP: #130289) (Closes: #500560)
3182 - unescape '%' sequence only if followed by 2 hex digit
3183 - username/password are urlencoded in proxy string (RFC 3986)
3184
3185 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 31 Mar 2010 21:59:42 +0200
3186
3187 apt (0.7.25.3ubuntu4) lucid; urgency=low
3188
3189 [ David Kalnischkies ]
3190 * apt-pkg/deb/debversion.cc:
3191 - consider absent of debian revision equivalent to 0 (Closes: #573592)
3192 LP: #540228
3193 * cmdline/apt-get.cc, apt-pkg/cdrom.cc:
3194 - fix memory leaks in error conditions in DoSource()
3195 * apt-pkg/deb/dpkgpm.cc:
3196 - fix error message construction in OpenLog()
3197
3198 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 26 Mar 2010 16:57:49 +0100
3199
3200 apt (0.7.25.3ubuntu3) lucid; urgency=low
3201
3202 * apt-pkg/indexfile.cc:
3203 - remove "cs" from languages that need the full langcode when
3204 downloading translations (thanks to Steve Langasek)
3205
3206 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 15 Mar 2010 09:42:39 +0100
3207
3208 apt (0.7.25.3ubuntu2) lucid; urgency=low
3209
3210 [ Michael Vogt ]
3211 * abicheck/
3212 - add new abitest tester using the ABI Compliance Checker from
3213 http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker
3214 * debian/apt.conf.autoremove:
3215 - add "oldlibs" to the APT::Never-MarkAuto-Sections as its used
3216 for transitional packages
3217 * apt-pkg/deb/dpkgpm.cc:
3218 - fix backgrounding when dpkg runs (closes: #486222)
3219 * cmdline/apt-mark:
3220 - show error on incorrect aguments (LP: #517917), thanks to
3221 Torsten Spindler
3222 * cmdline/apt-get.cc:
3223 - if apt-get source foo=version or foo/distro can not be found,
3224 error out (LP: #502641)
3225 * apt-pkg/indexfile.cc:
3226 - deal correctly with three letter langcodes (LP: #391409)
3227 * debian/apt.cron.daily:
3228 - do not look into admin users gconf anymore for the http proxy
3229 the user now needs to use the "Apply system-wide" UI in the
3230 gnome-control-center to set it
3231 * debian/apt.postinst:
3232 - add set_apt_proxy_from_gconf() and run that once on upgrade if
3233 there is no proxy configured already system-wide (LP: #432631)
3234 From that point on gnome-control-center will have to warn if
3235 the user makes changes to the proxy settings and does not apply
3236 them system wide
3237
3238 [ Robert Collins ]
3239 * Change the package index Info methods to allow apt-cache policy to be
3240 useful when using several different archives on the same host.
3241 (Closes: #329814, LP: #22354)
3242
3243 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 12 Mar 2010 23:10:52 +0100
3244
3245 apt (0.7.25.3ubuntu1) lucid; urgency=low
3246
3247 [ Michael Vogt ]
3248 * merged with the debian-sid branch
3249 * methods/http.cc:
3250 - add Acquire::http::ProxyAutoDetect configuration that
3251 can be used to call a external helper to figure out the
3252 proxy configuration and return it to apt via stdout
3253 (this is a step towards WPAD and zeroconf/avahi support)
3254
3255 [ Ivan Masár ]
3256 * Slovak translation update. Closes: #568294
3257
3258 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 17 Feb 2010 23:33:32 +0100
3259
3260 apt (0.7.25.3) unstable; urgency=low
3261
3262 [ Christian Perrier ]
3263 * Italian translation update. Closes: #567532
3264
3265 [ David Kalnischkies ]
3266 * apt-pkg/contrib/macros.h:
3267 - install the header system.h with a new name to be able to use
3268 it in other headers (Closes: #567662)
3269 * cmdline/acqprogress.cc:
3270 - Set Mode to Medium so that the correct prefix is used.
3271 Thanks Stefan Haller for the patch! (Closes: #567304 LP: #275243)
3272 * ftparchive/writer.cc:
3273 - generate sha1 and sha256 checksums for dsc (Closes: #567343)
3274 * cmdline/apt-get.cc:
3275 - don't mark as manually if in download only (Closes: #468180)
3276
3277 -- Michael Vogt <mvo@debian.org> Mon, 01 Feb 2010 18:41:15 +0100
3278
3279 apt (0.7.25.2) unstable; urgency=low
3280
3281 [ Michael Vogt ]
3282 * apt-pkg/contrib/cdromutl.cc:
3283 - fix UnmountCdrom() fails, give it a bit more time and try
3284 the umount again
3285 * apt-pkg/cdrom.cc:
3286 - fix crash in pkgUdevCdromDevices
3287 * methods/cdrom.cc:
3288 - fixes in multi cdrom setup code (closes: #549312)
3289 - add new "Acquire::cdrom::AutoDetect" config that enables/disables
3290 the dlopen of libudev for automatic cdrom detection. Off by default
3291 currently, feedback/testing welcome
3292 * cmdline/apt-cdrom.cc:
3293 - add new --auto-detect option that uses libudev to figure out
3294 the cdrom/mount-point
3295 * cmdline/apt-mark:
3296 - merge fix from Gene Cash that supports markauto for
3297 packages that are not in the extended_states file yet
3298 (closes: #534920)
3299 * ftparchive/writer.{cc,h}:
3300 - merge crash fix for apt-ftparchive on hurd, thanks to
3301 Samuel Thibault for the patch (closes: #566664)
3302
3303 [ David Kalnischkies ]
3304 * apt-pkg/contrib/fileutl.cc:
3305 - Fix the newly introduced method GetListOfFilesInDir to not
3306 accept every file if no extension is enforced
3307 (= restore old behaviour). (Closes: #565213)
3308 * apt-pkg/policy.cc:
3309 - accept also partfiles with "pref" file extension as valid
3310 * apt-pkg/contrib/configuration.cc:
3311 - accept also partfiles with "conf" file extension as valid
3312 * doc/apt.conf.5.xml:
3313 - reorder description and split out syntax
3314 - add partfile name convention (Closes: #558348)
3315 * doc/apt_preferences.conf.5.xml:
3316 - describe partfile name convention also here
3317 * apt-pkg/deb/dpkgpm.cc:
3318 - don't segfault if term.log file can't be opened.
3319 Thanks Sam Brightman for the patch! (Closes: #475770)
3320 * doc/*:
3321 - replace the per language addendum with a global addendum
3322 - add a explanation why translations include (maybe) english
3323 parts to the new global addendum (Closes: #561636)
3324 * apt-pkg/contrib/strutl.cc:
3325 - fix malloc asseration fail with ja_JP.eucJP locale in
3326 apt-cache search. Thanks Kusanagi Kouichi! (Closes: #548884)
3327
3328 [ Christian Perrier ]
3329 * French translation update
3330
3331 -- Michael Vogt <mvo@debian.org> Wed, 27 Jan 2010 16:16:10 +0100
3332
3333 apt (0.7.25.1) unstable; urgency=low
3334
3335 [ Christian Perrier ]
3336 * French manpage translation update
3337 * Russian translation update by Yuri Kozlov
3338 Closes: #564171
3339
3340 [Chris Leick]
3341 * spot & fix various typos in all manpages
3342 * German manpage translation update
3343
3344 [ David Kalnischkies ]
3345 * cmdline/apt-cache.cc:
3346 - remove translatable marker from the "%4i %s\n" string
3347 * buildlib/po4a_manpage.mak:
3348 - instruct debiandoc to build files with utf-8 encoding
3349 * buildlib/tools.m4:
3350 - fix some warning from the buildtools
3351 * apt-pkg/acquire-item.cc:
3352 - add configuration PDiffs::Limit-options to not download
3353 too many or too big patches (Closes: #554349)
3354 * debian/control:
3355 - let all packages depend on ${misc:Depends}
3356 * share/*-archive.gpg:
3357 - remove the horrible outdated files. We already depend on
3358 the keyring so we don't need to ship our own version
3359 * cmdline/apt-key:
3360 - errors out if wget is not installed (Closes: #545754)
3361 - add --keyring option as we have now possibly many
3362 * methods/gpgv.cc:
3363 - pass all keyrings (TrustedParts) to gpgv instead of
3364 using only one trusted.gpg keyring (Closes: #304846)
3365 * methods/https.cc:
3366 - finally merge the rest of the patchset from Arnaud Ebalard
3367 with the CRL and Issuers options, thanks! (Closes: #485963)
3368 * apt-pkg/deb/debindexfile.cc, apt-pkg/pkgcachegen.cc:
3369 - add debug option Debug::pkgCacheGen
3370
3371 [ Michael Vogt ]
3372 * cmdline/apt-get.cc:
3373 - merge fix for apt-get source pkg=version regression
3374 (closes: #561971)
3375 * po/ru.po:
3376 - merged updated ru.po, thanks to Yuri Kozlov (closes: #564171)
3377
3378 -- Michael Vogt <mvo@debian.org> Sat, 09 Jan 2010 21:52:36 +0100
3379
3380 apt (0.7.25ubuntu4) lucid; urgency=low
3381
3382 * cmdline/apt-cdrom.cc:
3383 - make Acquire::cdrom::AutoDetect default, this can be
3384 turned off with "--no-auto-detect"
3385 * methods/http.cc:
3386 - add cache-control headers even if no cache is given to allow
3387 adding options for intercepting proxies
3388
3389 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 02 Feb 2010 16:58:59 -0800
3390
3391 apt (0.7.25ubuntu3) lucid; urgency=low
3392
3393 * cmdline/apt-get.cc:
3394 - don't mark as manually if in download only (Closes: #468180)
3395
3396 -- Michael Vogt <mvo@debian.org> Mon, 01 Feb 2010 18:41:15 +0100
3397
3398 apt (0.7.25ubuntu2) lucid; urgency=low
3399
3400 * Change history branch so that it does not break the
3401 apt ABI for the pkgPackageManager interface
3402 (can be reverted on the next ABI break)
3403
3404 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 23 Dec 2009 10:14:16 +0100
3405
3406 apt (0.7.25ubuntu1) lucid; urgency=low
3407
3408 * Merged from the mvo branch
3409 * merged from the lp:~mvo/apt/history branch
3410
3411 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 22 Dec 2009 09:44:08 +0100
3412
3413 apt (0.7.25) unstable; urgency=low
3414
3415 [ Christian Perrier ]
3416 * Fix apt-ftparchive(1) wrt description of the "-o" option.
3417 Thanks to Dann Frazier for the patch. Closes: #273100
3418 * po/LINGUAS. Re-disable Hebrew. Closes: #534992
3419 * po/LINGUAS. Enable Asturian and Lithuanian
3420 * Fix typo in apt-cache.8.xml: nessasarily
3421 * Fix "with with" in apt-get.8.xml
3422 * Fix some of the typos mentioned by the german team
3423 Closes: #479997
3424 * Polish translation update by Wiktor Wandachowicz
3425 Closes: #548571
3426 * German translation update by Holger Wansing
3427 Closes: #551534
3428 * Italian translation update by Milo Casagrande
3429 Closes: #555797
3430 * Simplified Chinese translation update by Aron Xu
3431 Closes: #558737
3432 * Slovak translation update by Ivan Masár
3433 Closes: #559277
3434
3435 [ Michael Vogt ]
3436 * apt-pkg/packagemanager.cc:
3437 - add output about pre-depends configuring when debug::pkgPackageManager
3438 is used
3439 * methods/https.cc:
3440 - fix incorrect use of CURLOPT_TIMEOUT, closes: #497983, LP: #354972
3441 thanks to Brian Thomason for the patch
3442 * merge lp:~mvo/apt/netrc branch, this adds support for a
3443 /etc/apt/auth.conf that can be used to store username/passwords
3444 in a "netrc" style file (with the extension that it supports "/"
3445 in a machine definition). Based on the maemo git branch (Closes: #518473)
3446 (thanks also to Jussi Hakala and Julian Andres Klode)
3447 * apt-pkg/deb/dpkgpm.cc:
3448 - add "purge" to list of known actions
3449 * apt-pkg/init.h:
3450 - add compatibility with old ABI name until the next ABI break
3451 * merge segfault fix from Mario Sanchez Prada, many thanks
3452 (closes: #561109)
3453
3454 [ Brian Murray ]
3455 * apt-pkg/depcache.cc, apt-pkg/indexcopy.cc:
3456 - typo fix (LP: #462328)
3457
3458 [ Loïc Minier ]
3459 * cmdline/apt-key:
3460 - Emit a warning if removed keys keyring is missing and skip associated
3461 checks (LP: #218971)
3462
3463 [ David Kalnischkies ]
3464 * apt-pkg/packagemanager.cc:
3465 - better debug output for ImmediateAdd with depth and why
3466 - improve the message shown for failing immediate configuration
3467 * doc/guide.it.sgml: moved to doc/it/guide.it.sgml
3468 * doc/po4a.conf: activate translation of guide.sgml and offline.sgml
3469 * doc/apt.conf.5.xml:
3470 - provide a few more details about APT::Immediate-Configure
3471 - briefly document the behaviour of the new https options
3472 * doc/sources.list.5.xml:
3473 - add note about additional apt-transport-methods
3474 * doc/apt-mark.8.xml:
3475 - correct showauto synopsis, thanks Andrew Schulman (Closes: #551440)
3476 * cmdline/apt-get.cc:
3477 - source should display his final pkg pick (Closes: #249383, #550952)
3478 - source doesn't need the complete version for match (Closes: #245250)
3479 - source ignores versions/releases if not available (Closes: #377424)
3480 - only warn if (free) space overflows (Closes: #522238)
3481 - add --debian-only as alias for --diff-only
3482 * methods/connect.cc:
3483 - display also strerror of "wicked" getaddrinfo errors
3484 - add AI_ADDRCONFIG to ai_flags as suggested by Aurelien Jarno
3485 in response to Bernhard R. Link, thanks! (Closes: #505020)
3486 * buildlib/configure.mak, buildlib/config.{sub,guess}:
3487 - remove (outdated) config.{sub,guess} and use the ones provided
3488 by the new added build-dependency autotools-dev instead
3489 * configure.in, buildlib/{xml,yodl,sgml}_manpage.mak:
3490 - remove the now obsolete manpage buildsystems
3491 * doc/{pl,pt_BR,es,it}/*.{sgml,xml}:
3492 - convert all remaining translation to the po4a system
3493 * debian/control:
3494 - drop build-dependency on docbook-utils and xmlto
3495 - add build-dependency on autotools-dev
3496 - bump policy to 3.8.3 as we have no outdated manpages anymore
3497 * debian/NEWS:
3498 - fix a typo in 0.7.24: Allready -> Already (Closes: #557674)
3499 * ftparchive/writer.{cc,h}:
3500 - add APT::FTPArchive::LongDescription to be able to disable them
3501 * apt-pkg/deb/debsrcrecords.cc:
3502 - use "diff" filetype for .debian.tar.* files (Closes: #554898)
3503 * methods/rred.cc:
3504 - rewrite to be able to handle even big patch files
3505 - adopt optional mmap+iovec patch from Morten Hustveit
3506 (Closes: #463354) which should speed up a bit. Thanks!
3507 * methods/http{,s}.cc
3508 - add config setting for User-Agent to the Acquire group,
3509 thanks Timothy J. Miller! (Closes: #355782)
3510 - add https options which default to http ones (Closes: #557085)
3511 * debian/apt.cron.daily:
3512 - check cache size even if we do nothing else otherwise, thanks
3513 Francesco Poli for patch(s) and patience! (Closes: #459344)
3514 * ftparchive/*:
3515 - fix a few typos in strings, comments and manpage,
3516 thanks Karl Goetz! (Closes: #558757)
3517
3518 [ Carl Chenet ]
3519 * cmdline/apt-mark:
3520 - print an error if a new state file can't be created
3521 (Closes: #521289) and
3522 - exit nicely if python-apt is not installed (Closes: #521284)
3523
3524 [ Chris Leick ]
3525 * doc/de: German translation of manpages (Closes: #552606)
3526 * doc/ various manpages:
3527 - correct various errors, typos and oddities (Closes: #552535)
3528 * doc/apt-secure.8.xml:
3529 - replace literal with emphasis tags in Archive configuration
3530 * doc/apt-ftparchive.1.xml:
3531 - remove informalexample tag which hides the programlisting
3532 * doc/apt-get.8.xml:
3533 - change equivalent "for" to "to the" (purge command)
3534 - clarify --fix-broken sentence about specifying packages
3535
3536 [ Eugene V. Lyubimkin ]
3537 * apt-pkg/contib/strutl.h
3538 - Avoid extra inner copy in APT_MKSTRCMP and APT_MKSTRCMP2.
3539 * build infrastructure:
3540 - Bumped libapt version, excluded eglibc from SONAME. (Closes: #448249)
3541
3542 [ Julian Andres Klode ]
3543 * doc/apt.conf.5.xml:
3544 - Deprecate unquoted values, string concatenation and explain what should
3545 not be written inside a value (quotes,backslash).
3546 - Restrict option names to alphanumerical characters and "/-:._+".
3547 - Deprecate #include, we have apt.conf.d nowadays which should be
3548 sufficient.
3549 * ftparchive/apt-ftparchive.cc:
3550 - Call setlocale() so translations are actually used.
3551 * debian/apt.conf.autoremove:
3552 - Add kfreebsd-image-* to the list (Closes: #558803)
3553
3554 -- Michael Vogt <mvo@debian.org> Tue, 15 Dec 2009 09:21:55 +0100
3555
3556 apt (0.7.24ubuntu1) lucid; urgency=low
3557
3558 [ Michael Vogt ]
3559 * apt-pkg/deb/dpkgpm.cc:
3560 - include df -l output in the apport log as well (thanks to
3561 tjaalton)
3562 * apt-pkg/packagemanager.cc:
3563 - add output about pre-depends configuring when debug::pkgPackageManager
3564 is used
3565 * methods/https.cc:
3566 - fix incorrect use of CURLOPT_TIMEOUT, closes: #497983, LP: #354972
3567 thanks to Brian Thomason for the patch
3568 * merge lp:~mvo/apt/netrc branch, this adds support for a
3569 /etc/apt/auth.conf that can be used to store username/passwords
3570 in a "netrc" style file (with the extension that it supports "/"
3571 in a machine definition). Based on the maemo git branch.
3572
3573 [ Brian Murray ]
3574 * apt-pkg/depcache.cc, apt-pkg/indexcopy.cc:
3575 - typo fix (LP: #462328)
3576
3577 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 14 Dec 2009 09:27:26 +0100
3578
3579 apt (0.7.24) unstable; urgency=low
3580
3581 [ Nicolas François ]
3582 * Cleaned up the first patch draft from KURASAWA Nozomu to finally
3583 get po4a support for translating the man pages.
3584 Many thanks to both for this excellent work! (Closes: #441608)
3585 * doc/ja/*, doc/po/ja.po:
3586 - remove the old ja man page translation and replace it with
3587 the new po4a-powered translation by KURASAWA Nozomu.
3588 * doc/*.?.xml (manpages):
3589 - add contrib to author tags and also add refmiscinfo to fix warnings
3590 * doc/style.txt, buildlib/defaults.mak, buildlib/manpage.mak:
3591 - fix a few typos in the comments of this files
3592
3593 [ Michael Vogt ]
3594 * apt-pkg/deb/dpkgpm.cc:
3595 - when tcgetattr() returns non-zero skip all pty magic
3596 (thanks to Simon Richter, closes: #509866)
3597 * apt-inst/contrib/arfile.cc:
3598 - show propper error message for Invalid archive members
3599
3600 [ David Kalnischkies ]
3601 * doc/Doxyfile.in:
3602 - update file with doxygen 1.6.1 (current unstable)
3603 - activate DOT_MULTI_TARGETS, it is default on since doxygen 1.5.9
3604 * buildlib/po4a_manpage.mak, doc/makefile, configure:
3605 - simplify the makefiles needed for po4a manpages
3606 * apt-pkg/contrib/configuration.cc:
3607 - add a helper to easily get a vector of strings from the config
3608 * apt-pkg/contrib/strutl.cc:
3609 - replace unknown multibytes with ? in UTF8ToCharset (Closes: #545208)
3610 * doc/apt-get.8.xml:
3611 - fix two little typos in the --simulate description. (Closes: #545059)
3612 * apt-pkg/aptconfiguration.cc, doc/apt.conf.5.xml:
3613 - add an order subgroup to the compression types to simplify reordering
3614 a bit and improve the documentation for this option group.
3615 * doc/apt.conf.5.xml:
3616 - document the Acquire::http::Dl-Limit option
3617 - try to be crystal clear about the usage of :: and {} (Closes: #503481)
3618 * doc/apt-cache.8.xml:
3619 - clarify the note for the pkgnames command (Closes: #547599)
3620 * doc/apt.ent, all man pages:
3621 - move the description of files to globally usable entities
3622 * doc/apt_preferences.5.xml:
3623 - document the new preferences.d folder (Closes: #544017)
3624 * methods/rred.cc:
3625 - add at the top without failing (by Bernhard R. Link, Closes: #545694)
3626 * buildlib/sizetable:
3627 - add amd64 for cross building (by Mikhail Gusarov, Closes: #513058)
3628 * debian/prerm:
3629 - remove file as nobody will upgrade from 0.4.10 anymore
3630 * debian/control:
3631 - remove gnome-apt suggestion as it was removed from debian
3632 * apt-pkg/deb/dpkgpm.cc, apt-pkg/packagemanager.cc, apt-pkg/orderlist.cc:
3633 - add and document _experimental_ options to make (aggressive)
3634 use of dpkg's trigger and configuration handling (Closes: #473461)
3635 * cmdline/apt-get.cc:
3636 - ignore versions that are not candidates when selecting a package
3637 instead of a virtual one (by Marius Vollmer, Closes: #547788)
3638
3639 [ Christian Perrier ]
3640 * doc/fr/*, doc/po/fr.po:
3641 - remove the old fr man page translation and replace it with
3642 the new po4a-powered translation
3643 * doc/de: dropped (translation is too incomplete to be useful in
3644 the transition to the po4a-powered translations)
3645
3646 -- Michael Vogt <mvo@debian.org> Fri, 25 Sep 2009 19:57:25 +0200
3647
3648 apt (0.7.23.1ubuntu2) karmic; urgency=low
3649
3650 [ Michael Vogt ]
3651 * debian/control:
3652 - fix Vcr-Bzr header
3653
3654 [ Kees Cook ]
3655 * debian/apt.cron.daily:
3656 - fix quotes for use with "eval", thanks to Lars Ljung (LP: #449535).
3657
3658 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 15 Oct 2009 19:05:19 +0200
3659
3660 apt (0.7.23.1ubuntu1) karmic; urgency=low
3661
3662 [ Matt Zimmerman ]
3663 * apt-pkg/deb/dpkgpm.cc:
3664 - Suppress apport reports on dpkg short reads (these I/O errors are not
3665 generally indicative of a bug in the packaging)
3666
3667 [ Loïc Minier ]
3668 * cmdline/apt-key:
3669 - Emit a warning if removed keys keyring is missing and skip associated
3670 checks (LP: #218971)
3671
3672 [ Brian Murray ]
3673 * cmdline/apt-get.cc:
3674 - typo fix (LP: #370094)
3675
3676 [ Michael Vogt ]
3677 * apt-pkg/deb/dpkgpm.cc:
3678 - when tcgetattr() returns non-zero skip all pty magic
3679 (thanks to Simon Richter, closes: #509866)
3680 * apt-inst/contrib/arfile.cc:
3681 - show propper error message for Invalid archive members
3682 * apt-pkg/acquire-worker.cc:
3683 - show error details of failed methods
3684 * apt-pkg/contrib/fileutl.cc:
3685 - if a process aborts with signal, show signal number
3686 * methods/http.cc:
3687 - ignore SIGPIPE, we deal with EPIPE from write in
3688 HttpMethod::ServerDie() (LP: #385144)
3689 * debian/apt.cron.daily:
3690 - if the timestamp is too far in the future, delete it
3691 (LP: #135262)
3692
3693 [ Merge ]
3694 * merged from debian, reverted the libdlopen-udev branch
3695 because its too late in the release process for this now
3696 * not merged the proxy behaviour change from 0.7.23 (that will
3697 be part of lucid)
3698
3699 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 23 Sep 2009 18:15:10 +0200
3700
3701 apt (0.7.23.1) unstable; urgency=low
3702
3703 [ Michael Vogt ]
3704 * apt-pkg/pkgcache.cc:
3705 - do not set internel "needs-configure" state for packages in
3706 triggers-pending state. dpkg will deal with the trigger and
3707 it if does it before we trigger it, dpkg will error out
3708 (LP: #414631)
3709 * apt-pkg/acquire-item.cc:
3710 - do not segfault on invalid items (closes: #544080)
3711
3712 -- Michael Vogt <mvo@debian.org> Fri, 28 Aug 2009 21:53:20 +0200
3713
3714 apt (0.7.23) unstable; urgency=low
3715
3716 [ Eugene V. Lyubimkin ]
3717 * methods/{http,https,ftp}, doc/apt.conf.5.xml:
3718 - Changed and unified the code that determines which proxy to use. Now
3719 'Acquire::{http,ftp}::Proxy[::<host>]' options have the highest priority,
3720 and '{http,ftp}_proxy' environment variables are used only if options
3721 mentioned above are not specified.
3722 (Closes: #445985, #157759, #320184, #365880, #479617)
3723
3724 [ David Kalnischkies ]
3725 * cmdline/apt-get.cc:
3726 - add APT::Get::HideAutoRemove=small to display only a short line
3727 instead of the full package list. (Closes: #537450)
3728 - ShowBroken() in build-dep (by Mike O'Connor, Closes: #145916)
3729 - check for statfs.f_type (by Robert Millan, Closes: #509313)
3730 - correct the order of picked package binary vs source in source
3731 - use SourceVersion instead of the BinaryVersion to get the source
3732 Patch by Matt Kraai, thanks! (Closes: #382826)
3733 - add pkg/archive and codename in source (Closes: #414105, #441178)
3734 * apt-pkg/contrib/strutl.cc:
3735 - enable thousand separator according to the current locale
3736 (by Luca Bruno, Closes: #223712)
3737 * doc/apt.conf.5.xml:
3738 - mention the apt.conf.d dir (by Vincent McIntyre, Closes: #520831)
3739 * apt-inst/contrib/arfile.cc:
3740 - use sizeof instead strlen (by Marius Vollmer, Closes: #504325)
3741 * doc/apt-mark.8.xml:
3742 - improve manpage based on patch by Carl Chenet (Closes: #510286)
3743 * apt-pkg/acquire-item.cc:
3744 - use configsettings for dynamic compression type use and order.
3745 Based on a patch by Jyrki Muukkonen, thanks! (LP: #71746)
3746 * apt-pkg/aptconfiguration.cc:
3747 - add default configuration for compression types and add lzma
3748 support. Order is now bzip2, lzma, gzip, none (Closes: #510526)
3749 * ftparchive/writer.cc:
3750 - add lzma support also here, patch for this (and inspiration for
3751 the one above) by Robert Millan, thanks!
3752 * apt-pkg/depcache.cc:
3753 - restore the --ignore-hold effect in the Is{Delete,Install}Ok hooks
3754 * doc/apt-get.8.xml:
3755 - update the source description to reflect what it actually does
3756 and how it can be used. (Closes: #413021)
3757 * methods/http.cc:
3758 - allow empty Reason-Phase in Status-Line to please squid,
3759 thanks Modestas Vainius for noticing! (Closes: #531157, LP: #411435)
3760
3761 [ George Danchev ]
3762 * cmdline/apt-cache.cc:
3763 - fix a memory leak in the xvcg method (Closes: #511557)
3764 * apt-pkg/indexcopy.cc:
3765 - fix a memory leak then the Release file not exists (Closes: #511556)
3766
3767 -- Michael Vogt <mvo@debian.org> Thu, 27 Aug 2009 14:44:39 +0200
3768
3769 apt (0.7.22.2) unstable; urgency=low
3770
3771 * debian/apt.cron.daily:
3772 - Make sure that VERBOSE is always set (Closes: #539366)
3773 - Script can be disabled by APT::Periodic::Enable=0 (Closes: #485476)
3774 - Support using debdelta to download packages (Closes: #532079)
3775
3776 -- Julian Andres Klode <jak@debian.org> Thu, 06 Aug 2009 12:17:19 +0200
3777
3778 apt (0.7.22.1) unstable; urgency=low
3779
3780 [ Michael Vogt ]
3781 * cmdline/apt-get.cc:
3782 - honor APT::Get::Only-Source properly in FindSrc() (thanks to
3783 Martin Pitt for reporting the problem), also Closes: #535362.
3784
3785 [ Julian Andres Klode ]
3786 * apt-pkg/contrib/mmap.cc:
3787 - Fix FTBFS on GNU/kFreeBSD by disabling DynamicMMap::Grow() on
3788 non-Linux architectures as it uses mremap (Closes: #539742).
3789 * apt-pkg/sourcelist.cc:
3790 - Only warn about missing sources.list if there is no sources.list.d
3791 and vice versa as only one of them is needed (Closes: #539731).
3792 * debian/control:
3793 - Add myself to Uploaders.
3794 - Increase Standards-Version to 3.8.2.0.
3795
3796 -- Julian Andres Klode <jak@debian.org> Mon, 03 Aug 2009 12:48:31 +0200
3797
3798 apt (0.7.22) unstable; urgency=low
3799
3800 [ Christian Perrier ]
3801 * Documentation translations:
3802 - Fix a typo in apt-get(8) French translation. Closes: #525043
3803 Thanks to Guillaume Delacour for spotting it.
3804 - Updated apt.conf(5) manpgae French translation.
3805 Thanks to Aurélien Couderc.
3806 * Translations:
3807 - fr.po
3808 - sk.po. Closes: #525857
3809 - ru.po. Closes: #526816
3810 - eu.po. Closes: #528985
3811 - zh_CN.po. Closes: #531390
3812 - fr.po
3813 - it.po. Closes: #531758
3814 - ca.po. Closes: #531921
3815 - de.po. Closes: #536430
3816 * Added translations
3817 - ast.po (Asturian by Marcos Alvareez Costales).
3818 Closes: #529007, #529730, #535328
3819
3820 [ David Kalnischkies ]
3821 * [ABI break] support '#' in apt.conf and /etc/apt/preferences
3822 (closes: #189866)
3823 * [ABI break] Allow pinning by codename (closes: #97564)
3824 * support running "--simulate" as user
3825 * add depth information to the debug output and show what depends
3826 type triggers a autoinst (closes: #458389)
3827 * add Debug::pkgDepCache::Marker with more detailed debug output
3828 (closes: #87520)
3829 * add Debug::pkgProblemResolver::ShowScores and make the scores
3830 adjustable
3831 * do not write state file in simulate mode (closes: #433007)
3832 * add hook for MarkInstall and MarkDelete (closes: #470035)
3833 * fix typo in apt-pkg/acquire.cc which prevents Dl-Limit to work
3834 correctly when downloading from multiple sites (Closes: #534752)
3835 * add the various foldmarkers in apt-pkg & cmdline (no code change)
3836 * versions with a pin of -1 shouldn't be a candidate (Closes: #355237)
3837 * prefer mmap as memory allocator in MMap instead of a static char
3838 array which can (at least in theory) grow dynamic
3839 * eliminate (hopefully all) segfaults in pkgcachegen.cc and mmap.cc
3840 which can arise if cache doesn't fit into the mmap (Closes: #535218)
3841 * display warnings instead of errors if the parts dirs doesn't exist
3842
3843 [ Michael Vogt ]
3844 * honor the dpkg hold state in new Marker hooks (closes: #64141)
3845 * debian/apt.cron.daily:
3846 - if the timestamp is too far in the future, delete it
3847 * apt-pkg/acquire.cc:
3848 - make the max pipeline depth of the acquire queue configurable
3849 via Acquire::Max-Pipeline-Depth
3850 * apt-pkg/deb/dpkgpm.cc:
3851 - add Dpkg::UseIoNice boolean option to run dpkg with ionice -c3
3852 (off by default)
3853 - send "dpkg-exec" message on the status fd when dpkg is run
3854 - provide DPkg::Chroot-Directory config option (useful for testing)
3855 - fix potential hang when in a background process group
3856 * apt-pkg/algorithms.cc:
3857 - consider recommends when making the scores for the problem
3858 resolver
3859 * apt-pkg/acquire-worker.cc:
3860 - show error details of failed methods
3861 * apt-pkg/contrib/fileutl.cc:
3862 - if a process aborts with signal, show signal number
3863 * methods/http.cc:
3864 - ignore SIGPIPE, we deal with EPIPE from write in
3865 HttpMethod::ServerDie() (LP: #385144)
3866 * Only run Download-Upgradable and Unattended-Upgrades if the initial
3867 update was successful Closes: #341970
3868 * apt-pkg/indexcopy.cc:
3869 - support having CDs with no Packages file (just a Packages.gz)
3870 by not forcing a verification on non-existing files
3871 (LP: #255545)
3872 - remove the gettext from a string that consists entirely
3873 of variables (LP: #56792)
3874 * apt-pkg/cacheiterators.h:
3875 - add missing checks for Owner == 0 in end()
3876 * apt-pkg/indexrecords.cc:
3877 - fix some i18n issues
3878 * apt-pkg/contrib/strutl.h:
3879 - add new strprintf() function to make i18n strings easier
3880 - fix compiler warning
3881 * apt-pkg/deb/debsystem.cc:
3882 - make strings i18n able
3883 * fix problematic use of tolower() when calculating the version
3884 hash by using locale independent tolower_ascii() function.
3885 Thanks to M. Vefa Bicakci (LP: #80248)
3886 * build fixes for g++-4.4
3887 * cmdline/apt-mark:
3888 - add "showauto" option to show automatically installed packages
3889 * document --install-recommends and --no-install-recommends
3890 (thanks to Dereck Wonnacott, LP: #126180)
3891 * doc/apt.conf.5.xml:
3892 - merged patch from Aurélien Couderc to improve the text
3893 (thanks!)
3894 * [ABI] merged the libudev-dlopen branch, this allows to pass
3895 "apt-udev-auto" to Acquire::Cdrom::mount and the cdrom method will
3896 dynamically find/mount the cdrom device (if libhal is available)
3897
3898 [ Julian Andres Klode ]
3899 * apt-pkg/contrib/configuration.cc: Fix a small memory leak in
3900 ReadConfigFile.
3901 * Introduce support for the Enhances field. (Closes: #137583)
3902 * Support /etc/apt/preferences.d, by adding ReadPinDir() (Closes: #535512)
3903 * configure-index: document Dir::Etc::SourceParts and some other options
3904 (Closes: #459605)
3905 * Remove Eugene V. Lyubimkin from uploaders as requested.
3906 * apt-pkg/contrib/hashes.cc, apt-pkg/contrib/md5.cc:
3907 - Support reading until EOF if Size=0 to match behaviour of
3908 SHA1Summation and SHA256Summation
3909
3910 [ Osamu Aoki ]
3911 * Updated cron script to support backups by hardlinks and
3912 verbose levels. All features turned off by default.
3913 * Added more error handlings. Closes: #438803, #462734, #454989
3914 * Documented all cron script related configuration items in
3915 configure-index.
3916
3917 [ Dereck Wonnacott ]
3918 * apt-ftparchive might write corrupt Release files (LP: #46439)
3919 * Apply --important option to apt-cache depends (LP: #16947)
3920
3921 [ Otavio Salvador ]
3922 * Apply patch from Sami Liedes <sliedes@cc.hut.fi> to reduce the
3923 number of times we call progress bar updating and debugging
3924 configuration settings.
3925 * Apply patch from Sami Liedes <sliedes@cc.hut.fi> to avoid unecessary
3926 temporary allocations.
3927
3928 -- Michael Vogt <mvo@debian.org> Wed, 29 Jul 2009 19:16:22 +0200
3929
3930 apt (0.7.21ubuntu1) karmic; urgency=low
3931
3932 * merged from the debian-sid bzr branch
3933
3934 [ Christian Perrier ]
3935 * Documentation translations:
3936 - Fix a typo in apt-get(8) French translation. Closes: #525043
3937 Thanks to Guillaume Delacour for spotting it.
3938 * Translations:
3939 - fr.po
3940 - sk.po. Closes: #525857
3941 - ru.po. Closes: #526816
3942 - eu.po. Closes: #528985
3943 - zh_CN.po. Closes: #531390
3944 - fr.po
3945 - it.po. Closes: #531758
3946 - ca.po. Closes: #531921
3947 * Added translations
3948 - ast.po (Asturian by Marcos Alvareez Costales).
3949 Closes: #529007, #529730
3950
3951 [ Michael Vogt ]
3952 * apt-pkg/acquire.cc:
3953 - make the (internal) max pipeline depth of the acquire queue
3954 configurable via Acquire::Max-Pipeline-Depth
3955
3956 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 09 Jun 2009 15:49:07 +0200
3957
3958 apt (0.7.21) unstable; urgency=low
3959
3960 [ Christian Perrier ]
3961 * Translations:
3962 - bg.po. Closes: #513211
3963 - zh_TW.po. Closes: #513311
3964 - nb.po. Closes: #513843
3965 - fr.po. Closes: #520430
3966 - sv.po. Closes: #518070
3967 - sk.po. Closes: #520403
3968 - it.po. Closes: #522222
3969 - sk.po. Closes: #520403
3970
3971 [ Jamie Strandboge ]
3972 * apt.cron.daily: catch invalid dates due to DST time changes
3973 in the stamp files
3974
3975 [ Michael Vogt ]
3976 * methods/gpgv.cc:
3977 - properly check for expired and revoked keys (closes: #433091)
3978 * apt-pkg/contrib/strutl.cc:
3979 - fix TimeToStr i18n (LP: #289807)
3980 * [ABI break] merge support for http redirects, thanks to
3981 Jeff Licquia and Anthony Towns
3982 * [ABI break] use int for the package IDs (thanks to Steve Cotton)
3983 * apt-pkg/pkgcache.cc:
3984 - do not run "dpkg --configure pkg" if pkg is in trigger-awaited
3985 state (LP: #322955)
3986 * methods/https.cc:
3987 - add Acquire::https::AllowRedirect support
3988 * Clarify the --help for 'purge' (LP: #243948)
3989 * cmdline/apt-get.cc
3990 - fix "apt-get source pkg" if there is a binary package and
3991 a source package of the same name but from different
3992 packages (LP: #330103)
3993
3994 [ Colin Watson ]
3995 * cmdline/acqprogress.cc:
3996 - Call pkgAcquireStatus::Pulse even if quiet, so that we still get
3997 dlstatus messages on the status-fd (LP: #290234).
3998
3999 -- Michael Vogt <mvo@debian.org> Tue, 14 Apr 2009 14:12:51 +0200
4000
4001 apt (0.7.20.2ubuntu7) karmic; urgency=low
4002
4003 * fix problematic use of tolower() when calculating the version
4004 hash by using locale independant tolower_ascii() function.
4005 Thanks to M. Vefa Bicakci (LP: #80248)
4006 * build fixes for g++-4.4
4007 * include dmesg output in apport package failures
4008 * include apt ordering into apport package failures
4009
4010 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 24 Apr 2009 10:14:01 +0200
4011
4012 apt (0.7.20.2ubuntu6) jaunty; urgency=low
4013
4014 [ Jamie Strandboge ]
4015 * apt.cron.daily: catch invalid dates due to DST time changes
4016 in the stamp files (LP: #354793)
4017
4018 [ Michael Vogt ]
4019 * methods/gpgv.cc:
4020 - properly check for expired and revoked keys (closes: #433091)
4021 LP: #356012
4022
4023 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 08 Apr 2009 22:39:50 +0200
4024
4025 apt (0.7.20.2ubuntu5) jaunty; urgency=low
4026
4027 [ Colin Watson ]
4028 * cmdline/acqprogress.cc:
4029 - Call pkgAcquireStatus::Pulse even if quiet, so that we still get
4030 dlstatus messages on the status-fd (LP: #290234).
4031
4032 [ Michael Vogt ]
4033 * debian/apt.cron.daily:
4034 - do not clutter cron mail with bogus gconftool messages
4035 (LP: #223502)
4036 - merge fix for cache locking from debian (closes: #459344)
4037 - run update-apt-xapian-index (with ionice) to ensure that
4038 the index is up-to-date when synaptic is run (LP: #288797)
4039
4040 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 30 Mar 2009 13:22:28 +0200
4041
4042 apt (0.7.20.2ubuntu4) jaunty; urgency=low
4043
4044 * ftparchive/cachedb.cc:
4045 - when apt-ftparchive clean is used, compact the database
4046 at the end (thanks to cprov)
4047
4048 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 26 Mar 2009 13:43:59 +0100
4049
4050 apt (0.7.20.2ubuntu3) jaunty; urgency=low
4051
4052 * methods/mirror.cc:
4053 - when download the mirror file and the server is down,
4054 return a propper error message (LP: #278635)
4055
4056 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 19 Mar 2009 15:42:15 +0100
4057
4058 apt (0.7.20.2ubuntu2) jaunty; urgency=low
4059
4060 * apt-pkg/deb/dpkgpm.cc:
4061 - revert termios patch (LP: #338514)
4062 * cmdline/apt-get.cc
4063 - fix "apt-get source pkg" if there is a binary package and
4064 a source package of the same name but from different
4065 packages (LP: #330103)
4066
4067 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 09 Mar 2009 16:33:28 +0100
4068
4069 apt (0.7.20.2ubuntu1) jaunty; urgency=low
4070
4071 [ Christian Perrier ]
4072 * Translations:
4073 - bg.po. Closes: #513211
4074 - zh_TW.po. Closes: #513311
4075 - nb.po. Closes: #513843
4076
4077 [ Michael Vogt ]
4078 * merged from the debian-sid branch
4079 * [ABI break] merge support for http redirects, thanks to
4080 Jeff Licquia and Anthony Towns
4081 * [ABI break] use int for the package IDs (thanks to Steve Cotton)
4082 * apt-pkg/contrib/strutl.cc:
4083 - fix TimeToStr i18n (LP: #289807)
4084 * debian/apt.conf.autoremove:
4085 - readd "linux-image" (and friends) to the auto-remove
4086 blacklist
4087 * fix some i18n issues (thanks to Gabor Kelemen)
4088 LP: #263089
4089 * apt-pkg/deb/dpkgpm.cc:
4090 - filter "ENOMEM" errors when creating apport reports
4091 * cmdline/apt-get.cc:
4092 - fix "apt-get source pkg=ver" if binary name != source name
4093 (LP: #202219)
4094 * apt-pkg/indexrecords.cc:
4095 - fix some i18n issues
4096 * apt-pkg/contrib/strutl.h:
4097 - add new strprintf() function to make i18n strings easier
4098 * apt-pkg/dev/debsystem.cc:
4099 - add missing apti18n.h header
4100 * cmdline/apt-get.cc:
4101 - default to "false" for the "APT::Get::Build-Dep-Automatic"
4102 option (follow debian here)
4103 * apt-pkg/pkgcache.cc:
4104 - do not run "dpkg --configure pkg" if pkg is in trigger-awaited
4105 state (LP: #322955)
4106 * methods/https.cc:
4107 - add Acquire::https::AllowRedirect support
4108 - do not unlink files in partial/ (thanks to robbiew)
4109
4110 [ Dereck Wonnacott ]
4111 * Clarify the --help for 'purge' (LP: #243948)
4112
4113 [ Ian Weisser ]
4114 * /apt-pkg/deb/debsystem.cc:
4115 - add 'sudo' to the error message to "run 'dpkg --configure -a'"
4116 (LP: #52697)
4117
4118 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 09 Feb 2009 14:21:05 +0100
4119
4120 apt (0.7.20.2) unstable; urgency=medium
4121
4122 [ Eugene V. Lyubimkin ]
4123 * Urgency set to medium due to RC bug fix.
4124 * doc/apt.ent, apt-get.8.xml:
4125 - Fix invalid XML entities. (Closes: #514402)
4126
4127 -- Eugene V. Lyubimkin <jackyf.devel@gmail.com> Sat, 07 Feb 2009 16:48:21 +0200
4128
4129 apt (0.7.20.1) unstable; urgency=low
4130
4131 [ Michael Vogt ]
4132 * apt-pkg/pkgcachegen.cc:
4133 - fix apt-cache search for localized description
4134 (closes: #512110)
4135
4136 [ Christian Perrier ]
4137 * Translations:
4138 - fr.po: fix spelling error to "défectueux". Thanks to Thomas Péteul.
4139
4140 -- Michael Vogt <mvo@debian.org> Tue, 20 Jan 2009 09:35:05 +0100
4141
4142 apt (0.7.20) unstable; urgency=low
4143
4144 [ Eugene V. Lyubimkin ]
4145 * debian/changelog:
4146 - Fixed place of 'merged install-recommends and install-task branches'
4147 from 0.6.46.1 to 0.7.0. (Closes: #439866)
4148 * buildlib/config.{sub,guess}:
4149 - Renewed. This fixes lintian errors.
4150 * doc/apt.conf.5.xml, debian/apt-transport-https:
4151 - Documented briefly 'Acquire::https' group of options. (Closes: #507398)
4152 - Applied patch from Daniel Burrows to document 'Debug' group of options.
4153 (Closes: #457265)
4154 - Mentioned 'APT::Periodic' and 'APT::Archives' groups of options.
4155 (Closes: #438559)
4156 - Mentioned '/* ... */' comments. (Closes: #507601)
4157 * doc/examples/sources.list:
4158 - Removed obsolete commented non-us deb-src entry, replaced it with
4159 'deb-src security.debian.org' one. (Closes: #411298)
4160 * apt-pkg/contrib/mmap.cc:
4161 - Added instruction how to work around MMap error in MMap error message.
4162 (Closes: #385674, 436028)
4163 * COPYING:
4164 - Actualized. Removed obsolete Qt section, added GPLv2 clause.
4165 (Closes: #440049, #509337)
4166
4167 [ Michael Vogt ]
4168 * add option to "apt-get build-dep" to mark the needed
4169 build-dep packages as automatic installed.
4170 This is controlled via the value of
4171 APT::Get::Build-Dep-Automatic and is set "false" by default.
4172 Thanks to Aaron Haviland, closes: #448743
4173 * apt-inst/contrib/arfile.cc:
4174 - support members ending with '/' as well (thanks to Michal Cihr,
4175 closes: #500988)
4176
4177 [ Christian Perrier ]
4178 * Translations:
4179 - Finnish updated. Closes: #508449
4180 - Galician updated. Closes: #509151
4181 - Catalan updated. Closes: #509375
4182 - Vietnamese updated. Closes: #509422
4183 - Traditional Chinese added. Closes: #510664
4184 - French corrected (remove awful use of first person)
4185
4186 -- Michael Vogt <mvo@debian.org> Mon, 05 Jan 2009 08:59:20 +0100
4187
4188 apt (0.7.19ubuntu1) jaunty; urgency=low
4189
4190 * merge from debian
4191
4192 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 24 Nov 2008 10:52:20 +0100
4193
4194 apt (0.7.19) unstable; urgency=low
4195
4196 [ Eugene V. Lyubimkin ]
4197 * doc/sources.list.5.xml:
4198 - Mentioned allowed characters in file names in /etc/apt/sources.list.d.
4199 Thanks to Matthias Urlichs. (Closes: #426913)
4200 * doc/apt-get.8.xml:
4201 - Explicitly say that 'dist-upgrade' command may remove packages.
4202 - Included '-v'/'--version' as a command to synopsis.
4203 * cmdline/apt-cache.cc:
4204 - Advanced built-in help. Patch by Andre Felipe Machado. (Closes: #286061)
4205 - Fixed typo 'GraphVis' -> 'GraphViz'. (Closes: #349038)
4206 - Removed asking to file a release-critical bug against a package if there
4207 is a request to install only one package and it is not installable.
4208 (Closes: #419521)
4209
4210 [ Michael Vogt ]
4211 - fix SIGHUP handling (closes: #463030)
4212
4213 [ Christian Perrier ]
4214 * Translations:
4215 - French updated
4216 - Bulgarian updated. Closes: #505476
4217 - Slovak updated. Closes: #505483
4218 - Swedish updated. Closes: #505491
4219 - Japanese updated. Closes: #505495
4220 - Korean updated. Closes: #505506
4221 - Catalan updated. Closes: #505513
4222 - British English updated. Closes: #505539
4223 - Italian updated. Closes: #505518, #505683
4224 - Polish updated. Closes: #505569
4225 - German updated. Closes: #505614
4226 - Spanish updated. Closes: #505757
4227 - Romanian updated. Closes: #505762
4228 - Simplified Chinese updated. Closes: #505727
4229 - Portuguese updated. Closes: #505902
4230 - Czech updated. Closes: #505909
4231 - Norwegian Bokmål updated. Closes: #505934
4232 - Brazilian Portuguese updated. Closes: #505949
4233 - Basque updated. Closes: #506085
4234 - Russian updated. Closes: #506452
4235 - Marathi updated.
4236 - Ukrainian updated. Closes: #506545
4237
4238 -- Michael Vogt <mvo@debian.org> Mon, 24 Nov 2008 10:33:54 +0100
4239
4240 apt (0.7.18) unstable; urgency=low
4241
4242 [ Christian Perrier ]
4243 * Translations:
4244 - French updated
4245 - Thai updated. Closes: #505067
4246
4247 [ Eugene V. Lyubimkin ]
4248 * doc/examples/configure-index:
4249 - Removed obsoleted header line. (Closes: #417638)
4250 - Changed 'linux-kernel' to 'linux-image'.
4251 * doc/sources.list.5.xml:
4252 - Fixed typo and grammar in 'sources.list.d' section. Thanks to
4253 Timothy G Abbott <tabbott@MIT.EDU>. (Closes: #478098)
4254 * doc/apt-get.8.xml:
4255 - Advanced descriptions for 'remove' and 'purge' options.
4256 (Closes: #274283)
4257 * debian/rules:
4258 - Target 'apt' need to depend on 'build-doc'. Thanks for Peter Green.
4259 Fixes FTBFS. (Closes: #504181)
4260
4261 [ Michael Vogt ]
4262 * fix depend on libdb4.4 (closes: #501253)
4263
4264 -- Michael Vogt <mvo@debian.org> Fri, 07 Nov 2008 22:13:39 +0100
4265
4266 apt (0.7.17) unstable; urgency=low
4267
4268 [ Eugene V. Lyubimkin ]
4269 * debian/control:
4270 - 'Vcs-Bzr' field is official, used it.
4271 - Bumped 'Standards-Version' to 3.8.0, no changes needed.
4272 - Actualized 'Uploaders' field.
4273 * doc/:
4274 - Substituded 'apt-archive' with 'apt-ftparchive' in docs.
4275 Patch based on work of Andre Felipe Machado. (Closes: #350865)
4276 - Mentioned '/<release>' and '=<version>' for 'apt-get install' and
4277 '=<version>' for 'apt-get source' in apt-get manpage. Patch based on
4278 work of Andre Felipe Machado. (Closes: #399673)
4279 - Mentioned more short options in the apt-get manpage. Documented 'xvcg'
4280 option in the apt-cache manpage. The part of patch by Andre Felipe
4281 Machado. (Closes: #176106, #355945)
4282 - Documented that 'apt-get install' command should be used for upgrading
4283 some of installed packages. Based on patch by Nori Heikkinen and
4284 Andre Felipe Machado. (Closes: #267087)
4285 - Mentioned 'apt_preferences(5)' in apt manpage. (Closes: #274295)
4286 - Documented 'APT::Default-Release' in apt.conf manpage. (Closes: #430399)
4287 - APT::Install-Recommends is now true by default, mentioned this in
4288 configure-index example. (Closes: #463268)
4289 - Added 'APT::Get::AllowUnauthenticated' to configure-index example.
4290 (Closes: #320225)
4291 - Documented '--no-install-recommends' option in apt-get manpage.
4292 (Closes: #462962)
4293 - Documented 'Acquire::PDiffs' in apt.conf manpage. (Closes: #376029)
4294 - Added 'copy', 'rsh', 'ssh' to the list of recognized URI schemes in
4295 sources.list manpage, as they are already described under in the manpage.
4296 - Removed notice that ssh/rsh access cannot use password authentication
4297 from sources.list manpage. Thanks to Steffen Joeris. (Closes: #434894)
4298 - Added '(x)' to some referrings to manpages in apt-get manpage. Patch by
4299 Andre Felipe Machado. (Closes: #309893)
4300 - Added 'dist-upgrade' apt-get synopsis in apt-get manpage.
4301 (Closes: #323866)
4302
4303 -- Michael Vogt <mvo@debian.org> Wed, 05 Nov 2008 13:14:56 +0100
4304
4305 apt (0.7.17~exp4) experimental; urgency=low
4306
4307 * debian/rules:
4308 - Fixed lintian warnings "debian/rules ignores make errors".
4309 * debian/control:
4310 - Substituted outdated "Source-Version" fields with "binary:Version".
4311 - Added 'python-apt' to Suggests, as apt-mark need it for work.
4312 - Drop Debian revision from 'doc-base' build dependency, this fixes
4313 appropriate lintian warning.
4314 * debian/libapt-pkg-doc.doc-base.*:
4315 - Changed section: from old 'Devel' to 'Debian'. This fixes appropriate
4316 lintian warnings.
4317 * debian/{postrm,prerm,preinst}:
4318 - Added 'set -e', fixes lintian warnings
4319 'maintainer-script-ignores-error'.
4320 * dselect/makefile:
4321 - Removed unneeded 'LOCAL' entry. This allows cleaning rule to run smoothly.
4322 * share/lintian-overrides:
4323 - Added with override of 'apt must depend on python'. Script 'apt-mark'
4324 needs apt-python for working and checks this on fly. We don't want
4325 python in most cases.
4326 * cmdline/apt-key:
4327 - Added 'unset GREP_OPTIONS' to the script. This prevents 'apt-key update'
4328 failure when GREP_OPTIONS contains options that modify grep output.
4329 (Closes: #428752)
4330
4331 -- Eugene V. Lyubimkin <jackyf.devel@gmail.com> Fri, 31 Oct 2008 23:45:17 +0300
4332
4333 apt (0.7.17~exp3) experimental; urgency=low
4334
4335 * apt-pkg/acquire-item.cc:
4336 - fix a merge mistake that prevents the fallback to the
4337 uncompressed 'Packages' to work correctly (closes: #409284)
4338
4339 -- Michael Vogt <mvo@debian.org> Wed, 29 Oct 2008 09:36:24 +0100
4340
4341 apt (0.7.17~exp2) experimental; urgency=low
4342
4343 [ Eugene V. Lyubimkin ]
4344 * apt-pkg/acquire-item.cc:
4345 - Added fallback to uncompressed 'Packages' if neither 'bz2' nor 'gz'
4346 available. (Closes: #409284)
4347 * apt-pkg/algorithm.cc:
4348 - Strip username and password from source URL in error message.
4349 (Closes: #425150)
4350
4351 [ Michael Vogt ]
4352 * fix various -Wall warnings
4353
4354 -- Michael Vogt <mvo@debian.org> Tue, 28 Oct 2008 18:06:38 +0100
4355
4356 apt (0.7.17~exp1) experimental; urgency=low
4357
4358 [ Luca Bruno ]
4359 * Fix typos:
4360 - apt-pkg/depcache.cc
4361 * Fix compilation warnings:
4362 - apt-pkg/acquire.cc
4363 - apt-pkg/versionmatch.cc
4364 * Compilation fixes and portability improvement for compiling APT against non-GNU libc
4365 (thanks to Martin Koeppe, closes: #392063):
4366 - buildlib/apti18n.h.in:
4367 + textdomain() and bindtextdomain() must not be visible when --disable-nls
4368 - buildlib/inttypes.h.in: undefine standard int*_t types
4369 - Append INTLLIBS to SLIBS:
4370 + cmdline/makefile
4371 + ftparchive/makefile
4372 + methods/makefile
4373 * doc/apt.conf.5.xml:
4374 - clarify whether configuration items of apt.conf are case-sensitive
4375 (thanks to Vincent McIntyre, closes: #345901)
4376
4377 -- Luca Bruno <lethalman88@gmail.com> Sat, 11 Oct 2008 09:17:46 +0200
4378
4379 apt (0.7.16) unstable; urgency=low
4380
4381 [ Luca Bruno ]
4382 * doc/apt-cache.8.xml:
4383 - search command uses POSIX regex, and searches for virtual packages too
4384 (closes: #277536)
4385 * doc/offline.sgml: clarify remote and target hosts
4386 (thanks to Nikolaus Schulz, closes: #175940)
4387 * Fix several typos in docs, translations and debian/changelog
4388 (thanks to timeless, Nicolas Bonifas and Josh Triplett,
4389 closes: #368665, #298821, #411532, #431636, #461458)
4390 * Document apt-key finger and adv commands
4391 (thanks to Stefan Schmidt, closes: #350575)
4392 * Better documentation for apt-get --option
4393 (thanks to Tomas Pospisek, closes: #386579)
4394 * Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: #471276)
4395 * Better documentation on using both APT::Default-Release and
4396 /etc/apt/preferences (thanks to Ingo Saitz, closes: #145575)
4397
4398 [ Michael Vogt ]
4399 * doc/apt-cache.8.xml:
4400 - add missing citerefentry
4401
4402 -- Michael Vogt <mvo@debian.org> Fri, 10 Oct 2008 23:44:50 +0200
4403
4404 apt (0.7.15) unstable; urgency=low
4405
4406 * Upload to unstable
4407
4408 -- Michael Vogt <mvo@debian.org> Sun, 05 Oct 2008 13:23:47 +0200
4409
4410 apt (0.7.15~exp3) experimental; urgency=low
4411
4412 [Daniel Burrows]
4413 * apt-pkg/deb/dpkgpm.cc:
4414 - Store the trigger state descriptions in a way that does not break
4415 the ABI. The approach taken makes the search for a string O(n) rather
4416 than O(lg(n)), but since n == 4, I do not consider this a major
4417 concern. If it becomes a concern, we can sort the static array and
4418 use std::equal_range(). (Closes: #499322)
4419
4420 [ Michael Vogt ]
4421 * apt-pkg/packagemanager.cc, apt-pkg/deb/dpkgpm.cc:
4422 - move the state file writting into the Go() implementation
4423 of dpkgpm (closes: #498799)
4424 * apt-pkg/algorithms.cc:
4425 - fix simulation performance drop (thanks to Ferenc Wagner
4426 for reporting the issue)
4427
4428 -- Michael Vogt <mvo@debian.org> Wed, 01 Oct 2008 18:09:49 +0200
4429
4430 apt (0.7.15~exp2) experimental; urgency=low
4431
4432 [ Michael Vogt ]
4433 * apt-pkg/pkgcachegen.cc:
4434 - do not add multiple identical descriptions for the same
4435 language (closes: #400768)
4436
4437 [ Program translations ]
4438 * Catalan updated. Closes: #499462
4439
4440 -- Michael Vogt <mvo@debian.org> Tue, 23 Sep 2008 07:29:59 +0200
4441
4442 apt (0.7.15~exp1) experimental; urgency=low
4443
4444 [ Christian Perrier ]
4445 * Fix typo in cron.daily script. Closes: #486179
4446
4447 [ Program translations ]
4448 * Traditional Chinese updated. Closes: #488526
4449 * German corrected and completed. Closes: #490532, #480002, #498018
4450 * French completed
4451 * Bulgarian updated. Closes: #492473
4452 * Slovak updated. Closes: #492475
4453 * Galician updated. Closes: #492794
4454 * Japanese updated. Closes: #492975
4455 * Fix missing space in Greek translation. Closes: #493922
4456 * Greek updated.
4457 * Brazilian Portuguese updated.
4458 * Basque updated. Closes: #496754
4459 * Romanian updated. Closes: #492773, #488361
4460 * Portuguese updated. Closes: #491790
4461 * Simplified Chinese updated. Closes: #489344
4462 * Norwegian Bokmål updated. Closes: #480022
4463 * Czech updated. Closes: #479628, #497277
4464 * Korean updated. Closes: #464515
4465 * Spanish updated. Closes: #457706
4466 * Lithuanian added. Closes: #493328
4467 * Swedish updated. Closes: #497496
4468 * Vietnamese updated. Closes: #497893
4469 * Portuguese updated. Closes: #498411
4470 * Greek updated. Closes: #498687
4471 * Polish updated.
4472
4473 [ Michael Vogt ]
4474 * merge patch that enforces stricter https server certificate
4475 checking (thanks to Arnaud Ebalard, closes: #485960)
4476 * allow per-mirror specific https settings
4477 (thanks to Arnaud Ebalard, closes: #485965)
4478 * add doc/examples/apt-https-method-example.cof
4479 (thanks to Arnaud Ebalard, closes: #485964)
4480 * apt-pkg/depcache.cc:
4481 - when checking for new important deps, skip critical ones
4482 (closes: #485943)
4483 * improve apt progress reporting, display trigger actions
4484 * add DPkg::NoTriggers option so that applications that call
4485 apt/aptitude (like the installer) defer trigger processing
4486 (thanks to Joey Hess)
4487 * doc/makefile:
4488 - add examples/apt-https-method-example.conf
4489
4490 -- Michael Vogt <mvo@debian.org> Tue, 16 Sep 2008 21:27:03 +0200
4491
4492 apt (0.7.14ubuntu7) jaunty; urgency=low
4493
4494 * cmdline/apt-cache.cc:
4495 - remove the gettext from a string that consists entirely
4496 of variables (LP: #56792)
4497 * apt-pkg/deb/dpkgpm.cc:
4498 - fix potential hang when in a backgroud process group
4499
4500 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 28 Oct 2008 21:09:12 +0100
4501
4502 apt (0.7.14ubuntu6) intrepid; urgency=low
4503
4504 * debian/apt.conf.autoremove:
4505 - remove "linux-image" (and friends) from the auto-remove
4506 blacklist. we have the kernel fallback infrastructure now
4507 in intrepid (thanks to BenC)
4508 * apt-pkg/indexcopy.cc:
4509 - support having CDs with no Packages file (just a Packages.gz)
4510 by not forcing a verification on non-existing files
4511 (LP: #255545)
4512 * apt-pkg/deb/dpkgpm.cc:
4513 - improve the filtering for duplicated apport reports (thanks
4514 to seb128 for pointing that problem out)
4515 - do not report disk full errors from dpkg via apport
4516
4517 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 07 Aug 2008 16:28:05 +0200
4518
4519 apt (0.7.14ubuntu5) intrepid; urgency=low
4520
4521 * fix various -Wall warnings
4522 * make "apt-get build-dep" installed packages marked automatic
4523 by default. This can be changed by setting the value of
4524 APT::Get::Build-Dep-Automatic to false (thanks to Aaron
4525 Haviland, closes: #44874, LP: #248268)
4526
4527 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 06 Aug 2008 14:00:51 +0200
4528
4529 apt (0.7.14ubuntu4) intrepid; urgency=low
4530
4531 [ Michael Vogt ]
4532 * apt-pkg/deb/dpkgpm.cc:
4533 - fix uninitialized variable that caused no apport reports
4534 to be written sometimes (thanks to Matt Zimmerman)
4535 * merge patch that enforces stricter https server certificate
4536 checking (thanks to Arnaud Ebalard, closes: #485960)
4537 * allow per-mirror specific https settings
4538 (thanks to Arnaud Ebalard, closes: #485965)
4539 * add doc/examples/apt-https-method-example.cof
4540 (thanks to Arnaud Ebalard, closes: #485964)
4541 * add DPkg::NoTriggers option so that applications that call
4542 apt/aptitude (like the installer) defer trigger processing
4543 (thanks to Joey Hess)
4544 * document --install-recommends and --no-install-recommends
4545 (thanks to Dereck Wonnacott, LP: #126180)
4546
4547 [ Dereck Wonnacott ]
4548 * apt-ftparchive might write corrupt Release files (LP: #46439)
4549 * Apply --important option to apt-cache depends (LP: #16947)
4550
4551 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 05 Aug 2008 10:10:49 +0200
4552
4553 apt (0.7.14ubuntu3) intrepid; urgency=low
4554
4555 [ Otavio Salvador ]
4556 * Apply patch to avoid truncating of arbitrary files. Thanks to Bryan
4557 Donlan <bdonlan@fushizen.net> for the patch. Closes: #482476
4558 * Avoid using dbus if dbus-daemon isn't running. Closes: #438803
4559
4560 [ Michael Vogt ]
4561 * apt-pkg/deb/dpkgpm.cc:
4562 - improve apt progress reporting, display trigger actions
4563 * apt-pkg/depcache.cc:
4564 - when checking for new important deps, skip critical ones
4565 (LP: #236360)
4566
4567 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 03 Jun 2008 17:27:07 +0200
4568
4569 apt (0.7.14ubuntu2) intrepid; urgency=low
4570
4571 * debian/control:
4572 - fix FTBFS by adding missing intltool dependency
4573
4574 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 09 May 2008 13:50:22 +0200
4575
4576 apt (0.7.14) unstable; urgency=low
4577
4578 [ Christian Perrier ]
4579 * Mark a message from dselect backend as translatable
4580 Thanks to Frédéric Bothamy for the patch
4581 Closes: #322470
4582
4583 [ Program translations ]
4584 * Simplified Chinese updated. Closes: #473360
4585 * Catalan fixes. Closes: #387141
4586 * Typo fix in Greek translation. Closes: #479122
4587 * French updated.
4588 * Thai updated. Closes: #479313
4589 * Italian updated. Closes: #479326
4590 * Polish updated. Closes: #479342
4591 * Bulgarian updated. Closes: #479379
4592 * Finnish updated. Closes: #479403
4593 * Korean updated. Closes: #479426
4594 * Basque updated. Closes: #479452
4595 * Vietnamese updated. Closes: #479748
4596 * Russian updated. Closes: #479777, #499029
4597 * Galician updated. Closes: #479792
4598 * Portuguese updated. Closes: #479847
4599 * Swedish updated. Closes: #479871
4600 * Dutch updated. Closes: #480125
4601 * Kurdish added. Closes: #480150
4602 * Brazilian Portuguese updated. Closes: #480561
4603 * Hungarian updated. Closes: #480662
4604
4605 [ Otavio Salvador ]
4606 * Apply patch to avoid truncating of arbitrary files. Thanks to Bryan
4607 Donlan <bdonlan@fushizen.net> for the patch. Closes: #482476
4608 * Avoid using dbus if dbus-daemon isn't running. Closes: #438803
4609
4610 [ Michael Vogt ]
4611 * debian/apt.cron.daily:
4612 - apply patch based on the ideas of Francesco Poli for better
4613 behavior when the cache can not be locked (closes: #459344)
4614
4615 -- Michael Vogt <mvo@debian.org> Wed, 28 May 2008 15:19:12 +0200
4616
4617 apt (0.7.13) unstable; urgency=low
4618
4619 [ Otavio Salvador ]
4620 * Add missing build-depends back from build-depends-indep field.
4621 Closes: #478231
4622 * Make cron script quiet if cache is locked. Thanks to Ted Percival
4623 <ted@midg3t.net> for the patch. Closes: #459344
4624 * Add timeout support for https. Thanks to Andrew Martens
4625 <andrew.martens@strangeloopnetworks.com> for the patch.
4626
4627 [ Goswin von Brederlow ]
4628 * Add support for --no-download on apt-get update. Closes: #478517
4629
4630 [ Program translations ]
4631 - Vietnamese updated. Closes: #479008
4632
4633 -- Otavio Salvador <otavio@debian.org> Fri, 02 May 2008 14:46:00 -0300
4634
4635 apt (0.7.12) unstable; urgency=low
4636
4637 [ Michael Vogt ]
4638 * cmdline/apt-key:
4639 - add support for a master-keyring that contains signing keys
4640 that can be used to sign the archive signing keys. This should
4641 make key-rollover easier.
4642 * apt-pkg/deb/dpkgpm.cc:
4643 - merged patch from Kees Cook to fix anoying upper-case display
4644 on amd64 in sbuild
4645 * apt-pkg/algorithms.cc:
4646 - add APT::Update::Post-Invoke-Success script slot
4647 - Make the breaks handling use the kill list. This means, that a
4648 Breaks: Pkg (<< version) may put Pkg onto the remove list.
4649 * apt-pkg/deb/debmetaindex.cc:
4650 - add missing "Release" file uri when apt-get update --print-uris
4651 is run
4652 * methods/connect.cc:
4653 - remember hosts with Resolve failures or connect Timeouts
4654 * cmdline/apt-get.cc:
4655 - fix incorrect help output for -f (LP: #57487)
4656 - do two passes when installing tasks, first ignoring dependencies,
4657 then resolving them and run the problemResolver at the end
4658 so that it can correct any missing dependencies
4659 * debian/apt.cron.daily:
4660 - sleep random amount of time (default within 0-30min) before
4661 starting the upate to hit the mirrors less hard
4662 * doc/apt_preferences.5.xml:
4663 - fix typo
4664 * added debian/README.source
4665
4666 [ Christian Perrier ]
4667 * Fix typos in manpages. Thanks to Daniel Leidert for the fixes
4668 Closes: #444922
4669 * Fix syntax/copitalisation in some messages. Thanks to Jens Seidel
4670 for pointing this and providing the patch.
4671 Closes: #466845
4672 * Fix Polish offline translation. Thanks to Robert Luberda for the patch
4673 and apologies for applying it very lately. Closes: #337758
4674 * Fix typo in offline.sgml. Closes: #412900
4675
4676 [ Program translations ]
4677 - German updated. Closes: #466842
4678 - Swedish updated.
4679 - Polish updated. Closes: #469581
4680 - Slovak updated. Closes: #471341
4681 - French updated.
4682 - Bulgarian updated. Closes: #448492
4683 - Galician updated. Closes: #476839
4684
4685 [ Daniel Burrows ]
4686 * apt-pkg/depcache.cc:
4687 - Patch MarkInstall to follow currently satisfied Recommends even
4688 if they aren't "new", so that we automatically force upgrades
4689 when the version of a Recommends has been tightened. (Closes: #470115)
4690 - Enable more complete debugging information when Debug::pkgAutoRemove
4691 is set.
4692 * apt-pkg/contrib/configuration.cc
4693 - Lift the 1024-byte limit on lines in configuration files.
4694 (Closes: #473710, #473874)
4695 * apt-pkg/contrib/strutl.cc:
4696 - Lift the 64000-byte limit on individual messages parsed by ReadMessages.
4697 (Closes: #474065)
4698 * debian/rules:
4699 - Add missing Build-Depends-Indep on xsltproc, docbook-xsl, and xmlto.
4700
4701 -- Daniel Burrows <dburrows@debian.org> Sat, 26 Apr 2008 12:24:35 -0700
4702
4703 apt (0.7.11) unstable; urgency=critical
4704
4705 [ Raise urgency to critical since it fixes a critical but for Debian
4706 Installer Lenny Beta1 release ]
4707
4708 [ Program translations ]
4709 - Vietnamese updated. Closes: #460825
4710 - Basque updated. Closes: #461166
4711 - Galician updated. Closes: #461468
4712 - Portuguese updated. Closes: #464575
4713 - Korean updated. Closes: #448430
4714 - Simplified Chinese updated. Closes: #465866
4715
4716 [ Otavio Salvador ]
4717 * Applied patch from Robert Millan <rmh@aybabtu.com> to fix the error
4718 message when gpgv isn't installed, closes: #452640.
4719 * Fix regression about APT::Get::List-Cleanup setting being ignored,
4720 closes: #466052.
4721
4722 -- Otavio Salvador <otavio@debian.org> Thu, 17 Jan 2008 22:36:46 -0200
4723
4724 apt (0.7.10) unstable; urgency=low
4725
4726 [ Otavio Salvador ]
4727 * Applied patch from Mike O'Connor <stew@vireo.org> to add a manpage to
4728 apt-mark, closes: #430207.
4729 * Applied patch from Andrei Popescu <andreimpopescu@gmail.com> to add a
4730 note about some frontends in apt.8 manpage, closes: #438545.
4731 * Applied patch from Aurelien Jarno <aurel32@debian.org> to avoid CPU
4732 getting crazy when /dev/null is redirected to stdin (which breaks
4733 buildds), closes: #452858.
4734 * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix building
4735 with newest dpkg-shlibdeps changing the packaging building order and a
4736 patch from Robert Millan <rmh@aybabtu.com> to fix parallel building,
4737 closes: #452862.
4738 * Applied patch from Alexander Winston <alexander.winston@comcast.net>
4739 to use 'min' as symbol for minute, closes: #219034.
4740 * Applied patch from Amos Waterland <apw@us.ibm.com> to allow apt to
4741 work properly in initramfs, closes: #448316.
4742 * Applied patch from Robert Millan <rmh@aybabtu.com> to make apt-key and
4743 apt-get to ignore time conflicts, closes: #451328.
4744 * Applied patch from Peter Eisentraut <peter_e@gmx.net> to fix a
4745 grammatical error ("manual installed" -> "manually installed"),
4746 closes: #438136.
4747 * Fix cron.daily job to not call fail if apt isn't installed, closes:
4748 #443286.
4749 * Fix compilation warnings in apt-pkg/cdrom.cc and
4750 apt-pkg/contrib/configuration.cc.
4751 * Fix typo in debian/copyright file ("licened" instead of "licensed"),
4752 closes: #458966.
4753
4754 [ Program translations ]
4755 - Basque updated. Closes: #453088
4756 - Vietnamese updated. Closes: #453774, #459013
4757 - Japanese updated. Closes: #456909
4758 - Simplified Chinese updated. Closes: #458039
4759 - French updated.
4760 - Norwegian Bokmål updated. Closes: #457917
4761
4762 [ Michael Vogt ]
4763 * debian/rules
4764 - fix https install location
4765 * debian/apt.conf.daily:
4766 - print warning if the cache can not be locked (closes: #454561),
4767 thanks to Bastian Kleineidam
4768 * methods/gpgv.cc:
4769 - remove cruft code that caused timestamp/I-M-S issues
4770 * ftparchive/contents.cc:
4771 - fix error output
4772 * apt-pkg/acquire-item.{cc,h}:
4773 - make the authentication download code more robust against
4774 servers/proxies with broken If-Range implementations
4775 * apt-pkg/packagemanager.{cc,h}:
4776 - propergate the Immediate flag to make hitting the
4777 "E: Internal Error, Could not perform immediate configuration (2)"
4778 harder
4779 * debian/control:
4780 - build against libdb-dev (instead of libdb4.4-dev)
4781 * merged the apt--DoListUpdate branch, this provides a common interface
4782 for "apt-get update" like operations for the frontends and also provides
4783 hooks to run stuff in APT::Update::{Pre,Post}-Invoke
4784
4785 [ Chris Cheney ]
4786 * ftparchive/contents.cc:
4787 - support lzma data members
4788 * ftparchive/multicompress.cc:
4789 - support lzma output
4790
4791 [ Daniel Burrows ]
4792 * apt-pkg/contrib/configuration.cc:
4793 - if RootDir is set, then FindFile and FindDir will return paths
4794 relative to the directory stored in RootDir, closes: #456457.
4795
4796 [ Christian Perrier ]
4797 * Fix wording for "After unpacking...". Thanks to Michael Gilbert
4798 for the patch. Closes: #260825
4799
4800 -- Michael Vogt <mvo@debian.org> Mon, 07 Jan 2008 21:40:47 +0100
4801
4802 apt (0.7.9ubuntu17) hardy-proposed; urgency=low
4803
4804 * apt-pkg/acquire-item.cc:
4805 - fix signaure removal on transient network failures LP: #220627
4806 (thanks to Scott James Remnant)
4807
4808 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 22 Apr 2008 16:32:49 +0200
4809
4810 apt (0.7.9ubuntu16) hardy; urgency=low
4811
4812 * cmdline/apt-key:
4813 - only check against master-keys in net-update to not break
4814 custom CDs (thanks to Colin Watson)
4815
4816 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 08 Apr 2008 14:17:14 +0200
4817
4818 apt (0.7.9ubuntu15) hardy; urgency=low
4819
4820 * cmdline/apt-get.cc:
4821 - do two passes when installing tasks, first ignoring dependencies,
4822 then resolving them and run the problemResolver at the end
4823 so that it can correct any missing dependencies. This should
4824 fix livecd building for kubuntu (thanks to Jonathan Riddell
4825 for reporting the problem)
4826
4827 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 13 Mar 2008 23:25:45 +0100
4828
4829 apt (0.7.9ubuntu14) hardy; urgency=low
4830
4831 * cmdline/apt-get.cc:
4832 - fix incorrect help output for -f (LP: #57487)
4833 - run the problemResolver after a task was installed
4834 so that it can correct any missing dependencies
4835 * typo fixes (LP: #107960)
4836
4837 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 11 Mar 2008 21:46:07 +0100
4838
4839 apt (0.7.9ubuntu13) hardy; urgency=low
4840
4841 [ Lionel Porcheron ]
4842 * debian/apt.cron.daily:
4843 - only call gconftool if gcontool is installed (LP: #194281)
4844
4845 [ Michael Vogt ]
4846 * doc/apt_preferences.5.xml:
4847 - fix typo (LP: #150900)
4848 * doc/example/sources.list:
4849 - updated for hardy (LP: #195879)
4850 * debian/apt.cron.daily:
4851 - sleep random amount of time (default within 0-30min) before
4852 starting the upate to hit the mirrors less hard
4853
4854 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 04 Mar 2008 15:35:09 +0100
4855
4856 apt (0.7.9ubuntu12) hardy; urgency=low
4857
4858 * debian/apt.cron.daily:
4859 - use admin user proxy settings
4860 * cmdline/apt-get.cc:
4861 - fix task installation (thanks to Colin Watson)
4862
4863 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 21 Feb 2008 15:07:44 +0100
4864
4865 apt (0.7.9ubuntu11) hardy; urgency=low
4866
4867 * apt-pkg/algorithms.cc:
4868 - add APT::Update::Post-Invoke-Success script slot
4869 (LP: #188127)
4870
4871 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Jan 2008 12:06:12 +0100
4872
4873 apt (0.7.9ubuntu10) hardy; urgency=low
4874
4875 * cmdline/apt-key:
4876 - add "net-update" command that fetches the
4877 ubuntu-archive-keyring.gpg and add keys from it that are
4878 signed by the ubuntu-master-keyring.gpg
4879 (apt-archive-key-signatures spec)
4880 * debian/apt.cron.daily:
4881 - add apt-key net-update to the nightly cron job
4882
4883 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 13 Feb 2008 15:50:28 +0100
4884
4885 apt (0.7.9ubuntu9) hardy; urgency=low
4886
4887 * fix FTBFS due to incorrect intltool build-depends
4888
4889 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 11 Feb 2008 16:04:37 +0100
4890
4891 apt (0.7.9ubuntu8) hardy; urgency=low
4892
4893 * share/apt-auth-failure.note:
4894 - show update-notifier note if the nightly update fails with a
4895 authentication failure (apt-authentication-reliability spec)
4896
4897 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 11 Feb 2008 14:04:56 +0100
4898
4899 apt (0.7.9ubuntu7) hardy; urgency=low
4900
4901 * methods/connect.cc:
4902 - remember hosts with Resolve failures or connect Timeouts
4903 see https://wiki.ubuntu.com/NetworklessInstallationFixes
4904 * cmdlines/apt-key:
4905 - fix bug in the new apt-key update code that imports only
4906 keys signed with the master key (thanks to cjwatson)
4907
4908 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 08 Feb 2008 11:38:35 +0100
4909
4910 apt (0.7.9ubuntu6) hardy; urgency=low
4911
4912 * cmdline/apt-key:
4913 - add support for a master-keyring that contains signing keys
4914 that can be used to sign the archive signing keys. This should
4915 make key-rollover easier.
4916 * apt-pkg/deb/dpkgpm.cc:
4917 - merged patch from Kees Cook to fix anoying upper-case display
4918 on amd64 in sbuild
4919 * apt-pkg/algorithms.cc:
4920 - add APT::Update::Post-Invoke-Success script slot
4921 - Make the breaks handling use the kill list. This means, that a
4922 Breaks: Pkg (<< version) may put Pkg onto the remove list.
4923 * apt-pkg/deb/dpkgpm.cc:
4924 - add APT::Apport::MaxReports to limit the maximum number
4925 of reports generated in a single run (default to 3)
4926 * apt-pkg/deb/debmetaindex.cc:
4927 - add missing "Release" file uri when apt-get update --print-uris
4928 is run
4929
4930 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 04 Feb 2008 14:28:02 +0100
4931
4932 apt (0.7.9ubuntu5) hardy; urgency=low
4933
4934 * Merged apt-authentication-reliabilty branch. This means
4935 that apt will refuse to update and use the old lists if
4936 the authentication of a repository that used to be
4937 authenticated fails. See
4938 https://wiki.ubuntu.com/AptAuthenticationReliability
4939 for more details.
4940
4941 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 16 Jan 2008 10:36:10 +0100
4942
4943 apt (0.7.9ubuntu4) hardy; urgency=low
4944
4945 * apt-pkg/algorithms.cc:
4946 - Since APT::Get::List-Cleanup and APT::List-Cleanup both default to
4947 true, the effect of the compatibility code was to require both of them
4948 to be set to false in order to disable list cleanup; this broke the
4949 installer. Instead, disable list cleanup if either of them is set to
4950 false.
4951
4952 -- Colin Watson <cjwatson@ubuntu.com> Wed, 09 Jan 2008 22:34:37 +0000
4953
4954 apt (0.7.9ubuntu3) hardy; urgency=low
4955
4956 * merged the apt--DoListUpdate branch, this provides a common interface
4957 for "apt-get update" like operations for the frontends and also provides
4958 hooks to run stuff in APT::Update::{Pre,Post}-Invoke
4959
4960 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 07 Jan 2008 19:02:11 +0100
4961
4962 apt (0.7.9ubuntu2) hardy; urgency=low
4963
4964 [ Otavio Salvador ]
4965 * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix building
4966 with newest dpkg-shlibdeps changing the packaging building order and a
4967 patch from Robert Millan <rmh@aybabtu.com> to fix parallel building,
4968 closes: #452862.
4969 * Applied patch from Alexander Winston <alexander.winston@comcast.net>
4970 to use 'min' as symbol for minute, closes: #219034.
4971 * Applied patch from Amos Waterland <apw@us.ibm.com> to allow apt to
4972 work properly in initramfs, closes: #448316.
4973 * Applied patch from Robert Millan <rmh@aybabtu.com> to make apt-key and
4974 apt-get to ignore time conflicts, closes: #451328.
4975 * Applied patch from Peter Eisentraut <peter_e@gmx.net> to fix a
4976 grammatical error ("manual installed" -> "manually installed"),
4977 closes: #438136.
4978 * Fix cron.daily job to not call fail if apt isn't installed, closes:
4979 #443286.
4980
4981 [ Daniel Burrows ]
4982 * apt-pkg/contrib/configuration.cc:
4983 - if RootDir is set, then FindFile and FindDir will return paths
4984 relative to the directory stored in RootDir, closes: #456457.
4985
4986 [ Christian Perrier ]
4987 * Fix wording for "After unpacking...". Thans to Michael Gilbert
4988 for the patch. Closes: #260825
4989
4990 [ Program translations ]
4991 - Vietnamese updated. Closes: #453774
4992 - Japanese updated. Closes: #456909
4993 - French updated.
4994
4995 [ Michael Vogt ]
4996 * apt-pkg/packagemanager.{cc,h}:
4997 - propergate the Immediate flag to make hitting the
4998 "E: Internal Error, Could not perform immediate configuration (2)"
4999 harder. (LP: #179247)
5000 * debian/apt.conf.daily:
5001 - print warning if the cache can not be locked (closes: #454561),
5002 thanks to Bastian Kleineidam
5003 * debian/control:
5004 - build against libdb-dev (instead of libdb4.4-dev)
5005
5006 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 03 Jan 2008 11:31:45 +0100
5007
5008 apt (0.7.9ubuntu1) hardy; urgency=low
5009
5010 * merged from http://bzr.debian.org/apt/apt/debian-sid/, remaining
5011 changes:
5012 - mirror download method (pending merge with debian)
5013 - no pdiff download by default (unsuitable for ubuntu)
5014 - no recommends-by-default yet
5015 - add "Original-Maintainer" field to tagfile
5016 - show warning on apt-get source if the package is maintained
5017 in a VCS (pedinging merge with debian)
5018 - use ubuntu-archive keyring instead of debians one
5019 - support metapackages section for autoremoval
5020 - debian maintainer field change
5021 - send ubuntu string in user-agent
5022
5023 * Changes from the debian-sid bzr branch (but not uploaded to debian
5024 yet):
5025
5026 [ Otavio Salvador ]
5027 * Applied patch from Mike O'Connor <stew@vireo.org> to add a manpage to
5028 apt-mark, closes: #430207.
5029 * Applied patch from Andrei Popescu <andreimpopescu@gmail.com> to add a
5030 note about some frontends in apt.8 manpage, closes: #438545.
5031 * Applied patch from Aurelien Jarno <aurel32@debian.org> to avoid CPU
5032 getting crazy when /dev/null is redirected to stdin (which breaks
5033 buildds), closes: #452858.
5034
5035 [ Program translations ]
5036 - Basque updated. Closes: #453088
5037
5038 [ Michael Vogt ]
5039 * debian/rules
5040 - fix https install location
5041 * methods/gpgv.cc:
5042 - remove cruft code that caused timestamp/I-M-S issues
5043 * ftparchive/contents.cc:
5044 - fix error output
5045 * methods/mirror.{cc,h}:
5046 - only update mirror list on IndexFile updates
5047 * apt-pkg/acquire-item.{cc,h}:
5048 - make the authentication download code more robust against
5049 servers/proxies with broken If-Range implementations
5050 * debian/control:
5051 - build against libdb-dev (instead of libdb4.4-dev)
5052 * merged the apt--DoListUpdate branch, this provides a common interface
5053 for "apt-get update" like operations for the frontends and also provides
5054 hooks to run stuff in APT::Update::{Pre,Post}-Invoke
5055
5056 [ Chris Cheney ]
5057 * ftparchive/contents.cc:
5058 - support lzma data members
5059 * ftparchive/multicompress.cc:
5060 - support lzma output
5061
5062 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 13 Dec 2007 14:46:27 +0100
5063
5064 apt (0.7.9) unstable; urgency=low
5065
5066 [ Christian Perrier ]
5067 * Add several languages to LINGUAS and, therefore, really ship the relevant
5068 translation:
5069 Arabic, Dzongkha, Khmer, Marathi, Nepali, Thai
5070 Thanks to Theppitak Karoonboonyanan for checking this out. Closes: #448321
5071
5072 [ Program translations ]
5073 - Korean updated. Closes: #448430
5074 - Galician updated. Closes: #448497
5075 - Swedish updated.
5076
5077 [ Otavio Salvador ]
5078 * Fix configure script to check for CURL library and headers presense.
5079 * Applied patch from Brian M. Carlson <sandals@crustytoothpaste.ath.cx>
5080 to add backward support for arches that lacks pselect support,
5081 closes: #448406.
5082 * Umount CD-ROM when calling apt-cdrom ident, except when called with
5083 -m, closes: #448521.
5084
5085 -- Otavio Salvador <otavio@debian.org> Wed, 31 Oct 2007 13:37:26 -0200
5086
5087 apt (0.7.8) unstable; urgency=low
5088
5089 * Applied patch from Daniel Leidert <daniel.leidert@wgdd.de> to fix
5090 APT::Acquire::Translation "none" support, closes: #437523.
5091 * Applied patch from Daniel Burrows <dburrows@debian.org> to add support
5092 for the Homepage field (ABI break), closes: #447970.
5093 * Applied patch from Frans Pop <elendil@planet.nl> to fix a trailing
5094 space after cd label, closes: #448187.
5095
5096 -- Otavio Salvador <otavio@debian.org> Fri, 26 Oct 2007 18:20:13 -0200
5097
5098 apt (0.7.7) unstable; urgency=low
5099
5100 [ Michael Vogt ]
5101 * apt-inst/contrib/extracttar.cc:
5102 - fix fd leak for zero size files (thanks to Bill Broadley for
5103 reporting this bug)
5104 * apt-pkg/acquire-item.cc:
5105 - remove zero size files on I-M-S hit
5106 * methods/https.cc:
5107 - only send LastModified if we actually have a file
5108 - send range request with if-range
5109 - delete failed downloads
5110 - delete zero size I-M-S hits
5111 * apt-pkg/deb/dpkgpm.{cc,h}:
5112 - merged dpkg-log branch, this lets you specify a
5113 Dir::Log::Terminal file to log dpkg output to
5114 (ABI break)
5115 - fix parse error when dpkg sends unexpected data
5116 * merged apt--sha256 branch to fully support the new
5117 sha256 checksums in the Packages and Release files
5118 (ABI break)
5119 * apt-pkg/pkgcachegen.cc:
5120 - increase default mmap size
5121 * tests/local-repo:
5122 - added local repository testcase
5123 * apt-pkg/acquire.cc:
5124 - increase MaxPipeDepth for the internal worker<->method
5125 communication to 1000 for the debtorrent backend
5126 * make apt build with g++ 4.3
5127 * fix missing SetExecClose() call when the status-fd is used
5128 * debian/apt.cron.daily:
5129 - move unattended-upgrade before apt-get autoclean
5130 * fix "purge" commandline argument, closes: #133421
5131 (thanks to Julien Danjou for the patch)
5132 * cmdline/apt-get.cc:
5133 - do not change the auto-installed information if a package
5134 is reinstalled
5135 * apt-pkg/acquire-item.cc:
5136 - fix crash in diff acquire code
5137 * cmdline/apt-mark:
5138 - Fix chmoding after have renamed the extended-states file (LP: #140019)
5139 (thanks to Laurent Bigonville)
5140 * apt-pkg/depcache.cc:
5141 - set "APT::Install-Recommends" to true by default (OMG!)
5142 * debian/apt.cron.daily:
5143 - only run the cron job if apt-get check succeeds (LP: #131719)
5144
5145 [ Program translations ]
5146 - French updated
5147 - Basque updated. Closes: #436425
5148 - Fix the zh_CN translator's name in debian/changelog for 0.7.2
5149 Closes: #423272
5150 - Vietnamese updated. Closes: #440611
5151 - Danish updated. Closes: #441102
5152 - Thai added. Closes: #442833
5153 - Swedish updated.
5154 - Galician updated. Closes: #446626
5155
5156 [ Otavio Salvador ]
5157 * Add hash support to copy method. Thanks Anders Kaseorg by the patch
5158 (closes: #436055)
5159 * Reset curl options and timestamp between downloaded files. Thanks to
5160 Ryan Murray <rmurray@debian.org> for the patch (closes: #437150)
5161 * Add support to apt-key to export keys to stdout. Thanks to "Dwayne
5162 C. Litzenberger" <dlitz@dlitz.net> for the patch (closes: #441942)
5163 * Fix compilation warnings:
5164 - apt-pkg/indexfile.cc: conversion from string constant to 'char*';
5165 - apt-pkg/acquire-item.cc: likewise;
5166 - apt-pkg/cdrom.cc: '%lu' expects 'long unsigned int', but argument
5167 has type 'size_t';
5168 - apt-pkg/deb/dpkgpm.cc: initialization order and conversion from
5169 string constant to 'char*';
5170 - methods/gpgv.cc: conversion from string constant to 'char*';
5171 - methods/ftp.cc: likewise;
5172 - cmdline/apt-extracttemplates.cc: likewise;
5173 - apt-pkg/deb/debmetaindex.cc: comparison with string literal results
5174 in unspecified behaviour;
5175 * cmdline/apt-get.cc: adds 'autoremove' as a valid comment to usage
5176 statement of apt-get (closes: #445468).
5177 * cmdline/apt-get.cc: really applies Julien Danjou <acid@debian.org>
5178 patch to add 'purge' command line argument (closes: #133421).
5179
5180 [ Ian Jackson ]
5181 * dpkg-triggers: Deal properly with new package states.
5182
5183 [ Colin Watson ]
5184 * apt-pkg/contrib/mmap.cc:
5185 - don't fail if msync() returns > 0
5186
5187 -- Michael Vogt <mvo@debian.org> Tue, 23 Oct 2007 14:58:03 +0200
5188
5189 apt (0.7.6ubuntu14.1) gutsy-proposed; urgency=low
5190
5191 [ Michael Vogt ]
5192 * apt-pkg/deb/dpkgpm.{cc,h}:
5193 - give up timeslice on EIO error in read from master terminal
5194 * debian/apt.cron.daily:
5195 - only run the cron job if apt-get check succeeds (LP: #131719)
5196
5197 [ Martin Emrich ]
5198 * apt-pkg/deb/dpkgpm.{cc,h}:
5199 - rewrite dpkgpm.cc to use pselect() instead of select()
5200 to block signals during select() (LP: #134858)
5201
5202 -- Michael Vogt <michael.vogt@ubuntu.com> Sat, 20 Oct 2007 07:51:12 +0200
5203
5204 apt (0.7.6ubuntu14) gutsy; urgency=low
5205
5206 * apt-pkg/deb/dpkgpm.cc:
5207 - fix resource leak (LP: #148806)
5208
5209 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 15 Oct 2007 20:57:44 +0200
5210
5211 apt (0.7.6ubuntu13) gutsy; urgency=low
5212
5213 * apt-pkg/deb/dpkgpm.cc:
5214 - fix crash in WriteApportReport (LP: #144537)
5215 * apt-pkg/acquire-item.cc
5216 - fix disappearing local Packages.gz file (LP: #131166)
5217 * methods/https.cc:
5218 - fix off-by-one error I-M-S handling
5219 - cleanup after I-M-S hit
5220
5221 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 09 Oct 2007 01:48:26 +0200
5222
5223 apt (0.7.6ubuntu12) gutsy; urgency=low
5224
5225 [ Michael Vogt ]
5226 * cmdline/apt-mark:
5227 - Fix chmoding after have renamed the extended-states file
5228 (thanks to Laurent Bigonville, LP: #140019)
5229 * apt-pkg/deb/debmetaindex.cc: comparison with string literal results
5230 in unspecified behaviour;
5231 * Reset curl options and timestamp between downloaded files. Thanks to
5232 Ryan Murray <rmurray@debian.org> for the patch
5233
5234 [Paul Sladen]
5235 * Have 'cron.daily/apt' send D-Bus doesn't exist error messages
5236 to the bit bucket. Thanks to 'dasdda'. (LP: #115397)
5237
5238 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 03 Oct 2007 02:17:45 +0200
5239
5240 apt (0.7.6ubuntu11) gutsy; urgency=low
5241
5242 * apt-pkg/contrib/mmap.cc:
5243 - don't fail if msync() returns > 0 (LP: #144001)
5244
5245 -- Colin Watson <cjwatson@ubuntu.com> Sat, 22 Sep 2007 21:39:29 +0100
5246
5247 apt (0.7.6ubuntu10) gutsy; urgency=low
5248
5249 * apt-pkg/deb/dpkgpm.cc:
5250 - fix parse error when dpkg sends unexpected data
5251
5252 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 18 Sep 2007 17:25:09 +0100
5253
5254 apt (0.7.6ubuntu9) gutsy; urgency=low
5255
5256 * apt-pkg/deb/dpkgpm.cc:
5257 - fix progress reporting precent calculation (LP: #137798)
5258 * make apt build with g++ 4.3
5259 * fix missing SetExecClose() call when the status-fd is used
5260 (LP: #136767)
5261 * debian/apt.cron.daily:
5262 - move unattended-upgrade before apt-get autoclean
5263 * fix "purge" commandline argument, closes LP: #125733
5264 (thanks to Julien Danjou for the patch)
5265 * cmdline/apt-get.cc:
5266 - do not change the auto-installed information if a package
5267 is reinstalled (LP: #139448)
5268
5269 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 11 Sep 2007 20:55:00 +0200
5270
5271 apt (0.7.6ubuntu8) gutsy; urgency=low
5272
5273 * apt-pkg/deb/dpkgpm.{cc,h}:
5274 - fix bug in dpkg log writing when a signal is caught during
5275 select() (LP: #134858)
5276 - write end marker in the log as well
5277
5278 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 05 Sep 2007 15:03:46 +0200
5279
5280 apt (0.7.6ubuntu7) gutsy; urgency=low
5281
5282 * reupload to fix FTBFS
5283
5284 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 16 Aug 2007 19:44:20 +0200
5285
5286 apt (0.7.6ubuntu6) gutsy; urgency=low
5287
5288 * dpkg-triggers: Deal properly with new package states.
5289
5290 -- Ian Jackson <iwj@ubuntu.com> Wed, 15 Aug 2007 20:44:37 +0100
5291
5292 apt (0.7.6ubuntu5) UNRELEASED; urgency=low
5293
5294 * apt-pkg/acquire-item.cc:
5295 - fix file removal on local repo i-m-s hit (LP: #131166)
5296 * tests/local-repo:
5297 - added regression test for this bug
5298
5299 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 09 Aug 2007 12:34:07 +0200
5300
5301 apt (0.7.6ubuntu4) gutsy; urgency=low
5302
5303 * cmdline/apt-get.cc:
5304 - remove YnPrompt when a XS-Vcs- tag is found, improve the
5305 notice (LP: #129575)
5306 * methods/copy.cc:
5307 - take hashes here too
5308 * apt-pkg/acquire-worker.cc:
5309 - only pass on computed hash if we recived one from the method
5310
5311 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 08 Aug 2007 19:30:29 +0200
5312
5313 apt (0.7.6ubuntu3) gutsy; urgency=low
5314
5315 * apt-pkg/deb/dpkgpm.cc:
5316 - fix packagename extraction when writting apport reports
5317 * apt-pkg/pkgcachegen.cc:
5318 - increase default mmap size (LP: #125640)
5319
5320 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 07 Aug 2007 09:52:00 +0200
5321
5322 apt (0.7.6ubuntu2) gutsy; urgency=low
5323
5324 * doc/examples/sources.list:
5325 - change example source to gutsy
5326 * apt-pkg/deb/dpkgpm.cc:
5327 - do not break if no /dev/pts is available
5328
5329 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 06 Aug 2007 15:17:57 +0200
5330
5331 apt (0.7.6ubuntu1) gutsy; urgency=low
5332
5333 [ Michael Vogt ]
5334 * apt-inst/contrib/extracttar.cc:
5335 - fix fd leak for zero size files (thanks to Bill Broadley for
5336 reporting this bug)
5337 * apt-pkg/acquire-item.cc:
5338 - remove zero size files on I-M-S hit
5339 * methods/https.cc:
5340 - only send LastModified if we actually have a file
5341 - send range request with if-range
5342 - delete failed downloads
5343 (thanks to Thom May for his help here)
5344 - delete zero size I-M-S hits
5345 * apt-pkg/deb/dpkgpm.{cc,h}:
5346 - merged dpkg-log branch, this lets you specify a
5347 Dir::Log::Terminal file to log dpkg output to
5348 (ABI break)
5349 - when writting apport reports, attach the dpkg
5350 terminal log too
5351 * merged apt--sha256 branch to fully support the new
5352 sha256 checksums in the Packages and Release files
5353 (ABI break)
5354 * apt-pkg/pkgcachegen.cc:
5355 - increase default mmap size
5356 * tests/local-repo:
5357 - added local repository testcase
5358 * make apt build with g++ 4.3
5359 * fix missing SetExecClose() call when the status-fd is used
5360 * debian/apt.cron.daily:
5361 - move unattended-upgrade before apt-get autoclean
5362 * fix "purge" commandline argument, closes: #133421
5363 (thanks to Julien Danjou for the patch)
5364 * cmdline/apt-get.cc:
5365 - do not change the auto-installed information if a package
5366 is reinstalled
5367 * cmdline/apt-mark:
5368 - Fix chmoding after have renamed the extended-states file (LP: #140019)
5369 (thanks to Laurent Bigonville)
5370
5371 [ Ian Jackson ]
5372 * dpkg-triggers: Deal properly with new package states.
5373
5374 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 02 Aug 2007 11:55:54 +0200
5375
5376 apt (0.7.6) unstable; urgency=low
5377
5378 * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrong
5379 directory downloading on non-linux architectures (closes: #435597)
5380
5381 -- Otavio Salvador <otavio@debian.org> Wed, 01 Aug 2007 19:49:51 -0300
5382
5383 apt (0.7.5) unstable; urgency=low
5384
5385 [ Otavio Salvador ]
5386 * Applied patch from Guillem Jover <guillem@debian.org> to use
5387 dpkg-architecture to get the host architecture (closes: #407187)
5388 * Applied patch from Guillem Jover <guillem@debian.org> to add
5389 support to add lzma support (closes: #408201)
5390
5391 [ Michael Vogt ]
5392 * apt-pkg/depcache.cc:
5393 - support a list of sections for:
5394 APT::Install-Recommends-Sections
5395 APT::Never-MarkAuto-Sections
5396 * methods/makefile:
5397 - install lzma symlink method (for full lzma support)
5398 * debian/control:
5399 - suggest "lzma"
5400
5401 -- Otavio Salvador <otavio@ossystems.com.br> Wed, 25 Jul 2007 20:16:46 -0300
5402
5403 apt (0.7.4ubuntu1) gutsy; urgency=low
5404
5405 * debian/apt.conf.ubuntu, apt.conf.autoremove:
5406 - Change metapackages to {restricted,universe,multiverse}/metapackages
5407 in Install-Recommends-Sections and Never-MarkAuto-Sections
5408
5409 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 26 Jul 2007 10:42:29 +0200
5410
5411 apt (0.7.4) unstable; urgency=low
5412
5413 [ Michael Vogt ]
5414 * cmdline/apt-get.cc:
5415 - fix in the task-install code regexp (thanks to Adam Conrad and
5416 Colin Watson)
5417 - support task removal too: apt-get remove taskname^
5418 (thanks to Matt Zimmerman reporting this problem)
5419
5420 [ Otavio Salvador ]
5421 * Fix a typo on 0.7.3 changelog entry about g++ (7.3 to 4.3)
5422 * Fix compilation warnings:
5423 - apt-pkg/contrib/configuration.cc: wrong argument type;
5424 - apt-pkg/deb/dpkgpm.cc: wrong signess;
5425 - apt-pkg-acquire-item.cc: wrong signess and orderned initializers;
5426 - methods/https.cc:
5427 - type conversion;
5428 - unused variable;
5429 - changed SetupProxy() method to void;
5430 * Simplified HttpMethod::Fetch on http.cc removing Tail variable;
5431 * Fix pipeline handling on http.cc (closes: #413324)
5432 * Fix building to properly support binNMUs. Thanks to Daniel Schepler
5433 <schepler@math.unipd.it> by the patch (closes: #359634)
5434 * Fix example for Install-{Recommends,Suggests} options on
5435 configure-index example file. Thanks to Peter Eisentraut
5436 <peter_e@gmx.net> by the patch (closes: #432223)
5437
5438 [ Christian Perrier ]
5439 * Basque translation update. Closes: ##423766
5440 * Unfuzzy formerly complete translations
5441 * French translation update
5442 * Re-generate PO(T) files
5443 * Spanish translation update
5444 * Swedish translation update
5445
5446 -- Otavio Salvador <otavio@debian.org> Tue, 24 Jul 2007 09:55:50 -0300
5447
5448 apt (0.7.3) unstable; urgency=low
5449
5450 * fixed compile errors with g++ 4.3 (thanks to
5451 Daniel Burrows, closes: #429378)
5452 * fixes in the auto-mark code (thanks to Daniel
5453 Burrows)
5454 * fix FTBFS by changing build-depends to
5455 libcurl4-gnutls-dev (closes: #428363)
5456 * cmdline/apt-get.cc:
5457 - fix InstallTask code when a pkgRecord ends
5458 with a single '\n' (thanks to Soren Hansen for reporting)
5459 * merged from Christian Perrier:
5460 * vi.po: completed to 532t, again. Closes: #429899
5461 * gl.po: completed to 532t. Closes: #429506
5462 * vi.po: completed to 532t. Closes: #428672
5463 * Update all PO and the POT. Gives 514t14f4u for formerly
5464 complete translations
5465 * fr.po: completed to 532t
5466 * ku.po, uk.po, LINGUAS: reintegrate those translations
5467 which disappeared from the BZR repositories
5468
5469 -- Michael Vogt <mvo@debian.org> Sun, 01 Jul 2007 12:31:29 +0200
5470
5471 apt (0.7.2ubuntu7) gutsy; urgency=low
5472
5473 * fix build-dependencies
5474 * fixes in the auto-mark code (thanks to Daniel
5475 Burrows)
5476
5477 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 9 Jul 2007 19:02:54 +0200
5478
5479 apt (0.7.2ubuntu6) gutsy; urgency=low
5480
5481 [ Michael Vogt]
5482 * cmdline/apt-get.cc:
5483 - make the XS-Vcs-$foo warning more copy'n'paste
5484 friendly (thanks to Matt Zimmerman)
5485 - ignore the Vcs-Browser tag (Fixes LP: #121770)
5486 * debian/apt.conf.autoremove:
5487 - added "linux-ubuntu-modules" to APT::NeverAutoRemove
5488
5489 [ Sarah Hobbs ]
5490 * Change metapackages to *metapackages in Install-Recommends-Section
5491 and Never-MarkAuto-Section of debian/apt.conf.autoremove, so that
5492 the Recommends of metapackages in universe and multiverse will get
5493 installed.
5494 * Also make this change in doc/examples/configure-index.
5495 * Added a Build Dependancies of automake, docbook-xsl, xsltproc, xmlto,
5496 docbook to fix FTBFS.
5497 * Added in previous changelog entries, as those who uploaded did not
5498 actually commit to Bzr.
5499
5500 -- Sarah Hobbs <hobbsee@ubuntu.com> Mon, 09 Jul 2007 01:15:57 +1000
5501
5502 apt (0.7.2ubuntu5) gutsy; urgency=low
5503
5504 * Rerun autoconf to fix the FTBFS.
5505
5506 -- Michael Bienia <geser@ubuntu.com> Fri, 06 Jul 2007 19:17:33 +0200
5507
5508 apt (0.7.2ubuntu4) gutsy; urgency=low
5509
5510 * Rebuild for the libcurl4 -> libcurl3 transition mess.
5511
5512 -- Steve Kowalik <stevenk@ubuntu.com> Fri, 6 Jul 2007 12:44:05 +1000
5513
5514 apt (0.7.2ubuntu3) gutsy; urgency=low
5515
5516 * cmdline/apt-get.cc:
5517 - fix InstallTask code when a pkgRecord ends
5518 with a single '\n' (thanks to Soren Hansen for reporting)
5519
5520 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 27 Jun 2007 13:33:38 +0200
5521
5522 apt (0.7.2ubuntu2) gutsy; urgency=low
5523
5524 * fixed compile errors with g++ 4.3 (thanks to
5525 Daniel Burrows, closes: #429378)
5526 * fix FTFBFS by changing build-depends to
5527 libcurl4-gnutls-dev (closes: #428363)
5528
5529 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 19 Jun 2007 13:47:03 +0200
5530
5531 apt (0.7.2ubuntu1) gutsy; urgency=low
5532
5533 * apt-pkg/deb/dpkgpm.cc:
5534 - apport integration added, this means that a apport
5535 report is written on dpkg failures
5536 * cmdline/apt-get.cc:
5537 - merged http://people.ubuntu.com/~mvo/bzr/apt/xs-vcs-bzr/
5538 this will warn when Vcs- headers are found on apt-get source
5539 (Fixes LP:#115959)
5540 * merged from debian/unstable, remaining changes:
5541 - maintainer field changed
5542 - merged the apt--mirror branch
5543 http://people.ubuntu.com/~mvo/bzr/apt/apt--mirror/
5544 - apport reporting on package install/upgrade/remove failure
5545 - support for "Originial-Maintainer" field
5546 - merged apt--xs-vcs-bzr branch
5547 (http://people.ubuntu.com/~mvo/bzr/apt/xs-vcs-bzr/)
5548 - use ubuntu archive keyring by default
5549 - debian/apt.conf.autoremove
5550 + install recommands for section "metapackages"
5551 + do not mark direct dependencies of "metapackages" as autoremoved
5552
5553 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 14 Jun 2007 10:38:36 +0200
5554
5555 apt (0.7.2-0.1) unstable; urgency=low
5556
5557 * Non-maintainer upload.
5558 * Build-depend on libcurl4-gnutls-dev instead of the obsolete
5559 libcurl3-gnutls-dev. Closes: #428363.
5560
5561 -- Steve Langasek <vorlon@debian.org> Thu, 28 Jun 2007 18:46:53 -0700
5562
5563 apt (0.7.2) unstable; urgency=low
5564
5565 * merged the debian/experimental changes back
5566 into the debian/sid branch
5567 * merged from Christian Perrier:
5568 * mr.po: New Marathi translation Closes: #416806
5569 * zh_CN.po: Updated by Kov Chai Closes: #416822
5570 * tl.po: Updated by Eric Pareja Closes: #416638
5571 * gl.po: Updated by Jacobo Tarrio
5572 Closes: #412828
5573 * da.po: Updated by Claus Hindsgaul
5574 Closes: #409483
5575 * fr.po: Remove a non-breakable space for usability
5576 issues. Closes: #408877
5577 * ru.po: Updated Russian translation. Closes: #405476
5578 * *.po: Unfuzzy after upstream typo corrections
5579 * buildlib/archtable:
5580 - added support for sh3/sh4 (closes: #424870)
5581 - added support for m32r (closes: #394096)
5582 * buildlib/systemtable:
5583 - added support for lpia
5584 * configure.in:
5585 - check systemtable for architecture mapping too
5586 * fix error in AutocleanInterval, closes: #319339
5587 (thanks to Israel G. Lugo for the patch)
5588 * add "purge" commandline argument, closes: #133421)
5589 (thanks to Julien Danjou for the patch)
5590 * add "purge" commandline argument, closes: #133421)
5591 (thanks to Julien Danjou for the patch)
5592 * fix FTBFS with gcc 4.3, closes: #417090
5593 (thanks to Martin Michlmayr for the patch)
5594 * add --dsc-only option, thanks to K. Richard Pixley
5595 * Removed the more leftover #pragma interface/implementation
5596 closes: #306937 (thanks to Andreas Henriksson for the patch)
5597
5598 -- Michael Vogt <mvo@debian.org> Wed, 06 Jun 2007 23:19:50 +0200
5599
5600 apt (0.7.1) experimental; urgency=low
5601
5602 * ABI library name change because it's built against
5603 new glibc
5604 * implement SourceVer() in pkgRecords
5605 (thanks to Daniel Burrows for the patch!)
5606 * apt-pkg/algorithm.cc:
5607 - use clog for all debugging
5608 - only increase the score of installed applications if they
5609 are not obsolete
5610 - fix resolver bug on removal triggered by weak-dependencies
5611 with or-groups
5612 * methods/http.cc:
5613 - send apt version in User-Agent
5614 * apt-pkg/deb/debrecords.cc:
5615 - fix SHA1Hash() return value
5616 * apt-pkg/cdrom.cc:
5617 - only unmount if APT::CDROM::NoMount is false
5618 * methods/cdrom.cc:
5619 - only umount if it was mounted by the method before
5620 * po/gl.po:
5621 - fix error translation that causes trouble to lsb_release
5622 * apt-pkg/acquire-item.cc:
5623 - if decompression of a index fails, delete the index
5624 * apt-pkg/acquire.{cc,h}:
5625 - deal better with duplicated sources.list entries (avoid
5626 double queuing of URLs) - this fixes hangs in bzip/gzip
5627 * merged from Christian Perrier:
5628 * mr.po: New Marathi translation Closes: #416806
5629 * zh_CN.po: Updated by Eric Pareja Closes: #416822
5630 * tl.po: Updated by Eric Pareja Closes: #416638
5631 * gl.po: Updated by Jacobo Tarrio
5632 Closes: #412828
5633 * da.po: Updated by Claus Hindsgaul
5634 Closes: #409483
5635 * fr.po: Remove a non-breakable space for usability
5636 issues. Closes: #408877
5637 * ru.po: Updated Russian translation. Closes: #405476
5638 * *.po: Unfuzzy after upstream typo corrections
5639 * vi.po: Updated to 515t. Closes: #426976
5640 * eu.po: Updated to 515t. Closes: #423766
5641 * pt.po: 515t. Closes: #423111
5642 * fr.po: Updated by Christian Perrier
5643 * Update all PO and the POT. Gives 513t2f for formerly
5644 complete translations
5645 * apt-pkg/policy.cc:
5646 - allow multiple packages (thanks to David Foerster)
5647
5648 -- Michael Vogt <mvo@debian.org> Wed, 2 May 2007 13:43:44 +0200
5649
5650 apt (0.7.0) experimental; urgency=low
5651
5652 * Package that contains all the new features
5653 * Removed all #pragma interface/implementation
5654 * Branch that contains all the new features:
5655 * translated package descriptions
5656 * task install support
5657 * automatic dependency removal (thanks to Daniel Burrows)
5658 * merged support for the new dpkg "Breaks" field
5659 (thanks to Ian Jackson)
5660 * handle network failures more gracefully on "update"
5661 * support for unattended-upgrades (via unattended-upgrades
5662 package)
5663 * added apt-transport-https method
5664 * merged "install-recommends" branch (ABI break):
5665 - new "--install-recommends"
5666 - install new recommends on "upgrade" if --install-recommends is
5667 given
5668 - new "--fix-policy" option to install all packages with unmet
5669 important dependencies (usefull with --install-recommends to
5670 see what not-installed recommends are on the system)
5671 - fix of recommended packages display (only show CandidateVersion
5672 fix or-group handling)
5673 * merged "install-task" branch (use with "apt-get install taskname^")
5674
5675 -- Michael Vogt <mvo@debian.org> Fri, 12 Jan 2007 20:48:07 +0100
5676
5677 apt (0.6.46.4ubuntu10) feisty; urgency=low
5678
5679 * apt-pkg/depcache.cc:
5680 - added "APT::Never-MarkAuto-Section" and consider dependencies
5681 of packages in this section manual (LP#59893)
5682 - ensure proper permissions in the extended_state file (LP#67037)
5683 * debian/apt.conf.ubuntu:
5684 - added APT::Never-MarkAuto-Section "metapackages" (LP#59893)
5685 * cmdline/apt-get.cc:
5686 - "apt-get install foo" on a already installed package foo will
5687 clean the automatic installed flag (LP#72007)
5688 - do not show packages already marked for removal as auto-installed
5689 (LP#64493)
5690 - applied patch to (optionally) hide the auto-remove information
5691 (thanks to Frode M. Døving) (LP#69148)
5692
5693 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 14 Mar 2007 13:32:32 +0100
5694
5695 apt (0.6.46.4ubuntu9) feisty; urgency=low
5696
5697 * debian/control:
5698 - set XS-Vcs-Bzr header
5699 - Set Ubuntu maintainer address
5700 * apt-pkg/cdrom.cc:
5701 - only unmount if APT::CDROM::NoMount is false
5702 - only umount if it was mounted by the method before
5703 * cmdline/apt-get.cc:
5704 - fix version output in autoremove list (LP#68941)
5705 * apt-pkg/packagemanager.cc:
5706 - do not spin 100% cpu in FixMissing() (LP#84476)
5707 * apt-pkg/indexfile.cc:
5708 - fix problem overwriting APT::Acquire::Translation
5709 * doc/examples/configure-index:
5710 - document APT::Acquire::Translation
5711
5712 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 13 Mar 2007 15:24:39 +0100
5713
5714 apt (0.6.46.4ubuntu8) feisty; urgency=low
5715
5716 * fix segfault in the pkgRecords destructor
5717 * Bump ABI version
5718 * debian/control:
5719 - make the libcurl3-gnutls-dev versionized (LP#86614)
5720
5721 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 26 Feb 2007 14:26:33 +0100
5722
5723 apt (0.6.46.4ubuntu7) feisty; urgency=low
5724
5725 * Merged the apt--mirror branch. This means that a new 'mirror'
5726 method is available that will allow dynamic mirror updates.
5727 The sources.list entry looks something like this:
5728 "deb mirror://mirrors.lp.net/get_mirror feisty main restricted"
5729
5730 It also supports error reporting to a configurable url for mirror
5731 problems/failures.
5732 * Bump ABI version
5733
5734 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 6 Feb 2007 11:38:06 +0100
5735
5736 apt (0.6.46.4ubuntu6) feisty; urgency=low
5737
5738 * methods/http.cc:
5739 - send apt version in User-Agent
5740 * apt-pkg/deb/debrecords.cc:
5741 - fix SHA1Hash() return value
5742 * apt-pkg/algorithms.cc:
5743 - fix resolver bug on removal triggered by weak-dependencies
5744 with or-groups
5745 - fix segfault (lp: #76530)
5746
5747 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 20 Dec 2006 11:04:36 +0100
5748
5749 apt (0.6.46.4ubuntu5) feisty; urgency=low
5750
5751 * added apt-transport-https package to provide a optional
5752 https transport (apt-https spec)
5753
5754 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 19 Dec 2006 16:23:43 +0100
5755
5756 apt (0.6.46.4ubuntu4) feisty; urgency=low
5757
5758 * apt-pkg/algorithms.cc:
5759 - only increase the score of installed applications if they
5760 are not obsolete
5761
5762 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 18 Dec 2006 19:39:05 +0100
5763
5764 apt (0.6.46.4ubuntu3) feisty; urgency=low
5765
5766 * apt-pkg/algorithm.cc:
5767 - use clog for all debugging
5768 * apt-pkg/depcache.cc:
5769 - never mark Required package for autoremoval (lp: #75882)
5770
5771 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 18 Dec 2006 11:56:05 +0100
5772
5773 apt (0.6.46.4ubuntu2) feisty; urgency=low
5774
5775 * apt-pkg/algorithms.cc: add missing call to MarkKeep
5776 so that dist-upgrade isn't broken by unsatisfiable Breaks.
5777 (thanks to Ian Jackson)
5778
5779 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 7 Dec 2006 23:07:24 +0100
5780
5781 apt (0.6.46.4ubuntu1) feisty; urgency=low
5782
5783 * merged with debian
5784
5785 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 7 Dec 2006 12:13:14 +0100
5786
5787 apt (0.6.46.4-0.1) unstable; urgency=emergency
5788
5789 * NMU
5790 * Fix broken use of awk in apt-key that caused removal of the wrong keys
5791 from the keyring. Closes: #412572
5792
5793 -- Joey Hess <joeyh@debian.org> Mon, 26 Feb 2007 16:00:22 -0500
5794
5795 apt (0.6.46.4) unstable; urgency=high
5796
5797 * ack NMU (closes: #401017)
5798 * added apt-secure.8 to "See also" section
5799 * apt-pkg/deb/dpkgpm.cc:
5800 - added "Dpkg::StopOnError" variable that controls if apt
5801 will abort on errors from dpkg
5802 * apt-pkg/deb/debsrcrecords.{cc,h}:
5803 - make the Buffer grow dynmaically (closes: #400874)
5804 * Merged from Christian Perrier bzr branch:
5805 - uk.po: New Ukrainian translation: 483t28f3u
5806 - el.po: Update to 503t9f2u
5807 - de.po: Updates and corrections.
5808 * apt-pkg/contrib/progress.cc:
5809 - OpProgress::CheckChange optimized, thanks to Paul Brook
5810 (closes: #398381)
5811 * apt-pkg/contrib/sha256.cc:
5812 - fix building with noopt
5813
5814 -- Michael Vogt <mvo@debian.org> Thu, 7 Dec 2006 10:49:50 +0100
5815
5816 apt (0.6.46.3ubuntu2) feisty; urgency=low
5817
5818 * apt-pkg/algorithms.cc: add missing call to MarkKeep
5819 so that dist-upgrade isn't broken by unsatisfiable Breaks.
5820
5821 -- Ian Jackson <iwj@ubuntu.com> Thu, 7 Dec 2006 15:46:52 +0000
5822
5823 apt (0.6.46.3ubuntu1) feisty; urgency=low
5824
5825 * doc/apt-get.8.xml:
5826 - documented autoremove, thanks to Vladimír Lapá\e%GÄ\8d\e%@ek
5827 (lp: #62919)
5828 * fix broken i18n in the dpkg progress reporting, thanks to
5829 Frans Pop and Steinar Gunderson. (closes: #389261)
5830 * po/en_GB.po:
5831 - typo (lp: #61270)
5832 * add apt-secure.8 to "See also" section
5833
5834 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 23 Nov 2006 07:24:12 +0100
5835
5836 apt (0.6.46.3-0.2) unstable; urgency=high
5837
5838 * Non-maintainer upload with permission of Michael Vogt.
5839 * Fix FTBFS on most arches (regression from the fix of #400874)
5840
5841 -- Andreas Barth <aba@not.so.argh.org> Tue, 5 Dec 2006 15:51:22 +0000
5842
5843 apt (0.6.46.3-0.1) unstable; urgency=high
5844
5845 * Non-maintainer upload with permission of Michael Vogt.
5846 * Fix segfault at apt-get source. Closes: #400874
5847 * Add apt-key update in postinst, so that debian-archive-keyring doesn't
5848 need to depend on apt >= 0.6. Closes: #401114
5849 * Don't double-queue pdiff files. Closes: #401017
5850
5851 -- Andreas Barth <aba@not.so.argh.org> Tue, 5 Dec 2006 10:34:56 +0000
5852
5853 apt (0.6.46.3) unstable; urgency=low
5854
5855 * apt-pkg/deb/dpkgpm.cc:
5856 - make progress reporting robust against multiline error
5857 messages
5858
5859 * Merged from Christian Perrier bzr branch:
5860 - ca.po: Updated to 514t
5861 - be.po: Updated to 514t
5862 - it.po: Updated to 514t
5863 - hu.po: Updated to 514t
5864 - zh_TW.po: Updated to 514t
5865 - ar.po: Updated to 293t221u.
5866 - ru.po: Updated to 514t. Closes: #392466
5867 - nb.po: Updated to 514t. Closes: #392466
5868 - pt.po: Updated to 514t. Closes: #393199
5869 - fr.po: One spelling error corrected: s/accèder/accéder
5870 - km.po: Updated to 514t.
5871 - ko.po: Updated to 514t.
5872 - bg.po: Updated to 514t.
5873 - de.po: Updated to 514t.
5874 - en_GB.po: Updated to 514t.
5875
5876 -- Michael Vogt <mvo@debian.org> Thu, 2 Nov 2006 11:37:58 +0100
5877
5878 apt (0.6.46.2) unstable; urgency=low
5879
5880 * debian/control:
5881 - depend on debian-archive-keyring to offer clean upgrade path
5882 (closes: #386800)
5883 * Merged from Christian Perrier bzr branch:
5884 - es.po: Updated to 514t. Closes: #391661
5885 - da.po: Updated to 514t. Closes: #391424
5886 - cs.po: Updated. Closes: #391064
5887 - es.po: Updated to 514t. Closes: #391661
5888 - da.po: Updated to 514t. Closes: #391424
5889
5890 -- Michael Vogt <mvo@debian.org> Wed, 11 Oct 2006 09:03:15 +0200
5891
5892 apt (0.6.46.1) unstable; urgency=low
5893
5894 * methods/gzip.cc:
5895 - deal with empty files
5896 * Applied patch from Daniel Schepler to make apt bin-NMU able.
5897 (closes: bug#359634)
5898 * rebuild against current g++ because of:
5899 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29289
5900 (closes: #390189)
5901 * fix broken i18n in the dpkg progress reporting, thanks to
5902 Frans Pop and Steinar Gunderson. (closes: #389261)
5903 * Merged from Christian Perrier bzr branch:
5904 * fi.po: Updated to 514t. Closes: #390149
5905 * eu.po: Updated to 514t. Closes: #389725
5906 * vi.po: Updated to 514t. Closes: #388555
5907 * make the internal buffer in pkgTagFile grow dynamically
5908 (closes: #388708)
5909
5910 -- Michael Vogt <mvo@debian.org> Mon, 2 Oct 2006 20:42:20 +0200
5911
5912 apt (0.6.46) unstable; urgency=low
5913
5914 * debian/control:
5915 - switched to libdb4.4 for building (closes: #381019)
5916 * cmdline/apt-get.cc:
5917 - show only the recommends/suggests for the candidate-version, not for all
5918 versions of the package (closes: #257054)
5919 - properly handle recommends/suggests or-groups when printing the list of
5920 suggested/recommends packages (closes: #311619)
5921 * methods/http.cc:
5922 - check more careful for incorrect proxy settings (closes: #378868)
5923 * methods/gzip.cc:
5924 - don't hang when /var is full (closes: #341537), thanks to
5925 Luis Rodrigo Gallardo Cruz for the patch
5926 * doc/examples/sources.list:
5927 - removed non-us.debian.org from the example (closes: #380030,#316196)
5928 * Merged from Christian Perrier bzr branch:
5929 * ro.po: Updated to 514t. Closes: #388402
5930 * dz.po: Updated to 514t. Closes: #388184
5931 * it.po: Fixed typos. Closes: #387812
5932 * ku.po: New kurdish translation. Closes: #387766
5933 * sk.po: Updated to 514t. Closes: #386851
5934 * ja.po: Updated to 514t. Closes: #386537
5935 * gl.po: Updated to 514t. Closes: #386397
5936 * fr.po: Updated to 516t.
5937 * fi.po: Updated to 512t. Closes: #382702
5938 * share/archive-archive.gpg:
5939 - removed the outdated amd64 and debian-2004 keys
5940 * apt-pkg/tagfile.cc:
5941 - applied patch from Jeroen van Wolffelaar to make the tags
5942 caseinsensitive (closes: #384182)
5943 - reverted MMap use in the tagfile because it does not work
5944 across pipes (closes: #383487)
5945
5946 -- Michael Vogt <mvo@debian.org> Thu, 21 Sep 2006 10:25:03 +0200
5947
5948 apt (0.6.45ubuntu14) edgy; urgency=low
5949
5950 * cmdline/apt-get.cc:
5951 - fix in the TryInstallTask() code to make sure that all package
5952 there are marked manual install (lp: #61684)
5953
5954 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 28 Sep 2006 00:34:20 +0200
5955
5956 apt (0.6.45ubuntu13) edgy; urgency=low
5957
5958 * no-changes upload to make apt rebuild against latest g++ and
5959 fix synaptic FTBFS (see bug: #62461 for details)
5960
5961 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 26 Sep 2006 22:33:10 +0200
5962
5963 apt (0.6.45ubuntu12) edgy; urgency=low
5964
5965 * apt-pkg/depcache.cc:
5966 - fix in the sweep() code, set garbage flag for packages scheduled
5967 for removal too
5968 - do not change the autoFlag in MarkKeep(), this can lead to suprising
5969 side effects
5970
5971 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 21 Sep 2006 00:58:24 +0200
5972
5973 apt (0.6.45ubuntu11) edgy; urgency=low
5974
5975 * removed "installtask" and change it so that tasknames can be given
5976 with "apt-get install taskname^"
5977 * improve the writeStateFile() code
5978
5979 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 20 Sep 2006 14:14:24 +0200
5980
5981 apt (0.6.45ubuntu10) edgy; urgency=low
5982
5983 * methods/http.cc:
5984 - check more careful for incorrect proxy settings (closes: #378868)
5985 * methods/gzip.cc:
5986 - don't hang when /var is full (closes: #341537), thanks to
5987 Luis Rodrigo Gallardo Cruz for the patch
5988 * doc/examples/sources.list:
5989 - removed non-us.debian.org from the example (closes: #380030,#316196)
5990 * Merged from Christian Perrier bzr branch:
5991 * ro.po: Updated to 514t. Closes: #388402
5992 * dz.po: Updated to 514t. Closes: #388184
5993 * it.po: Fixed typos. Closes: #387812
5994 * ku.po: New kurdish translation. Closes: #387766
5995 * sk.po: Updated to 514t. Closes: #386851
5996 * ja.po: Updated to 514t. Closes: #386537
5997 * gl.po: Updated to 514t. Closes: #386397
5998 * fr.po: Updated to 516t.
5999 * fi.po: Updated to 512t. Closes: #382702
6000 * share/archive-archive.gpg:
6001 - removed the outdated amd64 and debian-2004 keys
6002 * apt-pkg/tagfile.cc:
6003 - applied patch from Jeroen van Wolffelaar to make the tags
6004 caseinsensitive (closes: #384182)
6005 - reverted MMap use in the tagfile because it does not work
6006 across pipes (closes: #383487)
6007 * added "installtask" command
6008 * added new ubuntu specific rewrite rule for "Original-Maintainer"
6009
6010 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 19 Sep 2006 15:07:51 +0200
6011
6012 apt (0.6.45ubuntu9) edgy; urgency=low
6013
6014 * cmdline/apt-get.cc:
6015 - if --no-remove is given, do not run the AutoRemove code
6016
6017 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 13 Sep 2006 11:54:20 +0200
6018
6019 apt (0.6.45ubuntu8) edgy; urgency=low
6020
6021 * apt-pkg/algorithm.cc:
6022 - fix pkgProblemResolver.InstallProtect() to preserve the auto-install
6023 information (lp: #59457)
6024 * cmdline/apt-get.cc:
6025 - fix typo in autoremove information (lp: #59420)
6026 * install apt-mark to modify the automatically install information for
6027 packages
6028
6029 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 8 Sep 2006 20:07:22 +0200
6030
6031 apt (0.6.45ubuntu7) edgy; urgency=low
6032
6033 * apt-pkg/depcache.cc:
6034 - fix a bug in the install-recommends-section code
6035
6036 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 7 Sep 2006 18:22:38 +0200
6037
6038 apt (0.6.45ubuntu6) edgy; urgency=low
6039
6040 [Michael Vogt]
6041 * cmdline/apt-get.cc:
6042 - always show auto-removable packages and give a hint how to remove
6043 them
6044 * debian/apt.conf.ubuntu:
6045 - exlucde linux-image and linux-restricted-modules from ever being
6046 auto-removed
6047 - added "metapackages" as the section we want to install recommends
6048 by default
6049 * apt-pkg/depcache.cc:
6050 - added support to turn install-recommends selectively on/off by
6051 section
6052 [Ian Jackson]
6053 * Tests pass without code changes! Except that we need this:
6054 * Bump cache file major version to force rebuild so that Breaks
6055 dependencies are included.
6056 * Don't depend on or suggest any particular dpkg or dpkg-dev versions;
6057 --auto-deconfigure is very very old and dpkg-dev's Breaks support
6058 is more or less orthogonal.
6059 * Initial draft of `Breaks' implementation. Appears to compile,
6060 but as yet *completely untested*.
6061
6062 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 7 Sep 2006 11:50:52 +0200
6063
6064 apt (0.6.45ubuntu5) edgy; urgency=low
6065
6066 * apt-pkg/pkgcachegen.cc:
6067 - increase the APT::Cache-Limit to deal with the increased demand due
6068 to the translated descriptions
6069 * apt-pkg/deb/dpkgpm.cc:
6070 - pass "--auto-deconfigure" to dpkg on install to support the
6071 new "breaks" in dpkg
6072
6073 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 15 Aug 2006 12:06:26 +0200
6074
6075 apt (0.6.45ubuntu4) edgy; urgency=low
6076
6077 * cmdline/apt-get.cc:
6078 - fix in the new --fix-polciy code
6079
6080 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 14 Aug 2006 21:08:11 +0200
6081
6082 apt (0.6.45ubuntu3) edgy; urgency=low
6083
6084 * ABI break
6085 * merged latest apt--install-recommends (closes: #559000)
6086 * added "--fix-policy" option to can be used as "--fix-broken" and
6087 will install missing weak depends (recommends, and/or suggests
6088 depending on the settings)
6089 * merged the apt--ddtp branch
6090
6091 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 11 Aug 2006 12:53:23 +0200
6092
6093 apt (0.6.45ubuntu2) edgy; urgency=low
6094
6095 * debian/control:
6096 - switched to libdb4.4 for building (closes: #381019)
6097 * cmdline/apt-get.cc:
6098 - show only the recommends/suggests for the candidate-version, not for all
6099 versions of the package (closes: #257054)
6100 - properly handle recommends/suggests or-groups when printing the list of
6101 suggested/recommends packages (closes: #311619)
6102 * merged "apt--install-recommends" branch:
6103 - added "{no-}install-recommends" commandline option
6104 - added APT::Install-{Recommends,Suggests} option
6105 - currently Install-Recommends defaults to "False"
6106
6107 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 9 Aug 2006 23:38:46 +0200
6108
6109 apt (0.6.45ubuntu1) edgy; urgency=low
6110
6111 * merged with debian/unstable
6112
6113 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 1 Aug 2006 15:43:22 +0200
6114
6115 apt (0.6.45) unstable; urgency=low
6116
6117 * apt-pkg/contrib/sha256.cc:
6118 - fixed the sha256 generation (closes: #378183)
6119 * ftparchive/cachedb.cc:
6120 - applied patch from Anthony Towns to fix Clean() function
6121 (closes: #379576)
6122 * doc/apt-get.8.xml:
6123 - fix path to the apt user build (Closes: #375640)
6124 * doc/apt-cache.8.xml:
6125 - typo (Closes: #376408)
6126 * apt-pkg/deb/dpkgpm.cc:
6127 - make progress reporting more robust against multiline error
6128 messages (first half of a fix for #374195)
6129 * doc/examples/configure-index:
6130 - document Debug::pkgAcquire::Auth
6131 * methods/gpgv.cc:
6132 - deal with gpg error "NODATA". Closes: #296103, Thanks to
6133 Luis Rodrigo Gallardo Cruz for the patch
6134 * apt-inst/contrib/extracttar.cc:
6135 - fix for string mangling, closes: #373864
6136 * apt-pkg/acquire-item.cc:
6137 - check for bzip2 in /bin (closes: #377391)
6138 * apt-pkg/tagfile.cc:
6139 - make it work on non-mapable files again, thanks
6140 to James Troup for confirming the fix (closes: #376777)
6141 * Merged from Christian Perrier bzr branch:
6142 * ko.po: Updated to 512t. Closes: #378901
6143 * hu.po: Updated to 512t. Closes: #376330
6144 * km.po: New Khmer translation: 506t6f. Closes: #375068
6145 * ne.po: New Nepali translation: 512t. Closes: #373729
6146 * vi.po: Updated to 512t. Closes: #368038
6147 * zh_TW.po: Remove an extra %s in one string. Closes: #370551
6148 * dz.po: New Dzongkha translation: 512t
6149 * ro.po: Updated to 512t
6150 * eu.po: Updated
6151 * eu.po: Updated
6152 * fix apt-get dist-upgrade
6153 * fix warning if no /var/lib/apt/extended_states is present
6154 * don't download Translations for deb-src sources.list lines
6155 * apt-pkg/tagfile.cc:
6156 - support not-mmapable files again
6157
6158 -- Michael Vogt <mvo@debian.org> Thu, 27 Jul 2006 00:52:05 +0200
6159
6160 apt (0.6.44.2ubuntu4) edgy; urgency=low
6161
6162 * Make apt-get dselect-upgrade happy again
6163
6164 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 21 Jul 2006 11:03:02 +0200
6165
6166 apt (0.6.44.2ubuntu3) edgy; urgency=low
6167
6168 * Close extended_states file after writing it.
6169
6170 -- Colin Watson <cjwatson@ubuntu.com> Tue, 18 Jul 2006 00:12:13 +0100
6171
6172 apt (0.6.44.2ubuntu2) edgy; urgency=low
6173
6174 * create a empty extended_states file if none exists already
6175
6176 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 4 Jul 2006 09:23:03 +0200
6177
6178 apt (0.6.44.2ubuntu1) edgy; urgency=low
6179
6180 * merged with debian/unstable
6181 * merged the "auto-mark" branch to support aptitude like
6182 marking of automatically installed dependencies and added
6183 "apt-get remove --auto-remove" to remove unused auto-installed
6184 packages again
6185 * changed library version from 3.11 to 3.50 to make it clearly
6186 different from the debian version (we are ABI incompatible because
6187 of the auto-mark patch)
6188
6189 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 3 Jul 2006 18:30:46 +0200
6190
6191 apt (0.6.44.2exp1) experimental; urgency=low
6192
6193 * added support for i18n of the package descriptions
6194 * added support for aptitude like auto-install tracking (a HUGE
6195 HUGE thanks to Daniel Burrows who made this possible)
6196 * synced with the http://people.debian.org/~mvo/bzr/apt/debian-sid branch
6197 * build from http://people.debian.org/~mvo/bzr/apt/debian-experimental
6198
6199 -- Michael Vogt <mvo@debian.org> Mon, 3 Jul 2006 21:50:31 +0200
6200
6201 apt (0.6.44.2) unstable; urgency=low
6202
6203 * apt-pkg/depcache.cc:
6204 - added Debug::pkgDepCache::AutoInstall (thanks to infinity)
6205 * apt-pkg/acquire-item.cc:
6206 - fix missing chmod() in the new aquire code
6207 (thanks to Bastian Blank, Closes: #367425)
6208 * merged from
6209 http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main:
6210 * sk.po: Completed to 512t
6211 * eu.po: Completed to 512t
6212 * fr.po: Completed to 512t
6213 * sv.po: Completed to 512t
6214 * Update all PO and the POT. Gives 506t6f for formerly
6215 complete translations
6216
6217 -- Michael Vogt <mvo@debian.org> Wed, 14 Jun 2006 12:00:57 +0200
6218
6219 apt (0.6.44.1-0.1) unstable; urgency=low
6220
6221 * Non-maintainer upload.
6222 * Don't give an error when parsing empty Packages/Sources files.
6223 (Closes: #366931, #367086, #370160)
6224
6225 -- Steinar H. Gunderson <sesse@debian.org> Fri, 9 Jun 2006 00:52:21 +0200
6226
6227 apt (0.6.44.1) unstable; urgency=low
6228
6229 * apt-pkg/acquire-item.cc:
6230 - fix reversed logic of the "Acquire::PDiffs" option
6231 * merged from
6232 http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main:
6233 - po/LINGUAS: added "bg" Closes: #360262
6234 - po/gl.po: Galician translation update. Closes: #366849
6235 - po/hu.po: Hungarian translation update. Closes: #365448
6236 - po/cs.po: Czech translation updated. Closes: #367244
6237 * apt-pkg/contrib/sha256.cc:
6238 - applied patch to fix unaligned access problem. Closes: #367417
6239 (thanks to David Mosberger)
6240
6241 -- Michael Vogt <mvo@debian.org> Tue, 16 May 2006 21:51:16 +0200
6242
6243 apt (0.6.44) unstable; urgency=low
6244
6245 * apt-pkg/acquire.cc: don't show ETA if it is 0 or absurdely large
6246 * apt-pkg/contrib/sha256.{cc,h},hashes.{cc,h}: support for sha256
6247 (thanks to Anthony Towns)
6248 * ftparchive/cachedb.{cc,h},writer.{cc,h}: optimizations
6249 (thanks to Anthony Towns)
6250 * apt pdiff support from experimental merged
6251 * apt-pkg/deb/dpkgpm.cc: wording fixes (thanks to Matt Zimmerman)
6252 * apt-pkg/deb/dpkgpm.cc:
6253 - wording fixes (thanks to Matt Zimmerman)
6254 - fix error in dpkg interaction (closes: #364513, thanks to Martin Dickopp)
6255 * apt-pkg/tagfile.{cc,h}:
6256 - use MMap to read the entries (thanks to Zephaniah E. Hull for the
6257 patch) Closes: #350025
6258 * Merge from http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main:
6259 * bg.po: Added, complete to 512t. Closes: #360262
6260 * doc/apt-ftparchive.1.xml:
6261 - fix documentation for "SrcPackages" -> "Sources"
6262 (thanks to Bart Martens for the patch, closes: #307756)
6263 * debian/libapt-pkg-doc.doc-base.cache:
6264 - remove broken charackter from description (closes: #361129)
6265 * apt-inst/deb/dpkgdb.cc, methods/gpgv.cc:
6266 - i18n fixes (closes: #349298)
6267 * debian/postinst: dont fail on not available
6268 /usr/share/doc/apt/examples/sources.list (closes: #361130)
6269 * methods/ftp.cc:
6270 - unlink empty file in partial if the download failed because
6271 the file is missing on the server (closes: #316337)
6272 * apt-pkg/deb/debversion.cc:
6273 - treats a version string with explicit zero epoch equal
6274 than the same without epoch (Policy 5.6.12, closes: #363358)
6275 Thanks to Lionel Elie Mamane for the patch
6276
6277 -- Michael Vogt <mvo@debian.org> Mon, 8 May 2006 22:28:53 +0200
6278
6279 apt (0.6.43.3ubuntu3) dapper; urgency=low
6280
6281 * methods/http.cc:
6282 - fix the user-agent string
6283
6284 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 26 May 2006 18:09:32 +0200
6285
6286 apt (0.6.43.3ubuntu2) dapper; urgency=low
6287
6288 * apt-pkg/deb/dpkgpm.cc: wording fixes (thanks to Matt Zimmerman)
6289
6290 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 18 Apr 2006 13:24:40 +0200
6291
6292 apt (0.6.43.3ubuntu1) dapper; urgency=low
6293
6294 * apt-pkg/acquire.cc: don't show ETA if it is 0 or absurdely large in
6295 the status-fd (ubuntu #28954)
6296
6297 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 28 Mar 2006 20:34:46 +0200
6298
6299 apt (0.6.43.3) unstable; urgency=low
6300
6301 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-186:
6302 * ca.po: Completed to 512t. Closes: #351592
6303 * eu.po: Completed to 512t. Closes: #350483
6304 * ja.po: Completed to 512t. Closes: #349806
6305 * pl.po: Completed to 512t. Closes: #349514
6306 * sk.po: Completed to 512t. Closes: #349474
6307 * gl.po: Completed to 512 strings Closes: #349407
6308 * sv.po: Completed to 512 strings Closes: #349210
6309 * ru.po: Completed to 512 strings Closes: #349154
6310 * da.po: Completed to 512 strings Closes: #349084
6311 * fr.po: Completed to 512 strings
6312 * vi.po: Completed to 511 strings Closes: #348968
6313 * zh_CN.po: Completed to 512t. Closes: #353936
6314 * it.po: Completed to 512t. Closes: #352803
6315 * pt_BR.po: Completed to 512t. Closes: #352419
6316 * LINGUAS: Add Welsh
6317 * *.po: Updated from sources (512 strings)
6318 * apt-pkg/deb/deblistparser.cc:
6319 - don't explode on a DepCompareOp in a Provides line, but warn about
6320 it and ignore it otherwise (thanks to James Troup for reporting it)
6321 * cmdline/apt-get.cc:
6322 - don't lock the lists directory in DoInstall, breaks --print-uri
6323 (thanks to James Troup for reporting it)
6324 * debian/apt.dirs: create /etc/apt/sources.list.d
6325 * make apt-cache madison work without deb-src entries (#352583)
6326 * cmdline/apt-get.cc: only run the list-cleaner if a update was
6327 successfull
6328
6329 -- Michael Vogt <mvo@debian.org> Wed, 22 Feb 2006 10:13:04 +0100
6330
6331 apt (0.6.43.2ubuntu1) dapper; urgency=low
6332
6333 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-182:
6334 * ca.po: Completed to 512t. Closes: #351592
6335 * eu.po: Completed to 512t. Closes: #350483
6336 * ja.po: Completed to 512t. Closes: #349806
6337 * pl.po: Completed to 512t. Closes: #349514
6338 * sk.po: Completed to 512t. Closes: #349474
6339 * gl.po: Completed to 512 strings Closes: #349407
6340 * vi.po: Completed to 512 strings
6341 * sv.po: Completed to 512 strings Closes: #349210
6342 * ru.po: Completed to 512 strings Closes: #349154
6343 * da.po: Completed to 512 strings Closes: #349084
6344 * fr.po: Completed to 512 strings
6345 * LINGUAS: Add Welsh
6346 * *.po: Updated from sources (512 strings)
6347 * vi.po: Completed to 511 strings Closes: #348968
6348 * apt-pkg/deb/deblistparser.cc:
6349 - don't explode on a DepCompareOp in a Provides line, but warn about
6350 it and ignore it otherwise (thanks to James Troup for reporting it)
6351 * cmdline/apt-get.cc:
6352 - don't lock the lists directory in DoInstall, breaks --print-uri
6353 (thanks to James Troup for reporting it)
6354 * debian/apt.dirs: create /etc/apt/sources.list.d
6355 * make apt-cache madison work without deb-src entries (#352583)
6356 * cmdline/apt-get.cc: only run the list-cleaner if a update was
6357 successfull
6358 * apt-get update errors are only warnings nowdays
6359 * be more careful with the signature file on network failures
6360
6361 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 20 Feb 2006 22:27:48 +0100
6362
6363 apt (0.6.43.2) unstable; urgency=low
6364
6365 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-166:
6366 - en_GB.po, de.po: fix spaces errors in "Ign " translations Closes: #347258
6367 - makefile: make update-po a pre-requisite of clean target so
6368 that POT and PO files are always up-to-date
6369 - sv.po: Completed to 511t. Closes: #346450
6370 - sk.po: Completed to 511t. Closes: #346369
6371 - fr.po: Completed to 511t
6372 - *.po: Updated from sources (511 strings)
6373 - el.po: Completed to 511 strings Closes: #344642
6374 - da.po: Completed to 511 strings Closes: #348574
6375 - es.po: Updated to 510t1f Closes: #348158
6376 - gl.po: Completed to 511 strings Closes: #347729
6377 - it.po: Yet another update Closes: #347435
6378 * added debian-archive-keyring to the Recommends (closes: #347970)
6379 * fixed message in apt-key to install debian-archive-keyring
6380 * typos fixed in apt-cache.8 (closes: #348348, #347349)
6381 * add patch to fix http download corruption problem (thanks to
6382 Petr Vandrovec, closes: #280844, #290694)
6383
6384 -- Michael Vogt <mvo@debian.org> Thu, 19 Jan 2006 00:06:33 +0100
6385
6386 apt (0.6.43.1ubuntu1) dapper; urgency=low
6387
6388 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-159:
6389 - en_GB.po, de.po: fix spaces errors in "Ign " translations
6390 Closes: #347258
6391 - makefile: make update-po a pre-requisite of clean target so
6392 that POT and PO files are always up-to-date
6393 - sv.po: Completed to 511t. Closes: #346450
6394 - sk.po: Completed to 511t. Closes: #346369
6395 - fr.po: Completed to 511t
6396 - *.po: Updated from sources (511 strings)
6397 * add patch to fix http download corruption problem (thanks to
6398 Petr Vandrovec, closes: #280844, #290694)
6399 * added APT::Periodic::Unattended-Upgrade (requires the package
6400 "unattended-upgrade")
6401
6402 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 10 Jan 2006 17:09:31 +0100
6403
6404 apt (0.6.43.1) unstable; urgency=low
6405
6406 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-148:
6407 * fr.po: Completed to 510 strings
6408 * it.po: Completed to 510t
6409 * en_GB.po: Completed to 510t
6410 * cs.po: Completed to 510t
6411 * zh_CN.po: Completed to 510t
6412 * el.po: Updated to 510t
6413 * vi.po: Updated to 383t93f34u
6414 * tl.po: Completed to 510 strings (Closes: #344306)
6415 * sv.po: Completed to 510 strings (Closes: #344056)
6416 * LINGUAS: disabled Hebrew translation. (Closes: #313283)
6417 * eu.po: Completed to 510 strings (Closes: #342091)
6418 * apt-get source won't download already downloaded files again
6419 (closes: #79277)
6420 * share/debian-archive.gpg: new 2006 ftp-archive signing key added
6421 (#345891)
6422 * redownload the Release file if IMS-Hit and gpg failure
6423 * deal with multiple signatures on a Release file
6424
6425 -- Michael Vogt <mvo@debian.org> Fri, 6 Jan 2006 01:17:08 +0100
6426
6427 apt (0.6.43ubuntu2) dapper; urgency=low
6428
6429 * merged some missing bits that wheren't merged by baz in the previous
6430 upload (*grumble*)
6431
6432 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 8 Dec 2005 18:35:58 +0100
6433
6434 apt (0.6.43ubuntu1) dapper; urgency=low
6435
6436 * merged with debian
6437
6438 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 25 Nov 2005 11:36:29 +0100
6439
6440 apt (0.6.43) unstable; urgency=medium
6441
6442 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-132:
6443 * zh_CN.po: Completed to 510 strings(Closes: #338267)
6444 * gl.po: Completed to 510 strings (Closes: #338356)
6445 * added support for "/etc/apt/sources.list.d" directory
6446 (closes: #66325)
6447 * make pkgDirStream (a bit) more complete
6448 * fix bug in pkgCache::VerIterator::end() (thanks to Daniel Burrows)
6449 (closes: #339533)
6450 * pkgAcqFile is more flexible now (closes: #57091)
6451 * support a download rate limit for http (closes: #146877)
6452 * included lots of the speedup changes from #319377
6453 * add stdint.h to contrib/md5.h (closes: #340448)
6454 * ABI change, library name changed (closes: #339147)
6455 * Fix GNU/kFreeBSD crash on non-existing server file (closes: #317718)
6456 * switch to libdb4.3 in build-depends
6457
6458 -- Michael Vogt <mvo@debian.org> Tue, 29 Nov 2005 00:17:07 +0100
6459
6460 apt (0.6.42.3ubuntu2) dapper; urgency=low
6461
6462 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-131:
6463 * zh_CN.po: Completed to 507 strings(Closes: #338267)
6464 * gl.po: Completed to 510 strings (Closes: #338356)
6465 * added support for "/etc/apt/sources.list.d" directory
6466 (closes: #66325)
6467
6468 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 14 Nov 2005 15:30:12 +0100
6469
6470 apt (0.6.42.3ubuntu1) dapper; urgency=low
6471
6472 * synced with debian
6473
6474 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Nov 2005 05:05:56 +0100
6475
6476 apt (0.6.42.3) unstable; urgency=low
6477
6478 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-129:
6479 - patch-118: Russian translation update by Yuri Kozlov (closes: #335164)
6480 - patch-119: add update-po as a pre-req for binary (closes: #329910)
6481 - patch-121: Complete French translation
6482 - patch-125: Fixed localization of y/n questions in German translation
6483 (closes: #337078)
6484 - patch-126: Swedish translation update (closes: #337163)
6485 - patch-127: Complete Tagalog translation (closes: #337306)
6486 - patch-128: Danish translation update (closes: #337949)
6487 - patch-129: Basque translation update (closes: #338101)
6488 * cmdline/apt-get.cc:
6489 - bufix in FindSrc (closes: #335213, #337910)
6490 * added armeb to archtable (closes: #333599)
6491 * with --allow-unauthenticated use the old fallback behaviour for
6492 sources (closes: #335112)
6493
6494 -- Michael Vogt <mvo@debian.org> Wed, 9 Nov 2005 07:22:31 +0100
6495
6496 apt (0.6.42.2) unstable; urgency=high
6497
6498 * NMU (approved by maintainer)
6499 * Add AMD64 archive signing key to debian-archive.gpg (closes: #336500).
6500 * Add big-endian arm (armeb) support (closes: #333599).
6501 * Priority high to get the AMD key into testing ASAP.
6502
6503 -- Frans Pop <fjp@debian.org> Sun, 30 Oct 2005 21:29:11 +0100
6504
6505 apt (0.6.42.1) unstable; urgency=low
6506
6507 * fix a incorrect example in the apt_prefrences man page
6508 (thanks to Filipus Klutiero, closes: #282918)
6509 * apt-pkg/pkgrecords.cc:
6510 - revert patch from last version, it causes trouble on alpha
6511 and ia64 (closes: #335102, #335103)
6512 * cmdline/apt-get.cc:
6513 - be extra carefull in FindSrc (closes: #335213)
6514
6515 -- Michael Vogt <mvo@debian.org> Sat, 22 Oct 2005 23:44:35 +0200
6516
6517 apt (0.6.42) unstable; urgency=low
6518
6519 * apt-pkg/cdrom.cc:
6520 - unmount the cdrom when apt failed to locate any package files
6521 * allow cdrom failures and fallback to other sources in that case
6522 (closes: #44135)
6523 * better error text when dpkg-source fails
6524 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-115:
6525 - patch-99: Added Galician translation
6526 - patch-100: Completed Danish translation (Closes: #325686)
6527 - patch-104: French translation completed
6528 - patch-109: Italian translation completed
6529 - patch-112: Swedish translation update
6530 - patch-115: Basque translation completed (Closes: #333299)
6531 * applied french man-page update (thanks to Philippe Batailler)
6532 (closes: #316638, #327456)
6533 * fix leak in the mmap code, thanks to Daniel Burrows for the
6534 patch (closes: #250583)
6535 * support for apt-get [build-dep|source] -t (closes: #152129)
6536 * added "APT::Authentication::TrustCDROM" option to make the life
6537 for the installer people easier (closes: #334656)
6538 * fix crash in apt-ftparchive (thanks to Bastian Blank for the patch)
6539 (closes: #334671)
6540 * apt-pkg/contrib/md5.cc:
6541 - fix a alignment problem on sparc64 that gives random bus errors
6542 (thanks to Fabbione for providing a test-case)
6543 * init the default ScreenWidth to 79 columns by default
6544 (Closes: #324921)
6545 * cmdline/apt-cdrom.cc:
6546 - fix some missing gettext() calls (closes: #334539)
6547 * doc/apt-cache.8.xml: fix typo (closes: #334714)
6548
6549 -- Michael Vogt <mvo@debian.org> Wed, 19 Oct 2005 22:02:09 +0200
6550
6551 apt (0.6.41) unstable; urgency=low
6552
6553 * improved the support for "error" and "conffile" reporting from
6554 dpkg, added the format to README.progress-reporting
6555 * added README.progress-reporting to the apt-doc package
6556 * improved the network timeout handling, if a index file from a
6557 sources.list times out or EAI_AGAIN is returned from getaddrinfo,
6558 don't try to get the other files from that entry
6559 * Support architecture-specific extra overrides
6560 (closes: #225947). Thanks to Anthony Towns for idea and
6561 the patch, thanks to Colin Watson for testing it.
6562 * Javier Fernandez-Sanguino Pen~a:
6563 - Added a first version of an apt-secure.8 manpage, and modified
6564 apt-key and apt.end accordingly. Also added the 'update'
6565 argument to apt-key which was previously not documented
6566 (Closes: #322120)
6567 * Andreas Pakulat:
6568 - added example apt-ftparchive.conf file to doc/examples
6569 (closes: #322483)
6570 * Fix a incorrect example in the man-page (closes: #282918)
6571 * Fix a bug for very long lines in the apt-cdrom code (closes: #280356)
6572 * Fix a manual page bug (closes: #316314)
6573 * Do md5sum checking for file and cdrom method (closes: #319142)
6574 * Change pkgPolicy::Pin from private to protected to let subclasses
6575 access it too (closes: #321799)
6576 * add default constructor for PrvIterator (closes: #322267)
6577 * Reread status configuration on debSystem::Initialize()
6578 (needed for apt-proxy, thanks to Otavio for this patch)
6579
6580 -- Michael Vogt <mvo@debian.org> Mon, 5 Sep 2005 22:59:03 +0200
6581
6582 apt (0.6.40.1ubuntu8) breezy; urgency=low
6583
6584 * Cherry picked michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-62:
6585 - fix for a bad memory/file leak in the mmap code (ubuntu #15603)
6586 * po/de.po, po/fr.po:
6587 - updated the translations
6588 * po/makefile:
6589 - create a single pot file in each domain dir to make rosetta happy
6590
6591 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 28 Sep 2005 10:16:06 +0200
6592
6593 apt (0.6.40.1ubuntu7) breezy; urgency=low
6594
6595 * updated the pot/po files , no code changes
6596
6597 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 27 Sep 2005 18:38:16 +0200
6598
6599 apt (0.6.40.1ubuntu6) breezy; urgency=low
6600
6601 * Cherry picked michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-56:
6602 - make it possible for apt to handle a failed MediaChange event and
6603 fall back to other sources (ubuntu #13713)
6604
6605 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 13 Sep 2005 22:09:50 +0200
6606
6607 apt (0.6.40.1ubuntu5) breezy; urgency=low
6608
6609 * Cherry picked michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-{50,51}.
6610 This adds media-change reporting to the apt status-fd (ubuntu #15213)
6611 * Cherry picked michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-55:
6612 apt-pkg/cdrom.cc:
6613 - unmount the cdrom when apt failed to locate any package files
6614
6615 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 12 Sep 2005 15:44:26 +0200
6616
6617 apt (0.6.40.1ubuntu4) breezy; urgency=low
6618
6619 * debian/apt.cron.daily:
6620 - fix a embarrassing typo
6621
6622 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 7 Sep 2005 10:10:37 +0200
6623
6624 apt (0.6.40.1ubuntu3) breezy; urgency=low
6625
6626 * debian/apt.cron.daily:
6627 - use the ctime as well when figuring what packages need to
6628 be removed. This fixes the problem that packages copied with
6629 "cp -a" (e.g. from the installer) have old mtimes (ubuntu #14504)
6630
6631 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 6 Sep 2005 18:30:46 +0200
6632
6633 apt (0.6.40.1ubuntu2) breezy; urgency=low
6634
6635 * improved the support for "error" and "conffile" reporting from
6636 dpkg, added the format to README.progress-reporting
6637 * added README.progress-reporting to the apt-doc package
6638 * Do md5sum checking for file and cdrom method (closes: #319142)
6639 * Change pkgPolicy::Pin from private to protected to let subclasses
6640 access it too (closes: #321799)
6641 * methods/connect.cc:
6642 - send failure reason for EAI_AGAIN (TmpResolveFailure) to acuire-item
6643 * apt-pkg/acquire-item.cc:
6644 - fail early if a FailReason is TmpResolveFailure (avoids hangs during
6645 the install when no network is available)
6646 * merged michael.vogt@ubuntu.com--2005/apt--trust-cdrom--0
6647
6648 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 23 Aug 2005 19:44:55 +0200
6649
6650 apt (0.6.40.1ubuntu1) breezy; urgency=low
6651
6652 * Synchronize with Debian
6653
6654 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 5 Aug 2005 14:20:56 +0200
6655
6656 apt (0.6.40.1) unstable; urgency=low
6657
6658 * bugfix in the parsing code for the apt<->dpkg communication. apt
6659 crashed when dpkg sends the same state more than once under certain
6660 conditions
6661 * 0.6.40 breaks the ABI but I accidentally didn't change the soname :/
6662
6663 -- Michael Vogt <mvo@debian.org> Fri, 5 Aug 2005 13:24:58 +0200
6664
6665 apt (0.6.40ubuntu1) breezy; urgency=low
6666
6667 * Synchronize with Debian
6668
6669 -- Matt Zimmerman <mdz@ubuntu.com> Thu, 4 Aug 2005 15:53:22 -0700
6670
6671 apt (0.6.40) unstable; urgency=low
6672
6673 * Patch from Jordi Mallach to mark some additional strings for translation
6674 * Updated Catalan translation from Jordi Mallach
6675 * Merge from bubulle@debian.org--2005/apt--main--0:
6676 - Update pot and merge with *.po
6677 - Updated French translation, including apt-key.fr.8
6678 * Restore changelog entries from the 0.6.x series that went to Debian
6679 experimental
6680 * Merge michael.vogt@ubuntu.com--2005/apt--progress-reporting--0
6681 - Provide an interface for progress reporting which can be used by
6682 (e.g.) base-config
6683
6684 -- Matt Zimmerman <mdz@debian.org> Thu, 28 Jul 2005 11:57:32 -0700
6685
6686 apt (0.6.39ubuntu4) breezy; urgency=low
6687
6688 * Fix keyring paths in apt-key, apt.postinst (I swear I remember doing this
6689 before...)
6690
6691 -- Matt Zimmerman <mdz@ubuntu.com> Wed, 29 Jun 2005 08:39:17 -0700
6692
6693 apt (0.6.39ubuntu3) breezy; urgency=low
6694
6695 * Fix keyring locations for Ubuntu in apt-key too.
6696
6697 -- Colin Watson <cjwatson@ubuntu.com> Wed, 29 Jun 2005 14:45:36 +0100
6698
6699 apt (0.6.39ubuntu2) breezy; urgency=low
6700
6701 * Install ubuntu-archive.gpg rather than debian-archive.gpg as
6702 /etc/apt/trusted.gpg.
6703
6704 -- Colin Watson <cjwatson@ubuntu.com> Wed, 29 Jun 2005 11:53:34 +0100
6705
6706 apt (0.6.39ubuntu1) breezy; urgency=low
6707
6708 * Michael Vogt
6709 - Change debian/bugscript to use #!/bin/bash (Closes: #313402)
6710 - Fix a incorrect example in the man-page (closes: #282918)
6711 - Support architecture-specific extra overrides
6712 (closes: #225947). Thanks to Anthony Towns for idea and
6713 the patch, thanks to Colin Watson for testing it.
6714 - better report network timeouts from the methods to the acuire code,
6715 only timeout once per sources.list line
6716
6717 -- Matt Zimmerman <mdz@ubuntu.com> Tue, 28 Jun 2005 11:52:24 -0700
6718
6719 apt (0.6.39) unstable; urgency=low
6720
6721 * Welsh translation update: daf@muse.19inch.net--2005/apt--main--0--patch-6
6722 * Merge mvo's changes from 0.6.36ubuntu1:
6723 michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-32
6724 * Merge aggregated translation updates:
6725 bubulle@debian.org--2005/apt--main--0
6726 * Update priority of apt-utils to important, to match the override file
6727 * Install only one keyring on each branch (Closes: #316119)
6728
6729 -- Matt Zimmerman <mdz@debian.org> Tue, 28 Jun 2005 11:51:09 -0700
6730
6731 apt (0.6.38ubuntu1) breezy; urgency=low
6732
6733 * First release from Ubuntu branch
6734 * Merge with --main--0, switch back to Ubuntu keyring
6735
6736 -- Matt Zimmerman <mdz@ubuntu.com> Sat, 25 Jun 2005 16:52:41 -0700
6737
6738 apt (0.6.38) unstable; urgency=low
6739
6740 * Merge michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-6, a workaround
6741 for the French man pages' failure to build
6742 * Branch Debian and Ubuntu
6743 - apt.postinst, apt-key: use the appropriate keyring
6744 - debian/rules: install all keyrings
6745 * Add the current Debian archive signing key (4F368D5D) to
6746 debian-archive.gpg
6747 * make pinning on the "component" work again (using the section of the
6748 archive, we don't use per-section Release files anymore with apt-0.6)
6749 (closes ubuntu #9935)
6750
6751 -- Matt Zimmerman <mdz@debian.org> Sat, 25 Jun 2005 09:51:00 -0700
6752
6753 apt (0.6.37) breezy; urgency=low
6754
6755 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-81
6756 - patch-66: Italian update
6757 - patch-71: French update
6758 - patch-73: Basque update
6759 - patch-74: Hebrew update
6760 - patch-76: Correct Hebrew translation (Closes: #306658)
6761 - patch-77: French man page update
6762 - patch-79: Correct syntax errors in Hebrew translation
6763 - patch-81: Portuguese update
6764 * Fix build of French man pages (now using XML, not SGML)
6765 * Add Welsh translation from Dafydd Harries
6766 (daf@muse.19inch.net--2005/apt--main--0--patch-1)
6767 * Change debian/bugscript to use #!/bin/bash (Closes: #313402)
6768 * Fix a incorrect example in the man-page (closes: #282918)
6769
6770 -- Matt Zimmerman <mdz@ubuntu.com> Tue, 24 May 2005 14:38:25 -0700
6771
6772 apt (0.6.36ubuntu1) breezy; urgency=low
6773
6774 * make it possible to write a cache-control: no-cache header even if
6775 no proxy is set to support transparent proxies (closes ubuntu: #10773)
6776
6777 * Merge otavio@debian.org--2005/apt--fixes--0.6:
6778 - Fix comment about the need of xmlto while building from Arch;
6779 - Fix StatStore struct on cachedb.h to use time_t and then fix a compile
6780 warning;
6781 - Lock database at start of DoInstall routine to avoid concurrent
6782 runs of install/remove and update commands (Closes: #194467)
6783 - Fix warnings while compiling with GCC 4.0 compiler
6784
6785 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 23 May 2005 11:57:53 +0200
6786
6787 apt (0.6.36) experimental; urgency=low
6788
6789 * Merge apt--mvo--0:
6790 - apt-pkg/acquire-item.cc:
6791 added "Acquire::BrokenProxy" that will force apt to always
6792 re-get the Release.gpg file (for broken proxies)
6793 - debian/apt.cron.daily:
6794 MinAge is defaulting to 2 days now to prevent over-aggresive removal
6795 - apt-pkg/cdrom.cc:
6796 honor "Acquire::gpgv::Options" when verifying the signature (Ubuntu #8496)
6797
6798 -- Michael Vogt <mvo@debian.org> Thu, 31 Mar 2005 20:37:11 +0200
6799
6800 apt (0.6.35) hoary; urgency=low
6801
6802 * Merge apt--mvo--0 (incorporates 0.6.34ubuntu1):
6803 - Implement MaxSize and MaxAge in apt.cron.daily, to prevent the cache
6804 from growing too large (Ubuntu #6761)
6805 - some comments about the pkgAcqMetaSig::Custom600Headers() added
6806 - use gpg --with-colons
6807 - commented the ftp no_proxy unseting in methods/ftp.cc
6808 - added support for "Acquire::gpgv::options" in methods/gpgv.cc
6809 * Merge bubulle@debian.org--2005/apt--main--0
6810 - Make capitalization more consistent
6811 - Un-fuzzy translations resulting from capitalization changes
6812 - Italian translation update
6813
6814 -- Matt Zimmerman <mdz@ubuntu.com> Mon, 7 Mar 2005 20:08:33 -0800
6815
6816 apt (0.6.34) hoary; urgency=low
6817
6818 * Add missing semicolon to configure-index (Closes: #295773)
6819 * Update build-depends on gettext to 0.12 (Closes: #295077)
6820 * Merge from bubulle@debian.org--2005/apt--main--0 to get
6821 translation updates
6822
6823 -- Matt Zimmerman <mdz@ubuntu.com> Fri, 4 Mar 2005 16:13:15 -0800
6824
6825 apt (0.6.33) hoary; urgency=low
6826
6827 * Merge michael.vogt@ubuntu.com--2005/apt--mvo--0 (through patch-6)
6828 - patch-1: cosmetic changes (whitespace, "Apt::GPGV->APT::GPGV")
6829 - patch-2: (doc) documentation for gpgv
6830 - patch-3: (doc) new config variables added configure-index
6831 - patch-4: pkgAcquire::Run() pulse intervall can be configured
6832 - patch-5: fix for apt-get update removing Release.gpg files (#6865)
6833 - patch-6: change the path scoring in apt-cdrom, prefer pathes without
6834 symlinks
6835
6836 -- Matt Zimmerman <mdz@ubuntu.com> Sat, 26 Feb 2005 15:21:17 -0800
6837
6838 apt (0.6.32) hoary; urgency=low
6839
6840 * Merge michael.vogt@ubuntu.com--2005/apt--mvo--0 (patch-1)
6841 - Implement Acquire::gpgv::options (Ubuntu bug#6283)
6842
6843 -- Matt Zimmerman <mdz@ubuntu.com> Tue, 8 Feb 2005 19:31:15 -0800
6844
6845 apt (0.6.31) hoary; urgency=low
6846
6847 * Matt Zimmerman
6848 - Remove debugging output from apt.cron.daily (no one noticed?)
6849 - Apply patch from Anthony Towns to allow SHA1Summation to process a file
6850 descriptor until EOF, rather than requiring that the length of input be
6851 specified (Closes: #291338)
6852 - Fix build/install of Polish offline documentation, based on patch from
6853 Christian Perrier (Closes: #270404)
6854 * Michael Vogt
6855 - apt-cdrom.cc seperated into frontend (cmdline/apt-cdrom.cc and library
6856 apt-pkg/cdrom.{cc,h}) (Ubuntu #5668)
6857
6858 -- Matt Zimmerman <mdz@ubuntu.com> Fri, 4 Feb 2005 10:23:01 -0800
6859
6860 apt (0.6.30) unstable; urgency=low
6861
6862 * Add ppc64 to buildlib/archtable
6863 * Merge michael.vogt@canonical.com--2004/apt--status-fd--0
6864 - Support preserving dpkg status file descriptor, to support
6865 better integration with synaptic
6866
6867 -- Matt Zimmerman <mdz@ubuntu.com> Wed, 19 Jan 2005 00:26:01 -0800
6868
6869 apt (0.6.29) hoary; urgency=low
6870
6871 * Merge apt--mvo--0 (0.6.27ubuntu4)
6872
6873
6874 -- Matt Zimmerman <mdz@canonical.com> Tue, 28 Dec 2004 17:18:02 -0800
6875
6876 apt (0.6.28) hoary; urgency=low
6877
6878 * Merge apt--mvo--0
6879 * Rebuild source to get rid of arch metadata and temporary files in
6880 0.6.27ubuntu3
6881
6882 -- Matt Zimmerman <mdz@canonical.com> Thu, 23 Dec 2004 18:53:16 -0800
6883
6884 apt (0.6.27ubuntu4) hoary; urgency=low
6885
6886 * remove old sig-file in partial/ before starting to fetch a new sig-file
6887 (see ubuntu #4769 for the rational)
6888 * added apt-key update method (uses ubuntu-keyring)
6889 * documented the "--allow-unauthenticated" switch
6890 * added DEB_BUILD_PROG_OPTS to debian/rules (additonal options can be
6891 passed to DEB_BUILD_PROG like "-S")
6892
6893 -- Michael Vogt <mvo@debian.org> Thu, 23 Dec 2004 11:12:51 +0100
6894
6895 apt (0.6.27ubuntu3) hoary; urgency=low
6896
6897 * added a exact dependency from libapt-pkg-dev to the apt version it was
6898 build with
6899
6900 -- Michael Vogt <mvo@debian.org> Wed, 15 Dec 2004 09:56:32 +0100
6901
6902 apt (0.6.27ubuntu2) hoary; urgency=low
6903
6904 * fixed a bug in the rule file that happend during the big 0.5->0.6 merge
6905
6906 -- Michael Vogt <mvo@debian.org> Tue, 14 Dec 2004 12:14:25 +0100
6907
6908 apt (0.6.27ubuntu1) hoary; urgency=low
6909
6910 * chmod 755 /usr/bin/apt-key
6911 * don't display a error when a apt-get update don't find a
6912 Packages.bz2/Sources.bz2 file
6913
6914 -- Michael Vogt <mvo@debian.org> Mon, 13 Dec 2004 18:40:21 +0100
6915
6916 apt (0.6.27) hoary; urgency=low
6917
6918 * Merge apt--authentication--0 branch
6919 - Implement gpg authentication for package repositories (Closes: #203741)
6920 - Also includes Michael Vogt's fixes
6921 * Merge apt--misc-abi-changes--0 branch
6922 - Use pid_t throughout to hold process IDs (Closes: #226701)
6923 - Import patch from Debian bug #195510: (Closes: #195510)
6924 - Make Simulate::Describe and Simulate::ShortBreaks private member
6925 functions
6926 - Add a parameter (Candidate) to Describe to control whether the
6927 candidate version is displayed
6928 - Pass an appropriate value for Candidate everywhere Describe is called
6929
6930 -- Matt Zimmerman <mdz@canonical.com> Mon, 13 Dec 2004 01:03:11 -0800
6931
6932 apt (0.6.25) experimental; urgency=low
6933
6934 * Fix handling of two-part sources for sources.list deb-src entries in
6935 the same way that deb entries were fixed
6936
6937 -- Matt Zimmerman <mdz@debian.org> Wed, 9 Jun 2004 05:29:50 -0700
6938
6939 apt (0.6.24) experimental; urgency=low
6940
6941 * YnPrompt fixes were inadvertently left out, include them (Closes:
6942 #249251)
6943
6944 -- Matt Zimmerman <mdz@debian.org> Sun, 16 May 2004 14:18:53 -0700
6945
6946 apt (0.6.23) experimental; urgency=low
6947
6948 * Remove obsolete pkgIterator::TargetVer() (Closes: #230159)
6949 * Reverse test in CheckAuth to match new prompt (Closes: #248211)
6950
6951 -- Matt Zimmerman <mdz@debian.org> Sun, 9 May 2004 21:01:58 -0700
6952
6953 apt (0.6.22) experimental; urgency=low
6954
6955 * Merge 0.5.25
6956 * Make the unauthenticated packages prompt more intuitive (yes to
6957 continue, default no), but require --force-yes in addition to
6958 --assume-yes in order to override
6959
6960 -- Matt Zimmerman <mdz@debian.org> Fri, 19 Mar 2004 13:55:35 -0800
6961
6962 apt (0.6.21) experimental; urgency=low
6963
6964 * Merge 0.5.24
6965
6966 -- Matt Zimmerman <mdz@debian.org> Tue, 16 Mar 2004 22:52:34 -0800
6967
6968 apt (0.6.20) experimental; urgency=low
6969
6970 * Merge 0.5.23
6971
6972 -- Matt Zimmerman <mdz@debian.org> Thu, 26 Feb 2004 17:17:02 -0800
6973
6974 apt (0.6.19) experimental; urgency=low
6975
6976 * Merge 0.5.22
6977 * Convert apt-key(8) to docbook XML
6978
6979 -- Matt Zimmerman <mdz@debian.org> Mon, 9 Feb 2004 15:44:49 -0800
6980
6981 apt (0.6.18) experimental; urgency=low
6982
6983 * Add new Debian Archive Automatic Signing Key to the default keyring
6984 (existing keyrings are not updated; do that yourself)
6985
6986 -- Matt Zimmerman <mdz@debian.org> Sat, 17 Jan 2004 17:04:30 -0800
6987
6988 apt (0.6.17) experimental; urgency=low
6989
6990 * Merge 0.5.21
6991 * Handle more IMS stuff correctly
6992
6993 -- Matt Zimmerman <mdz@debian.org> Fri, 16 Jan 2004 10:54:25 -0800
6994
6995 apt (0.6.16) experimental; urgency=low
6996
6997 * Fix some cases where the .gpg file could be left in place when it is
6998 invalid
6999
7000 -- Matt Zimmerman <mdz@debian.org> Fri, 9 Jan 2004 09:22:15 -0800
7001
7002 apt (0.6.15) experimental; urgency=low
7003
7004 * s/Debug::Acquire::gpg/&v/
7005 * Honor the [vendor] syntax in sources.list again (though it is not
7006 presently used for anything)
7007 * Don't ship vendors.list(5) since it isn't used yet
7008 * Revert change from 0.6.10; it was right in the first place and the
7009 problem was apparently something else. Archive = Suite.
7010
7011 -- Matt Zimmerman <mdz@debian.org> Mon, 5 Jan 2004 17:43:01 -0800
7012
7013 apt (0.6.14) experimental; urgency=low
7014
7015 * Merge 0.5.20
7016
7017 -- Matt Zimmerman <mdz@debian.org> Sun, 4 Jan 2004 11:09:21 -0800
7018
7019 apt (0.6.13) experimental; urgency=low
7020
7021 * Merge 0.5.19
7022
7023 -- Matt Zimmerman <mdz@debian.org> Sat, 3 Jan 2004 16:22:31 -0800
7024
7025 apt (0.6.12) experimental; urgency=low
7026
7027 * Have pkgAcquireIndex calculate an MD5 sum if one is not provided by
7028 the method (as with file: and copy:). Local repositories
7029 * Fix warning about dist name mismatch to actually print what it was
7030 expecting
7031 * Don't expect any particular distribution name for two-part
7032 sources.list entries
7033 * Merge 0.5.18
7034
7035 -- Matt Zimmerman <mdz@debian.org> Fri, 2 Jan 2004 13:59:00 -0800
7036
7037 apt (0.6.11) experimental; urgency=low
7038
7039 * Support IMS requests of Release.gpg and Release
7040 * This required API changes, bump the libapt-pkg version
7041 * Copy local Release files into Dir::State::Lists
7042 * Set IndexFile attribute when retrieving Release and Release.gpg so
7043 that the appropriate Cache-Control headers are sent
7044
7045 -- Matt Zimmerman <mdz@debian.org> Fri, 2 Jan 2004 10:46:17 -0800
7046
7047 apt (0.6.10) experimental; urgency=low
7048
7049 * Use "Codename" (woody, sarge, etc.) to supply the value of the
7050 "Archive" package file attribute, used to match "release a=" type
7051 pins, rather than "Suite" (stable, testing, etc.)
7052
7053 -- Matt Zimmerman <mdz@debian.org> Thu, 1 Jan 2004 16:56:47 -0800
7054
7055 apt (0.6.9) experimental; urgency=low
7056
7057 * Another tagfile workaround
7058
7059 -- Matt Zimmerman <mdz@debian.org> Thu, 1 Jan 2004 13:56:08 -0800
7060
7061 apt (0.6.8) experimental; urgency=low
7062
7063 * Add a config option and corresponding command line option
7064 (--allow-unauthenticated) to apt-get, to make buildd operators happy
7065 (Closes: #225648)
7066
7067 -- Matt Zimmerman <mdz@debian.org> Wed, 31 Dec 2003 08:28:04 -0800
7068
7069 apt (0.6.7) experimental; urgency=low
7070
7071 * Forgot to revert part of the changes to tagfile in 0.6.4. Hopefully
7072 will fix segfaults for some folks.
7073
7074 -- Matt Zimmerman <mdz@debian.org> Wed, 31 Dec 2003 08:01:28 -0800
7075
7076 apt (0.6.6) experimental; urgency=low
7077
7078 * Restore the ugly hack I removed from indexRecords::Load which set the
7079 pkgTagFile buffer size to (file size)+256. This is concealing a bug,
7080 but I can't fix it right now. This should fix the segfaults that
7081 folks are seeing with 0.6.[45].
7082
7083 -- Matt Zimmerman <mdz@debian.org> Mon, 29 Dec 2003 18:11:13 -0800
7084
7085 apt (0.6.5) experimental; urgency=low
7086
7087 * Move the authentication check into a separate function in apt-get
7088 * Fix display of unauthenticated packages when they are in the cache
7089 (Closes: #225336)
7090
7091 -- Matt Zimmerman <mdz@debian.org> Sun, 28 Dec 2003 16:47:57 -0800
7092
7093 apt (0.6.4) experimental; urgency=low
7094
7095 * Use the top-level Release file in LoadReleaseInfo, rather than looking
7096 for the per-section ones (which aren't downloaded anymore). This
7097 unbreaks release pinning, including the NotAutomatic bit used by
7098 project/experimental
7099 * Use FileFd::Size() rather than a separate stat() call in
7100 LoadReleaseInfo
7101 * Fix pkgTagFile to leave a little extra room at the end of the buffer
7102 to append the record separator if it isn't present
7103 * Change LoadReleaseInfo to use "Suite" rather than "Archive", to match
7104 the Debian archive's dist-level Release files
7105
7106 -- Matt Zimmerman <mdz@debian.org> Sun, 28 Dec 2003 15:55:55 -0800
7107
7108 apt (0.6.3) experimental; urgency=low
7109
7110 * Fix MetaIndexURI for flat ("foo/") sources
7111
7112 -- Matt Zimmerman <mdz@debian.org> Sun, 28 Dec 2003 12:11:56 -0800
7113
7114 apt (0.6.2) experimental; urgency=low
7115
7116 * Add space between package names when multiple unauthenticated packages
7117 are being installed (Closes: #225212)
7118 * Provide apt-key with a secret keyring and a trustdb, even though we
7119 would never use them, because it blows up if it doesn't have them
7120 * Fix typo in apt-key(8) (standard input is '-', not '/')
7121
7122 -- Matt Zimmerman <mdz@debian.org> Sat, 27 Dec 2003 13:01:40 -0800
7123
7124 apt (0.6.1) experimental; urgency=low
7125
7126 * Merge apt 0.5.17
7127 * Rearrange Release file authentication code to be more clear
7128 * If Release is present, but Release.gpg is not, don't forget to still
7129 queue Packages files
7130 * Convert distribution "../project/experimental" to "experimental" for
7131 comparison purposes
7132 * Make a number of Release file errors into warnings; for now, it is OK
7133 not to have a codename, for example. We mostly care about checksums
7134 for now
7135
7136 -- Matt Zimmerman <mdz@debian.org> Fri, 26 Dec 2003 15:12:47 -0800
7137
7138 apt (0.6.0) experimental; urgency=low
7139
7140 * Signature verification support patch ("apt-secure") from Colin Walters
7141 <walters@debian.org> and Isaac Jones <ijones@syntaxpolice.org>. This
7142 implements:
7143 - Release signature verification (Release.gpg)
7144 - Packages, Sources md5sum verification against Release
7145 - Closes: #203741
7146 * Make some modifications to signature verification support:
7147 - Release.gpg is always retrieved and verified if present, rather than
7148 requiring that sources be configured as secure
7149 - Print a hint about installing gnupg if exec(gpgv) fails
7150 - Remove obsolete pkgAcqIndexRel
7151 - Move vendors.list stuff into a separate module (vendorlist.{h,cc})
7152 - If any files about to be retrieved are not authenticated, issue a
7153 warning to the user and require confirmation
7154 - Fix a heap corruption bug in pkgSrcRecords::pkgSrcRecords()
7155 * Suggests: gnupg
7156 * Install a keyring in /usr/share/apt/debian-archive.gpg containing an
7157 initial set of Debian archive signing keys to seed /etc/apt/trusted.gpg
7158 * Add a new tool, apt-key(8) used to manage the keyring
7159
7160 -- Matt Zimmerman <mdz@debian.org> Fri, 26 Dec 2003 08:27:19 -0800
7161
7162 apt (0.5.32) hoary; urgency=low
7163
7164 * Call setlocale in the methods, so that the messages are properly
7165 localised (Closes: #282700)
7166 * Implement support for bzip2-compressed debs (data.tar.bz2)
7167
7168 -- Matt Zimmerman <mdz@canonical.com> Sat, 11 Dec 2004 09:05:52 -0800
7169
7170 apt (0.5.31) unstable; urgency=low
7171
7172 * New Romanian translation from Sorin Batariuc <sorin@bonbon.net>
7173 (Closes: #281458)
7174 * Merge changes from Hoary (0.5.30,0.5.30ubuntu2]
7175 * Fix the example in apt_preferences(5) to match the text
7176 (Closes: #222267)
7177 * Add APT::Periodic::Autoclean setting, to allow "apt-get autoclean" to
7178 be run periodically. This is useful with
7179 APT::Periodic::Download-Upgradeable-Packages, and defaults to the same
7180 value, so that the cache size is bounded
7181
7182 -- Matt Zimmerman <mdz@debian.org> Tue, 23 Nov 2004 12:53:04 -0800
7183
7184 apt (0.5.30ubuntu2) hoary; urgency=low
7185
7186 * bzip2 is now "Suggested" and it will detect if bzip2 is installed
7187 and only then trying to get Packages.bz2
7188
7189 -- Michael Vogt <mvo@debian.org> Fri, 19 Nov 2004 12:00:39 +0100
7190
7191 apt (0.5.30ubuntu1) hoary; urgency=low
7192
7193 * Need to Depend: bzip2 or Packages.bz2 fail.
7194
7195 -- LaMont Jones <lamont@canonical.com> Thu, 18 Nov 2004 12:51:05 -0700
7196
7197 apt (0.5.30) hoary; urgency=low
7198
7199 * Patch from Michael Vogt to enable Packages.bz2 use, with a fallback to
7200 Packages.gz if it is not present (Closes: #37525)
7201
7202 -- Matt Zimmerman <mdz@debian.org> Mon, 15 Nov 2004 12:57:28 -0800
7203
7204 apt (0.5.29) unstable; urgency=low
7205
7206 * Don't hardcode paths in apt.cron.daily
7207 * Add to apt.cron.daily the capability to pre-download upgradeable
7208 packages
7209 * Place timestamp files in /var/lib/apt/periodic, rather than
7210 /var/lib/apt itself
7211 * Standardize debhelper files a bit
7212 - Create all directories in debian/dirs rather than creating some on
7213 the dh_installdirs command line
7214 - Rename debian/dirs to debian/apt.dirs, debian/examples to
7215 debian/apt.examples
7216
7217 -- Matt Zimmerman <mdz@debian.org> Sat, 13 Nov 2004 17:58:07 -0800
7218
7219 apt (0.5.28) hoary; urgency=low
7220
7221 * Translation updates:
7222 - Updated Hungarian from Kelemen Gábor <kelemeng@gnome.hu> (Closes: #263436)
7223 - Updated Greek from George Papamichelakis (Closes: #265004)
7224 - Updated Simplified Chinese from Tchaikov (Closes: #265190)
7225 - Updated French by Christian Perrier (Closes: #265816)
7226 - Updated Japanese by Kenshi Muto (Closes: #265630)
7227 - Updated Catalan from Jordi Mallach
7228 - Updated Dutch from Bart Cornelis (Closes: #268258, #278697)
7229 - Updated Portuguese from Miguel Figueiredo (Closes: #268265)
7230 - Updated Polish from Robert Luberda <robert@debian.org> (Closes: #268451)
7231 - Updated Danish from Claus Hindsgaul (Closes: #269417)
7232 - Updated Norwegian Nynorsk from Håvard Korsvoll <korsvoll@skulelinux.no>
7233 (Closes: #269965)
7234 - Updated Russian from Yuri Kozlov <yuray@id.ru> (Closes: #271104)
7235 - Updated Italian from Samuele Giovanni Tonon <samu@debian.org>
7236 (Closes: #275083)
7237 - Updated Brazilian Portuguese from Andre Luis Lopes (Closes: #273944)
7238 - Updated Slovak from Peter Mann (Closes: #279481)
7239 * APT::Get::APT::Get::No-List-Cleanup -> APT::Get::List-Cleanup in apt-get.cc
7240 (Closes: #267266)
7241 * Merge Ubuntu changes:
7242 - Set default Dpkg::MaxArgs to 1024, and Dpkg::MaxArgBytes to 32k.
7243 Needed to work around ordering bugs when installing a large number of
7244 packages
7245 - Patch from Michael Vogt to add an optional cron job which
7246 can run apt-get update periodically
7247 * Add arch-build target to debian/rules
7248
7249 -- Matt Zimmerman <mdz@debian.org> Sat, 13 Nov 2004 15:52:20 -0800
7250
7251 apt (0.5.27) unstable; urgency=high
7252
7253 * Sneak in a bunch of updated translations before the freeze
7254 (no code changes)
7255 * Translation updates:
7256 - New Finnish translation from Tapio Lehtonen <tale@debian.org>
7257 (Closes: #258999)
7258 - New Bosnian translation from Safir Šećerović <sapphire@linux.org.ba>
7259 (Closes: #254201)
7260 - Fix Italian incontrario (Closes: #217277)
7261 - Updated Spanish from Ruben Porras (Closes: #260483)
7262 - Updated Danish from Claus Hindsgaul (Closes: #260569)
7263 - Updated Slovak from Peter Mann (Closes: #260627)
7264 - Updated Portuguese from Miguel Figueiredo (Closes: #261423)
7265 * Bring configure-index up to date with documented options, patch from
7266 Uwe Zeisberger <zeisberg@informatik.uni-freiburg.de> (Closes: #259540)
7267 * Note in apt.conf(5) that configure-index does not contain strictly
7268 default values, but also examples
7269 * Add Polish translation of offline.sgml (Closes: #259229)
7270
7271 -- Matt Zimmerman <mdz@debian.org> Thu, 29 Jul 2004 09:30:12 -0700
7272
7273 apt (0.5.26) unstable; urgency=low
7274
7275 * Translation updates:
7276 - Spanish update from Ruben Porras <nahoo82@telefonica.net> (Closes: #248214)
7277 - Sync Spanish apt(8) (Closes: #249241)
7278 - French update from Christian Perrier <bubulle@debian.org> (Closes: #248614)
7279 - New Slovak translation from Peter Mann <Peter.Mann@tuke.sk> (Closes: #251676)
7280 - Czech update from Miroslav Kure <kurem@upcase.inf.upol.cz> (Closes: #251682)
7281 - pt_BR update from Andre Luis Lopes <andrelop@debian.org> (Closes: #251961)
7282 - German translation of apt(8) from Helge Kreutzmann <kreutzm@itp.uni-hannover.de>
7283 (Closes: #249453)
7284 - pt update from Miguel Figueiredo <elmig@debianpt.org> (Closes: #252700)
7285 - New Hebrew translation from Lior Kaplan <webmaster@guides.co.il>
7286 (Closes: #253182)
7287 - New Basque translation from Piarres Beobide Egaña <pi@beobide.net>
7288 (Vasco - Euskara - difficult language, Closes: #254407) and already a
7289 correction (Closes: #255760)
7290 - Updated Brazilian Portuguese translation from
7291 Guilherme de S. Pastore <gpastore@colband.com.br> (Closes: #256396)
7292 - Updated Greek translation (complete now) from
7293 George Papamichelakis <george@step.gr> (Closes: #256797)
7294 - New Korean translation from Changwoo Ryu <cwryu@debian.org>
7295 (Closes: #257143)
7296 - German translation now available in two flavours: with Unicode usage and
7297 without (related to #228486, #235759)
7298 * Update apt-get(8) to reflect the fact that APT::Get::Only-Source will
7299 affect apt-get build-dep as well as apt-get source
7300 * Remove aborted remnants of a different method of implementing DEB_BUILD_OPTIONS
7301 from debian/rules
7302 * Fix typo in error message when encountering unknown type in source list
7303 (Closes: #253217)
7304 * Update k*bsd-gnu arch names in buildlib/ostable (Closes: #253532)
7305 * Add amd64 to buildlib/archtable (Closes: #240896)
7306 * Have configure output a more useful error message if the architecture
7307 isn't in archtable
7308
7309 -- Matt Zimmerman <mdz@debian.org> Thu, 8 Jul 2004 15:53:28 -0700
7310
7311 apt (0.5.25) unstable; urgency=low
7312
7313 * Patch from Jason Gunthorpe to remove arbitrary length limit on Binary
7314 field in SourcesWriter::DoPackage
7315 * Fix typo in apt-cache(8) (Closes: #238578)
7316 * Fix obsolete reference to bug(1) in stub apt(8) man page
7317 (Closes: #245923)
7318 * Fix typo in configure-index (RecruseDepends -> RecurseDepends)
7319 (Closes: #246550)
7320 * Support DEB_BUILD_OPTIONS=noopt in debian/rules
7321 (Closes: #244293)
7322 * Increase length of line buffer in ReadConfigFile to 1024 chars;
7323 detect if a line is longer than that and error out
7324 (Closes: #244835)
7325 * Suppress a signed/unsigned warning in apt-cache.cc:DisplayRecord
7326 * Build apt-ftparchive with libdb4.2 rather than libdb2
7327 - Patch from Clint Adams to do most of the work
7328 - Build-Depends: s/libdb2-dev/libdb4.2-dev/
7329 - Add AC_PREREQ(2.50) to configure.in
7330 - Use db_strerror(err) rather than GlobalError::Errno (which uses strerror)
7331 - Add note to NEWS.Debian about upgrading old databases
7332 * Attempt to fix problems with chunked encoding by stripping only a single CR
7333 (Closes: #152711)
7334 * Modify debian/rules cvs-build to use cvs export, to avoid picking up
7335 junk files from the working directory
7336 * Add lang=fr attribute to refentry section of
7337 apt-extracttemplates.fr.1.sgml and apt-sortpkgs.fr.1.sgml so they are
7338 correctly built
7339 * Remove extraneous '\' characters from <command> tags in
7340 apt_preferences.fr.5.sgml
7341 * Translation updates:
7342 - Updated Swedish translation from Peter Karlsson <peter@softwolves.pp.se>
7343 (Closes: #238943)
7344 - New Slovenian translation from Jure Čuhalev <gandalf@owca.info>
7345 (closes: #239785)
7346 - New Portuguese translation from Miguel Figueiredo <elmig@debianpt.org>
7347 (closes: #240074)
7348 - Updated Spanish translation from Ruben Porras <nahoo82@telefonica.net>
7349 - Updated Spanish translation of man pages from Ruben Porras
7350 <nahoo82@telefonica.net>
7351 - Updated Simplified Chinese translation from "Carlos Z.F. Liu" <carlos_liu@yahoo.com>
7352 (Closes: #241971)
7353 - Updated Russian translation from Dmitry Astapov <adept@despammed.com>
7354 (Closes: #243959)
7355 - Updated Polish translation from Marcin Owsiany <porridge@debian.org>
7356 (Closes: #242388)
7357 - Updated Czech translation from Miroslav Kure <kurem@upcase.inf.upol.cz>
7358 (Closes: #244369)
7359 - Updated Japanese translation from Kenshi Muto <kmuto@debian.org>
7360 (Closes: #244176)
7361 - Run make -C po update-po to update .po files
7362 - Updated French translation from Christian Perrier <bubulle@debian.org>
7363 (Closes: #246925)
7364 - Updated Danish translation from Claus Hindsgaul <claus_h@image.dk>
7365 (Closes: #247311)
7366
7367 -- Matt Zimmerman <mdz@debian.org> Sat, 8 May 2004 12:52:20 -0700
7368
7369 apt (0.5.24) unstable; urgency=low
7370
7371 * Updated Czech translation from Miroslav Kure <kurem@upcase.inf.upol.cz>
7372 (Closes: #235822)
7373 * Updated French translation from Christian Perrier <bubulle@debian.org>
7374 (Closes: #237403)
7375 * Updates to XML man pages from richard.bos@xs4all.nl
7376 * Updated Danish translation from Claus Hindsgaul <claus_h@image.dk>
7377 (Closes: #237771)
7378 * Updated Greek translation from Konstantinos Margaritis
7379 <markos@debian.org>
7380 (Closes: #237806)
7381 * Updated Spanish translation from Ruben Porras <nahoo82@telefonica.net>
7382 (Closes: #237863)
7383 * Updated pt_BR translation from Andre Luis Lopes <andrelop@debian.org>
7384 (Closes: #237960)
7385 * Regenerate .pot file (Closes: #237892)
7386 * Updated Polish translation from Marcin Owsiany <porridge@debian.org>
7387 (Closes: #238333)
7388 * In pkgAcquire::Shutdown(), set the status of fetching items to
7389 StatError to avoid a sometimes large batch of error messages
7390 (Closes: #234685)
7391 * Implement an ugly workaround for the 10000-character limit on the
7392 Binaries field in debSrcRecordParser, until such time as some things
7393 can be converted over to use STL data types (ABI change) (Closes: #236688)
7394 * Increase default tagfile buffer from 32k to 128k; this arbitrary limit
7395 should also be removed someday (Closes: #174945)
7396 * Checked against Standards-Version 3.6.1 (no changes)
7397
7398 -- Matt Zimmerman <mdz@debian.org> Tue, 16 Mar 2004 22:47:55 -0800
7399
7400 apt (0.5.23) unstable; urgency=low
7401
7402 * Cosmetic updates to XML man pages from Richard Bos <radoeka@xs4all.nl>
7403 * Use the 'binary' target rather than 'all' so that the ssh and bzip2
7404 symlinks are created correctly (thanks to Adam Heath)
7405 (Closes: #214842)
7406 * Updated Simplified Chinese translation of message catalog from Tchaikov
7407 <chaisave@263.net> (Closes: #234186)
7408 * Change default for Acquire::http::max-age to 0 to prevent index files
7409 being out of sync with each other (important with Release.gpg)
7410 * Add an assert() to make sure that we don't overflow a fixed-size
7411 buffer in the very unlikely event that someone adds 10 packaging
7412 systems to apt (Closes: #233678)
7413 * Fix whitespace in French translation of "Yes, do as I say!", which
7414 made it tricky to type, again. Thanks to Sylvain Pasche
7415 <sylvain.pasche@switzerland.org> (Closes: #234494)
7416 * Print a slightly clearer error message if no packaging systems are
7417 available (Closes: #233681)
7418 * Point to Build-Depends in COMPILING (Closes: #233669)
7419 * Make debian/rules a bit more consistent in a few places.
7420 Specifically, always use -p$@ rather than an explicit package name,
7421 and always specify it first, and use dh_shlibdeps -l uniformly rather
7422 than sometimes changing LD_LIBRARY_PATH directly
7423 * Document unit for Cache-Limit (bytes) (Closes: #234737)
7424 * Don't translate "Yes, do as I say!" in Chinese locales, because it can
7425 be difficult to input (Closes: #234886)
7426
7427 -- Matt Zimmerman <mdz@debian.org> Thu, 26 Feb 2004 17:08:14 -0800
7428
7429 apt (0.5.22) unstable; urgency=low
7430
7431 * Updated French translation of man pages from Philippe Batailler
7432 <philippe.batailler@free.fr> (Closes: #203119)
7433 * Initialize StatusFile in debSystem (Closes: #229791)
7434 * Fix apt-get's suggests/recommends printing, which was skipping every
7435 other dependency due to both using GlobOr and incrementing the DepIterator
7436 (Closes: #229722)
7437 * Restore SIGINT/SIGQUIT handlers to their old values (rather than
7438 SIG_DFL) after invoking dpkg (Closes: #229854)
7439 * Updated Dutch translation of message catalog from cobaco
7440 <cobaco@linux.be> (Closes: #229601)
7441 * Catalan translation from Antoni Bella, Matt Bonner and Jordi Mallach
7442 (Closes: #230102)
7443 * Simplified Chinese translation of message catalog from "Carlos
7444 Z.F. Liu" <carlos_liu@yahoo.com> (Closes: #230960)
7445 * Replace SGML manpages with XML man pages from richard.bos@xs4all.nl
7446 (Closes: #230687)
7447 * Updated Spanish translation of man pages from Ruben Porras
7448 <nahoo82@telefonica.net> (Closes: #231539)
7449 * New Czech translation of message catalog from Miroslav Kure
7450 <kurem@upcase.inf.upol.cz> (Closes: #231921)
7451
7452 -- Matt Zimmerman <mdz@debian.org> Mon, 9 Feb 2004 12:44:54 -0800
7453
7454 apt (0.5.21) unstable; urgency=low
7455
7456 * Patch from Eric Wong <normalperson@yhbt.net> to include apt18n.h after
7457 other headers to avoid breaking locale.h when setlocale() is defined
7458 as an empty macro. This was not a problem on Debian, but broke
7459 compilation on Solaris. (Closes: #226509)
7460 * Updated French translation from Pierre Machard <pmachard@debian.org>
7461 (Closes: #226886)
7462 * Add colons to apt-get's "kept back"/"upgraded"/"downgraded" messages
7463 (Closes: #226813)
7464 * Fix typo in apt-cache(8) (Closes: #226351)
7465 * Clearer error message in place of "...has no available version, but
7466 exists in the database" (Closes: #212203)
7467 * Patch from Oliver Kurth <oku@masqmail.cx> to use AC_CACHE_VAL for
7468 GLIBC_VER to make cross-compilation easier (Closes: #221528)
7469 * Add example preferences file (Closes: #220799)
7470 * Updated Greek translation from Konstantinos Margaritis <markos@debian.org>
7471 (Closes: #227205)
7472 * Updated Spanish translation of man pages from Ruben Porras
7473 <nahoo82@telefonica.net> (Closes: #227729)
7474
7475 -- Matt Zimmerman <mdz@debian.org> Fri, 16 Jan 2004 10:54:39 -0800
7476
7477 apt (0.5.20) unstable; urgency=low
7478
7479 * Fixed German translations of "Suggested" from Christian Garbs
7480 <debian@cgarbs.de> (Closes: #197960)
7481 * Add an "apt-cache madison" command with an output format similar to
7482 the katie tool of the same name (but less functionality)
7483 * Fix debSourcesIndex::Describe() to correctly say "Sources" rather than
7484 "Packages"
7485
7486 -- Matt Zimmerman <mdz@debian.org> Sat, 3 Jan 2004 23:42:50 -0800
7487
7488 apt (0.5.19) unstable; urgency=low
7489
7490 * Fix Packages::Extensions support in apt-ftparchive generate
7491 (Closes: #225453)
7492
7493 -- Matt Zimmerman <mdz@debian.org> Sat, 3 Jan 2004 16:20:31 -0800
7494
7495 apt (0.5.18) unstable; urgency=low
7496
7497 * New no_NO.po file from Tollef Fog Heen <tfheen@debian.org> to fix
7498 encoding problems (Closes: #225602)
7499 * Have "apt-ftparchive release" strip the leading path component from
7500 the checksum entries
7501
7502 -- Matt Zimmerman <mdz@debian.org> Fri, 2 Jan 2004 11:24:35 -0800
7503
7504 apt (0.5.17) unstable; urgency=low
7505
7506 * Enable apt-ftparchive to generate Release files. Hopefully this will
7507 make it easier for folks to secure their apt-able packages
7508
7509 -- Matt Zimmerman <mdz@debian.org> Fri, 26 Dec 2003 12:53:21 -0800
7510
7511 apt (0.5.16) unstable; urgency=low
7512
7513 * po/de.po update from Michael Karcher <karcher@physik.fu-berlin.de>
7514 (Closes: #222560)
7515 * Update config.guess and config.sub from autotools-dev 20031007.1
7516 * Add knetbsd to buildlib/ostable (Closes: #212344)
7517 * Don't suggest apt-get -f install to correct broken build-deps; broken
7518 installed packages are rarely the cause (Closes: #220858)
7519 * Avoid clobbering configure.in if sed fails
7520
7521 -- Matt Zimmerman <mdz@debian.org> Wed, 24 Dec 2003 14:54:40 -0800
7522
7523 apt (0.5.15) unstable; urgency=low
7524
7525 * Spanish man pages, patch from Ruben Porras <nahoo82@telefonica.net>
7526 (Closes: #195444)
7527 - apt.es.8 wasn't included in the patch, but was referenced. Fetched
7528 version 1.3 from debian-doc cvs
7529 - Create doc/es/.cvsignore
7530 * Patch from Koblinger Egmont <egmont@uhulinux.hu> to fix
7531 pkgCache::PkgFileIterator::Label() to correctly refer to File->Label
7532 rather than File->Origin (Closes: #213311)
7533 * Add missing comma and space to German translation of "downgraded"
7534 (Closes: #213975)
7535 * Add missing comma in apt_preferences(5) (Closes: #215362)
7536 * Fix whitespace in French translation of "Yes, do as I say!", which
7537 made it tricky to type. Thanks to Sylvain Pasche
7538 <sylvain.pasche@switzerland.org> (Closes: #217152)
7539 * Let apt-get build-dep try alternatives if the installed package
7540 doesn't meet version requirements (Closes: #214736)
7541 * Fix version display for recommends (Closes: #219900)
7542 * Use isatty rather than ttyname for checking if stdin is a terminal.
7543 isatty has the advantage of not requiring /proc under Linux, and thus
7544 Closes: #221728
7545 * Correctly implement -n as a synonym for --names-only (Closes: #224515)
7546 * Update apt-cache(8)
7547 - Document --installed
7548 - --recursive applies to both depends and rdepends
7549 * Japanese translation of documentation from Kurasawa Nozomu <nabetaro@slug.jp>
7550 (Closes: #186235)
7551 * Clarify documentation of --no-upgrade in apt-get(8) (Closes: #219743)
7552 * Clean up and simplify some of the suggests/recommends display in apt-get
7553 * Use cvs update -d in debian/rules cvs-build rather than just update
7554 * Pass --preserve-envvar PATH --preserve-envvar CCACHE_DIR to debuild. apt
7555 takes a long time to build, and ccache helps
7556
7557 -- Matt Zimmerman <mdz@debian.org> Sat, 20 Dec 2003 16:34:30 -0800
7558
7559 apt (0.5.14) unstable; urgency=low
7560
7561 * apt-get build-dep, when trying to skip over the remaining elements of
7562 an or-expression, would accidentally inherit the version requirements of a
7563 later item in the or-expression. Fixed it.
7564 * Let apt-get build-dep try alternatives if the first dependency in an
7565 or-expression is not available
7566 * Add a Debug::BuildDeps to generate some trace output
7567 * Help apt-get build-dep produce more useful error messages
7568 * Process build-dependencies in forward rather than reverse order
7569 * Error out if an installed package is too new for a << or <=
7570 build-dependency
7571 * apt-get build-dep should now be able to handle almost any package with
7572 correct build-depends. The primary exception is build-dependencies on
7573 virtual packages with more than one provider, and these are
7574 discouraged for automated processing (but still common,
7575 unfortunately).
7576
7577 -- Matt Zimmerman <mdz@debian.org> Tue, 23 Sep 2003 22:57:31 -0400
7578
7579 apt (0.5.13) unstable; urgency=medium
7580
7581 * Document configuration file comment syntax in apt.conf(5)
7582 (Closes: #211262)
7583 * s/removed/installed/ in a comment in apt-get.cc
7584 * Move comment for ListParser::ParseDepends into the right place
7585 * Don't preserve ownership when copying config.guess and config.sub.
7586 This broke builds where the clean target was run with different
7587 privileges than the rest of the build (i.e., root) (Closes: #212183)
7588 * On second thought, don't copy config.guess and config.sub at all. I'd
7589 rather they always match what is in CVS.
7590
7591 -- Matt Zimmerman <mdz@debian.org> Mon, 22 Sep 2003 10:28:17 -0400
7592
7593 apt (0.5.12) unstable; urgency=low
7594
7595 * Exclude subdirectories named 'debian-installer' from the apt-cdrom
7596 search (Closes: #210485 -- release-critical)
7597
7598 -- Matt Zimmerman <mdz@debian.org> Thu, 11 Sep 2003 21:48:14 -0400
7599
7600 apt (0.5.11) unstable; urgency=low
7601
7602 * Updated pt_BR translations from Andre Luis Lopes <andrelop@debian.org>
7603 (Closes: #208302)
7604 * In apt.conf(5), give the fully qualified name of Dir::Bin::Methods,
7605 rather than just "methods"
7606 * Add new nb and nn translations from Petter Reinholdtsen <pere@hungry.com>
7607 * Clean up reportbug script a bit, and extend it to distinguish between a
7608 configuration file not existing and the user declining to submit it with
7609 the report
7610 * Add #include <langinfo.h> to cmdline/apt-get.cc. This apparently gets
7611 pulled in by something else with recent g++ and/or glibc, but is
7612 required when building on, e.g., stable
7613 * Patch from Koblinger Egmont <egmont@uhulinux.hu> to fix version
7614 comparisons with '~' (Closes: #205960)
7615 * Disable Russian translation until someone can review it
7616 (Closes: #207690)
7617
7618 -- Matt Zimmerman <mdz@debian.org> Wed, 10 Sep 2003 19:41:28 -0400
7619
7620 apt (0.5.10) unstable; urgency=low
7621
7622 * Correct the section in apt_preferences(5) on interpreting priorities
7623 to show that zero is not a valid priority, and print a warning if such
7624 a pin is encountered in the preferences file (Closes: #204971)
7625 * Regenerate French man pages from sgml source (Closes: #205886)
7626 * Get self-tests compiling again, updated for latest library API
7627 and g++ 3.3
7628 * Add version comparison tests for #194327 and #205960
7629 * Fix error message in version test to output versions in the order in
7630 which they were compared when the reverse comparison fails
7631 * Reference the source package bug page rather than the one for the
7632 binary package 'apt' in the man pages (Closes: #205290)
7633 * Updated Polish po file from Marcin Owsiany <porridge@debian.org>
7634 (Closes: #205950)
7635 * Mention some of the available frontends in apt-get(8) (Closes: #205829)
7636 * Add apt-config to SEE ALSO section of apt-get (Closes: #205036)
7637 * Add missing "lang" attributes to refentry tags in French man pages
7638 (apt-cdrom, apt-extracttemplates, apt-sortpkgs)
7639 * Change upgraded/newly installed/not fully installed or removed
7640 messages to be consistent and somewhat shorter (some translations
7641 exceeded 80 characters even in the simplest case)
7642 * Make APT::Get::Show-Upgraded (aka apt-get -u) default to true.
7643 * Updates to Dutch translation from Bart Cornelis <cobaco@linux.be>
7644 (Closes: #207656)
7645
7646 -- Matt Zimmerman <mdz@debian.org> Sun, 31 Aug 2003 21:12:39 -0400
7647
7648 apt (0.5.9) unstable; urgency=low
7649
7650 * Oh well, apt isn't going to make it into testing anytime soon due to
7651 new glibc and gcc deps, so we might as well fix more bugs
7652 * Fix typo in example ftp-archive.conf (Closes: #203295)
7653 * Mention default setting for --all-versions (Closes: #203298)
7654 * Patch from Otavio Salvador <otavio@debian.org> to have --version
7655 only print the version (and not usage as well) (Closes: #203418)
7656 * Patch from Otavio Salvador <otavio@debian.org> to switch from
7657 dh_installmanpages to dh_installman. Fixes the problem where the
7658 pt_BR man page was installed in the wrong location (Closes: #194558)
7659 * Move the French apt-ftparchive man page into apt-utils where it
7660 belongs. apt-utils Replaces: apt (<< 0.5.9)
7661 * Write records from "apt-cache show" using fwrite(3) rather than
7662 write(2), in case for some reason the entire record doesn't get
7663 written by a single write(2)
7664 * Add new French man pages to doc/fr/.cvsignore
7665 * Add freebsd to buildlib/ostable (Closes: #193430)
7666 * Avoid segfault if a package name is specified which consists
7667 entirely of characters which look like end tags ('+', '-')
7668 (Closes: #200425)
7669 * Patch from Otavio Salvador <otavio@debian.org> to avoid listing
7670 suggests/recommends for packages which are selected for installation
7671 at the same time as the package which suggests/recommends them
7672 (Closes: #200102)
7673 * Patch from Otavio Salvador <otavio@debian.org> to avoid listing
7674 suggests/recommends which are Provided by a package which is already
7675 installed (Closes: #200395)
7676 * Patch to update pt_BR man page for apt_preferences(5) from Andre Luis
7677 Lopes <andrelop@debian.org> (Closes: #202245)
7678 * Use nl_langinfo(YESEXPR) rather than comparing to the translated
7679 string "Y". Closes: #200953 and should make the prompting generally
7680 more robust in the face of i18n. In the particular case of #200953,
7681 it was being fooled because of signedness issues with toupper(3)
7682 (Closes: #194614)
7683 * apt Suggests: aptitude | synaptic | gnome-apt | wajig
7684 (Closes: #146667)
7685 * Clean up whitespace in translated strings in ru.po, which messed up
7686 indentation (some other translations probably have similar problems)
7687 (Closes: #194282)
7688 * Run ispell -h over the man page sources and fix a bunch of typos
7689 * Use debian/compat rather than DH_COMPAT
7690 * Update to debhelper compatibility level 3
7691 - remove ldconfig calls from debian/{postinst,postrm} as dh_makeshlibs
7692 will add them
7693 - echo 3 > debian/compat
7694 - Build-Depends: debhelper (>= 3)
7695 * Exclude '.#*' from cvs-build
7696 * Let the ftp method work with ftp servers which do not require a
7697 password (Closes: #199425)
7698 * Build-depend on debhelper >= 4.1.62, because we need the fix for
7699 #204731 in order for dh_installman to work correctly
7700 with our SGML man pages
7701 * Move dh_makeshlibs ahead of dh_installdeb so that its postinst
7702 fragments are properly substituted
7703
7704 -- Matt Zimmerman <mdz@debian.org> Sun, 10 Aug 2003 19:54:39 -0400
7705
7706 apt (0.5.8) unstable; urgency=medium
7707
7708 * urgency=medium because the changes since 0.5.5.1 are pretty safe as
7709 far as core functionality, 0.5.5.1 survived unstable for 10 days, and
7710 I don't want to delay apt's progress into testing any further. It's
7711 decidedly better than 0.5.4.
7712 * Clarify the meaning of the only-source option in apt-get(8)
7713 (Closes: #177258)
7714 * Updated French man pages from Philippe Batailler
7715 <philippe.batailler@free.fr> (Closes: #182194)
7716 * Give a warning if an illegal type abbreviation is used when looking up a
7717 configuration item (Closes: #168453)
7718 * Improve build-depends handling of virtual packages even further, so that
7719 it will now also try to satisfy build-depends on virtual packages if they
7720 are not installed. Note that this only works if there is only one
7721 package providing the virtual package, as in other cases (Closes: #165404)
7722 * Update config.guess and config.sub from autotools-dev 20030717.1
7723 * Tweak SGML in apt-extracttemplates.1.sgml so that literal '>' doesn't end
7724 up in output
7725 * Document SrcDirectory in apt-ftparchive.1.sgml (Closes: #156370)
7726 * Support TMPDIR in apt-extracttemplates (Closes: #191656)
7727 * Fix ru.po to use a capital letter for the translation of 'Y' so that
7728 YnPrompt works correctly (Closes: #200953). No other translations seem
7729 to have this problem
7730 * Regenerate POT file and sync .po files
7731 * Only try to clear stdin if it is a tty, to avoid looping if there is
7732 lots of stuff (perhaps an infinite amount) to read (Closes: #192228)
7733
7734 -- Matt Zimmerman <mdz@debian.org> Fri, 25 Jul 2003 20:21:53 -0400
7735
7736 apt (0.5.7) unstable; urgency=low
7737
7738 * Update control file to match overrides (apt priority important,
7739 libapt-pkg-dev section libdevel)
7740 * Silence the essential packages check if we are only downloading
7741 archives and not changing the system (Closes: #190862)
7742 * Skip version check if a build-dependency is provided by an installed package
7743 (Closes: #126938)
7744 * Have apt-cache show exit with an error if it cannot find any of the
7745 specified packages (Closes: #101490)
7746
7747 -- Matt Zimmerman <mdz@debian.org> Mon, 21 Jul 2003 23:43:24 -0400
7748
7749 apt (0.5.6) unstable; urgency=low
7750
7751 * Adam Heath <doogie@debian.org>
7752 - Fix segfault when handling /etc/apt/preferences. Closes: #192409.
7753 * Matt Zimmerman <mdz@debian.org>
7754 - Clean up some string handling, patch from Peter Lundkvist
7755 <p.lundkvist@telia.com> (Closes: #192225)
7756 - Don't fall off the end of the buffer when comparing versions.
7757 Patch from Koblinger Egmont <egmont@uhulinux.hu> (Closes: #194327)
7758 - Minor fixes to apt-ftparchive(1) (Closes: #118156)
7759 - Fix typo in apt-ftparchive help text (Closes: #119072)
7760 - More typos in apt-ftparchive help text (Closes: #190936)
7761 - Update config.guess, config.sub to latest versions
7762 - Modify the description for apt-utils to reflect the fact that it is not
7763 (any longer) infrequently used (Closes: #138045)
7764 - Make setup script for dselect method more explicit about
7765 overwriting sources.list (Closes: #151727)
7766 - Fix typo in apt-cache(8) (Closes: #161243)
7767 - Remove duplicate 'showpkg' from synopsis on apt-cache(8)
7768 (Closes: #175611)
7769 - Document in apt-get(8) the meaning of the '*' in ShowList, which is that
7770 the package is being purged (Closes: #182369)
7771 - Fix extra "/" character in apt.conf(5) (Closes: #185545)
7772 - Fix typo in tar error message (Closes: #191424)
7773 - Clarify description of 'search' on apt-cache(8) (Closes: #192216)
7774 - Fix incorrect path for 'partial' directory on apt-get(8)
7775 (Closes: #192933)
7776 - Fixes to pt_BR translation from Andre Luis Lopes <andrelop@ig.com.br>
7777 (Closes: #196669)
7778 - Updated apt_preferences(5) man page with many corrections and
7779 clarifications from Thomas Hood <jdthood@yahoo.co.uk>
7780 (Closes: #193336)
7781 - Fix SGML validation errors in apt-cache.8.sgml introduced in 0.5.5 or so
7782 - Add a simple example to apt-ftparchive(1) (Closes: #95257)
7783 - Add bug script for collecting configuration info (Closes: #176482)
7784
7785 -- Matt Zimmerman <mdz@debian.org> Mon, 21 Jul 2003 01:59:43 -0400
7786
7787 apt (0.5.5.1) unstable; urgency=low
7788
7789 * Move the target of the example docs from doc to binary. Closes:
7790 #192331
7791 * Fix api breakage that broke apt-ftparchive and apt-cache dumpavail, by
7792 backing out change that incorretly attempted to handle Package sections
7793 larger than 32k. Closes: #192373
7794 * Fix never-ending loop with apt-get install -V. Closes: #192355.
7795
7796 -- Adam Heath <doogie@debian.org> Mon, 19 May 2003 12:30:16 -0500
7797
7798 apt (0.5.5) unstable; urgency=low
7799
7800 * New deb version compare function, that has no integer limits, and
7801 supports pre-versions using ~. Code ported from dpkg.
7802 * Fix handling of [!arch] for build-dependencies. Closes: #88798, #149595
7803 * Fix handling of build-deps on unknown packages. Closes: #88664, #153307
7804 * "apt-get --arch-only build-dep" to install only architecture-
7805 dependent build dependencies. Bump minor shared lib number to reflect
7806 small change in BuildDepend API.
7807 * APT::Build-Essential configuration option (defaults to "build-essential")
7808 so that "apt-get build-dep" will ensure build essential packages are
7809 installed prior to installing other build-dependencies. Closes: #148879
7810 * LD_LIBRARY_PATH thing. Closes: #109430, #147529
7811 * /usr/doc reference in postinst. Closes: #126189
7812 * Doc updates. Closes: #120689
7813 * Possible apt-cache segfault. Closes: #120311, #118431, #117915, #135295,
7814 #131062, #136749
7815 * Print special message for EAI_AGAIN. Closes: #131397
7816 * libapt-pkg-dev needs to bring in the apt-inst library if linking
7817 is to work. Closes: #133943
7818 * Typos, Doc Stuff. Closes: #132772, #129970, #123642, #114892, #113786,
7819 #109591, #105920, #103678, #139752, #138186, #138054, #138050,
7820 #139994, #142955, #151654, #151834, #147611, #154268, #173971
7821 * Fix possibility for tag file parsing to fail in some unlikely situations.
7822 Closes: #139328
7823 * Use std C++ names for some header files. Closes: #128741
7824 * Do not check for free space if --no-download. Closes: #117856
7825 * Actually implement or group handling for 'upgrade'. Closes: #133950
7826 * "Internal Error, Couldn't configure pre-depend" is not actually an
7827 internal error, it is a packaging error and now it says so, and
7828 pinpoints the problem dependency. Closes: #155621
7829 * Allows failure to write to a pipe for post-invoke stuff. Closes: #89830
7830 * Use usr/share/doc for dhelp. Closes: #115701
7831 * --print-uris works with 'update'. Closes: #57070
7832 * Options Dpkg::MaxArgs,Dpkg::MaxArgBytes to allow a much longer dpkg
7833 command line.
7834 * Fixed 2 little OR group bugs, thanks to Yann Dirson. Closes: #143995,
7835 #142298
7836 * Allow an uninstalled package to be marked for removal on an install
7837 line (meaning not to automatically install it), also fix some dodgy
7838 handling of protected packages. Closes: #92287, #116011
7839 * Fix errant prefix matching in version selection. Closes: #105968
7840 * Ensure that all files needed to run APT as a user are readable and
7841 ignore roots umask for these files. Closes: #108801
7842 * Support larger config spaces. Closes: #111914
7843 * 'apt-get update' no longer does 'Building Dependency Tree'.
7844 * When matching regexs allways print a message. Change regex activation
7845 charset. Closes: #147817
7846 * Don't die if lines in sources.list are too long. Closes: #146846
7847 * Show file name on apt-extracttemplate error messges. Closes: #151835
7848 * i18n gettext stuff, based on work from Michael Piefel: Closes: #95933
7849 * Some highly unlikely memory faults. Closes: #155842
7850 * C++ stuff for G++3.2. Closes: #162617, #165515,
7851 * apt-config dumps sends to stdout not stderr now. Closes: #146294
7852 * Fix segfault in FindAny when /i is used, and there is no default.
7853 Closes: #165891
7854 * Add s390x to archtable. Closese: #160992.
7855 * Update config.sub/config.guess in cvs, and add support to debian/rules
7856 to update them from /usr/share/misc if they exist. Closes: #155014
7857 * Remove 'Sorry' from messages. Closes: #148824.
7858 * Change wording of 'additional disk space usage' message. Closes:
7859 #135021.
7860 * apt-extracttemplates now prepends the package name when extracting
7861 files. Closes: #132776
7862 * Add -n synonym for --names-only for apt-cache. Closes: #130689
7863 * Display both current version and new version in apt-get -s. Closes:
7864 #92358
7865 * Add an options and timeout config item to ssh/rsh. Closes: #90654
7866 * libapt-pkg-dev now depends on apt-utils. Closes: #133942.
7867 * Change verbose logging output of apt-ftparchive to go to stderr,
7868 instead of stdout. Also, errors that occur no longer go to stdout,
7869 but stderr. Closes: #161592
7870 * Test for timegm in configure. Closes: #165516.
7871 * s/st_mtime/mtime/ on our local stat structure in apt-ftparchive, to
7872 support compliation on platforms where st_mtime is a macro. Closes:
7873 #165518
7874 * Check the currently mounted cdrom, to see if it's the one we are
7875 interested in. Closes: #154602
7876 * Refer to reportbug instead of bug in the man pages. Closes: #173745
7877 * Link apt-inst to apt-pkg. Closes: #175055
7878 * New apt_preferences man page from Thomas Hood, Susan Kleinmann,
7879 and others.
7880 * Fix > 300 col screen segfault. Closes: #176052
7881 * Rebuild with gcc-3.2. Closes: #177752, #178008.
7882 * Fix build-dep handling of | dependencies.
7883 Closes: #98640, #145997, #158896, #172901
7884 * Double default value of APT::Cache-Limit, until such time as it
7885 can be made more dynamic. Closes: #178623.
7886 * Report uris with '.gz' when there are errors. Closes: #178435.
7887 * When installing build-deps, make sure the new version will
7888 satisfy build requirements. Closes: #178121
7889 * Split offline and guide documentation into apt-doc. This was done so
7890 that binary-arch builds do not require documention deps. Note, that
7891 apt-doc is not installed on upgrades.
7892 * Use doc-base, instead of dhelp directly. Closes: #110389
7893 * Change http message 'Waiting for file' to 'Waiting for headers'.
7894 Closes: #178537
7895 * Remove trailing lines on package lists in apt-get. Closes: #178736.
7896 * Fix origin pins for file:// uris. Closes: #189014.
7897 * Apply typo and syntax patch from bug to apt-cache.8.sgml. Closes:
7898 #155194
7899 * s/dpkg-preconfig/dpkg-preconfigure/ in examples/configure-index.
7900 Closes: #153734.
7901 * Fix some typos in the apt-get manual. Closes: #163932.
7902 * Apply patch from bug, to change frozen to testing, and then do it
7903 everywhere else. Closes: #165085.
7904 * Update es.po. Closes: #183111.
7905 * Add pt_BR translation of apt_preferences(5). Also, build fr manpages.
7906 Closes: #183904.
7907 * Add a vcg command to apt-cache, similiar to dotty. Closes: #150512.
7908 * Add option to apt-get to show versions of packages being
7909 upgraded/installed.
7910 * Be quiet in apt.post{inst,rm}. Closes: #70685.
7911 * apt-get now prints out suggested and recommended packages. Closes:
7912 #54982.
7913 * Insert some newlines in the cdrom change media message. Closes:
7914 #154601.
7915 * Add a rdepends command to apt-cache. Closes: #159864.
7916 * When building the dpkg command line, allow for 8192 chars to be used,
7917 instead of only 1024.
7918 * APT::Immediate-Configure had inverted semantics(false meant it was
7919 enabled). Closes: #173619.
7920 * Fix status file parser so that if a record is larger than 32k, the
7921 buffer size will be doubled, and the read attempted again. Closes:
7922 #174945.
7923
7924 -- Adam Heath <doogie@debian.org> Sun, 27 Apr 2003 01:23:12 -0500
7925
7926 apt (0.5.4) unstable; urgency=low
7927
7928 * M68k config.guess patch. Closes: #88913
7929 * Bi-yearly test on OpenBSD and Solaris
7930 * Doc updates. Closes: #89121, #89854, #99671, #98353, #95823, #93057,
7931 #97520, #102867, #101071, #102421, #101565, #98272, #106914,
7932 #105606, #105377
7933 * Various cosmetic code updates. Closes: #89066, #89066, #89152
7934 * Add "pre-auto" as an option for DSelect::Clean (run autoclean after
7935 update).
7936 * More patches from Alfredo for Vendors and more SHA-1 stuff
7937 * Fix for AJ's 'desire to remove perl-5.005' and possibly other
7938 similar situations. Closes: #56708, #59432
7939 * no_proxy and ftp. Closes: #89671
7940 * Philippe Batailler's man page patches.
7941 * Fix for display bug. Closes: #92033, #93652, #98468
7942 * Use more than 16bits for the dep ID. Some people ran out..
7943 Closes: #103020, #97809, #102951, #99974, #107362, #107395, #107362,
7944 #106911, #107395, #108968
7945 * Reordered some things to make dante and FTP happier. Closes: #92757
7946 * James R. Van Zandt's guide.sgml updates. Closes: #90027
7947 * apt-ftparchive copes with no uncompressed package files + contents.
7948 * French man pages from philippe batailler - well sort of. They
7949 don't build yet..
7950 * run-parts. Closes: #94286
7951 * 'apt-cache policy' preferences debug tool.
7952 * Whatever. Closes: #89762
7953 * libstdc++ and HURD. Closes: #92025
7954 * More apt-utils verbage. Closes: #86954
7955 * Fliped comparision operator. Closes: #94618
7956 * Used the right copyright file. Closes: #65691
7957 * Randolph's G++3 patches.
7958 * Fixed no_proxy tokanizing. Closes: #100046
7959 * Strip Config-Version when copying status to available. Closes: #97520
7960 * Segfault with missing source files. Closes: #100325
7961 * EINTR check. Closes: #102293
7962 * Various changes to the locking metholodgy for --print-uris.
7963 Closes: #100590
7964 * Lame LD_LIBRARY_PATH thing. Closes: #98928
7965 * apt-cache search searchs provide names too now. Closes: #98695
7966 * Checksum and long lines problem. Closes: #106591
7967 * .aptignr and empty files are just a warning. Closes: #97364
7968
7969 -- Jason Gunthorpe <jgg@debian.org> Sat, 18 Aug 2001 17:21:59 -0500
7970
7971 apt (0.5.3) unstable; urgency=low
7972
7973 * JoeyH's dpkg::preconfig not working. Closes: #88675
7974 * Fixed apt override disparity
7975 * Alfredo's SHA-1 and related patches
7976
7977 -- Jason Gunthorpe <jgg@debian.org> Sun, 4 Mar 2001 15:39:43 -0700
7978
7979 apt (0.5.2) unstable; urgency=low
7980
7981 * Fixed mention of /usr/doc in the long description
7982 * JoeyH's downgrade bug -- don't use 0.5.1
7983 * Doc bug. Closes: #88538
7984 * Fault in building release strings. Closes: #88533
7985
7986 -- Jason Gunthorpe <jgg@debian.org> Sun, 4 Mar 2001 15:39:43 -0700
7987
7988 apt (0.5.1) unstable; urgency=low
7989
7990 * Fixed #82894 again, or should be and.
7991 * Process the option string right. Closes: #86921
7992 * Don't eat the last command for pipes. Closes: #86923
7993 * Ignore .* for configuration directory processing. Closes: #86923
7994 * Alfredo's no_proxy patch
7995 * Documentation fixes. Closes: #87091
7996 * JoeyH's double slash bug. Closes: #87266
7997 * Unintitialized buffer and apt-ftparchive contents generation.
7998 Closes: #87612
7999 * Build-deps on virtual packages. Closes: #87639
8000 * Fixes glibc/libstdc++ symbol dependencies by including glibc and
8001 libstdc++ version info in the library soname and in the package
8002 provides. Closes: #87426
8003 * Updated soname version to 0.3.2
8004 * apt-extracttemplates moved from debconf into apt-utils
8005 * s390 archtable entry. Closes: #88232
8006 * Dan's segfault
8007 * Some instances where the status file can source a package in a
8008 non-sensical way. Closes: #87390
8009 * Work better if there are duplicate sources.list entries.
8010 * Fixed the resetting of Dir with "dir {};". Closes: #87323
8011
8012 -- Randolph Chung <tausq@debian.org> Sat, 3 Mar 2001 15:37:38 -0700
8013
8014 apt (0.5.0) unstable; urgency=low
8015
8016 * Fixed an obscure bug with missing final double new lines in
8017 package files
8018 * Changed the apt-cdrom index copy routine to use the new section
8019 rewriter
8020 * Added a package file sorter, apt-sortpkgs
8021 * Parse obsolete Optional dependencies.
8022 * Added Ben's rsh method. Closes: #57794
8023 * Added IPv6 FTP support and better DNS rotation support.
8024 * Include the server IP in error messages when using a DNS rotation.
8025 Closes: #64895
8026 * Made most of the byte counters into doubles to prevent 32bit overflow.
8027 Closes: #65349
8028 * HTTP Authorization. Closes: #61158
8029 * Ability to parse and return source index build depends from Randolph.
8030 * new 'apt-get build-dep' command from Randolph. Closes: #63982
8031 * Added apt-ftparchive the all dancing all singing FTP archive
8032 maintinance program
8033 * Allow version specifications with =1.2.4-3 and /2.2 or /stable postfixes
8034 in apt-get.
8035 * Removed useless internal cruft including the xstatus file.
8036 * Fixed config parser bugs. Closes: #67848, #71108
8037 * Brain Damanged apt-get config options changed, does not change the command
8038 line interface, except to allow --enable-* to undo a configuration
8039 option:
8040 No-Remove -> Remove
8041 No-Download -> Download
8042 No-Upgrade -> Upgrade
8043 * Made this fix configable (DSelect::CheckDir) and default to disabled:
8044 * No remove prompt if the archives dir has not changed. Closes: #55709
8045 Because it is stupid in the case where no files were downloaded due to
8046 a resumed-aborted install, or a full cache! Closes: #65952
8047 * Obscure divide by zero problem. Closes: #64394
8048 * Update sizetable for mips. Closes: #62288
8049 * Fixed a bug with passive FTP connections
8050 * Has sizetable entry for sparc64. Closes: #64869
8051 * Escape special characters in the ::Label section of the cdroms.lst
8052 * Created apt-utils and python-apt packages
8053 * Due to the new policy engine, the available file may contain entries
8054 from the status file. These are generated if the package is not obsolete
8055 but the policy engine prohibits using the version from the package files.
8056 They can be identified by the lack of a Filename field.
8057 * The new policy engine. Closes: #66509, #66944, #45122, #45094, #40006,
8058 #36223, #33468, #22551
8059 * Fixed deb-src line for non-us. Closes: #71501, #71601
8060 * Fixes for G++ 2.96, s/friend/friend class/
8061 * Fixed mis doc of APT::Get::Fix-Missing. Closes: #69269
8062 * Confirmed fix for missing new line problem. Closes: #69386
8063 * Fixed up dhelp files. Closes: #71312
8064 * Added some notes about dselect and offline usage. Closes: #66473, #38316
8065 * Lock files on read only file systems are ignored w/ warning.
8066 Closes: #61701
8067 * apt-get update foo now gives an error! Closes: #42891
8068 * Added test for shlibs on hurd. Closes: #71499
8069 * Clarified apt-cache document. Closes: #71934
8070 * DocBook SGML man pages and some improvements in the text..
8071 * sigwinch thing. Closes: #72382
8072 * Caching can be turned off by setting the cache file names blank.
8073 * Ignores arches it does not know about when autocleaning. Closes: #72862
8074 * New function in apt-config to return dirs, files, bools and integers.
8075 * Fixed an odd litle bug in MarkInstall and fixed it up to handle
8076 complex cases involving OR groups and provides.
8077 68754 describes confusing messages which are the result of this..
8078 Closes: #63149, #69394, #68754, #77683, #66806, #81486, #78712
8079 * Speeling mistake and return code for the 'wicked' resolver error
8080 Closes: #72621, #75226, #77464
8081 * Solved unable to upgrade libc6 from potato to woody due to 3 package
8082 libc6 dependency loop problem.
8083 * Leading sources.list spaces. Closes: #76010
8084 * Removed a possible infinite loop while processing installations.
8085 * Man page updates. Closes: #75411, #75560, #64292, #78469
8086 * ReduceSourceList bug. Closes: #76027
8087 * --only-source option. Closes: #76320
8088 * Typos. Closes: #77812, #77999
8089 * Different status messages. Closes: #76652, #78353
8090 * /etc/apt/apt.conf.d/ directory for Joey and Matt and pipe protocol 2
8091 * OS detection an support for the new pseduo standard of os-arch for the
8092 Architecture string. Also uses regexing.. Closes: #39227, #72349
8093 * Various i18n stuff. Note that this still needs some i18n wizard
8094 to do the last gettextization right. Closes: #62386
8095 * Fixed a problem with some odd http servers/proxies that did not return
8096 the content size in the header. Closes: #79878, #44379
8097 * Little acquire bugs. Closes: #77029, #55820
8098 * _POSIX_THREADS may not be defined to anything, just defined..
8099 Closes: #78996
8100 * Spelling of Ignore-Hold correctly. Closes: #78042
8101 * Unlock the dpkg db if in download only mode. Closes: #84851
8102 * Brendan O'Dea's dselect admindir stuff. Closes: #62811
8103 * Patch from BenC. Closes: #80810
8104 * Single output of some names in lists. Closes: #80498, #43286
8105 * Nice message for people who can't read syserror output. Closes: #84734
8106 * OR search function. Closes: #82894
8107 * User's guide updates. Closes: #82469
8108 * The AJ/JoeyH var/state to var/lib transition patch. Closes: #59094
8109 * Various CD bugs, again thanks to Greenbush
8110 Closes: #80946, #76547, #71810, #70049, #69482
8111 * Using potato debhelper. Closes: #57977
8112 * I cannot self-terminate. Closes: #74928
8113
8114 -- Jason Gunthorpe <jgg@debian.org> Wed, 21 Feb 2001 00:39:15 -0500
8115
8116 apt (0.3.19) frozen unstable; urgency=low
8117
8118 * Updates to apt-cdrom to support integrated non-us nicely, thanks to
8119 Paul Wade.
8120 * Fixed that apt-get/cdrom deadlock thing. Closes: #59853, #62945, #61976
8121 * Fixed hardcoded path. Closes: #59743
8122 * Fixed Jay's relative path bug
8123 * Allowed source only CDs. Closes: #58952
8124 * Space check is supressed if --print-uris is given. Closes: #58965
8125 * Clarified the documenation examples for non-us. Closes: #58646
8126 * Typo in the package description. Closes: #60230
8127 * Man Page typo. Closes: #60347
8128 * Typo in Algorithms.cc. Closes: #63577
8129 * Evil dotty function in apt-cache for generating dependency graphs
8130 with the as-yet-unpackaged GraphVis.
8131 * Appears to have been fixed in Janurary.. Closes: #57981
8132 * New config.guess/sub for the new archs. Closes: #60874
8133 * Fixed error reporting for certain kinds of resolution failures.
8134 Closes: #61327
8135 * Made autoclean respect 'q' settings. Closes: #63023
8136 * Fixed up the example sources.list. Closes: #63676
8137 * Added DPkg::FlushSTDIN to control the flushing of stdin before
8138 forking dpkg. Closes: #63991
8139
8140 -- Ben Gertzfield <che@debian.org> Fri, 12 May 2000 21:10:54 -0700
8141
8142 apt (0.3.18) frozen unstable; urgency=low
8143
8144 * Changes in the postinst script. Closes: #56855, #57237
8145 * Fixed bashism. Closes: #57216, #57335
8146 * Doc updates. Closes: #57772, #57069, #57331, #57833, #57896
8147
8148 -- Ben Gertzfield <che@debian.org> Sun, 13 Feb 2000 01:52:31 -0800
8149
8150 apt (0.3.17) unstable; urgency=low
8151
8152 * RFC 2732 usage for CDROM URIs and fixes to apt-cdrom
8153 * Fixed the configuration parser to not blow up if ; is in the config
8154 string
8155 * Applied visual patch to dselect install script . Closes #55214
8156 * Included the configure-index example
8157 * Minimal CD swaps
8158 * Library soname has increased
8159 * Fixed default sources.list to have correct URLs for potato when it
8160 becomes stable
8161 * Added a message about erasing sources.list to dselect setup script
8162 Closes: #55755
8163 * No remove prompt if the archives dir has not changed. Closes: #55709
8164 * Fixed inclusion of 2nd sample config file. Closes: #55374
8165 * Made file mtimes of 0 not confuse the methods If-Modifed-Since check.
8166 Closes: #55991
8167
8168 -- Ben Gertzfield <che@debian.org> Mon, 31 Jan 2000 12:12:40 -0800
8169
8170 apt (0.3.16) unstable; urgency=low
8171
8172 * Made --no-download work. Closes: #52993
8173 * Now compiles on OpenBSD, Solaris and HP-UX
8174 * Clarify segfault errors
8175 * More debhelper fixes. Closes: #52662, #54566, #52090, #53531, #54769
8176 * Fix for Joel's discovery of glibc removal behavoir.
8177 * Fix for Ben Collins file: uri from slink upgrade.
8178 * Fixed resume code in FTP. Closes: #54323
8179 * Take more precautions to prevent the corruption Joey Hess saw.
8180 * Fixed --no-list-cleanup
8181 * RFC 2732 URI parsing ([] for hostnames).
8182 * Typo in apt-cache man page. Closes: #54949
8183
8184 -- Ben Gertzfield <che@debian.org> Fri, 14 Jan 2000 08:04:15 -0800
8185
8186 apt (0.3.15) unstable; urgency=low
8187
8188 * Added DSelect::WaitAfterDownload Closes: #49549
8189 * Fixed cast error in byteswap macro and supporting code. Closes: #50093
8190 * Fixed buffer overflow for wide terminal sizes. Closes: #50295
8191 * Made -s and clean not do anything. Closes: #50238
8192 * Problem with Protected packages and the new OR code.
8193 * /usr/share/doc stuff. Closes: #51017, #50228, #51141
8194 * Remove doesn't require a package to be installable. Closes: #51175
8195 * FTP proxy touch ups in the mabn page. Closes: #51315, #51314
8196
8197 -- Ben Gertzfield <che@debian.org> Sat, 4 Dec 1999 21:17:24 -0800
8198
8199 apt (0.3.14) unstable; urgency=low
8200
8201 * Fix Perl or group pre-depends thing Closes: #46091, #46096, #46233, #45901
8202 * Fix handling of dpkg's conversions from < -> <= Closes: #46094, #47088
8203 * Make unparsable priorities non-fatal Closes: #46266, #46267, #46293, #46298
8204 * Fix handling of '/' for the dist name. Closes: #43830, #45640, #45692
8205 * Fixed 'Method gave a blank filename' error from IMS queries onto CDs.
8206 Closes: #45034, #45695, #46537
8207 * Made OR group handling in the problem resolver more elaborate. Closes: #45646
8208 * Added APT::Clean-Installed option. Closes: #45973
8209 * Moves the free space check to after the calculated size is printed.
8210 Closes: #46639, #47498
8211 * mipsel arch Closes: #47614
8212 * Beautified URI printing to not include passwords Closes: #46857
8213 * Fixed little problem with --no-download Closes: #47557
8214 * Tweaked Dselect 'update' script to re-gen the avail file even in the
8215 event of a failure Closes: #47112
8216 * Retries for source archives too Closes: #47529
8217 * Unmounts CDROMs iff it mounted them Closes: #45299
8218 * Checks for the partial directories before doing downloads Closes: #47392
8219 * no_proxy environment variable (http only!) Closes: #43476
8220 * apt-cache showsrc Closes: #45799
8221 * De-Refs Single Pure virtual packages. Closes: #42437, #43555
8222 * Regexs for install. Closes: #35304, #38835
8223 * Dependency reports now show OR group relations
8224 * Re-Install feature. Cloes: #46961, #37393, #38919
8225 * Locks archive directory on clean (woops)
8226 * Remove is not 'sticky'. Closes: #48392
8227 * Slightly more accurate 'can not find package' message. Closes: #48311
8228 * --trivial-only and --no-remove. Closes: #48518
8229 * Increased the cache size. Closes: #47648
8230 * Comment woopsie. Closes: #48789
8231 * Removes existing links when linking sources. Closes: #48775
8232 * Problem resolver does not install all virtual packages. Closes: #48591, #49252
8233 * Clearer usage message about 'source' Closes: #48858
8234 * Immediate configure internal error Closes: #49062, #48884
8235
8236 -- Ben Gertzfield <che@debian.org> Sun, 7 Nov 1999 20:21:25 -0800
8237
8238 apt (0.3.13) unstable; urgency=low
8239
8240 * Fix timestamp miss in FTP. Closes: #44363
8241 * Fix sorting of Kept packages. Closes: #44377
8242 * Fix Segfault for dselect-upgrade. Closes: #44436
8243 * Fix handling of '/' for the dist name. Closes #43830
8244 * Added APT::Get::Diff-Only and Tar-Only options. Closes #44384
8245 * Add commented-out deb-src URI to default sources.list file.
8246
8247 -- Ben Gertzfield <che@debian.org> Sun, 19 Sep 1999 18:54:20 -0700
8248
8249 apt (0.3.12) unstable; urgency=low
8250
8251 * Fix for typo in the dhelp index. Closes: #40377
8252 * Multiple media swap support
8253 * Purge support. Closes: #33291, #40694
8254 * Better handling of - remove notation. Closes: #41024
8255 * Purge support. Closes: #33291, #40694
8256 * Error code on failed update. Closes: #41053
8257 * apt-cdrom adds entries for source directories. Closes: #41231
8258 * Sorts the output of any list. Closes: #41107
8259 * Fixes the looping problem. Closes: #41784, #42414, #44022
8260 * Fixes the CRC mechanism to lowercase all strings. Closes: #41839
8261 * More checks to keep the display sane. Particularly when fail-over is
8262 used with local mirrors and CD-Roms. Closes: #42127, #43130, #43668
8263 * PThread lockup problem on certain sparc/m68k. Closes: #40628
8264 * apt-cdrom understands .gz Package files too. Closes: #42779
8265 * Spelling error in dselect method description. Closes: #43251
8266 * Added security to the default source list. Closes: #43356
8267
8268 -- Ben Gertzfield <che@debian.org> Fri, 3 Sep 1999 09:04:28 -0700
8269
8270 apt (0.3.11) unstable; urgency=low
8271
8272 * Fix for mis-parsed file: URIs. Closes: #40373, #40366, #40230
8273 * Fix for properly upgrading the system from perl 5.004 to 5.005
8274
8275 -- Ben Gertzfield <che@debian.org> Mon, 28 Jun 1999 21:06:44 -0700
8276
8277 apt (0.3.9) unstable; urgency=low
8278
8279 * Spelling error in cachefile.cc. Closes: #39885
8280 * Trailing slash in dselect install if you try to use the
8281 default config file. Closes: #40011
8282 * Simulate works for autoclean. Closes: #39141
8283 * Fixed spelling errors. Closes: #39673
8284 * Changed url parsing a bit. Closes: #40070, #40069
8285 * Version 0.3.8 will be for slink/hamm (GNU libc 2).
8286
8287 -- Ben Gertzfield <che@debian.org> Thu, 24 Jun 1999 18:02:52 -0700
8288
8289 apt (0.3.7) unstable; urgency=low
8290
8291 * Fixed missing text in the apt-get(8) page. Closes: #37596
8292 * Made --simulate and friends work with apt-get source. Closes: #37597, #37656
8293 * Fixed inclusion of man pages in the -doc/-dev package. Closes: #37633, #38651
8294 * Fixed handling of the -q option with not-entirely integer arguments
8295 Closes: #37499
8296 * Man page typo Closes: #37762
8297 * Fixed parsing of the Source: line. Closes: #37679
8298 * Dpkg/dpkg-hurd source bug. Closes: #38004, #38032
8299 * Added a check for an empty cache directory. Closes: #37963
8300 * Return a failure code if -d is given and packages fail to download.
8301 Closes: #38127
8302 * Arranged for an ftp proxy specifing an http server to work. See the
8303 important note in the sources.list man page.
8304 * Accounted for resumed files in the cps calculation. Closes: #36787
8305 * Deal with duplicate same version different packages. Closes: #30237
8306 * Added --no-download. Closes: #38095
8307 * Order of apt-cdrom dist detection. Closes: #38139
8308 * Fix apt-cdrom chop handling and missing lines. Closes: #37276
8309 * IPv6 http support
8310 * Suggests dpkg-dev for apt-get source. Closes: #38158
8311 * Fixed typo in apt-get help. Closes: #38712
8312 * Improved the error message in the case of broken held package. Closes: #38777
8313 * Fixed handling of MD5 failures
8314 * Documented list notation Closes: #39008
8315 * Change the 'b' to 'B'. Closes: #39007
8316
8317 -- Ben Gertzfield <che@debian.org> Sun, 20 Jun 1999 18:36:20 -0700
8318
8319 apt (0.3.6) unstable; urgency=low
8320
8321 * Note that 0.3.5 never made it out the door..
8322 * Fix for apt-cdrom and unusual disk label locations. Closes: #35571
8323 * Made APT print numbers in decimal. Closes: #35617, #37319
8324 * Buffer munching fix for FTP. Closes: #35868
8325 * Typo in sample config file. Closes: #35907
8326 * Fixed whitespace in version compares. Closes: #35968, #36283, #37051
8327 * Changed installed size counter to only count unpacked packages.
8328 Closes: #36201
8329 * apt-get source support. Closes: #23934, #27190
8330 * Renames .debs that fail MD5 checking, provides automatic corruption
8331 recovery. Closes: #35931
8332 * Fixed autoconf verison. Closes: #37305
8333 * Random Segfaulting. Closes: #37312, #37530
8334 * Fixed apt-cache man page. Closes: #36904
8335 * Added a newline to apt-cache showpkg. Closes: #36903
8336
8337 -- Ben Gertzfield <che@debian.org> Wed, 12 May 1999 09:18:49 -0700
8338
8339 apt (0.3.4) unstable; urgency=low
8340
8341 * Release for Ben while he is out of town.
8342 * Checked the size of partial files. Closes: #33705
8343 * apt-get should not print progress on non-tty. Closes: #34944
8344 * s/guide.text.gz/users-guide.txt.gz/ debian/control: Closes: #35207
8345 * Applied cdrom patches from Torsten. Closes: #35140, #35141
8346 * smbmounted cdrom fix. Closes: #35470
8347 * Changed ie to eg. Closes: #35196
8348
8349 -- Adam Heath <doogie@debian.org> Sun, 4 Apr 1999 18:26:44 -0500
8350
8351 apt (0.3.3) unstable; urgency=low
8352
8353 * Fixes bug with file:/ URIs and multi-CD handling. Closes: #34923
8354
8355 -- Ben Gertzfield <che@debian.org> Tue, 23 Mar 1999 12:15:44 -0800
8356
8357 apt (0.3.2) unstable; urgency=low
8358
8359 * Major release into unstable of v3
8360 * These bugs have been fixed, explanations are in the bug system, read
8361 the man pages as well..
8362 Closes: #21113, #22507, #22675, #22836, #22892, #32883, #33006, #34121,
8363 #23984, #24685, #24799, #25001, #25019, #34223, #34296, #34355,
8364 #24021, #25022, #25026, #25104, #25176, #31557, #31691, #31853,
8365 #25458, #26019, #26433, #26592, #26670, #27100, #27100, #27601,
8366 #28184, #28391, #28778, #29293, #29351, #27841, #28172, #30260,
8367 #29382, #29441, #29903, #29920, #29983, #30027, #30076, #30112,
8368 #31009, #31155, #31381, #31883, #32140, #32395, #32584. #34465,
8369 #30383, #30441, #30472, #30643, #30827, #30324, #36425, #34596
8370
8371 -- Ben Gertzfield <che@debian.org> Mon, 15 Mar 1999 19:14:25 -0800
8372
8373 apt (0.3.1) experimental; urgency=low
8374
8375 * Minor release of cvs version.
8376 * Added virtual package libapt-pkgx.x
8377
8378 -- Mitch Blevins <mblevin@debian.org> Wed, 10 Mar 1999 07:52:44 -0500
8379
8380 apt (0.3.0) experimental; urgency=low
8381
8382 * New experimental version.
8383
8384 -- Ben Gertzfield <che@debian.org> Tue, 15 Dec 1998 12:53:21 -0800
8385
8386 apt (0.1.9) frozen unstable; urgency=low
8387
8388 * Return to the wacky numbering for when we build 0.1.8 for hamm
8389 * Important bug related to APT on the Alpha fixed
8390 * apt-get dist-upgrade problems fixed
8391 * tiny patch for http method to fix an endless loop
8392 * nice fix from /usr/doc/lintian/ to remove rpath nastiness from
8393 libtool and add proper shared lib dependancies
8394 * now dh_shlibdeps is called with LD_LIBRARY_PATH=debian/tmp/usr/lib
8395 in case an old libpkg is installed while building APT to prevent
8396 spurious dependancies
8397
8398 -- Ben Gertzfield <che@debian.org> Thu, 5 Nov 1998 17:43:25 -0800
8399
8400 apt (0.1.7) unstable; urgency=low
8401
8402 * New build with libstdc++2.9.
8403 * Various fixes; read the Changelog.
8404
8405 -- Ben Gertzfield <che@debian.org> Thu, 15 Oct 1998 18:29:18 -0700
8406
8407 apt (0.1.6) unstable; urgency=low
8408
8409 * Various fixes in the FTP method for error checking. Fixes: #26188.
8410 * Spelling corrections in dselect method. Fixes: #25884
8411 * Fixes for compilation on alpha/ppc. Fixes: #25313, #26108.
8412 * No more bo releases: we're using a normal numbering system now.
8413
8414 -- Ben Gertzfield <che@debian.org> Tue, 8 Sep 1998 19:27:13 -0700
8415
8416 apt (0.1.5) unstable; urgency=low
8417
8418 * Changed sources.list to point to 'unstable' by default, as
8419 'frozen' no longer exists!
8420
8421 -- Ben Gertzfield <che@debian.org> Thu, 23 Jul 1998 22:00:18 -0700
8422
8423 apt (0.1.3) unstable; urgency=low
8424
8425 * New upstreamish version.
8426 * ftp method rewritten in C. Removes dependancies on all perl/perl
8427 related modules. This fixes many of the ftp method bugs.
8428
8429 -- Ben Gertzfield <che@debian.org> Thu, 16 Jul 1998 22:19:00 -0700
8430
8431 apt (0.1.1) unstable; urgency=low
8432
8433 * Release for unstable.
8434
8435 -- Ben Gertzfield <che@debian.org> Tue, 30 Jun 1998 20:48:30 -0700
8436
8437 apt (0.1) unstable; urgency=low
8438
8439 * Kludge to fix problem in libnet-perl with illegal anonymous
8440 FTP passwords.
8441 * Moved to unstable; apt is in a useable state now.
8442 * Fixed version numbering. From now on, numbering will be:
8443 0.1 (no actual release) -> 0.1.0bo (release for libc5) ->
8444 0.1.1 (release for unstable). Thanks, Manoj.
8445
8446 -- Ben Gertzfield <che@debian.org> Tue, 30 Jun 1998 20:40:58 -0700
8447
8448 apt (0.0.17-1) experimental; urgency=low
8449
8450 * Fixed problem with libc6 version compare
8451 * Scott's away for a while, so I'll be packaging apt for the time
8452 being.
8453
8454 -- Ben Gertzfield <che@debian.org> Thu, 25 Jun 1998 19:02:03 -0700
8455
8456 apt (0.0.16-1) experimental; urgency=low
8457
8458 * Modifications to make apt-get more friendly when backgrounded.
8459 * Updated documentation.
8460 * Updates to graphic widgets
8461
8462 -- Scott K. Ellis <scott@debian.org> Mon, 8 Jun 1998 11:22:02 -0400
8463
8464 apt (0.0.15-0.2bo) experimental; urgency=low
8465
8466 * Bo compilation
8467 * Bob Hilliards crash
8468
8469 -- Jason Gunthorpe <jgg@debian.org> Sun, 31 May 1998 20:18:35 -0600
8470
8471 apt (0.0.15-0.1bo) experimental; urgency=low
8472
8473 * Bo compilation
8474 * libstdc++272 patch
8475
8476 -- Jason Gunthorpe <jgg@debian.org> Sun, 31 May 1998 20:18:35 -0600
8477
8478 apt (0.0.15) experimental; urgency=low
8479
8480 * Clean up source tarball (no user-visible changes)
8481
8482 -- Scott K. Ellis <scott@debian.org> Tue, 26 May 1998 12:23:53 -0400
8483
8484 apt (0.0.14) experimental; urgency=low
8485
8486 * Updates in ordering code to make sure certain upgrades work correctly.
8487 * Made dselect/setup understand ftp as well as http
8488
8489 -- Scott K. Ellis <scott@debian.org> Wed, 20 May 1998 13:33:32 -0400
8490
8491 apt (0.0.13-bo1) experimental; urgency=low
8492
8493 * Bo compilation
8494
8495 -- Jason Gunthorpe <jgg@debian.org> Mon, 18 May 1998 15:10:49 -0600
8496
8497 apt (0.0.13) experimental; urgency=low
8498
8499 * Remove hardcoded egcc from debian/rules (#21575)
8500 * Fixes for ordering logic when system has a number of unpacked
8501 but unconfigured packages installed.
8502 * Spelling fix in dselect install method (#22556)
8503
8504 -- Scott K. Ellis <scott@debian.org> Sun, 17 May 1998 20:08:33 -0400
8505
8506 apt (0.0.12) experimental; urgency=low
8507
8508 * Fixed problems with package cache corruption.
8509 * Made to depend on libc6 >= 2.0.7pre1 due to timezone problems with
8510 earlier versions.
8511 * Interface and documentation improvements.
8512
8513 -- Scott K. Ellis <scott@debian.org> Sat, 16 May 1998 23:17:32 -0400
8514
8515 apt (0.0.11) experimental; urgency=low
8516
8517 * Change dependancies to pre-depends since breaking your packaging tools
8518 in the middle of an installation isn't very good.
8519 * Bug fixes to ftp method and general apt-get code
8520
8521 -- Scott K. Ellis <scott@debian.org> Fri, 15 May 1998 08:57:38 -0400
8522
8523 apt (0.0.10) experimental; urgency=low
8524
8525 * Run "dpkg --configure -a" after an aborted dselect install
8526 * Fixed problem with install looping
8527 * Support for authenticating proxys: (note this isn't terribly secure)
8528 http_proxy="http://user:pass@firewall:port/"
8529 * Substitute $ARCH in sources.list
8530 * Fixes in the resumption code for ftp
8531
8532 -- Scott K. Ellis <scott@debian.org> Tue, 12 May 1998 09:14:41 -0400
8533
8534 apt (0.0.9) experimental; urgency=low
8535
8536 * Added ftp support.
8537 * Various other less visible bug fixes.
8538 * Fixed problem with segfault when apt-get invoked in a non-existant
8539 directory (Bug #21863)
8540 * Bumped policy to 2.4.1
8541
8542 -- Scott K. Ellis <scott@debian.org> Fri, 1 May 1998 09:18:19 -0400
8543
8544 apt (0.0.8) experimental; urgency=low
8545
8546 * Fixed generated available file (Bug #21836)
8547 * Added download ETA (Bug #21774).
8548 * Fixed hardcoded ARCH (Bug #21751).
8549 * Fixed check on http_proxy (Bug #21795).
8550 * Added download speed indicator.
8551
8552 -- Scott K. Ellis <scott@debian.org> Mon, 27 Apr 1998 10:58:32 -0400
8553
8554 apt (0.0.7) experimental; urgency=low
8555
8556 * Remove libdeity and apt from package for now, since only apt-get and
8557 apt-cache are actually useful right now.
8558 * Clean up handling of package installation errors.
8559 * Added timeout to http transfers (#21269)
8560 * Updated setup for dselect/apt method.
8561 * Updated man pages
8562 * Long options (added in 0.0.6)
8563
8564 -- Scott K. Ellis <scott@debian.org> Tue, 21 Apr 1998 09:06:49 -0400
8565
8566 apt (0.0.6) experimental; urgency=low
8567
8568 * Spelling changes.
8569 * Revamped download status display.
8570 * Call apt-get clean after successful install in dselect.
8571 * Added "apt-get clean" which deletes package files from /var/cache/apt
8572
8573 -- Scott K. Ellis <scott@debian.org> Thu, 9 Apr 1998 15:13:59 -0400
8574
8575 apt (0.0.5) experimental; urgency=low
8576
8577 * Ignore signals while dpkg is running so we don't leave dpkg running in
8578 the background (#20804)
8579 * Check Packages as well as Packages.gz for file URIs (#20784)
8580 * Spelling cleanup (#20800)
8581 * Added -m option to permit upgrade to go on in the case of a bad mirror.
8582 This option may result in incomplete upgrades when used with -f.
8583
8584 -- Scott K. Ellis <scott@debian.org> Tue, 7 Apr 1998 12:40:29 -0400
8585
8586 apt (0.0.4) experimental; urgency=low
8587
8588 * New usage guide.
8589 * Various documentation updates and cleanup.
8590 * Added '-f' option to apt-get attempt to fix broken dependancies.
8591
8592 -- Scott K. Ellis <scott@debian.org> Sat, 4 Apr 1998 14:36:00 -0500
8593
8594 apt (0.0.3) experimental; urgency=low
8595
8596 * Added a shlibs.local file to prevent apt from depending on itself.
8597 * Updates to how apt-get handles bad states in installed packages.
8598 * Updated rules to make sure build works from a freshly checked out source
8599 archive. Building from CVS needs libtool/automake/autoconf, builds from
8600 the distributed source package should have no such dependancy.
8601
8602 -- Scott K. Ellis <scott@debian.org> Fri, 3 Apr 1998 11:49:47 -0500
8603
8604 apt (0.0.2) unstable; urgency=low
8605
8606 * Updates to apt-get and http binding for dselect method (apt).
8607 * Updating version number from 0.0.1, which was released only on IRC.
8608
8609 -- Scott K. Ellis <scott@debian.org> Fri, 3 Apr 1998 00:35:18 -0500
8610
8611 apt (0.0.1) unstable; urgency=low
8612
8613 * Initial Release.
8614
8615 -- Scott K. Ellis <scott@debian.org> Tue, 31 Mar 1998 12:49:28 -0500