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