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