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