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