* debian/apt.conf.autoremove: don't include linux-image*,
[ntk/apt.git] / debian / changelog
1 apt (0.9.7.6ubuntu1) UNRELEASED; urgency=low
2
3 [ Michael Vogt ]
4 * merged from debian-sid
5
6 [ Program translation updates ]
7 * Catalan (Jordi Mallach)
8 * Drop a confusing non-breaking space. Closes: #691024
9 * Thai (Theppitak Karoonboonyanan). Closes: #691613
10
11 [ David Kalnischkies ]
12 * apt-pkg/packagemanager.cc:
13 - do not do lock-step configuration for a M-A:same package if it isn't
14 unpacked yet in SmartConfigure and do not unpack a M-A:same package
15 again in SmartUnPack if we have already configured it (LP: #1062503)
16
17 -- Jordi Mallach <jordi@debian.org> Thu, 18 Oct 2012 23:30:46 +0200
18
19 apt (0.9.7.6) unstable; urgency=low
20
21 [ Program translation updates ]
22 * Ukrainian (A. Bondarenko)
23
24 [ David Kalnischkies ]
25 * apt-pkg/pkgcachegen.cc:
26 - ensure that dependencies for packages:none are always generated
27 - add 2 missing remap registrations causing a segfault in case
28 we use the not remapped iterators after a move of the mmap again
29 - write the native architecture as unique string into the cache header
30 as it is used for arch:all packages as a map to arch:native.
31 Otherwise arch comparisons later will see differences (Closes: #689323)
32 * apt-pkg/pkgcache.cc:
33 - ignore negative dependencies applying in the same group for M-A:same
34 packages on the real package name as self-conflicts (Closes: #688863)
35 * cmdline/apt-cache.cc:
36 - print versioned dependency relations in (r)depends if the option
37 APT::Cache::ShowVersion is true (default: false) as discussed in
38 #218995 to help debian-cd fixing #687949. Thanks to Sam Lidder
39 for initial patch and Steve McIntyre for nagging and testing!
40 * apt-pkg/edsp.cc:
41 - include reinstall requests and already installed (= protected) packages
42 in the install-request for external resolvers (Closes: #689331)
43 * apt-pkg/policy.cc:
44 - match pins with(out) an architecture as we do on the commandline
45 (partly fixing #687255, b= support has to wait for jessie)
46 * apt-pkg/contrib/netrc.cc:
47 - remove the 64 char limit for login/password in internal usage
48 - remove 256 char line limit by using getline() (POSIX.1-2008)
49
50 [ Colin Watson ]
51 * apt-pkg/pkgcachegen.cc:
52 - Fix crash if the cache is remapped while writing a Provides version
53 (LP: #1066445).
54
55 -- Michael Vogt <mvo@debian.org> Tue, 16 Oct 2012 18:08:53 +0200
56
57 apt (0.9.7.5ubuntu6) UNRELEASED; urgency=low
58
59 * debian/apt.conf.autoremove: don't include linux-image*,
60 linux-restricted-modules*, and linux-ubuntu-modules* packages in the
61 list to never be autoremoved.
62 * debian/apt.auto-removal.sh, debian/rules, debian/apt.dirs: install new
63 script to /etc/kernel/postinst.d/ which ensures we only automatically
64 keep the currently-running kernel, the being-installed kernel, and the
65 newest kernel, so we don't fill /boot up with an unlimited number of
66 kernels. LP: #923876.
67
68 -- Steve Langasek <steve.langasek@ubuntu.com> Fri, 02 Nov 2012 23:13:00 +0000
69
70 apt (0.9.7.5ubuntu5) quantal; urgency=low
71
72 * Revert "missing remap registration" change from 0.9.7.5ubuntu4; this
73 iterator was already registered, and double registration causes a crash
74 (LP: #1067056).
75
76 -- Colin Watson <cjwatson@ubuntu.com> Tue, 16 Oct 2012 11:35:59 +0100
77
78 apt (0.9.7.5ubuntu4) quantal-proposed; urgency=low
79
80 [ Colin Watson ]
81 * apt-pkg/pkgcachegen.cc:
82 - Fix crash if the cache is remapped while writing a Provides version
83 (LP: #1066445).
84
85 Cherry-pick from http://bzr.debian.org/bzr/apt/apt/debian-sid:
86
87 [ David Kalnischkies ]
88 * apt-pkg/pkgcachegen.cc:
89 - add a missing remap registration causing a segfault in case
90 we use the not remapped iterators after a move of the mmap again
91
92 -- Colin Watson <cjwatson@ubuntu.com> Sun, 14 Oct 2012 23:54:27 +0100
93
94 apt (0.9.7.5ubuntu3) quantal-proposed; urgency=low
95
96 * Refresh translations from Launchpad. Amongst other fixes, this drops the
97 erroneous "个" from "Retrieving file ..." translation in zn_CN.
98 (LP: #985634)
99
100 -- Martin Pitt <martin.pitt@ubuntu.com> Fri, 12 Oct 2012 13:01:30 +0200
101
102 apt (0.9.7.5ubuntu2) quantal; urgency=low
103
104 Merged from lp:~donkult/apt/experimental:
105
106 [ David Kalnischkies ]
107 * apt-pkg/contrib/strutl.cc:
108 - support \n and \r\n line endings in ReadMessages
109
110 [ Michael Vogt ]
111 * lp:~mvo/apt/webserver-simulate-broken-with-fix346386:
112 - merge fix for LP: #346386
113
114
115 Merged from http://bzr.debian.org/bzr/apt/apt/debian-sid:
116
117 [ David Kalnischkies ]
118 * apt-pkg/cdrom.cc:
119 - copy only configured translation files from a CD-ROM and not all
120 available translation files preventing new installs with d-i from
121 being initialized with all translations (Closes: #678227)
122 - handle Components in the reduction for the source.list as multi-arch CDs
123 otherwise create duplicated source entries (e.g. "wheezy main main")
124 * apt-pkg/packagemanager.cc:
125 - unpack versions only in case a different version from the package
126 is currently in unpack state to recover from broken system states
127 (like different file in M-A:same package and other dpkg errors)
128 and avoid re-unpack otherwise (Closes: #670900)
129 * debian/control:
130 - let libapt-pkg break apt < 0.9.4 to ensure that the installed http-
131 method supports the new redirection-style, thanks to Raphael Geissert
132 for reporting & testing (Closes: #685192)
133 * doc/apt_preferences.5.xml:
134 - use the correct interval (x <= P < y) for pin value documentation as
135 these are the intervals used by the code (Closes: #685989)
136 * apt-pkg/indexcopy.cc:
137 - do not create duplicated flat-archive CD-ROM sources for foreign
138 architectures on multi-arch CD-ROMs
139 - do not warn about files which have a record in the Release file, but
140 are not present on the CD to mirror the behavior of the other methods
141 and to allow uncompressed indexes to be dropped without scaring users
142
143 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 04 Sep 2012 15:42:09 +0200
144
145 apt (0.9.7.5ubuntu1) quantal; urgency=low
146
147 [ Michael Vogt ]
148 * merged latest fixes from the debian-sid branch
149
150 [ TJ ]
151 * apt-pkg/contrib/netrc.cc:
152 - increase LOGINSIZE/PASSWORDSIZE limits and add proper error
153 if the limits are reached (LP: #1008289)
154
155 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 28 Aug 2012 12:06:48 +0200
156
157 apt (0.9.7.5) unstable; urgency=low
158
159 [ Manpages translation updates ]
160 * Japanese (KURASAWA Nozomu) (Closes: #684435)
161
162 [ David Kalnischkies ]
163 * apt-pkg/cdrom.cc:
164 - copy only configured translation files from a CD-ROM and not all
165 available translation files preventing new installs with d-i from
166 being initialized with all translations (Closes: #678227)
167 - handle Components in the reduction for the source.list as multi-arch CDs
168 otherwise create duplicated source entries (e.g. "wheezy main main")
169 * apt-pkg/packagemanager.cc:
170 - unpack versions only in case a different version from the package
171 is currently in unpack state to recover from broken system states
172 (like different file in M-A:same package and other dpkg errors)
173 and avoid re-unpack otherwise (Closes: #670900)
174 * debian/control:
175 - let libapt-pkg break apt < 0.9.4 to ensure that the installed http-
176 method supports the new redirection-style, thanks to Raphael Geissert
177 for reporting & testing (Closes: #685192)
178 * doc/apt_preferences.5.xml:
179 - use the correct interval (x <= P < y) for pin value documentation as
180 these are the intervals used by the code (Closes: #685989)
181 * apt-pkg/indexcopy.cc:
182 - do not create duplicated flat-archive CD-ROM sources for foreign
183 architectures on multi-arch CD-ROMs
184 - do not warn about files which have a record in the Release file, but
185 are not present on the CD to mirror the behavior of the other methods
186 and to allow uncompressed indexes to be dropped without scaring users
187 - do not create duplicated flat-archive CD-ROM sources for foreign
188 architectures on multi-arch CD-ROMs
189 - do not warn about files which have a record in the Release file, but
190 are not present on the CD to mirror the behavior of the other methods
191 and to allow uncompressed indexes to be dropped without scaring users
192 * apt-pkg/pkgcachegen.cc:
193 - do not create 'native' (or now 'none') package structures as a side
194 effect of description translation parsing as it pollutes the cache
195
196 -- Michael Vogt <mvo@debian.org> Tue, 11 Sep 2012 15:56:44 +0200
197
198 apt (0.9.7.4) unstable; urgency=low
199
200 [ Manpages translation updates ]
201 * Polish (Robert Luberda) (Closes: #683109)
202
203 [ Program translation updates ]
204 * Polish (Michał Kułach)
205
206 [ Pino Toscano ]
207 * apt-pkg/contrib/mmap.cc:
208 - guard only the msync call with _POSIX_SYNCHRONIZED_IO rather
209 than also the fallback code as it breaks APT on hurd since 0.9.7.3
210 as the fallback is now always used on non-linux (Closes: #683354)
211
212 [ David Kalnischkies ]
213 * apt-pkg/contrib/fileutl.cc:
214 - remove _POSIX_SYNCHRONIZED_IO guard in FileFd::Sync() around fsync
215 as this guard is only needed for fdatasync and not defined on hurd
216 * cmdline/apt-get.cc:
217 - error out on (unsatisfiable) build-deps on purly virtual packages
218 instead of ignoring these dependencies; thanks to Johannes Schauer
219 for the detailed report! (Closes: #683786)
220 - ensure that the right architecture is used for cross-dependencies in
221 cases we have to choose a provider by defaulting on host-arch
222 instead of build-arch
223 * doc/apt-verbatim.ent:
224 - denote 'wheezy' as stable codename and 'jessie' as testing codename
225 in the documentation in preparation for release
226 * apt-pkg/indexcopy.cc:
227 - do not use atomic writing if the target is /dev/null as we don't want
228 to replace it, not even automically. (Closes: #683410)
229 * apt-pkg/cdrom.cc:
230 - do not link() but rename() the cdroms.list to cdroms.list~ as a backup
231 to ensure that apt-cdrom can be run multiple times (Closes: #676302)
232
233 -- Michael Vogt <mvo@debian.org> Mon, 06 Aug 2012 15:55:04 +0200
234
235 apt (0.9.7.3) unstable; urgency=low
236
237 [ Manpages translation updates ]
238 * Spanish; (Omar Campagne). Closes: #681566
239
240 [ Program translation updates ]
241 * Czech (Miroslav Kure). Closes: #680758
242
243 [ David Kalnischkies ]
244 * apt-pkg/cacheset.cc:
245 - handle :all and :native correctly as architectures again
246 in the commandline parsing (regression in 0.9.7)
247 * apt-pkg/packagemanager.cc:
248 - do not segfault if nothing can be configured to statisfy
249 a pre-depends (e.g. in a pre-depends loop) (Closes: #681958)
250 * apt-pkg/contrib/mmap.cc:
251 - trigger the usage of the fallback code for kfreebsd also in the
252 second (filebased) constructor of DynamicMMap (Closes: #677704)
253 - refer to APT::Cache-Start in case the growing failed as if -Limit is
254 really the offender it will be noted in a previous error message.
255 - for filesystems not supporting mmap'ing a file we need to use a
256 SyncToFd dummy just as we did for compressed files in 0.9.5
257
258 -- Michael Vogt <mvo@debian.org> Fri, 27 Jul 2012 17:53:41 +0200
259
260 apt (0.9.7.2) unstable; urgency=low
261
262 [ Manpages translation updates ]
263 * French (Christian Perrier)
264 * German (Chris Leick)
265
266 [ Program translation updates ]
267 * Greek (Θανάσης Νάτσης)
268 * Japanese (Kenshi Muto) (Closes: #679662)
269 * Russian (Yuri Kozlov) (Closes: #679599)
270 * Danish (Joe Dalton) (Closes: #680119)
271 * Portuguese (Miguel Figueiredo) (Closes: #680616)
272
273 [ David Kalnischkies ]
274 * debian/apt.cron.daily:
275 - do not try to backup extended_states file if it doesn't
276 exist (Closes: #680287)
277 * ftparchive/writer.cc:
278 - handle the APT::FTPArchive::Packages::SHA512 option correctly instead
279 of overriding SHA256, thanks Christian Marillat! (Closes: #680252)
280 * cmdline/apt-mark.cc:
281 - arch:all packages are treated as arch:native packages, but dpkg
282 expects pkg:all for selections, so use the arch of the installed
283 version instead of the package structure if possible.
284 Thanks to Stepan Golosunov for the report! (Closes: #680041)
285 * apt-pkg/clean.cc:
286 - run autoclean against pkg:arch and not always against pkg:native as
287 this removes valid cache entries (Closes: #679371)
288 * apt-pkg/deb/deblistparser.cc:
289 - negative dependencies need to apply to all architectures,
290 but those with a specific architecture only apply to this one
291 * apt-pkg/cachefilter.cc:
292 - remove architecture-specific arch to tuple expansion-rules as they lead
293 to the same tuples for different architectures (e.g. linux-arm for arm,
294 armel and armhf) while the dpkg-architecture code uses triples which
295 are different (in the first part, which we omit in our tuples), so e.g.
296 build-dep restrictions for armel ended up effecting armhf as well
297
298 -- Michael Vogt <mvo@debian.org> Fri, 13 Jul 2012 21:33:56 +0200
299
300 apt (0.9.7.1ubuntu2) quantal; urgency=low
301
302 * ftparchive/override.cc:
303 - Double maximum override line length to 1000 (LP: #1038961).
304
305 -- Colin Watson <cjwatson@ubuntu.com> Mon, 20 Aug 2012 12:04:30 +0100
306
307 apt (0.9.7.1ubuntu1) quantal; urgency=low
308
309 * merged from the debian-sid branch
310
311 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 29 Jun 2012 15:33:42 +0200
312
313 apt (0.9.7.1) unstable; urgency=low
314
315 [ Program translation updates ]
316 * Bulgarian (Damyan Ivanov) (Closes: #678983)
317 * Hungarian (Gabor Kelemen)
318 * Italian (Milo Casagrande)
319 * Slovenian (Andrej Znidarsic)
320 * German (Holger Wansing) (Closes: #679314)
321 * Slovak (Ivan Masár) (Closes: #679448)
322
323 [ David Kalnischkies ]
324 * cmdline/apt-internal-solver.cc, cmdline/apt-mark.cc:
325 - typo fixes and unfuzzy translations
326 * debian/control:
327 - libapt-{pkg,inst} packages should be in section 'libs' instead
328 of 'admin' as by ftp-master override request in #677596
329 - demote debiandoc-sgml to Build-Depends-Indep
330 * doc/makefile:
331 - separate translation building of debiandoc from manpages
332 so that we don't need to build debiandoc for binary packages
333
334 -- Michael Vogt <mvo@debian.org> Fri, 29 Jun 2012 14:26:32 +0200
335
336 apt (0.9.7) unstable; urgency=low
337
338 [ Julian Andres Klode ]
339 * apt-pkg/contrib/mmap.cc:
340 - Fix the Fallback option to work correctly, by not calling
341 realloc() on a map mapped by mmap(), and by using malloc
342 and friends instead of new[].
343 - Zero out the new memory allocated with realloc().
344
345 [ Daniel Hartwig ]
346 * apt-pkg/pkgcachegen.cc:
347 - always reset _error->StackCount in MakeStatusCache (Closes: #677175)
348
349 [ David Kalnischkies ]
350 * apt-pkg/deb/deblistparser.cc:
351 - ensure that mixed positive/negative architecture wildcards
352 are handled in the same way as dpkg handles them
353 - use PackageArchitectureMatchesSpecification filter
354 * apt-pkg/cachefilter.cc:
355 - add PackageArchitectureMatchesSpecification (Closes: #672603)
356 * apt-pkg/cacheset.cc:
357 - add PackageContainerInterface::FromGroup to support
358 architecture specifications with wildcards on the commandline
359 * apt-pkg/pkgcache.cc:
360 - do a string comparision for architecture checking in IsMultiArchImplicit
361 as 'unique' strings in the pkgcache aren't unique (Closes: #677454)
362 * buildlib/configure.mak:
363 - print a message detailing how to get config.guess and config.sub
364 in case they are not in /usr/share/misc (Closes: #677312)
365 * cmdline/apt-get.cc:
366 - print a friendly message in 'download' if a package can't be
367 downloaded (Closes: #677887)
368
369 -- Michael Vogt <mvo@debian.org> Tue, 19 Jun 2012 16:42:43 +0200
370
371 apt (0.9.6ubuntu3) quantal; urgency=low
372
373 * SECURITY UPDATE: Disable apt-key net-update for now, as validation
374 code is still insecure
375 - cmdline/apt-key: exit 1 immediately in net_update()
376 - CVE-2012-0954
377 - LP: #1013639
378
379 -- Jamie Strandboge <jamie@ubuntu.com> Fri, 15 Jun 2012 08:03:17 -0500
380
381 apt (0.9.6ubuntu2) quantal; urgency=low
382
383 * adjust apt-key to ensure no collisions on subkeys too. Patch thanks to
384 Marc Deslauriers. (LP: #1013128)
385
386 -- Jamie Strandboge <jamie@ubuntu.com> Thu, 14 Jun 2012 11:29:48 -0500
387
388 apt (0.9.6ubuntu1) quantal; urgency=low
389
390 [ Michael Vogt ]
391 * merged from Debian, remaining changes:
392 - use ubuntu keyring and ubuntu archive keyring in apt-key
393 - run update-apt-xapian-index in apt.cron
394 - support apt-key net-update and verify keys against master-keyring
395 - run apt-key net-update in cron.daily
396 - different example sources.list
397 - APT::pkgPackageManager::MaxLoopCount set to 5000
398 - apport pkgfailure handling
399 - ubuntu changelog download handling
400 - patch for apt cross-building, see http://bugs.debian.org/666772
401
402 [ Steve Langasek ]
403 * Drop upgrade handling for obsolete conffile /etc/apt/apt.conf.d/01ubuntu,
404 removed in previous LTS.
405 * prepare-release: declare the packages needed as source build deps.
406
407 -- Steve Langasek <steve.langasek@ubuntu.com> Mon, 11 Jun 2012 22:36:16 +0000
408
409 apt (0.9.6) unstable; urgency=low
410
411 [ David Kalnischkies ]
412 * apt-pkg/cdrom.cc:
413 - fix regression from 0.9.3 which dumped the main configuration
414 _config instead of the cdrom settings (Cnf) as identified and
415 tested by Milan Kupcevic, thanks! (Closes: #674100)
416 * cmdline/apt-get.cc:
417 - do not show 'list of broken packages' header if no package
418 is broken as it happens e.g. for external resolver errors
419 - print URIs for all changelogs in case of --print-uris,
420 thanks to Daniel Hartwig for the patch! (Closes: #674897)
421 - show 'bzr branch' as 'bzr get' is deprecated (LP: #1011032)
422 - check build-dep candidate if install is forbidden
423 * debian/apt-utils.links:
424 - the internal resolver 'apt' is now directly installed in
425 /usr/lib/apt/solvers, so don't instruct dh to create a broken link
426 * doc/apt-verbatim.ent:
427 - APT doesn't belong to the product 'Linux', so use 'APT' instead
428 as after all APT is a big suite of applications
429 * doc/examples/sources.list:
430 - use the codename instead of 'stable' in the examples sources.list
431 as we do in the manpage and as the debian-installer does
432 * doc/apt-get.8.xml:
433 - use apt-utils as package example instead of libc6
434 * apt-pkg/contrib/cmdline.cc:
435 - apply patch from Daniel Hartwig to fix a segfault in case
436 the LongOpt is empty (Closes: #676331)
437 - fix segfault with empty LongOpt in --no-* branch
438 * ftparchive/apt-ftparchive.cc:
439 - default to putting the Contents-* files below $(SECTION) as apt-file
440 expects them there - thanks Martin-Éric Racine! (Closes: #675827)
441 * apt-pkg/deb/deblistparser.cc:
442 - set pkgCacheGen::Essential to "all" again (Closes: #675449)
443 * apt-pkg/algorithms.cc:
444 - force install only for one essential package out of a group
445 * apt-pkg/aptconfiguration.cc:
446 - if APT::Languages=none save "none" in allCodes so that the detected
447 configuration is cached as intended (Closes: #674690, LP: #1004947)
448 * apt-pkg/cacheiterators.h:
449 - add an IsMultiArchImplicit() method for Dep- and PrvIterator
450
451 [ Justin B Rye ]
452 * doc/apt-cdrom.8.xml:
453 - replace CDROM with the proper CD-ROM in text
454 - correct disc vs. disk issues
455 * doc/apt-extracttemplates.1.xml:
456 - debconf is not DebConf
457 * doc/apt-get.8.xml:
458 - move dselect-upgrade below dist-upgrade
459 - review and fix spelling issues
460 * doc/apt-ftparchive.8.xml, doc/apt-config.8.xml,
461 doc/apt-key.8.xml, doc/apt-mark.8.xml,
462 doc/apt_preferences.5.xml, doc/apt-secure.8.xml,
463 doc/apt-sortpkgs.1.xml, sources.list.5.xml:
464 - review and fix typo, grammar and style issues
465 * doc/apt.conf.5.xml:
466 - review and fix typo, grammar and style issues
467 - rephrase APT::Immediate-Configuration and many others
468
469 [ Sebastian Heinlein ]
470 * cmdline/apt-key:
471 - do not hardcode /etc but use Dir::Etc instead
472
473 [ Robert Luberda ]
474 * Polish manpage translation update (Closes: #675603)
475 * doc/apt-mark.8.xml:
476 - in hold, the option name is --file not --filename
477
478 [ Christian Perrier ]
479 * French program and manpage translation update
480 * Danish program translation by Joe Hansen. Closes: #675605
481
482 [ Thibaut Girka ]
483 * cmdline/apt-get.cc:
484 - complain correctly about :any build-dep on M-A:none packages
485 * apt-pkg/deb/deblistparser.cc:
486 - add support for arch-specific qualifiers in dependencies
487
488 -- Michael Vogt <mvo@debian.org> Mon, 11 Jun 2012 16:21:53 +0200
489
490 apt (0.9.5.1) unstable; urgency=low
491
492 [ David Kalnischkies ]
493 * apt-pkg/contrib/fileutl.cc:
494 - dup() given compressed fd in OpenDescriptor if AutoClose
495 is disabled as otherwise gzclose() and co will close it
496 * doc/*.xml:
497 - mark even more stuff as untranslateable and improve the
498 markup here and there (no real text change)
499 - use docbook DTD 4.5 instead of 4.2 to have valid docs
500
501 [ Justin B Rye ]
502 * doc/*.xml:
503 - remove 'GNU/Linux' from 'Debian systems' strings as Debian
504 has more systems than just GNU/Linux nowadays
505 * doc/apt-cache.8.xml:
506 - fix a typo as well as adding missing literal markup
507 - three small rewordings for better english sentences
508
509 -- Michael Vogt <mvo@debian.org> Thu, 24 May 2012 17:16:34 +0200
510
511 apt (0.9.5) unstable; urgency=low
512
513 [ Chris Leick ]
514 * proofreading of the manpage pot
515 * German manpage translation update (Closes: #673294)
516
517 [ David Kalnischkies ]
518 * buildlib/podomain.mak:
519 - ensure that all sources end up in the srclist so that we don't
520 forget to extract half of the translation strings
521 * buildlib/inttypes.h.in:
522 - remove inttypes.h compatibility as providing such a c99 types
523 compatibility conflicts with the usage of c99 type long long
524 * apt-pkg/contrib/mmap.cc:
525 - have a dummy SyncToFd around in case of ReadOnly access to a
526 compressed file as we otherwise on Close() do not delete[] the
527 char buffer but munmap() it… (Closes: #673815)
528 * debian/control:
529 - moving debiandoc-sgml to Build-Depends-Indep was one step too much
530 for the buildds as we still build two sgml files in arch:any
531 * debian/rules:
532 - move internal-solver as 'apt' to his friend dump-solver in
533 /usr/lib/apt/solvers to avoid writing a manpage for it
534
535 -- Michael Vogt <mvo@debian.org> Tue, 22 May 2012 16:14:22 +0200
536
537 apt (0.9.4) unstable; urgency=low
538
539 [ David Kalnischkies ]
540 * methods/http.cc:
541 - after many years of pointless discussions disable http/1.1 pipelining
542 by default as many webservers and proxies seem to be unable to conform
543 to specification must's (rfc2616 section 8.1.2.2) (LP: #996151)
544 - add spaces around PACKAGE_VERSION to fix FTBFS with -std=c++11
545 * apt-pkg/pkgcachegen.cc:
546 - make IsDuplicatedDescription static so that it is really private
547 as we don't need a symbol for it as it is not in a header
548 * Makefile, buildlib/*.mak:
549 - reshuffle dependencies so that parallel building seems to work
550 - separate manpages from the rest of the doc building
551 * prepare-release:
552 - apt-inst version isn't apt versions, so don't override variable
553 * debian/rules:
554 - apt-utils packages manpages, so it should depend on build-doc
555 - make apt and apt-utils packages depend on manpages instead of full doc
556 * debian/control:
557 - move doxygen and debiandoc-sgml to Build-Depends-Indep as docs
558 are no longer build in the same target as the manpages
559 * apt-pkg/acquire-methods.cc:
560 - factor out into private Dequeue() to fix access to deleted pointer
561 * apt-pkg/contrib/fileutl.cc:
562 - ensure that we close compressed fds, wait for forks and such even if
563 the FileFd itself is set to not autoclose the given Fd
564 * cmdline/apt-get.cc:
565 - use the host architecture, not the build architecture for matching
566 of [architecture restrictions] in Build-Depends (Closes: #672927)
567 * doc/makefile:
568 - build manpages with the correct l10n.gentext.default.language setting
569 to get the correct section titles provided by docbook
570 * doc/po/de.po:
571 - updated german manpage translation by Chris Leick, thanks!
572 * apt-pkg/packagemanager.cc:
573 - do not run into loop on new-pre-depends-breaks (Closes: #673536)
574 * doc/*.xml:
575 - add a few translator notes and reword some paragraphs to ensure that
576 translators and users alike can better understand them (Closes: #669409)
577 - in <term> mark all options with <option> and mark <term><option>
578 as untranslated for po4a removing ~200 unless "translateable" strings
579 * apt-pkg/aptconfiguration.cc:
580 - longcode Translation files are saved with encoded underscore,
581 so make sure to pick these files up as well for Acquire::Languages
582 * ftparchive/writer.cc:
583 - include Contents-* files in Release files (Closes: #673647)
584
585 [ Michael Vogt ]
586 * merged updated de.po, thanks to Holger Wansing (closes: #672466)
587
588 [ Raphael Geissert ]
589 * apt-pkg/acquire*.cc:
590 - handle redirections in the worker with the right method instead of
591 in the method the redirection occured in (Closes: #668111)
592 * methods/http.cc:
593 - forbid redirects to change protocol
594 * methods/mirror.cc:
595 - generate an equal sign also for the first arch (Closes: #669142)
596
597 [ Marius Vollmer ]
598 * apt-pkg/algorithms.cc:
599 - fix memory leak of Flags in pkgSimulate by a proper destructor
600
601 -- Michael Vogt <mvo@debian.org> Mon, 21 May 2012 12:29:05 +0200
602
603 apt (0.9.3) unstable; urgency=low
604
605 [ David Kalnischkies ]
606 * apt-pkg/contrib/strutl.cc:
607 - remove the message size limit from ioprintf and strprintf
608 * apt-pkg/contrib/configuration.cc:
609 - add a more versatile Dump() method
610 - normalize a bit by replacing // and /./ with / in FindFile
611 - /dev/null is a special absolute path as it has no subdirectories
612 * apt-pkg/acquire-worker.cc:
613 - use Dump() to generate the configuration message for sending
614 * cmdline/apt-config.cc:
615 - make it possible to limit dump to a subtree
616 - implement --empty and --format option for dump
617 * apt-pkg/cdrom.cc:
618 - use Dump() to generate the configuration output
619 * apt-pkg/depcache.cc:
620 - clearly separate 'positive' and 'negative' dependencies and
621 their upgrade-resolution tries in MarkInstall and especially don't
622 treat Conflicts differently compared to Breaks here
623 - provider is only a possible solution if the provides has the right
624 version (or none as we have no versioned provides in debian) and not
625 if the version of the provider matches
626 * edsp/edspsystem.cc:
627 - check with RealFileExists for scenario file as otherwise a directory
628 like one provided with RootDir triggers the usage of EDSP
629 * debian/libapt-inst1.5.symbols:
630 - use the correct library name the symbols header
631 * apt-pkg/pkgcachegen.cc:
632 - check if NewDescription allocation has failed and error out accordingly
633 - check if we work on a valid description in IsDuplicateDescription as
634 we end up working on dangling pointers otherwise which segfaults on
635 s390x and ppc64 (Closes: #669427)
636 * apt-pkg/deb/deblistparser.cc:
637 - check length and containing chars for a given description md5sum
638 * ensure that apti18n.h is included last as advertised (Closes: #671623)
639 * apt-pkg/acquire-worker.cc:
640 - revert the use of FileFd::Write in OutFdReady as we don't want error
641 reports about EAGAIN here as we retry later. Thanks to YOSHINO Yoshihito
642 for the report. (Closes: #671721)
643 * apt-pkg/contrib/fileutl.cc:
644 - check that the fd which are closed are valid
645 - ensure that we do init d only once and especially not with its own
646 content as this causes some "interesting" hickups resulting in segfaults
647 as it seems (Closes: #554387, #670979)
648 - collect zombie (de)compressor processes on reopen
649 - ensure that in error conditions the Fail flag is set
650 - ensure that d is set before accessing it
651 * apt-pkg/aptconfiguration.cc:
652 - use NULL instead of "" for no (un)compress parameters
653 * apt-pkg/algorithms.cc:
654 - factor out of ListUpdate a AcquireUpdate to be able to provide your
655 own pkgAcquire fetcher to the wrapper
656 * apt-inst/deb/debfile.h:
657 - readd 'md5.h' to the uncleaned header includes to make qapt build
658 against us again unchanged to unblock transition (Closes: #669163)
659
660 -- Michael Vogt <mvo@debian.org> Fri, 11 May 2012 17:16:22 +0200
661
662 apt (0.9.2) unstable; urgency=low
663
664 [ Michael Vogt ]
665 * apt-inst/contrib/extracttar.cc:
666 - ensure that in StartGzip the InFd is set to "AutoClose" to ensure
667 that the pipe is closed when InFd is closed. This fixes a Fd leak
668 (LP: #985452)
669
670 [ David Kalnischkies ]
671 * apt-pkg/deb/deblistparser.cc:
672 - only treat the native apt as essential by default (Closes: #669377)
673 * apt-pkg/contrib/fileutl.cc:
674 - redirect stderr from compressors to /dev/null
675 * apt-pkg/aptconfiguration.cc:
676 - if the compressor is not installed, but we link against it's
677 library accept it as a CompressionType (Closes: #669328)
678 * apt-pkg/contrib/sha2_internal.cc:
679 - do not use the input data directly but memcpy it instead as
680 it could be unaligned as in the http-transport which causes
681 a sigbus error on sparc (Closes: #669061)
682 * apt-pkg/cacheset.cc:
683 - actually return to the fallback modifier if we have detected we
684 should for packagenames which look like modifiers (Closes: #669591)
685
686 [ Adam Conrad ]
687 * Set FD_CLOEXEC on history.log's FD (Closes: #610069, LP: #636010)
688
689 [ Thorsten Spindler ]
690 * apt-pkg/deb/dpkgpm.cc:
691 - do not crash if (*I).Pkg is NULL (LP: #939867)
692
693 [ Malcolm Scott ]
694 * apt-pkg/packagemanager.cc:
695 - iterate over all pre-depends or-group member instead of looping
696 endlessly over the first member in SmartUnpack (LP: #985852)
697
698 -- Michael Vogt <mvo@debian.org> Fri, 20 Apr 2012 11:26:16 +0200
699
700 apt (0.9.1) unstable; urgency=low
701
702 [ David Kalnischkies ]
703 * cmdline/apt-get.cc:
704 - if pkgCacheFile::Generate is disabled in 'update' don't
705 remove the caches (and don't try to open them)
706 * apt-pkg/packagemanager.cc:
707 - init counter in SmartConfigure so that the loop-breaker isn't
708 triggered at random… (Closes: #669060)
709
710 [ Christian Perrier ]
711 * Fix typo in apt-get(8). Closes: #664833
712 * Replace "argument" by "paramètre" in French translation.
713 Merci, les Titeps!
714 * Drop hardcoded "en.html" suffix in apt-secure manpage.
715 Thanks to David Prevot.
716
717 -- Michael Vogt <mvo@debian.org> Tue, 17 Apr 2012 09:49:31 +0200
718
719 apt (0.9.0) unstable; urgency=low
720
721 * upload to debian/unstable
722
723 -- Michael Vogt <mvo@debian.org> Mon, 16 Apr 2012 15:53:17 +0200
724
725 apt (0.9.0~exp1) experimental; urgency=low
726
727 [ Michael Vogt ]
728 * apt-pkg/packagemanager.cc:
729 - fix inconsistent clog/cout usage in the debug output
730 - add APT::pkgPackageManager::MaxLoopCount to ensure that the
731 ordering code does not get into a endless loop when it flip-flops
732 between two states
733 * update libapt-inst1.4 to libapt-inst1.5 because of the cleanup
734 performed
735 * prepare debian/unstable upload, if there are no issues with this
736 upload it will directly go into unstable as 0.9.0
737
738 [ David Kalnischkies ]
739 * do not update po and pot files in the process of the build as this
740 causes timestamp changes for the mo files which therefore can't
741 be refcounted by dpkg for your M-A: same packages
742 (Closes: #659333, LP: #924628)
743 * apt-inst/database.{cc,h}, apt-inst/deb/dpkgdb.{cc,h}:
744 - drop instead of fix as it is only needed if you want to reimplement dpkg
745 and comes straight from the beginning of last decade (Closes: #663372)
746 * apt-inst/deb/debfile.cc:
747 - {Extract,Merge}Control() is another instance of "lets reimplement dpkg"
748 so shot of this code before someone ends up using this…
749 * debian/libapt-pkg4.12:
750 - update symbols file
751 * debian/apt-utils.install:
752 - ship the ftparchive, apt-extractemplates and apt-sortpkgs locales
753 in the apt-utils package instead of the apt package
754 * apt-pkg/packagemanager.cc:
755 - recheck all dependencies if we changed a package in SmartConfigure
756 as this could break an earlier dependency (LP: #940396)
757 - recheck dependencies in SmartUnpack after a change, too
758 * apt-pkg/acquire-worker.cc:
759 - check return of write() as gcc recommends
760 * apt-pkg/acquire.cc:
761 - check return of write() as gcc recommends
762 * apt-pkg/cdrom.cc:
763 - check return of chdir() and link() as gcc recommends
764 * apt-pkg/clean.cc:
765 - check return of chdir() as gcc recommends
766 * apt-pkg/contrib/netrc.cc:
767 - check return of asprintf() as gcc recommends
768 * methods/rred.cc:
769 - check return of writev() as gcc recommends
770 * methods/mirror.cc:
771 - check return of chdir() as gcc recommends
772 * apt-pkg/deb/dpkgpm.cc:
773 - check return of write() a gcc recommends
774 * apt-inst/deb/debfile.cc:
775 - check return of chdir() as gcc recommends
776 * apt-inst/deb/dpkgdb.cc:
777 - check return of chdir() as gcc recommends
778 * methods/makefile:
779 - do not link rred against libz anymore as FileFd handles all
780 this transparently now
781 * debian/control:
782 - bump Standards-Version to 3.9.3 (no changes needed)
783 - add libbz2-dev as new build-dependency
784 - remove the libz-dev alternative from zlib1g-dev build-dependency
785 - suggest xz-utils instead of bzip2 and lzma
786 * doc/apt-get.8.xml:
787 - typofix: respect → respecting, thanks Mike Erickson! (Closes: #664833)
788 * debian/rules:
789 - do not sed in configure.in to set the version-number
790 * prepare-release:
791 - add as a small script to lazy check and prepare releases
792 * doc/*:
793 - move the command synopsis out of each manpage into apt-verbatim.ent
794 as they are a hell to translate and just single out the parameters
795 which can be translated to apt.ent
796 * apt-pkg/aptconfiguration.cc:
797 - if present, prefer xz binary over lzma
798 - if we have zlib builtin insert add a dummy gzip compressor for FileFD
799 - do the same for bz2 builtin if available
800 * methods/bzip2.cc:
801 - remove it as the functionality for all compressors can be
802 provided by gzip.cc now with the usage of FileFD
803 * apt-pkg/contrib/fileutl.cc:
804 - use libz2 library for (de)compression instead of the bzip2 binary as
805 the first is a dependency of dpkg and the later just priority:optional
806 so we gain 'easier' access to bz2-compressed Translation files this way
807 * cmdline/apt-get.cc:
808 - print list of autoremoves in alphabetical order (Closes: #639008)
809
810 [ Bogdan Purcareata ]
811 * doc/apt-get.8.xml:
812 - add 'download' to the usage line (Closes: #649340)
813 * cmdline/apt-get.cc:
814 - distinguish information about 'apt-get autoremove' based on the
815 number of auto-removed packages both before and after the list
816 of packages (Closes: #665833)
817
818 [ Steve Langasek ]
819 * don't treat build-depends-indep as cross-build-dependencies; we should
820 always install the host arch versions. LP: #968828.
821
822 [ Paolo Rotolo ]
823 * Fix string from automatic to automatically (LP: #967393).
824
825 -- Michael Vogt <mvo@debian.org> Thu, 12 Apr 2012 12:40:39 +0200
826
827 apt (0.8.16~exp13) experimental; urgency=low
828
829 [ David Kalnischkies ]
830 * apt-pkg/acquire-item.cc:
831 - remove 'old' InRelease file if we can't get a new one before
832 proceeding with Release.gpg to avoid the false impression of a still
833 trusted repository by a (still present) old InRelease file.
834 Thanks to Simon Ruderich for reporting this issue! (CVE-2012-0214)
835 - add Debug::pkgAcqArchive::NoQueue to disable package downloading
836 * apt-pkg/deb/dpkgpm.cc:
837 - chroot if needed before dpkg --assert-multi-arch
838 - ensure that dpkg binary doesn't have the chroot-directory prefixed
839 - call dpkg --assert-multi-arch with execvp instead of execv
840 - save the universe by not printing messages about apport if a package
841 with this name is not installed (Closes: #619646)
842 - handle a SIGINT in all modes as a break after the currently running
843 dpkg transaction instead of ignoring it completely
844 * apt-pkg/depcache.cc:
845 - if a M-A:same package is marked for reinstall, mark all it's installed
846 silbings for reinstallation as well (LP: #859188)
847 * apt-pkg/contrib/configuration.cc:
848 - do not stop parent transversal in FindDir if the value is empty
849 * methods/http{s,}.cc:
850 - if a file without an extension is requested send an 'Accept: text/*'
851 header to avoid that the server chooses unsupported compressed files
852 in a content-negotation attempt (Closes: #657560)
853 - remove the arbitrary MAXLEN limit for response lines (Closes: #658346)
854 * apt-pkg/aptconfiguration.cc:
855 - chroot if needed before calling dpkg --print-foreign-architectures
856 - ensure that architectures are not added multiple times
857 * cmdline/apt-mark.cc:
858 - detect if dpkg has multiarch support before calling --set-selections
859 - correctly ignore already (un)hold packages
860 * apt-pkg/cachefile.cc:
861 - clean up lost atomic cachefiles with 'clean' (Closes: #650513)
862 * apt-pkg/indexrecords.cc:
863 - do not create empty Entries as a sideeffect of Lookup()
864 * apt-pkg/acquire-item.cc:
865 - drop support for i18n/Index file (introduced in 0.8.11) and use
866 the Release file instead to get the Translations (Closes: #649314)
867 - use pdiff for Translation-* files if available (Closes: #657902)
868 * ftparchive/writer.cc:
869 - add 'Translation-*' to the default patterns
870 * cmdline/apt-get.cc:
871 - if a package can't be removed as it is not installed, suggest to
872 the user an (installed) multiarch silbing with 'Did you mean?'
873 - improve 'error' message for packages which are only referenced
874 e.g. in a Depends line and are now requested for removal
875 * cmdline/apt-cache.cc:
876 - correct --pre-depends option by using dash consistently (LP: #940837)
877 * apt-pkg/packagemanager.cc:
878 - do not try to a void a breaks if the broken package pre-depends
879 on the breaker, but let dpkg auto-deconfigure it
880 * apt-pkg/contrib/fileutl.cc:
881 - do not warn about the ignoring of directories (Closes: #662762)
882
883 [ Steve Langasek ]
884 * cmdline/apt-get.cc:
885 - for cross-build-dependencies M-A: none should be DEB_HOST_ARCH,
886 not DEB_BUILD_ARCH (Closes: #646288)
887
888 [ Colin Watson ]
889 * apt-pkg/algorithms.cc:
890 - don't break out of the main-resolver loop for Breaks to deal with all
891 of them in a single iteration (Closes: #657695, LP: #922485)
892 - use a signed int instead of short for score calculation as upgrades
893 become so big now that it can overflow (Closes: #657732, LP: #917173)
894 * Fix IndexCopy::CopyPackages and TranslationsCopy::CopyTranslations to
895 handle compressed files again (LP: #924182, closes: #658096)
896
897 [ Michael Vogt ]
898 * apt-pkg/deb/dpkgpm.cc:
899 - fix crash when a package is in removed but residual config state
900 (LP: #923807)
901 * apt-pkg/contrib/fileutl.h:
902 - fix compat with FileFd::OpenDescriptor() in ReadOnlyGzip mode
903 * apt-pkg/packagemanager.cc:
904 - fix bug in predepends handling - ensure that packages that needs
905 unpackaging are unpacked before they are configured (LP: #927993)
906
907 [ Julian Andres Klode ]
908 * apt-pkg/deb/deblistparser.cc:
909 - Set the Essential flag on APT instead of only Important
910 * apt-pkg/packagemanager.cc:
911 - Do not use immediate configuration for packages with the Important flag
912 * Treat the Important flag like the Essential flag with those differences:
913 - No Immediate configuration (see above)
914 - Not automatically installed during dist-upgrade
915 - No higher score for installation ordering
916
917 -- Michael Vogt <mvo@debian.org> Tue, 06 Mar 2012 18:12:57 +0100
918
919 apt (0.8.16~exp12ubuntu10) precise-proposed; urgency=low
920
921 [ Malcolm Scott ]
922 * apt-pkg/packagemanager.cc:
923 - Fix a regression in the pre-depend handling: where a pre-depend option
924 other than the first specified is already installed, apt-get enters an
925 infinite loop (LP: #985852)
926
927 [ Michael Vogt ]
928 * apt-pkg/packagemanager.cc:
929 - add APT::pkgPackageManager::MaxLoopCount to ensure that the
930 ordering code does not get into a endless loop when it flip-flops
931 between two states
932
933 [ David Kalnischkies ]
934 * apt-pkg/cacheset.cc:
935 - actually return to the fallback modifier if we have detected we
936 should for packagenames which look like modifiers (Closes: #669591)
937 LP: #982716
938
939 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 20 Apr 2012 11:10:12 +0200
940
941 apt (0.8.16~exp12ubuntu9) precise-proposed; urgency=low
942
943 * apt-inst/contrib/extracttar.cc:
944 - ensure that in StartGzip the InFd is set to "AutoClose" to ensure
945 that the pipe is closed when InFd is closed. This fixes a Fd leak
946 (LP: #985452)
947
948 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 19 Apr 2012 11:38:43 +0200
949
950 apt (0.8.16~exp12ubuntu8) precise; urgency=low
951
952 * Set FD_CLOEXEC on history.log's FD (Closes: #610069, LP: #636010)
953
954 -- Adam Conrad <adconrad@ubuntu.com> Thu, 12 Apr 2012 16:26:20 -0600
955
956 apt (0.8.16~exp12ubuntu7) precise; urgency=low
957
958 * clean up obsolete conffile /etc/apt/apt.conf.d/01ubuntu, which was
959 dropped in maverick.
960 * Build-depend on gettext:any for cross-building support.
961 * Don't treat build-depends-indep as cross-build-dependencies; we should
962 always install the host arch versions. LP: #968828.
963 * Makefile, po/makefile: make sure our pot generation datestamp doesn't
964 change at build time, since this makes translations fail to be
965 co-installable with multiarch. Based on a patch by David Kalnischkies.
966 Closes: #659333, LP: #924628.
967 * For cross-build-dependencies, Architecture: all packages should be
968 treated as implicitly Multi-Arch: foreign, because either they *are*
969 M-A: foreign when used as a build-dependency, or they need to be updated
970 to not be Architecture: all; and since cross-build-deps are new
971 functionality in apt, we can safely make this change without breaking
972 existing systems. Closes: #666772.
973
974 -- Steve Langasek <steve.langasek@ubuntu.com> Thu, 05 Apr 2012 18:00:23 -0700
975
976 apt (0.8.16~exp12ubuntu6) precise; urgency=low
977
978 * cherry pick from
979 http://bzr.debian.org/bzr/bzr/apt/apt/debian-experimental2/:
980 * apt-pkg/packagemanager.cc:
981 - fix bug in predepends handling - ensure that packages that needs
982 unpackaging are unpacked before they are configured (LP: #927993)
983 * apt-pkg/packagemanager.cc:
984 - do not try to a void a breaks if the broken package pre-depends
985 on the breaker, but let dpkg auto-deconfigure it
986 * apt-pkg/packagemanager.cc:
987 - recheck all dependencies if we changed a package in SmartConfigure
988 as this could break an earlier dependency (LP: #940396)
989 * recheck dependencies in SmartUnpack after a change, too
990 * add Debug::pkgAcqArchive::NoQueue to disable package downloading
991
992 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 15 Mar 2012 19:46:08 +0100
993
994 apt (0.8.16~exp12ubuntu5) precise; urgency=low
995
996 [ Michael Vogt ]
997 * merged from the debian-sid branch, most notably:
998 - Correct fi translation for hash sum mismatches (LP: #420403)
999 Thanks to Jani Uusitalo
1000 - remove 'old' InRelease file if we can't get a new one before
1001 proceeding with Release.gpg to avoid the false impression of a still
1002 trusted repository by a (still present) old InRelease file.
1003 Thanks to Simon Ruderich for reporting this issue! (CVE-2012-0214)
1004
1005 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 06 Mar 2012 17:52:50 +0100
1006
1007 apt (0.8.16~exp12ubuntu4) precise; urgency=low
1008
1009 * apt-pkg/contrib/fileutl.h:
1010 - fix compatibility with FileFd::OpenDescriptor() in ReadOnlyGzip mode
1011
1012 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 14 Feb 2012 10:06:28 +0100
1013
1014 apt (0.8.16~exp12ubuntu3) precise; urgency=low
1015
1016 * Fix IndexCopy::CopyPackages and TranslationsCopy::CopyTranslations to
1017 handle compressed files again (LP: #924182).
1018
1019 -- Colin Watson <cjwatson@ubuntu.com> Tue, 31 Jan 2012 11:19:46 +0000
1020
1021 apt (0.8.16~exp12ubuntu2) precise; urgency=low
1022
1023 [ David Kalnischkies ]
1024 * apt-pkg/deb/dpkgpm.cc:
1025 - chroot if needed before dpkg --assert-multi-arch
1026 - ensure that dpkg binary doesn't have the chroot-directory prefixed
1027 * apt-pkg/depcache.cc:
1028 - if a M-A:same package is marked for reinstall, mark all it's installed
1029 silbings for reinstallation as well (LP: #859188)
1030 * apt-pkg/contrib/configuration.cc:
1031 - do not stop parent transversal in FindDir if the value is empty
1032 * methods/http{s,}.cc:
1033 - if a file without an extension is requested send an 'Accept: text/*'
1034 header to avoid that the server chooses unsupported compressed files
1035 in a content-negotation attempt (Closes: #657560)
1036 * apt-pkg/aptconfiguration.cc:
1037 - chroot if needed before calling dpkg --print-foreign-architectures
1038
1039 [ Michael Vogt ]
1040 * apt-pkg/deb/dpkgpm.cc:
1041 - fix crash when a package is in removed but residual config state
1042 (LP: #923807)
1043
1044 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 30 Jan 2012 21:03:12 +0100
1045
1046 apt (0.8.16~exp12ubuntu1) precise; urgency=low
1047
1048 [ Michael Vogt ]
1049 * merge from debian/experimental:
1050 - new ABI
1051
1052 [ Steve Langasek ]
1053 * apt-pkg/algorithms.cc: iterate Breaks the same way as Conflicts, so that
1054 we resolve virtual package Breaks more effectively. Thanks to Colin
1055 Watson for the patch. Closes: #657695, LP: #922485.
1056 * apt-pkg/algorithms.{cc,h}: use an int to represent resolver scores, not
1057 a signed short, because large upgrades can result in an overflow for
1058 core packages. Thanks again to Colin Watson. Closes: #657732,
1059 LP: #917173.
1060 * Multi-Arch: none build-deps should be DEB_HOST_ARCH, not DEB_BUILD_ARCH.
1061 Closes: #646288.
1062
1063 -- Steve Langasek <steve.langasek@ubuntu.com> Sun, 29 Jan 2012 00:44:16 +0000
1064
1065 apt (0.8.16~exp12) experimental; urgency=low
1066
1067 [ Michael Vogt ]
1068 * apt-pkg/deb/dpkgpm.cc:
1069 - fix segfault on pkg removal
1070
1071 [ David Kalnischkies ]
1072 * apt-pkg/cacheiterators.h:
1073 - return the correct version arch for all+foreign, too
1074 * apt-pkg/packagemanager.cc:
1075 - ignore breaks on not-installed versions while searching for
1076 breakage loops as we don't have to avoid them
1077 * debian/control:
1078 - remove APT from the short descriptions as lintian doesn't like it
1079 and it doesn't transport any information for a reader anyway
1080 - apply typofixes by Pascal De Vuyst, thanks! (Closes: #652834, #652835)
1081 * debian/rules:
1082 - apply patch to enable usage of hardning CPPFLAGS and LDFLAGS by
1083 Moritz Muehlenhoff, thanks! (Closes: #653504)
1084 * methods/https.cc:
1085 - use curls list append instead of appending Range and If-Range by hand
1086 which generates malformed requests, thanks Mel Collins for the hint!
1087 (Closes: #646381)
1088 * test/libapt/run-tests:
1089 - hurd doesn't have dmesg yet and we don't really need it either,
1090 so use with $0 a more stable data source for hashsumming
1091
1092 [ Pino Toscano ]
1093 * test/libapt/globalerror_test.cc:
1094 - errno 0 has a different strerror on hurd, so generate the expected
1095 message dynamically instead of hardcoding 'Success' (Closes: #656530)
1096
1097 -- Michael Vogt <mvo@debian.org> Tue, 24 Jan 2012 12:24:38 +0100
1098
1099 apt (0.8.16~exp11) experimental; urgency=low
1100
1101 [ David Kalnischkies ]
1102 * apt-pkg/deb/dpkgpm.cc:
1103 - redirect out/input of dpkg --assert-multi-arch to /dev/null
1104 - if multi-arch is detected ensure that pkg:all is reported as pkg:all
1105
1106 -- Michael Vogt <mvo@debian.org> Thu, 19 Jan 2012 13:48:18 +0100
1107
1108 apt (0.8.16~exp10) experimental; urgency=low
1109
1110 [ David Kalnischkies ]
1111 * apt-pkg/depcache.cc:
1112 - implicit conflicts (for multiarch) are supposed to conflict
1113 only with real packages, not with virtual providers
1114 * apt-pkg/pkgcache.cc:
1115 - ignore implicit conflicts on providers in AllTarget, too
1116 * apt-pkg/deb/dpkgpm.cc:
1117 - check if dpkg supports multiarch with --assert-multi-arch
1118 and if it does be always explicit about the architecture
1119 * apt-pkg/contrib/fileutl.h:
1120 - store the offset in the internal fd before calculate size of
1121 the zlib-handled file to jump back to this place again
1122 * apt-pkg/aptconfiguration.cc:
1123 - parse dpkg --print-foreign-architectures correctly in
1124 case archs are separated by newline instead of space, too.
1125 (Closes: #655590)
1126
1127 [ Michael Vogt ]
1128 * apt-pkg/contrib/fileutl.h:
1129 - fix segfault triggered by the python-apt testsuite
1130
1131 -- Michael Vogt <mvo@debian.org> Wed, 18 Jan 2012 12:52:26 +0100
1132
1133 apt (0.8.16~exp9) experimental; urgency=low
1134
1135 [ Julian Andres Klode ]
1136 * apt-pkg/cdrom.cc:
1137 - Accept .bz2, .xz files in addition to .gz files (Closes: #649451)
1138
1139 [ Michael Vogt ]
1140 * apt-pkg/cdrom.cc:
1141 - use aptconfiguration to get the supported compression types
1142 * debian/control:
1143 - bump debhelper build-dep to debhelper (>= 8.1.3~)
1144 - set libapt-pkg-dev to multi-arch: same too
1145 * g++ 4.7 fixes
1146
1147 [ Colin Watson ]
1148 * Convert libapt-pkg4.12 and libapt-inst1.4 to Multi-Arch: same.
1149
1150 [ David Kalnischkies ]
1151 * apt-pkg/cacheset.cc:
1152 - make the cachesets real containers which can embedding any container
1153 to be able to use the same interface regardless of set or list usage
1154 - provide a {Package,Version}List similar to {Package,Version}Set
1155 * cmdline/apt-{get,cache,mark}.cc:
1156 - use Lists instead of Sets if input order should be preserved for
1157 commands accepting lists of packages, e.g. policy (Closes: #625960)
1158 * apt-pkg/depcache.cc:
1159 - prefer native providers over foreigns even if the chain is foreign
1160 LP: #850264.
1161 * cmdline/apt-get.cc:
1162 - ignore foreign architectures if we check if a provides has only one
1163 resolver as it's basically the same for the user, so no need to choose
1164 * cmdline/apt-config.cc:
1165 - dump the APT::Compressor settings correctly and completely
1166 * apt-pkg/contrib/fileutl.{h,cc}:
1167 - implement a ModificationTime method for FileFd
1168 - add a ReadLine method
1169 - drop the explicit export of gz-compression handling
1170 * apt-pkg/cdrom.cc:
1171 - support InRelease files on cdrom
1172
1173 -- Michael Vogt <mvo@debian.org> Thu, 05 Jan 2012 20:26:31 +0100
1174
1175 apt (0.8.16~exp8) experimental; urgency=low
1176
1177 [ David Kalnischkies ]
1178 * algorithms.cc:
1179 - show a debug why a package was kept by ResolveByKeep()
1180 * apt-pkg/packagemanager.cc:
1181 - do not fail on unpacked packages in SmartUnPack, just don't
1182 shedule them for unpack, but do all checks and configure them
1183 - do not enter an endless loop for (essential) pre-dependency loops
1184 * apt-pkg/contrib/sha2_internal.cc:
1185 - use a pointer-union to peace gcc strict-aliasing warning
1186 * apt-pkg/deb/deblistparser.cc:
1187 - M-A: foreign packages provide for other archs, too
1188
1189 -- David Kalnischkies <kalnischkies@gmail.com> Thu, 03 Nov 2011 09:40:29 -0500
1190
1191 apt (0.8.16~exp7) experimental; urgency=low
1192
1193 [ David Kalnischkies ]
1194 * do not pollute namespace in the headers with using (Closes: #500198)
1195 * use forward declaration in headers if possible instead of includes
1196 * remove old APT_COMPATIBILITY ifdef's
1197 * apt-pkg/deb/dpkgpm.cc:
1198 - use std::vector instead of fixed size arrays to store args and
1199 multiarch-packagename strings
1200 - load the dpkg base arguments only one time and reuse them later
1201 * cmdline/apt-get.cc:
1202 - follow Provides in the evaluation of saving candidates, too, for
1203 statisfying garbage package dependencies (Closes: #640590)
1204 * apt-pkg/algorithms.cc:
1205 - if a package is garbage, don't try to save it with FixByInstall
1206 * apt-pkg/deb/debsrcrecords.cc:
1207 - remove the limit of 400 Binaries for a source package (Closes: #622110)
1208 * apt-pkg/deb/deblistparser.cc:
1209 - fix crash when the dynamic mmap needs to be grown in
1210 LoadReleaseInfo (LP: #854090)
1211 * apt-pkg/deb/debmetaindex.cc:
1212 - none is a separator, not a language: no need for Index (Closes: #624218)
1213 * apt-pkg/aptconfiguration.cc:
1214 - do not builtin languages only if none is forced (Closes: #643787)
1215 * apt-pkg/pkgcachegen.cc:
1216 - refactor MergeList by creating -Group, -Package and -Version specialist
1217 - share description list between "same" versions (LP: #868977)
1218 This also means that descriptions are shared across archives now.
1219 - add implicit dependencies needed for Multi-Arch at the time a Version
1220 struct is created and not at the end of the cache generation
1221 * apt-pkg/pkgcache.cc:
1222 - always prefer "en" over "" for "en"-language regardless of cache-order
1223
1224 [ Michael Vogt ]
1225 * apt-pkg/contrib/configuration.cc:
1226 - fix double delete (LP: #848907)
1227 - ignore only the invalid regexp instead of all options
1228 * apt-pkg/acquire-item.h, apt-pkg/deb/debmetaindex.cc:
1229 - fix fetching language information by adding OptionalSubIndexTarget
1230 * methods/https.cc:
1231 - cleanup broken downloads properly
1232
1233 [ Colin Watson ]
1234 * ftparchive/cachedb.cc:
1235 - fix buffersize in bytes2hex
1236
1237 -- Michael Vogt <mvo@debian.org> Fri, 14 Oct 2011 13:51:35 +0200
1238
1239 apt (0.8.16~exp6) experimental; urgency=low
1240
1241 [ Christopher Baines ]
1242 * enable APT in unpack/configure ordering to handle loops as well
1243 as tight dependencies between immediate packages better
1244 enabling also the possibility to mark all packages as immediate
1245 (at least Closes: #353290, #540227, #559733, #621836, #639290)
1246
1247 [ David Kalnischkies ]
1248 * [abi-break] Support large files in the complete toolset. Indexes of this
1249 size are pretty unlikely for now, but we need it for deb
1250 packages which could become bigger than 4GB now (LP: #815895)
1251 * merged the debian-sid branch
1252
1253 [ Michael Vogt ]
1254 * bump ABI version
1255
1256 -- Michael Vogt <mvo@debian.org> Wed, 14 Sep 2011 21:06:51 +0200
1257
1258 apt (0.8.16~exp5ubuntu14.2.1) UNRELEASED; urgency=low
1259
1260 [ Daniel Hahler ]
1261 * doc/apt-key.8.xml: Ubuntu specific documentation changes (LP: #445903)
1262
1263 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 20 Oct 2011 10:58:20 +0200
1264
1265 apt (0.8.16~exp5ubuntu14.2) precise; urgency=low
1266
1267 * Call update-apt-xapian-index with -u on all arches in
1268 cron.daily to make it behave slightly more pleasantly.
1269
1270 -- Adam Conrad <adconrad@ubuntu.com> Mon, 09 Jan 2012 07:41:03 -0700
1271
1272 apt (0.8.16~exp5ubuntu14.1) precise; urgency=low
1273
1274 * apt-pkg/edsp.cc:
1275 - fix FTBFS
1276
1277 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 19 Oct 2011 17:56:49 +0200
1278
1279 apt (0.8.16~exp5ubuntu14) precise; urgency=low
1280
1281 [ David Kalnischkies ]
1282 * apt-pkg/pkgcachegen.cc:
1283 - refactor MergeList by creating -Group, -Package and -Version specialist
1284 - share description list between "same" versions (LP: #868977)
1285 This also means that descriptions are shared across archives now.
1286 * apt-pkg/pkgcache.cc:
1287 - always prefer "en" over "" for "en"-language regardless of cache-order
1288 (LP: #868977)
1289
1290 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 19 Oct 2011 16:22:31 +0200
1291
1292 apt (0.8.16~exp5ubuntu13) oneiric; urgency=low
1293
1294 [ Adam Conrad ]
1295 * On armel, call update-apt-xapian-index with '-u' to keep the CPU
1296 and I/O usage low. We would do this on all arches, but there's a
1297 regression risk here, but that's better than killing slow systems.
1298
1299 [ Michael Vogt ]
1300 * cmdline/apt-key:
1301 - fix apt-key net-update, thanks to Marc Deslauriers and
1302 Adam Conrad for the code review (LP: #857472)
1303
1304 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 06 Oct 2011 16:14:41 +0200
1305
1306 apt (0.8.16~exp5ubuntu12) oneiric; urgency=low
1307
1308 [ David Kalnischkies ]
1309 * apt-pkg/deb/deblistparser.cc:
1310 - fix crash when the dynamic mmap needs to be remapped during
1311 LoadReleaseInfo (LP: #854090)
1312
1313 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 26 Sep 2011 13:31:11 +0200
1314
1315 apt (0.8.16~exp5ubuntu11) oneiric; urgency=low
1316
1317 [ Colin Watson ]
1318 * ftparchive/cachedb.cc:
1319 - fix buffersize in bytes2hex
1320
1321 [ Marc Deslauriers ]
1322 * SECURITY UPDATE: Disable apt-key net-update for now, as validation
1323 code is insecure.
1324 - cmdline/apt-key: exit immediately out of net_update().
1325 - CVE number pending
1326
1327 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 22 Sep 2011 17:30:45 +0200
1328
1329 apt (0.8.16~exp5ubuntu10) oneiric; urgency=low
1330
1331 * methods/https.cc:
1332 - cleanup broken downloads properly (just like http)
1333
1334 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 20 Sep 2011 18:26:13 +0200
1335
1336 apt (0.8.16~exp5ubuntu9) oneiric; urgency=low
1337
1338 [ Michael Vogt ]
1339 * apt-pkg/acquire-item.h, apt-pkg/deb/debmetaindex.cc:
1340 - fix fetching translated package descriptions (including the newly
1341 stripped out english ones) by adding OptionalSubIndexTarget
1342
1343 [ David Kalnischkies ]
1344 * apt-pkg/acquire-item.cc:
1345 - if no Release.gpg file is found try to verify with hashes,
1346 but do not fail if a hash can't be found
1347 * apt-pkg/indexrecords.cc:
1348 - fix Acquire::Max-ValidTime option by interpreting it really
1349 as seconds as specified in the manpage and not as days
1350 - add an Acquire::Min-ValidTime option (Closes: #640122)
1351 * doc/apt.conf.5.xml:
1352 - reword Acquire::Max-ValidTime documentation to make clear
1353 that it doesn't provide the new Min-ValidTime functionality
1354
1355 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 16 Sep 2011 09:50:16 +0200
1356
1357 apt (0.8.16~exp5ubuntu8) oneiric; urgency=low
1358
1359 * cherry pick r1825 from lp:~mvo/apt/mvo:
1360 * apt-pkg/contrib/configuration.cc:
1361 - fix double delete (LP: #848907)
1362 - ignore only the invalid regexp instead of all options
1363
1364 * cherry pick r2165 from lp:~donkult/apt/sid:
1365 [ David Kalnischkies ]
1366 * cmdline/apt-get.cc:
1367 - output list of virtual package providers to c1out in -q=1
1368 instead of /dev/null to unbreak sbuild (LP: #816155)
1369
1370 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 13 Sep 2011 18:23:09 +0200
1371
1372 apt (0.8.16~exp5ubuntu7) oneiric; urgency=low
1373
1374 [ Michael Vogt ]
1375 * cherry pick revision 2173 from lp:~donkult/apt/sid
1376
1377 [ David Kalnischkies ]
1378 - M-A:same lockstep unpack should operate on installed
1379 packages first (LP: #835625)
1380
1381 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 13 Sep 2011 09:03:33 +0200
1382
1383 apt (0.8.16~exp5ubuntu6) oneiric; urgency=low
1384
1385 [ Michael Vogt
1386 * merged lp:~jr/ubuntu/oneiric/apt/bzr-get-rename, thanks to
1387 Jonathan Riddell
1388
1389 [ David Kalnischkies ]
1390 * lots of cppcheck fixes
1391 * apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc:
1392 - ignore "self"-conflicts for all architectures of a package
1393 instead of just for the architecture of the package locked at
1394 in the ordering of installations too (Closes: #802901)
1395
1396 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 17 Aug 2011 11:32:58 +0200
1397
1398 apt (0.8.16~exp5ubuntu5) oneiric; urgency=low
1399
1400 * debian/control:
1401 - fix VCS location
1402 * methods/mirror.cc:
1403 - include the architecture(s) in the query string as well so
1404 that the server can make better decisions
1405
1406 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 11 Aug 2011 18:03:19 +0200
1407
1408 apt (0.8.16~exp5ubuntu4) oneiric; urgency=low
1409
1410 * Merge change from Robert Collins to upgrade ubuntu-keyring recommends
1411 to a hard dependency to match Debian behaviour and fix LP: #816606
1412
1413 -- Adam Conrad <adconrad@ubuntu.com> Tue, 09 Aug 2011 14:48:24 -0600
1414
1415 apt (0.8.16~exp5ubuntu3) oneiric; urgency=low
1416
1417 * apt-pkg/acquire.cc:
1418 - fix potential divide-by-zero (LP: #823277)
1419
1420 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 09 Aug 2011 15:56:44 +0200
1421
1422 apt (0.8.16~exp5ubuntu2) oneiric; urgency=low
1423
1424 * test/integration/test-hashsum-verification:
1425 - add regression test for hashsum verification
1426 * apt-pkg/acquire-item.cc:
1427 - if no Release.gpg file is found, still load the hashes for
1428 verification (closes: #636314) and add test
1429 * apt-pkg/pkgcachegen.cc:
1430 - fix incorrect comparision when checking sources.list freshness
1431
1432 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 09 Aug 2011 09:22:14 +0200
1433
1434 apt (0.8.16~exp5ubuntu1) oneiric; urgency=low
1435
1436 * merged new version from debian/experimental, this includes
1437 a ABI break and two new library packages
1438
1439 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 08 Aug 2011 14:30:07 +0200
1440
1441 apt (0.8.16~exp5) experimental; urgency=low
1442
1443 * apt-pkg/makefile:
1444 - install sha256.h compat header
1445 * apt-pkg/pkgcachegen.{cc,h}:
1446 - use ref-to-ptr semantic in NewDepends() to ensure that the
1447 libapt does not segfault if the cache is remapped in between
1448 (LP: #812862)
1449 (LP: #812862)
1450 - fix crash when P.Arch() was used but the cache got remapped
1451 * apt-pkg/acquire-item.{cc,h}:
1452 - do not check for a "Package" tag in optional index targets
1453 like the translations index
1454 * apt-pkg/acquire.cc:
1455 - fix potential divide-by-zero
1456 * methods/mirror.cc:
1457 - include the architecture(s) in the query string as well so
1458 that the server can make better decisions
1459
1460 -- Michael Vogt <mvo@debian.org> Mon, 15 Aug 2011 14:52:54 +0200
1461
1462 apt (0.8.16~exp4) experimental; urgency=low
1463
1464 [ Julian Andres Klode ]
1465 * apt-pkg/pkgcache.h:
1466 - [ABI break] Add pkgCache::Header::CacheFileSize, storing the cache size
1467 * apt-pkg/pkgcachegen.cc:
1468 - Write the file size to the cache
1469 * apt-pkg/pkgcache.cc:
1470 - Check that cache is at least CacheFileSize bytes large (LP: #16467)
1471
1472 [ Michael Vogt ]
1473 * merged latest fixes from debian-sid
1474 * apt-pkg/cdrom.{cc,h}:
1475 - cleanup old ABI break avoidance hacks
1476 * [ABI break] apt-pkg/acquire-item.{cc,h}:
1477 - cleanup around OptionalIndexTarget and SubIndexTarget
1478 * [ABI break] merged patch from Jonathan Thomas to have a new
1479 RecordField() function in the pkgRecorder parser. Many thanks
1480 Thomas
1481 * [ABI break] merge patch from Jonathan Thomas to speed up the
1482 depcache by caching the install-recommends and install-suggests
1483 values
1484 * apt-pkg/contrib/fileutl.{cc,h}:
1485 - add GetModificationTime() helper
1486 * apt-pkg/pkgcachegen.cc:
1487 - regenerate the cache if the sources.list changes to ensure
1488 that changes in the ordering there will be honored by apt
1489 * apt-pkg/sourcelist.{cc,h}:
1490 - add pkgSourceList::GetLastModifiedTime() helper
1491
1492 -- Michael Vogt <mvo@debian.org> Thu, 28 Jul 2011 16:57:08 +0200
1493
1494 apt (0.8.16~exp3) experimental; urgency=low
1495
1496 [ David Kalnischkies ]
1497 * apt-pkg/pkgcache.h:
1498 - readd All{Foreign,Allowed} as suggested by Julian to
1499 remain strictly API compatible
1500 * apt-pkg/acquire*.{cc,h}:
1501 - try even harder to support really big files in the fetcher by
1502 converting (hopefully) everything to 'long long' (Closes: #632271)
1503 * ftparchive/writer.cc:
1504 - generate all checksums in one run over the file for Release
1505 * cmdline/apt-get.cc:
1506 - add an --assume-no option for testing to say 'no' to everything
1507 * apt-pkg/deb/debmetaindex.cc:
1508 - add trusted=yes option to mark unsigned (local) repository as trusted
1509 based on a patch from Ansgar Burchardt, thanks a lot! (Closes: #596498)
1510
1511 [ Michael Vogt ]
1512 * merge fixes from the debian/unstable upload
1513 * merge lp:~mvo/apt/sha512-template to get fixes for the
1514 sha1/md5 verifiation (closes: #632520)
1515
1516 -- Michael Vogt <mvo@debian.org> Fri, 15 Jul 2011 09:56:17 +0200
1517
1518 apt (0.8.16~exp2) experimental; urgency=low
1519
1520 [ David Kalnischkies ]
1521 * [ABI-Break] Implement EDSP in libapt-pkg so that all front-ends which
1522 use the internal resolver can now be used also with external
1523 ones as the usage is hidden in between the old API
1524 * provide two edsp solvers in apt-utils:
1525 - 'dump' to quickly output a complete scenario and
1526 - 'apt' to use the internal as an external resolver
1527 * apt-pkg/pkgcache.h:
1528 - clean up mess with the "all" handling in MultiArch to
1529 fix LP: #733741 cleanly for everyone now
1530 * apt-pkg/depcache.cc:
1531 - use a boolean instead of an int for Add/Remove in AddStates
1532 similar to how it works with AddSizes
1533 - let the Mark methods return if their marking was successful
1534 - if a Breaks can't be upgraded, remove it. If it or a Conflict
1535 can't be removed the installation of the breaker fails.
1536 * cmdline/apt-get.cc:
1537 - do not discard the error messages from the resolver and instead
1538 only show the general 'Broken packages' message if nothing else
1539
1540 [ Stefano Zacchiroli ]
1541 * doc/external-dependency-solver-protocol.txt:
1542 - describe EDSP and the configuration interface around it
1543
1544 [ Michael Vogt ]
1545 * [ABI-Break] merge lp:~mvo/apt/sha512-template to add support for sha512
1546 * [ABI-Break] merge lp:~mvo/apt/dpointer to support easier extending
1547 without breaking the ABI
1548 * increase ABI version and update package names
1549
1550 -- Michael Vogt <mvo@debian.org> Wed, 29 Jun 2011 13:57:28 +0200
1551
1552 apt (0.8.16~exp1) experimental; urgency=low
1553
1554 * merged with the debian/unstable upload
1555
1556 -- Michael Vogt <mvo@debian.org> Wed, 29 Jun 2011 12:40:31 +0200
1557
1558 apt (0.8.15.11) UNRELEASED; urgency=low
1559
1560 * Fix typo in apt-get(8). Closes: #664833
1561 * Replace "argument" by "paramètre" in French translation.
1562 Merci, les Titeps!
1563 * Drop hardcoded "en.html" suffix in apt-secure manpage.
1564 Thanks to David Prevot.
1565
1566 -- Christian Perrier <bubulle@debian.org> Tue, 27 Mar 2012 20:31:38 +0200
1567
1568 apt (0.8.15.10) unstable; urgency=high
1569
1570 [ David Kalnischkies ]
1571 * algorithms.cc:
1572 - show a debug why a package was kept by ResolveByKeep()
1573 * doc/manpage-style.xml:
1574 - put <brackets> around email addresses
1575 * apt-pkg/aptconfiguration.cc:
1576 - parse dpkg --print-foreign-architectures correctly in
1577 case archs are separated by newline instead of space, too.
1578 (Closes: #655590)
1579 * doc/po/de.po:
1580 - apply typo-fix from Michael Basse, thanks! (LP: #900770)
1581 * apt-pkg/acquire-item.cc:
1582 - remove 'old' InRelease file if we can't get a new one before
1583 proceeding with Release.gpg to avoid the false impression of a still
1584 trusted repository by a (still present) old InRelease file.
1585 Thanks to Simon Ruderich for reporting this issue! (CVE-2012-0214)
1586
1587 [ Chris Leick ]
1588 * German manpage translation update
1589 * doc/*.xml:
1590 - find and fix a bunch of misspellings
1591
1592 [ Program translation updates ]
1593 * Dutch (Jeroen Schot). Closes: #652230
1594 * Slovak (Ivan Masar). Closes: #652985
1595 * Russian (Yuri Kozlov). Closes: #654844
1596 * Hungarian (Gabor Kelemen). Closes: #655238
1597 * Polish (Michał Kułach). Closes: #656908
1598 * Danish (Joe Hansen). Closes: #658643
1599 * French: replace "étiquetage" by "épinglage" for "pinning"
1600
1601 [ Michael Vogt ]
1602 * merged patch from lp:~uusijani/apt/uusi-branch:
1603 Correct fi translation for hash sum mismatches (LP: #420403)
1604 Thanks to Jani Uusitalo
1605
1606 -- Michael Vogt <mvo@debian.org> Tue, 06 Mar 2012 14:14:26 +0100
1607
1608 apt (0.8.15.9) unstable; urgency=low
1609
1610 [ David Kalnischkies ]
1611 * Symbol file update
1612 * doc/apt-get.8.xml:
1613 - change wording of autoremove description as suggested
1614 by Robert Simmons, thanks! (Closes: #641490)
1615 * apt-pkg/deb/dpkgpm.cc:
1616 - use std::vector instead of fixed size arrays to store args and
1617 multiarch-packagename strings
1618 - load the dpkg base arguments only one time and reuse them later
1619 * cmdline/apt-get.cc:
1620 - follow Provides in the evaluation of saving candidates, too, for
1621 statisfying garbage package dependencies (Closes: #640590)
1622 * apt-pkg/algorithms.cc:
1623 - if a package is garbage, don't try to save it with FixByInstall
1624 * apt-pkg/init.cc:
1625 - silently ignore *.orig and *.save files by default
1626 * apt-pkg/policy.cc:
1627 - accept generic release pin expressions again in -t (Closes: #644166)
1628 * apt-pkg/deb/debmetaindex.cc:
1629 - none is a separator, not a language: no need for Index (Closes: #624218)
1630 * apt-pkg/aptconfiguration.cc:
1631 - do not builtin languages only if none is forced (Closes: #643787)
1632 * doc/apt.conf.5.xml:
1633 - apply spelling fix by Kevin Lyda, thanks! (Closes: #644104)
1634
1635 [ Christian Perrier ]
1636 * Fix spelling error (sensée) in French translation. Thanks
1637 to Corentin Le Gall for spotting it.
1638
1639 [ Colin Watson ]
1640 * ftparchive/cachedb.cc:
1641 - fix buffersize in bytes2hex
1642
1643 [ Michael Vogt ]
1644 * ftparchive/cachedb.cc:
1645 - make buffer fully dynamic (thanks to Colin Watson)
1646
1647 -- Michael Vogt <mvo@debian.org> Fri, 14 Oct 2011 12:00:09 +0200
1648
1649 apt (0.8.15.8) unstable; urgency=low
1650
1651 [ David Kalnischkies ]
1652 * cmdline/apt-get.cc:
1653 - output list of virtual package providers to c1out in -q=1
1654 instead of /dev/null to unbreak sbuild (LP: #816155)
1655
1656 [ Michael Vogt ]
1657 * apt-pkg/contrib/configuration.cc:
1658 - fix double delete (LP: #848907)
1659 - ignore only the invalid regexp instead of all options
1660
1661 -- Michael Vogt <mvo@debian.org> Wed, 14 Sep 2011 12:08:25 +0200
1662
1663 apt (0.8.15.7) unstable; urgency=low
1664
1665 [ David Kalnischkies ]
1666 * apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc:
1667 - ignore "self"-conflicts for all architectures of a package
1668 instead of just for the architecture of the package look at
1669 in the ordering of installations, too (LP: #802901)
1670 - M-A:same lockstep unpack should operate on installed
1671 packages first (LP: #835625)
1672 * test/*
1673 - reorganize the various testcases and helper we have and
1674 integrate them better into the buildsystem
1675 - run the test/libapt testcases at package build-time
1676 * debian/apt.symbols:
1677 - add the newly added symbols since 0.8.15.3
1678 * cmdline/apt-get.cc:
1679 - remove the binary caches in 'apt-get clean' as it is the first
1680 thing recommend by many supporters in case of APT segfaults
1681 - remove the caches in 'apt-get update', too, as they will be
1682 invalid in most cases anyway
1683 * apt-pkg/acquire-item.cc:
1684 - if no Release.gpg file is found try to verify with hashes,
1685 but do not fail if a hash can't be found
1686 * apt-pkg/acquire.cc:
1687 - non-existing directories are by definition clean
1688 * cmdline/apt-key:
1689 - if command is 'add' do not error out if the specified
1690 keyring doesn't exist, it will be created by gpg
1691 * apt-pkg/orderlist.cc:
1692 - prefer visiting packages marked for deletion in VisitProvides
1693 if we are operating on a negative dependency so that we can
1694 deal early with the fallout of this remove
1695 * apt-pkg/indexrecords.cc:
1696 - fix Acquire::Max-ValidTime option by interpreting it really
1697 as seconds as specified in the manpage and not as days
1698 - add an Acquire::Min-ValidTime option (Closes: #640122)
1699 * doc/apt.conf.5.xml:
1700 - reword Acquire::Max-ValidTime documentation to make clear
1701 that it doesn't provide the new Min-ValidTime functionality
1702
1703 -- Michael Vogt <mvo@debian.org> Mon, 12 Sep 2011 16:38:46 +0200
1704
1705 apt (0.8.15.6) unstable; urgency=low
1706
1707 [ Michael Vogt ]
1708 * apt-pkg/contrib/fileutl.{cc,h}:
1709 - add GetModificationTime() helper
1710 * apt-pkg/pkgcachegen.cc:
1711 - regenerate the cache if the sources.list changes to ensure
1712 that changes in the ordering there will be honored by apt
1713 * apt-pkg/sourcelist.{cc,h}:
1714 - add pkgSourceList::GetLastModifiedTime() helper
1715 * apt-pkg/pkgcachegen.{cc,h}:
1716 - use ref-to-ptr semantic in NewDepends() to ensure that the
1717 libapt does not segfault if the cache is remapped in between
1718 (LP: #812862)
1719 - fix crash when P.Arch() was used but the cache got remapped
1720 * test/integration/test-hashsum-verification:
1721 - add regression test for hashsum verification
1722 * apt-pkg/acquire-item.cc:
1723 - if no Release.gpg file is found, still load the hashes for
1724 verification (closes: #636314) and add test
1725
1726 [ David Kalnischkies ]
1727 * lots of cppcheck fixes
1728
1729 -- Michael Vogt <mvo@debian.org> Mon, 15 Aug 2011 09:20:35 +0200
1730
1731 apt (0.8.15.5ubuntu1) oneiric; urgency=low
1732
1733 * apt-pkg/pkgcachegen.{cc,h}:
1734 - fix crash when P.Arch() was used but the cache got remapped
1735 (LP: #812862)
1736
1737 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 01 Aug 2011 15:18:50 +0200
1738
1739 apt (0.8.15.5) unstable; urgency=low
1740
1741 [ David Kalnischkies ]
1742 * apt-pkg/deb/deblistparser.cc:
1743 - do not assume that the last char on a line is a \n (Closes: #633350)
1744
1745 -- Michael Vogt <mvo@debian.org> Thu, 28 Jul 2011 16:49:15 +0200
1746
1747 apt (0.8.15.4ubuntu2) oneiric; urgency=low
1748
1749 * apt-pkg/contrib/fileutl.{cc,h}:
1750 - add GetModificationTime() helper
1751 * apt-pkg/pkgcachegen.cc:
1752 - regenerate the cache if the sources.list changes to ensure
1753 that changes in the ordering there will be honored by apt
1754 * apt-pkg/sourcelist.{cc,h}:
1755 - add pkgSourceList::GetLastModifiedTime() helper
1756 * apt-pkg/pkgcachegen.{cc,h}:
1757 - use ref-to-ptr semantic in NewDepends() to ensure that the
1758 libapt does not segfault if the cache is remapped in between
1759 (LP: #812862)
1760
1761 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 29 Jul 2011 18:25:22 +0200
1762
1763 apt (0.8.15.4ubuntu1) oneiric; urgency=low
1764
1765 * merged from debian-sid
1766
1767 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 26 Jul 2011 13:19:49 +0200
1768
1769 apt (0.8.15.4) unstable; urgency=low
1770
1771 [ David Miller ]
1772 * apt-pkg/contrib/sha1.cc:
1773 - fix illegally casts of on-stack buffer to a type requiring more
1774 alignment than it has resulting in segfaults on sparc (Closes: #634696)
1775
1776 [ Michael Vogt ]
1777 * apt-pkg/contrib/cdromutl.cc:
1778 - fix escape problem when looking for the mounted devices
1779 * apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc:
1780 - add new DeEscapeString() similar to DeQuoteString but
1781 unescape character escapes like \0XX and \xXX (plus added
1782 test)
1783 * refresh po/*
1784
1785 -- Michael Vogt <mvo@debian.org> Tue, 26 Jul 2011 12:12:27 +0200
1786
1787 apt (0.8.15.3) unstable; urgency=low
1788
1789 [ Michael Vogt ]
1790 * apt-pkg/acquire-item.cc:
1791 - improve error message for a expired Release file
1792 * apt-pkg/algorithms.cc:
1793 - Hold back packages that would enter "policy-broken" state on upgrade
1794 when doing a "apt-get upgrade"
1795 * cmdline/apt-get.cc:
1796 - fix missing download progress in apt-get download
1797
1798 [ David Kalnischkies ]
1799 * apt-pkg/pkgcachegen.cc:
1800 - fallback to memory if file is not writeable even if access()
1801 told us the opposite before (e.g. in fakeroot 1.16) (Closes: #630591)
1802 * doc/sources.list.5.xml:
1803 - document available [options] for sources.list entries (Closes: 632441)
1804 * doc/apt.conf.5.xml:
1805 - document APT::Architectures list (Closes: #612102)
1806 * cmdline/apt-get.cc:
1807 - restore all important dependencies for garbage packages (LP: #806274)
1808 - do not require unused partial dirs in 'source' (Closes: #633510)
1809 - buildconflicts effect all architectures
1810 - implement MultiarchCross for build-dep and source (Closes: #632221)
1811 * apt-pkg/init.cc:
1812 - use CndSet in pkgInitConfig (Closes: #629617)
1813 * apt-pkg/depcache.cc:
1814 - change default of APT::AutoRemove::SuggestsImportant to true
1815 * cmdline/apt-key:
1816 - use a tmpfile instead of /etc/apt/secring.gpg (Closes: #632596)
1817 * debian/apt.postinst:
1818 - remove /etc/apt/secring.gpg if it is an empty file
1819 * doc/apt-cache.8.xml:
1820 - apply madison typofix from John Feuerstein, thanks! (Closes: #633455)
1821 * apt-pkg/policy.cc:
1822 - emit an error on unknown APT::Default-Release value (Closes: #407511)
1823 * apt-pkg/aptconfiguration.cc:
1824 - ensure that native architecture is if not specified otherwise the
1825 first architecture in the Architectures vector
1826 * apt-pkg/deb/deblistparser.cc:
1827 - Strip only :any and :native if MultiArch should be stripped as it is
1828 save to ignore them in non-MultiArch contexts but if the dependency
1829 is a specific architecture (and not the native) do not strip
1830
1831 -- Michael Vogt <mvo@debian.org> Mon, 25 Jul 2011 15:04:43 +0200
1832
1833 apt (0.8.15.2ubuntu2) oneiric; urgency=low
1834
1835 * cmdline/apt-get.cc:
1836 - fix missing download progress in apt-get download
1837
1838 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 22 Jul 2011 13:20:49 +0200
1839
1840 apt (0.8.15.2ubuntu1) oneiric; urgency=low
1841
1842 [ Michael Vogt ]
1843 * apt-pkg/acquire-item.cc:
1844 - improve error message for a expired Release file
1845 * apt-pkg/algorithms.cc:
1846 - Hold back packages that would enter "policy-broken" state on upgrade
1847 when doing a "apt-get upgrade"
1848
1849 [ David Kalnischkies ]
1850 * apt-pkg/pkgcachegen.cc:
1851 - fallback to memory if file is not writeable even if access()
1852 told us the opposite before (e.g. in fakeroot 1.16) (Closes: #630591)
1853 * doc/sources.list.5.xml:
1854 - document available [options] for sources.list entries (Closes: 632441)
1855 * doc/apt.conf.5.xml:
1856 - document APT::Architectures list (Closes: #612102)
1857 * cmdline/apt-get.cc:
1858 - restore all important dependencies for garbage packages (LP: #806274)
1859 * apt-pkg/init.cc:
1860 - use CndSet in pkgInitConfig (Closes: #629617)
1861 * apt-pkg/depcache.cc:
1862 - change default of APT::AutoRemove::SuggestsImportant to true
1863
1864 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 15 Jul 2011 10:16:45 +0200
1865
1866 apt (0.8.15.2) unstable; urgency=high
1867
1868 * fix from David Kalnischkies for the InRelease gpg verification
1869 code (LP: #784473)
1870
1871 -- Michael Vogt <mvo@debian.org> Tue, 12 Jul 2011 11:54:47 +0200
1872
1873 apt (0.8.15.1ubuntu2) oneiric; urgency=low
1874
1875 [ Brian Murray ]
1876 * apt-pkg/deb/dpkgpm.cc:
1877 - do not report errors encountered when decompressing packages
1878
1879 [ Michael Vogt ]
1880 * fix from David Kalnischkies for the InRelease gpg verification
1881 code (LP: #784473)
1882
1883 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 13 Jul 2011 14:42:02 +0200
1884
1885 apt (0.8.15.1ubuntu1) oneiric; urgency=low
1886
1887 * merge from debian/sid
1888
1889 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 30 Jun 2011 09:16:12 +0100
1890
1891 apt (0.8.15.1) unstable; urgency=low
1892
1893 [ David Kalnischkies ]
1894 * doc/makefile:
1895 - create doxygen directory to avoid depending on magic (Closes: #628799)
1896 * cmdline/apt-key:
1897 - explicitly state that net-update is not supported if no url is set
1898 - require to be root for add, rm, update and net-update
1899 - clarify update vs. net-update in different distros (Closes: #632043)
1900 * debian/apt.symbols:
1901 - forgot 'mips' in the list for all architecture dependent symbols
1902 - comment out gcc-4.5 specific symbols as gcc-4.6 is now default
1903 - the symbol for PrintStatus() is architecture dependent
1904 * apt-pkg/policy.cc:
1905 - do not segfault in pinning if a package with this name doesn't exist.
1906 Thanks to Ferdinand Thommes for the report!
1907 - Defaults is a vector of Pin not of PkgPin
1908 - ensure that only the first specific stanza for a package is used
1909 - save all stanzas which had no effect in Unmatched
1910 - allow package:architecure in Package:
1911
1912 -- Michael Vogt <mvo@debian.org> Thu, 30 Jun 2011 10:05:36 +0200
1913
1914 apt (0.8.15ubuntu1) oneiric; urgency=low
1915
1916 * merged from debian-unstable, remainging changes:
1917 - use ubuntu keyring and ubuntu archive keyring in apt-key
1918 - run update-apt-xapian-index in apt.cron
1919 - support apt-key net-update and verify keys against master-keyring
1920 - run apt-key net-update in cron.daily
1921 - different example sources.list
1922
1923 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 29 Jun 2011 09:03:39 +0100
1924
1925 apt (0.8.15) unstable; urgency=low
1926
1927 [ Julian Andres Klode ]
1928 * apt-pkg/depcache.cc:
1929 - Really release action groups only once (Closes: #622744)
1930 - Make purge work again for config-files (LP: #244598) (Closes: #150831)
1931 * apt-pkg/acquire-item.cc:
1932 - Reject files known to be invalid (LP: #346386) (Closes: #627642)
1933 * debian/apt.cron.daily:
1934 - Check power after wait, patch by manuel-soto (LP: #705269)
1935 * debian/control:
1936 - Move ${shlibs:Depends} to Pre-Depends, as we do not want APT
1937 unpacked if a library is too old and thus break upgrades
1938 * doc/apt-key.8.xml:
1939 - Document apt-key net-update (LP: #192810)
1940
1941 [ Christian Perrier ]
1942 * Galician translation update (Miguel Anxo Bouzada). Closes: #626505
1943 * Italian translation update (Milo Casagrande). Closes: #627834
1944 * German documentation translation update (Chris Leick). Closes: #629949
1945 * Catalan translation update (Jordi Mallach). Closes: #630657
1946
1947 [ David Kalnischkies ]
1948 * fix a bunch of cppcheck warnings/errors based on a patch by
1949 Niels Thykier, thanks! (Closes: #622805)
1950 * apt-pkg/depcache.cc:
1951 - really include 'rc' packages in the delete count by fixing a
1952 typo which exists since 1999 in the source… (LP: #761175)
1953 - if critical or-group can't be satisfied, exit directly.
1954 * apt-pkg/acquire-method.cc:
1955 - write directly to stdout instead of creating the message in
1956 memory first before writing to avoid hitting limits
1957 - fix order of CurrentURI and UsedMirror in Status() and Log()
1958 * apt-pkg/orderlist.cc:
1959 - let VisitRProvides report if the calls were successful
1960 * apt-pkg/deb/dpkgpm.cc:
1961 - replace obsolete usleep with nanosleep
1962 - remove invalid pkgcache.bin and rebuild it if possible
1963 - log reinstall commands in history.log
1964 * debian/apt{,-utils}.symbols:
1965 - update both experimental symbol-files to reflect 0.8.14 state
1966 * debian/rules:
1967 - remove unused embedded jquery by doxygen from libapt-pkg-doc
1968 * cmdline/apt-mark.cc:
1969 - reimplement apt-mark in c++
1970 - provide a 'showmanual' command (Closes: #582791)
1971 - provide a 'dpkg --set-selections' wrapper to set/release holds
1972 * cmdline/apt-get.cc:
1973 - deprecate mostly undocumented 'markauto' in favor of 'apt-mark'
1974 * cmdline/apt-cache.cc:
1975 - deprecate mostly undocumented 'showauto' in favor of 'apt-mark'
1976 * apt-pkg/pkgcache.cc:
1977 - really ignore :arch in FindPkg() in non-multiarch environment
1978 * doc/po/de.po:
1979 - undo the translation of the command 'dump' in manpage of apt-config
1980 as report by Burghard Grossmann on debian-l10n-german, thanks!
1981 * apt-pkg/deb/debmetaindex.cc:
1982 - do not download TranslationIndex if no Translation-* will be
1983 downloaded later on anyway (Closes: #624218)
1984 * test/versions.lst:
1985 - disable obscure version number tests with versions dpkg doesn't
1986 allow any more as they don't start with a number
1987 * apt-pkg/acquire-worker.cc:
1988 - print filename in the unmatching size warning (Closes: #623137)
1989 * apt-pkg/acquire-item.cc:
1990 - apply fix for poorly worded 'locate file' error message from
1991 Ben Finney, thanks! (Closes: #623171)
1992 * methods/http.cc:
1993 - add config option to ignore a closed stdin to be able to easily
1994 use the method as a simple standalone downloader
1995 - Location header in redirects should be absolute URI, but some
1996 servers just send an absolute path so still deal with it properly
1997 - dequote URL taken from Location in redirects as we will otherwise
1998 quote an already quoted string in the request later (Closes: #602412)
1999 * apt-pkg/contrib/netrc.cc:
2000 - replace non-posix gnu-extension strdupa with strdup
2001 * apt-pkg/packagemanager.cc:
2002 - ensure for Multi-Arch:same packages that they are unpacked in
2003 lock step even in immediate configuration (Closes: #618288)
2004 * apt-pkg/init.cc:
2005 - don't set deprecated APT::Acquire::Translation, thanks Jörg Sommer!
2006 * cmdline/apt-config.cc:
2007 - show Acquire::Languages and APT::Architectures settings
2008 in 'dump' (Closes: 626739)
2009 * apt-pkg/orderlist.cc:
2010 - ensure that an old version of a package with a provides can
2011 never satisfy a dependency of a newer version of this package
2012
2013 [ Michael Vogt ]
2014 * methods/mirror.cc:
2015 - ignore lines starting with "#" in the mirror file
2016 - ignore non http urls in the mirrors
2017 - append the dist (e.g. sid, wheezy) as a query string when
2018 asking for a suitable mirror
2019 * apt-pkg/deb/deblistparser.cc:
2020 - include all known languages when building the apt cache
2021 (LP: #794907)
2022 * apt-pkg/deb/debindexfile.cc:
2023 - remove some no longer valid checks for "TranslationsAvailable()"
2024
2025 [ Kenneth Solbø Andersen ]
2026 * apt-pkg/deb/dpkgpm.cc:
2027 - set permissions of term.log to root.adm and 644 (LP: #404724)
2028
2029 [ Chris Leick ]
2030 * various typo and syntax corrections in doc/*.xml
2031
2032 -- Michael Vogt <mvo@debian.org> Tue, 28 Jun 2011 18:00:48 +0200
2033
2034 apt (0.8.15~exp3) experimental; urgency=low
2035
2036 * debian/control:
2037 - add Breaks: 0.8.15~exp3) for libapt-pkg4.10 and
2038 libapt-inst1.2 (thanks to Jonathan Nieder, closes: #630214)
2039 - use depends for the ${shlibs:Depends} to make the breaks work
2040
2041 -- Michael Vogt <mvo@debian.org> Fri, 17 Jun 2011 21:51:41 +0200
2042
2043 apt (0.8.15~exp2) experimental; urgency=low
2044
2045 * debian/control:
2046 - fix incorrect Replaces (closes: #630204) for libapt-inst1.2
2047
2048 -- Michael Vogt <mvo@debian.org> Wed, 15 Jun 2011 16:51:14 +0200
2049
2050 apt (0.8.15~exp1) experimental; urgency=low
2051
2052 [ Julian Andres Klode ]
2053 * apt-pkg/depcache.cc:
2054 - Really release action groups only once (Closes: #622744)
2055 - Make purge work again for config-files (LP: #244598) (Closes: #150831)
2056 * apt-pkg/acquire-item.cc:
2057 - Reject files known to be invalid (LP: #346386) (Closes: #627642)
2058 * debian/apt.cron.daily:
2059 - Check power after wait, patch by manuel-soto (LP: #705269)
2060 * debian/control:
2061 - Move ${shlibs:Depends} to Pre-Depends, as we do not want APT
2062 unpacked if a library is too old and thus break upgrades
2063 * doc/apt-key.8.xml:
2064 - Document apt-key net-update (LP: #192810)
2065
2066 [ Christian Perrier ]
2067 * Galician translation update (Miguel Anxo Bouzada). Closes: #626505
2068 * Italian translation update (Milo Casagrande). Closes: #627834
2069 * German documentation translation update (Chris Leick). Closes: #629949
2070
2071 [ David Kalnischkies ]
2072 * fix a bunch of cppcheck warnings/errors based on a patch by
2073 Niels Thykier, thanks! (Closes: #622805)
2074 * apt-pkg/depcache.cc:
2075 - really include 'rc' packages in the delete count by fixing a
2076 typo which exists since 1999 in the source… (LP: #761175)
2077 - if critical or-group can't be satisfied, exit directly.
2078 * apt-pkg/acquire-method.cc:
2079 - write directly to stdout instead of creating the message in
2080 memory first before writing to avoid hitting limits
2081 - fix order of CurrentURI and UsedMirror in Status() and Log()
2082 * apt-pkg/orderlist.cc:
2083 - let VisitRProvides report if the calls were successful
2084 * apt-pkg/deb/dpkgpm.cc:
2085 - replace obsolete usleep with nanosleep
2086 * debian/apt{,-utils}.symbols:
2087 - update both experimental symbol-files to reflect 0.8.14 state
2088 * debian/rules:
2089 - remove unused embedded jquery by doxygen from libapt-pkg-doc
2090 * cmdline/apt-mark.cc:
2091 - reimplement apt-mark in c++
2092 - provide a 'showmanual' command (Closes: #582791)
2093 - provide a 'dpkg --set-selections' wrapper to set/release holds
2094 * cmdline/apt-get.cc:
2095 - deprecate mostly undocumented 'markauto' in favor of 'apt-mark'
2096 * cmdline/apt-cache.cc:
2097 - deprecate mostly undocumented 'showauto' in favor of 'apt-mark'
2098 * apt-pkg/pkgcache.cc:
2099 - really ignore :arch in FindPkg() in non-multiarch environment
2100 * doc/po/de.po:
2101 - undo the translation of the command 'dump' in manpage of apt-config
2102 as report by Burghard Grossmann on debian-l10n-german, thanks!
2103 * apt-pkg/deb/debmetaindex.cc:
2104 - do not download TranslationIndex if no Translation-* will be
2105 downloaded later on anyway (Closes: #624218)
2106 * test/versions.lst:
2107 - disable obscure version number tests with versions dpkg doesn't
2108 allow any more as they don't start with a number
2109 * apt-pkg/acquire-worker.cc:
2110 - print filename in the unmatching size warning (Closes: #623137)
2111 * apt-pkg/acquire-item.cc:
2112 - apply fix for poorly worded 'locate file' error message from
2113 Ben Finney, thanks! (Closes: #623171)
2114 * methods/http.cc:
2115 - add config option to ignore a closed stdin to be able to easily
2116 use the method as a simple standalone downloader
2117 - Location header in redirects should be absolute URI, but some
2118 servers just send an absolute path so still deal with it properly
2119 - dequote URL taken from Location in redirects as we will otherwise
2120 quote an already quoted string in the request later (Closes: #602412)
2121 * apt-pkg/contrib/netrc.cc:
2122 - replace non-posix gnu-extension strdupa with strdup
2123 * apt-pkg/packagemanager.cc:
2124 - ensure for Multi-Arch:same packages that they are unpacked in
2125 lock step even in immediate configuration (Closes: #618288)
2126
2127 [ Michael Vogt ]
2128 * methods/mirror.cc:
2129 - ignore lines starting with "#" in the mirror file
2130 - ignore non http urls in the mirrors
2131 - append the dist (e.g. sid, wheezy) as a query string when
2132 asking for a suitable mirror
2133 * debian/control:
2134 - add libapt-pkg4.10 and libapt-inst1.2 library packages
2135
2136 -- Michael Vogt <mvo@debian.org> Fri, 10 Jun 2011 15:32:07 +0200
2137
2138 apt (0.8.14.2) UNRELEASED; urgency=low
2139
2140 [ Julian Andres Klode ]
2141 * apt-pkg/depcache.cc:
2142 - Really release action groups only once (Closes: #622744)
2143 - Make purge work again for config-files (LP: #244598) (Closes: #150831)
2144 * debian/apt.cron.daily:
2145 - Check power after wait, patch by manuel-soto (LP: #705269)
2146 * debian/control:
2147 - Move ${shlibs:Depends} to Pre-Depends, as we do not want APT
2148 unpacked if a library is too old and thus break upgrades
2149 * doc/apt-key.8.xml:
2150 - Document apt-key net-update (LP: #192810)
2151
2152 [ Christian Perrier ]
2153 * Galician translation update (Miguel Anxo Bouzada). Closes: #626505
2154
2155 [ David Kalnischkies ]
2156 * fix a bunch of cppcheck warnings/errors based on a patch by
2157 Niels Thykier, thanks! (Closes: #622805)
2158 * apt-pkg/depcache.cc:
2159 - really include 'rc' packages in the delete count by fixing a
2160 typo which exists since 1999 in the source… (LP: #761175)
2161 - if critical or-group can't be satisfied, exit directly.
2162 * apt-pkg/acquire-method.cc:
2163 - write directly to stdout instead of creating the message in
2164 memory first before writing to avoid hitting limits
2165 - fix order of CurrentURI and UsedMirror in Status() and Log()
2166 * apt-pkg/orderlist.cc:
2167 - let VisitRProvides report if the calls were successful
2168 * apt-pkg/deb/dpkgpm.cc:
2169 - replace obsolete usleep with nanosleep
2170 * debian/apt{,-utils}.symbols:
2171 - update both experimental symbol-files to reflect 0.8.14 state
2172 * debian/rules:
2173 - remove unused embedded jquery by doxygen from libapt-pkg-doc
2174 * cmdline/apt-mark.cc:
2175 - reimplement apt-mark in c++
2176 - provide a 'showmanual' command (Closes: #582791)
2177 - provide a 'dpkg --set-selections' wrapper to set/release holds
2178 * cmdline/apt-get.cc:
2179 - deprecate mostly undocumented 'markauto' in favor of 'apt-mark'
2180 * cmdline/apt-cache.cc:
2181 - deprecate mostly undocumented 'showauto' in favor of 'apt-mark'
2182 * apt-pkg/pkgcache.cc:
2183 - really ignore :arch in FindPkg() in non-multiarch environment
2184 * doc/po/de.po:
2185 - undo the translation of the command 'dump' in manpage of apt-config
2186 as report by Burghard Grossmann on debian-l10n-german, thanks!
2187 * apt-pkg/deb/debmetaindex.cc:
2188 - do not download TranslationIndex if no Translation-* will be
2189 downloaded later on anyway (Closes: #624218)
2190 * test/versions.lst:
2191 - disable obscure version number tests with versions dpkg doesn't
2192 allow any more as they don't start with a number
2193 * apt-pkg/acquire-worker.cc:
2194 - print filename in the unmatching size warning (Closes: #623137)
2195 * apt-pkg/acquire-item.cc:
2196 - apply fix for poorly worded 'locate file' error message from
2197 Ben Finney, thanks! (Closes: #623171)
2198 * methods/http.cc:
2199 - add config option to ignore a closed stdin to be able to easily
2200 use the method as a simple standalone downloader
2201 - Location header in redirects should be absolute URI, but some
2202 servers just send an absolute path so still deal with it properly
2203 - dequote URL taken from Location in redirects as we will otherwise
2204 quote an already quoted string in the request later (Closes: #602412)
2205 * apt-pkg/contrib/netrc.cc:
2206 - replace non-posix gnu-extension strdupa with strdup
2207 * apt-pkg/packagemanager.cc:
2208 - ensure for Multi-Arch:same packages that they are unpacked in
2209 lock step even in immediate configuration (Closes: #618288)
2210
2211 -- Michael Vogt <mvo@debian.org> Mon, 16 May 2011 14:57:52 +0200
2212
2213 apt (0.8.14.1ubuntu8) UNRELEASED; urgency=low
2214
2215 [ Michael Vogt ]
2216 * debian/apt.conf.changelog:
2217 - add missing ";", thanks to Julian Andres Klode
2218
2219 [ Brian Murray ]
2220 * apt-pkg/deb/dpkgpm.cc:
2221 - updated allocate memory string
2222 - cannot access archive string is lowercase
2223 * apt-pkg/deb/dpkgpm.cc:
2224 - resolve issue where AptOrdering is included in DpkgTerminalLog in apport
2225 attachments
2226
2227 -- Brian Murray <brian@ubuntu.com> Wed, 15 Jun 2011 14:00:43 -0700
2228
2229 apt (0.8.14.1ubuntu7) oneiric; urgency=low
2230
2231 [ Michael Vogt ]
2232 * apt-pkg/deb/deblistparser.cc:
2233 - include all known languages when building the apt cache
2234 (LP: #794907)
2235 * apt-pkg/deb/debindexfile.cc:
2236 - remove some no longer valid checks for "TranslationsAvailable()"
2237
2238 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 09 Jun 2011 13:56:25 +0200
2239
2240 apt (0.8.14.1ubuntu6) oneiric; urgency=low
2241
2242 [ Brian Murray ]
2243 * apt-pkg/deb/dpkgpm.cc:
2244 - prevent reporting of package installation failures due to inaccessible
2245 local files (LP: #791102, #790040)
2246 - include /var/log/apt/history.log in apport-package reports so we know
2247 the context for the package management request
2248
2249 [ Michael Vogt ]
2250 * methods/mirror.cc:
2251 - ignore lines starting with "#" in the mirror file
2252 - ignore non http urls in the mirrors
2253 - append the dist (e.g. sid, wheezy) as a query string when
2254 asking for a suitable mirror
2255
2256 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 07 Jun 2011 15:55:07 +0200
2257
2258 apt (0.8.14.1ubuntu5) oneiric; urgency=low
2259
2260 * apt-pkg/acquire-item.cc:
2261 - do not reject empty Packages files when checking them for
2262 correctness
2263
2264 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 31 May 2011 10:41:30 +0200
2265
2266 apt (0.8.14.1ubuntu4) oneiric; urgency=low
2267
2268 [ Julian Andres Klode ]
2269 * apt-pkg/acquire-item.cc:
2270 - Reject files known to be invalid (LP: #346386) (Closes: #627642)
2271
2272 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 30 May 2011 17:12:27 +0200
2273
2274 apt (0.8.14.1ubuntu3) oneiric; urgency=low
2275
2276 * Rebuild with recent binutils. LP: #774175.
2277
2278 -- Matthias Klose <doko@ubuntu.com> Mon, 23 May 2011 19:15:34 +0200
2279
2280 apt (0.8.14.1ubuntu2) oneiric; urgency=low
2281
2282 * debian/rules:
2283 - build in verbose mode by default (thanks to Matthias Klose)
2284 * debian/control:
2285 - add temporary build-dependency on gcc-4.6 (>= 4.6.0-6ubuntu2)
2286
2287 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 03 May 2011 13:58:10 +0200
2288
2289 apt (0.8.14.1ubuntu1) oneiric; urgency=low
2290
2291 [ Michael Vogt ]
2292 * merged from the debian-sid bzr branch
2293
2294 [ Julian Andres Klode ]
2295 * apt-pkg/depcache.cc:
2296 - Really release action groups only once (Closes: #622744)
2297 - Make purge work again for config-files (LP: #244598) (Closes: #150831)
2298 * debian/apt.cron.daily:
2299 - Check power after wait, patch by manuel-soto (LP: #705269)
2300 * debian/control:
2301 - Move ${shlibs:Depends} to Pre-Depends, as we do not want APT
2302 unpacked if a library is too old and thus break upgrades
2303 * doc/apt-key.8.xml:
2304 - Document apt-key net-update (LP: #192810)
2305
2306 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 29 Apr 2011 17:55:20 +0200
2307
2308 apt (0.8.14.1) unstable; urgency=low
2309
2310 * apt-pkg/acquire-item.cc:
2311 - Only try to rename existing Release files (Closes: #622912)
2312
2313 -- Julian Andres Klode <jak@debian.org> Sat, 16 Apr 2011 14:36:10 +0200
2314
2315 apt (0.8.14) unstable; urgency=low
2316
2317 [ Julian Andres Klode ]
2318 * apt-pkg/indexcopy.cc:
2319 - Use RealFileExists() instead of FileExists(), allows amongst other
2320 things a directory named Sources to exist on a CD-ROM (LP: #750694).
2321 * apt-pkg/acquire-item.cc:
2322 - Use Release files even if they cannot be verified (LP: #704595)
2323 * cmdline/apt-get.cc:
2324 - Do not install recommends for build-dep (Closes: #454479) (LP: #245273)
2325 * apt-pkg/deb/deblistparser.cc:
2326 - Handle no space before "[" in build-dependencies (LP: #72344)
2327 * apt-pkg/policy.cc:
2328 - Allow pinning by glob() expressions, and regular expressions
2329 surrounded by slashes (the "/" character) (LP: #399474)
2330 (Closes: #121132)
2331 * debian/control:
2332 - Set Standards-Version to 3.9.2
2333
2334 [ Michael Vogt ]
2335 * mirror method:
2336 - do not crash if the mirror file fails to download
2337 * apt-pkg/aptconfiguration.cc:
2338 - fix comparing for a empty string
2339 * debian/apt.cron.daily:
2340 - run unattended-upgrades even if there was a error during
2341 the apt-get update (LP: #676295)
2342
2343 [ David Kalnischkies ]
2344 * apt-pkg/pkgcache.cc:
2345 - use the native Architecture stored in the cache header instead of
2346 loading it from configuration as suggested by Julian Andres Klode
2347
2348 -- Julian Andres Klode <jak@debian.org> Fri, 15 Apr 2011 14:28:15 +0200
2349
2350 apt (0.8.13.2ubuntu3) natty-proposed; urgency=low
2351
2352 * apt-pkg/deb/dpkgpm.cc:
2353 - stop reporting of apport-package bug reports regarding
2354 dpkg I/O errors (LP: #767776)
2355
2356 -- Brian Murray <brian@ubuntu.com> Wed, 20 Apr 2011 15:05:12 -0700
2357
2358 apt (0.8.13.2ubuntu2) natty; urgency=low
2359
2360 [ Michael Vogt ]
2361 * debian/apt.cron.daily:
2362 - run unattended-upgrades even if there was a error during
2363 the apt-get update (LP: #676295)
2364
2365 [ Julian Andres Klode ]
2366 * apt-pkg/indexcopy.cc:
2367 - Use RealFileExists() instead of FileExists(), allows amongst other
2368 things a directory named Sources to exist on a CD-ROM (LP: #750694).
2369
2370 [ David Kalnischkies ]
2371 * apt-pkg/pkgcache.cc:
2372 - use the native Architecture stored in the cache header instead of
2373 loading it from configuration as suggested by Julian Andres Klode
2374
2375 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 07 Apr 2011 12:52:21 +0200
2376
2377 apt (0.8.13.2ubuntu1) natty; urgency=low
2378
2379 * merge fixes from debian-sid, most notable the handling of
2380 arch=all architectures in python-apt (LP: #733741)
2381 * apt-pkg/aptconfiguration.cc:
2382 - fix comparing for a empty string
2383
2384 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 05 Apr 2011 13:19:56 +0200
2385
2386 apt (0.8.13.2) unstable; urgency=low
2387
2388 [ David Kalnischkies ]
2389 * apt-pkg/deb/dpkgpm.cc:
2390 - skip --configure if all packages disappeared
2391 * apt-pkg/vendor.cc, apt-pkg/vendorlist.cc:
2392 - mark them as deprecated as they are unused
2393 * apt-pkg/deb/deblistparser.h:
2394 - enable StripMultiArch by default for ParseDepends
2395 * debian/apt.conf.autoremove:
2396 - adapt to new gnumach kernel package naming (Closes: #619337)
2397 * doc/apt_preferences.5.xml:
2398 - correct typo spotted by Charles Plessy (Closes: #619088)
2399 - document ButAutomaticUpgrades together with NotAutomatic
2400 as suggested by Charles Plessy (Closes: #619083)
2401 * apt-pkg/depcache.cc:
2402 - remove pseudo handling leftover from SetReInstall
2403 - do not change protected packages in autoinstall (Closes: #618848)
2404 * apt-pkg/pkgcachegen.cc:
2405 - make "all"->"native" an implementation detail of NewPackage
2406 rather than rewrite it in higher methods
2407 * apt-pkg/cacheiterator.h:
2408 - return "all" instead of native architecture without breaking the abi
2409 (too much) by extending enum instead of using bitflags (LP: #733741)
2410 * apt-pkg/aptconfiguration.cc:
2411 - use dpkg --print-foreign-architectures to get multiarch configuration
2412 if non is specified with APT::Architectures (Closes: #612958)
2413 * cmdline/apt-get.cc:
2414 - do not show simulation notice for non-root commands (Closes: #619072)
2415 - be able to disable resolver with APT::Get::CallResolver and disable
2416 auto installation with APT::Get::AutoSolving
2417 * apt-pkg/deb/deblistparser.cc:
2418 - create foo:any provides for all architectures for an allowed package
2419
2420 -- Michael Vogt <mvo@debian.org> Tue, 05 Apr 2011 09:40:28 +0200
2421
2422 apt (0.8.13.1ubuntu1) natty; urgency=low
2423
2424 * merged fixes from the debian-sid (LP: #744832)
2425
2426 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 04 Apr 2011 14:40:51 +0200
2427
2428 apt (0.8.13.1) unstable; urgency=low
2429
2430 * apt-pkg/acquire-item.cc: Use stat buffer if stat was
2431 successful, not if it failed (Closes: #620546)
2432
2433 -- Julian Andres Klode <jak@debian.org> Sat, 02 Apr 2011 20:55:35 +0200
2434
2435 apt (0.8.13ubuntu2) natty; urgency=low
2436
2437 * po/makefile:
2438 - add hack to run MSGMERGE again if it segfaults. this is to help
2439 powerpc to bootstrap
2440 * mirror method:
2441 - merge fix from Matt Zimmerman, many thanks (LP: #741098)
2442 - do not crash if the mirror file fails to download
2443
2444 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 24 Mar 2011 18:01:38 +0100
2445
2446 apt (0.8.13ubuntu1) natty; urgency=low
2447
2448 * merged from debian/sid, this adds important fixes in the
2449 apt mirror method
2450
2451 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 16 Mar 2011 08:23:19 +0100
2452
2453 apt (0.8.13) unstable; urgency=low
2454
2455 [ Thorsten Spindler ]
2456 * methods/rsh.cc
2457 - fix rsh/ssh option parsing (LP: #678080), thanks to
2458 Ville Mattila
2459
2460 [ Michael Vogt ]
2461 * apt-pkg/acquire-item.cc:
2462 - mark pkgAcqIndexTrans as Index-File to avoid asking the
2463 user to insert the CD on each apt-get update
2464 * po/sl.po:
2465 - updated, thanks to Andrej Znidarsic
2466 * mirror method:
2467 - when downloading data, show the mirror being used
2468 - randomize mirror list after download in a host specific way
2469 to ensure that the load is evenly spreaded accross the mirrors
2470 - fix some missing "Fail-Ignore"
2471
2472 -- Michael Vogt <mvo@debian.org> Wed, 16 Mar 2011 08:04:42 +0100
2473
2474 apt (0.8.12ubuntu2) unstable; urgency=low
2475
2476 [ Thorsten Spindler ]
2477 * methods/rsh.cc
2478 - fix rsh/ssh option parsing (LP: #678080), thanks to
2479 Ville Mattila
2480
2481 [ Michael Vogt ]
2482 * apt-pkg/acquire-item.cc:
2483 - mark pkgAcqIndexTrans as Index-File to avoid asking the
2484 user to insert the CD on each apt-get update
2485 * methods/mirror.cc:
2486 - improve debug output and fix bug in TryNextMirror
2487
2488 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Mar 2011 15:56:54 +0100
2489
2490 apt (0.8.12ubuntu1) natty; urgency=low
2491
2492 * merged from debian/sid, this adds important fixes in the udev based
2493 cdrom handling and multiarch handling
2494
2495 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Mar 2011 16:12:22 +0100
2496
2497 apt (0.8.12) unstable; urgency=low
2498
2499 [ Michael Vogt ]
2500 * apt-pkg/deb/debindexfile.cc:
2501 - ignore missing deb-src files in /var/lib/apt/lists, thanks
2502 to Thorsten Spindler (LP: #85590)
2503 * apt-pkg/contrib/fileutl.cc, apt-pkg/deb/dpkgpm.cc:
2504 - honor Dpkg::Chroot-Directory in the RunScripts*() methods
2505 * apt-pkg/contrib/cdromutl.{cc,h}, apt-pkg/cdrom.{cc,h}:
2506 - deal with missing FSTAB_DIR when using libudev to discover cdrom
2507 - add experimental APT::cdrom::CdromOnly option (on by default).
2508 When this is set to false apt-cdrom will handle any removable
2509 deivce (like a usb-stick) as a "cdrom/dvd" source
2510
2511 [ Christian Perrier ]
2512 * Fix error in French translation of manpages (apt_preferences(5)).
2513 Merci, Rémi Vanicat. Closes: #613689
2514 * Complete French manpage translation
2515 * Italian translation update (Milo Casagrande). Closes: #614395
2516
2517 [ David Kalnischkies ]
2518 * ftparchive/multicompress.cc, apt-inst/deb/debfile.cc:
2519 - support xz compressor to create xz-compressed Indexes and be able
2520 to open data.tar.xz files
2521 - load the supported compressors from configuration
2522 * ftparchive/writer.cc:
2523 - ensure that Date and Valid-Until time strings are not localised
2524 - add options to disable specific checksums for Indexes
2525 - include xz-compressed Packages and Sources files in Release file
2526 * apt-pkg/aptconfiguration.cc:
2527 - support download of xz-compressed indexes files
2528 - support adding new compressors by configuration
2529 * apt-pkg/deb/debsrcrecords.cc:
2530 - support xz-compressed source v3 debian.tar files
2531 - support every compression we have a compressor configured
2532 * ftparchive/contents.cc:
2533 - remove ExtractArchive codecopy from apt-inst/deb/debfile.cc
2534 * apt-inst/deb/debfile.cc:
2535 - support data.tar's compressed with any configured compressor
2536 * cmdline/apt-get.cc:
2537 - reinstall dependencies of reinstalled "garbage" (Closes: #617257)
2538
2539 [ Steve Langasek ]
2540 * apt-pkg/deb/dpkgpm.cc:
2541 - make sure that for multiarch packages, we are passing the full
2542 qualified package name to dpkg for removals. (Closes: #614298)
2543 * Remove the "pseudopackage" handling of Architecture: all packages for
2544 Multi-Arch; instead, Arch: all packages only satisfy dependencies for
2545 the native arch, except where the Arch: all package is declared
2546 Multi-Arch: foreign. (Closes: #613584)
2547
2548 -- Michael Vogt <mvo@debian.org> Thu, 10 Mar 2011 14:46:48 +0100
2549
2550 apt (0.8.11.5ubuntu2) natty; urgency=low
2551
2552 [ Michael Vogt ]
2553 * apt-pkg/deb/debindexfile.cc:
2554 - ignore missing deb-src files in /var/lib/apt/lists, thanks
2555 to Thorsten Spindler (LP: #85590)
2556 * apt-pkg/contrib/fileutl.cc, apt-pkg/deb/dpkgpm.cc:
2557 - honor Dpkg::Chroot-Directory in the RunScripts*() methods
2558
2559 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 03 Mar 2011 17:39:30 +0100
2560
2561 apt (0.8.11.5ubuntu1) natty; urgency=low
2562
2563 * Merged from debian/sid
2564
2565 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 18 Feb 2011 12:01:19 +0100
2566
2567 apt (0.8.11.5) unstable; urgency=low
2568
2569 [ Christian Perrier ]
2570 * Add missing dot in French translation of manpages. Merci, Olivier
2571 Humbert.
2572 * French translation update
2573 * French manpages translation update
2574
2575 [ David Kalnischkies ]
2576 * apt-pkg/depcache.cc:
2577 - party revert fix in 0.8.11.2 which marked all packages as manual
2578 installed if the FromUser bit is set in the MarkInstall call.
2579 The default for this bit is true and aptitude depends on the old
2580 behavior so the package is only marked as manual if its not marked
2581 ("old" behavior) or if automatic installation is enabled - which
2582 aptitude disables always (see also #613775)
2583
2584 -- David Kalnischkies <kalnischkies@gmail.com> Thu, 17 Feb 2011 15:16:31 +0100
2585
2586 apt (0.8.11.4) unstable; urgency=low
2587
2588 [ David Kalnischkies ]
2589 * apt-pkg/contrib/error.cc:
2590 - ensure that va_list is not invalid in second try
2591 * cmdline/apt-get.cc:
2592 - don't remove new dependencies of garbage packages (Closes: #613420)
2593
2594 [ Michael Vogt ]
2595 * test/integration/*
2596 - fix dashish in the integration tests
2597
2598 -- Michael Vogt <mvo@debian.org> Wed, 16 Feb 2011 14:36:03 +0100
2599
2600 apt (0.8.11.3) unstable; urgency=low
2601
2602 * apt-pkg/contrib/fileutl.cc:
2603 - really detect bigendian machines by including config.h,
2604 so we can really (Closes: #612986)
2605 * apt-pkg/contrib/mmap.cc:
2606 - Base has as 'valid' failure states 0 and -1 so add a simple
2607 validData method to check for failure states
2608
2609 -- David Kalnischkies <kalnischkies@gmail.com> Mon, 14 Feb 2011 16:58:03 +0100
2610
2611 apt (0.8.11.2) unstable; urgency=low
2612
2613 [ Michael Vogt ]
2614 * merged lp:~evfool/apt/fix641673:
2615 - String-fix in the source and the translations for the grammatical
2616 mistake reported in bug LP: #641673, thanks to Robert Roth
2617 * merged lp:~evfool/apt/fix418552:
2618 - Grammar fix for bug LP: #418552, thanks to Robert Roth
2619
2620 [ David Kalnischkies ]
2621 * cmdline/apt-get.cc:
2622 - add --install-suggests option (Closes: #473089)
2623 * apt-pkg/depcache.cc:
2624 - mark a package which was requested to be installed on commandline
2625 always as manual regardless if it is already marked or not as the
2626 marker could be lost later by the removal of rdepends (Closes: #612557)
2627 * methods/rred.cc:
2628 - read patch into MMap only if we work on uncompressed patches
2629 - update size of dynamic MMap as we write in from the outside
2630 * apt-pkg/contrib/mmap.cc:
2631 - do not try to free the mapping if its is unset
2632 * apt-pkg/contrib/fileutl.cc:
2633 - reorder the loaded filesize bytes for big endian (Closes: #612986)
2634 Thanks to Jörg Sommer for the detailed analyse!
2635
2636 -- Michael Vogt <mvo@debian.org> Mon, 14 Feb 2011 12:07:18 +0100
2637
2638 apt (0.8.11.1) unstable; urgency=low
2639
2640 [ Stefan Lippers-Hollmann ]
2641 * cmdline/apt-key:
2642 - fix root test which prevented setting of trustdb-name
2643 which lets gpg fail if it adds/remove keys from trusted.gpg
2644 as it tries to open the (maybe) not existent /root/.gnupg
2645
2646 [ David Kalnischkies ]
2647 * debian/apt.symbols:
2648 - add more arch dependent symbols
2649
2650 -- Michael Vogt <mvo@debian.org> Wed, 09 Feb 2011 17:49:59 +0100
2651
2652 apt (0.8.11) unstable; urgency=low
2653
2654 [ David Kalnischkies ]
2655 * apt-pkg/depcache.cc:
2656 - add SetCandidateRelease() to set a candidate version and
2657 the candidates of dependencies if needed to a specified
2658 release (Closes: #572709)
2659 - allow conflicts in the same group again (Closes: #612099)
2660 * cmdline/apt-get.cc:
2661 - if --print-uris is used don't setup downloader as we don't need
2662 progress, lock nor the directories it would create otherwise
2663 - show dependencies of essential packages which are going to remove
2664 only if they cause the remove of this essential (Closes: #601961)
2665 - keep not installed garbage packages uninstalled instead of showing
2666 in the autoremove section and installing those (Closes: #604222)
2667 - change pkg/release behavior to use the new SetCandidateRelease
2668 so installing packages from experimental or backports is easier
2669 - really do not show packages in the extra section if they were
2670 requested on the commandline, e.g. with a modifier (Closes: #184730)
2671 - always do removes first and set not installed remove packages
2672 on hold to prevent temporary installation later (Closes: #549968)
2673 * debian/control:
2674 - add Vcs-Browser now that loggerhead works again (Closes: #511168)
2675 - depend on debhelper 7 to raise compat level
2676 - depend on dpkg-dev (>= 1.15.8) to have c++ symbol mangling
2677 * apt-pkg/contrib/fileutl.cc:
2678 - add a RealFileExists method and check that your configuration files
2679 are real files to avoid endless loops if not (Closes: #604401)
2680 - ignore non-regular files in GetListOfFilesInDir (Closes: #594694)
2681 * apt-pkg/contrib/weakptr.h:
2682 - include stddefs.h to fix compile error (undefined NULL) with gcc-4.6
2683 * methods/https.cc:
2684 - fix CURLOPT_SSL_VERIFYHOST by really passing 2 to it if enabled
2685 * deb/dpkgpm.cc:
2686 - fix popen/fclose mismatch reported by cppcheck. Thanks to Petter
2687 Reinholdtsen for report and patch! (Closes: #607803)
2688 * doc/apt.conf.5.xml:
2689 - fix multipl{y,e} spelling error reported by Jakub Wilk (Closes: #607636)
2690 * apt-inst/contrib/extracttar.cc:
2691 - let apt-utils work with encoded tar headers if uid/gid are large.
2692 Thanks to Nobuhiro Hayashi for the patch! (Closes: #330162)
2693 * apt-pkg/cacheiterator.h:
2694 - do not segfault if cache is not build (Closes: #254770)
2695 * doc/apt-get.8.xml:
2696 - remove duplicated mentioning of --install-recommends
2697 * doc/sources.list.5.xml:
2698 - remove obsolete references to non-us (Closes: #594495)
2699 - a notice is printed for ignored files (Closes: #597615)
2700 * debian/rules:
2701 - use -- instead of deprecated -u for dh_gencontrol
2702 - remove shlibs.local creation and usage
2703 - show differences in the symbol files, but never fail
2704 * pre-build.sh:
2705 - remove as it is not needed for a working 'bzr bd'
2706 * debian/{apt,apt-utils}.symbols:
2707 - ship experimental unmangled c++ symbol files
2708 * methods/rred.cc:
2709 - operate optional on gzip compressed pdiffs
2710 * apt-pkg/acquire-item.cc:
2711 - don't uncompress downloaded pdiff files before feeding it to rred
2712 - try downloading clearsigned InRelease before trying Release.gpg
2713 - change the internal handling of Extensions in pkgAcqIndex
2714 - add a special uncompressed compression type to prefer those files
2715 - download and use i18n/Index to choose which Translations to download
2716 * cmdline/apt-key:
2717 - don't set trustdb-name as non-root so 'list' and 'finger'
2718 can be used without being root (Closes: #393005, #592107)
2719 * apt-pkg/deb/deblistparser.cc:
2720 - rewrite LoadReleaseInfo to cope with clearsigned Releasefiles
2721 * ftparchive/writer.cc:
2722 - add config option to search for more patterns in release command
2723 - include Index files by default in the Release file
2724 * methods/{gzip,bzip}.cc:
2725 - print a good error message if FileSize() is zero
2726 * apt-pkg/aptconfiguration.cc:
2727 - remove the inbuilt Translation files whitelist
2728 * cmdline/apt-cache.cc:
2729 - remove not implemented 'apt-cache add' command
2730 * doc/apt-cache.8.xml:
2731 - describe reality as apt-cache just queries and doesn't manipulate
2732 the caches. Thanks to Enrico Zini for spotting it! (Closes: #612009)
2733 * apt-pkg/algorithms.cc:
2734 - mark pseudo packages of installed all packages as configured
2735 in the simulation as we don't call configure for these packages
2736 * apt-pkg/pkgcachegen.cc:
2737 - in multiarch, let :all packages conflict with :any packages
2738 with a different version to be sure
2739 * apt-pkg/contrib/error.cc:
2740 - remove 400 char size limit of error messages (LP: #365611)
2741
2742 [ Michael Vogt ]
2743 * methods/http.cc:
2744 - do not hang if Acquire::http::ProxyAutoDetect can not be
2745 executed or returns no data (LP: #654393)
2746 * debian/apt.conf.autoremove:
2747 - never autoremove the GNU/Hurd kernel (closes: #588423), thanks
2748 to Guillem Jover
2749 * apt-pkg/cdrom.cc, apt-pkg/init.cc, methods/cdrom.cc:
2750 - use /media/cdrom as default mountoint (closes: #611569)
2751 * cmdline/apt-get.cc:
2752 - add apt-get changelog (closes: #526990)
2753 - add apt-get download (closes: #82738)
2754
2755 [ Martin Pitt ]
2756 * test/integration/test-compressed-indexes, test/test-indexes.sh:
2757 - Explicitly disable compressed indexes at the start. This ensures that we
2758 will actually test uncompressed indexes regardless of the internal
2759 default value of Acquire::GzipIndexes.
2760
2761 -- Michael Vogt <mvo@debian.org> Tue, 08 Feb 2011 12:58:12 +0100
2762
2763 apt (0.8.10.3) unstable; urgency=low
2764
2765 [ Programs translations ]
2766 * po/es.po: Updated, plus fixes encoding issues and fixes two fuzzy
2767 strings, thanks to Javier Fernandez-Sanguino (closes: #610692)
2768
2769 -- Michael Vogt <mvo@debian.org> Tue, 25 Jan 2011 11:51:42 +0100
2770
2771 apt (0.8.10.2) unstable; urgency=low
2772
2773 [ David Kalnischkies ]
2774 * ftparchive/apt-ftparchive.cc:
2775 - fix endless loop for multiple TranslationsWriters
2776
2777 -- Michael Vogt <mvo@debian.org> Tue, 25 Jan 2011 10:26:15 +0100
2778
2779 apt (0.8.10.1) unstable; urgency=low
2780
2781 [ Christian Perrier ]
2782 * Fix encoding for Slovenian translation. PO file switched
2783 to UTF-8. Closes: #609957
2784
2785 [ Julian Andres Klode ]
2786 * cmdline/apt-cache.cc: Create an error for apt-cache depends
2787 if packages could not found (LP: #647045)
2788
2789 [ Programs translations ]
2790 * Spanish update by Javier Fernández-Sanguino Peña. Closes: #607145
2791
2792 [ Manpages translations ]
2793 * Correct a typo and an error in French manpages translation.
2794 Closes: # 607170
2795
2796 -- Michael Vogt <mvo@debian.org> Mon, 17 Jan 2011 13:41:04 +0100
2797
2798 apt (0.8.10ubuntu2) UNRELEASED; urgency=low
2799
2800 * apt-pkg/deb/dpkgpm.cc:
2801 - ignore lzma "Cannot allocate memory" errors, thanks to Brian
2802 Murray
2803 - add i18n support for the "short read in buffer_copy %s" handling
2804 from dpkg
2805
2806 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 11 Jan 2011 18:26:05 +0100
2807
2808 apt (0.8.10ubuntu1) natty; urgency=low
2809
2810 [ Julian Andres Klode ]
2811 * cmdline/apt-cache.cc: Create an error for apt-cache depends
2812 if packages could not found (LP: #647045)
2813
2814 [ Michael Vogt ]
2815 * merged from debian-sid
2816
2817 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 07 Dec 2010 15:53:49 +0100
2818
2819 apt (0.8.10) unstable; urgency=low
2820
2821 [ Programs translations ]
2822 * Czech by Miroslav Kure. Closes: #605107
2823
2824 [ Martin Pitt ]
2825 * test/integration/test-compressed-indexes, test/test-indexes.sh:
2826 - Explicitly disable compressed indexes at the start. This ensures that we
2827 will actually test uncompressed indexes regardless of the internal
2828 default value of Acquire::GzipIndexes.
2829
2830 [ David Kalnischkies ]
2831 * apt-pkg/algorithms.cc:
2832 - mark all installed packages first without auto installation in
2833 a dist-upgrade to prefer upgrading packages instead of installing
2834 new packages in versioned or-groups (Closes: #605394)
2835
2836 -- Michael Vogt <mvo@debian.org> Tue, 30 Nov 2010 10:42:17 +0100
2837
2838 apt (0.8.9ubuntu4) natty; urgency=low
2839
2840 [ Michael Vogt ]
2841 * cmdline/apt-key:
2842 - set timeout of wget for net-update to 90 seconds (thanks to \sh)
2843
2844 [ Martin Pitt ]
2845 * Revert r1819 and r1820 to disable compressed indexes by default again.
2846 Testing has brought up a few places where this seriously degrades
2847 performance, mostly in applications which iterate through all available
2848 package records, like update-apt-xapian-index or synaptic. See
2849 https://bugs.launchpad.net/ubuntu/+bugs?field.tag=apt-compressed-indexes
2850
2851 -- Martin Pitt <martin.pitt@ubuntu.com> Thu, 25 Nov 2010 08:50:37 +0100
2852
2853 apt (0.8.9ubuntu3) natty; urgency=low
2854
2855 * methods/http.cc:
2856 - do not hang if Acquire::http::ProxyAutoDetect can not be
2857 executed or returns no data (LP: #654393)
2858
2859 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 22 Nov 2010 10:42:50 +0100
2860
2861 apt (0.8.9ubuntu2) natty; urgency=low
2862
2863 * drop apt-changelog, apt-get changelog implements all the
2864 features it provides
2865
2866 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 18 Nov 2010 15:22:40 +0100
2867
2868 apt (0.8.9ubuntu1) natty; urgency=low
2869
2870 * re-merged from the debian-sid bzr branch
2871 * merged lp:~mvo/apt/mvo, this brings two new commands:
2872 - apt-get download binary-pkgname to download a deb
2873 - apt-get changelog binary-pkgname to display the changelog
2874 * cmdline/apt-get.cc:
2875 - if the changelog download failed, do not show the generic error
2876 but point to launchpad instead
2877
2878 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 18 Nov 2010 15:02:14 +0100
2879
2880 apt (0.8.9) unstable; urgency=low
2881
2882 [ Christian Perrier ]
2883 * Fix "typos" in French manpages translations. Thanks to
2884 Cyril Brulebois for bashing me.
2885 * Drop useless untranslatable sections from apt.8
2886
2887 [ Programs translations ]
2888 * Slovenian update by Andrej Žnidaršič and Rosetta Slovenian team
2889 * German update by Holger Wansing. Closes: #603619
2890
2891 [ David Kalnischkies ]
2892 * apt-pkg/aptconfiguration.cc:
2893 - evaluate Acquire::Languages= before LANG= (Closes: #602573)
2894 * apt-pkg/orderlist.cc:
2895 - try fixing before removing even if the fix is hidden in
2896 a provides, hidden in the #590438 testcase
2897 * apt-pkg/algorithms.cc:
2898 - if the package was explicitly marked as ToRemove don't
2899 consider it as a candidate for FixByInstall
2900 * apt-pkg/depcache.cc:
2901 - don't install previously not installed providers in a try
2902 to statisfy a "Breaks: provides" dependency by upgrade
2903 * cmdline/acqprogress.cc:
2904 - don't ask the user for media change if quiet >= 2, stdout is not
2905 a tty and assume-yes, force-yes or trivial-only option is set to
2906 avoid cpu eating endless loops in unattended runs like apt.cron
2907 (Closes: #602354, LP: #665580)
2908
2909 -- Michael Vogt <mvo@debian.org> Thu, 18 Nov 2010 09:25:04 +0100
2910
2911 apt (0.8.8ubuntu3) natty; urgency=low
2912
2913 * cmdline/apt-changelog: Filter out multiple results for a source package,
2914 just take the latest one.
2915 * cmdline/apt-changelog: Read server name from configuration
2916 APT::Changelog::Server instead of hardcoding it. This allows local users
2917 to point to a local changelog mirror, or make this script work for Debian.
2918 * Add debian/apt.conf.changelog: Configuration for apt-changelog with the
2919 server for Ubuntu (changelogs.ubuntu.com). Install it in debian/rules.
2920 * doc/apt-changelog.1.xml: Document the new option.
2921 * test/integration/test-compressed-indexes, test/test-indexes.sh:
2922 - Explicitly disable compressed indexes at the start. This ensures that we
2923 will actually test uncompressed indexes regardless of the internal
2924 default value of Acquire::GzipIndexes.
2925 * apt-pkg/acquire-item.cc: Set Acquire::GzipIndexes to "true" by default, to
2926 store compressed indexes. This feature is now mature enough for general
2927 consumption. Update doc/apt.conf.5.xml accordingly.
2928 * apt-pkg/aptconfiguration.cc: Have Acquire::CompressionTypes::Order default
2929 to preferring "gz", so that compressed indexes will actually work.
2930
2931 -- Martin Pitt <martin.pitt@ubuntu.com> Mon, 15 Nov 2010 12:14:15 +0100
2932
2933 apt (0.8.8ubuntu2) natty; urgency=low
2934
2935 * Add cmdline/apt-changelog: Script to fetch package changelog from
2936 changelogs.ubuntu.com. Install it in cmdline/makefile and debian/rules.
2937 * Add doc/apt-changelog.1.xml, and install it in debian/rules.
2938
2939 -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 09 Nov 2010 11:32:27 +0100
2940
2941 apt (0.8.8ubuntu1) natty; urgency=low
2942
2943 * merged from debian-unstable, remainging changes:
2944 - use ubuntu keyring and ubuntu archive keyring in apt-key
2945 - run update-apt-xapian-index in apt.cron
2946 - support apt-key net-update and verify keys against master-keyring
2947 - run apt-key net-update in cron.daily
2948 - different example sources.list
2949
2950 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 29 Oct 2010 10:07:09 -0400
2951
2952 apt (0.8.8) unstable; urgency=low
2953
2954 [ David Kalnischkies ]
2955 * apt-pkg/contrib/fileutl.cc:
2956 - Add a FileFd::FileSize() method to get the size of the underlying
2957 file and not the size of the content in the file as FileFd::Size()
2958 does - the sizes can differ since the direct gzip integration
2959 * methods/{gzip,bzip2}.cc:
2960 - use FileSize() to determine if the file is invalid (Closes: #600852)
2961 * apt-pkg/pkgcache.cc:
2962 - fallback always to a suitable description (Closes: #601016)
2963
2964 [ Michael Vogt ]
2965 * apt-pkg/deb/dpkgpm.cc:
2966 - ensure that history.log gets closed to avoid leaking a FD
2967 (closes: #601649)
2968
2969 -- Michael Vogt <mvo@debian.org> Thu, 28 Oct 2010 21:22:21 +0200
2970
2971 apt (0.8.7ubuntu1) natty; urgency=low
2972
2973 * merged from debian-unstable, remainging changes:
2974 - use ubuntu keyring and ubuntu archive keyring in apt-key
2975 - run update-apt-xapian-index in apt.cron
2976 - support apt-key net-update and verify keys against master-keyring
2977 - run apt-key net-update in cron.daily
2978 - different example sources.list
2979
2980 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 15 Oct 2010 18:31:17 +0200
2981
2982 apt (0.8.7) unstable; urgency=low
2983
2984 [ Manpages translations ]
2985 * Typo fixed in French (extra "Z"). Thanks to Florentin Duneau.
2986 * Another typo fixed in French ("Anfin"). Thanks to bubulle
2987 * Wrong translation for "showauto" fixed. Thanks to Raphaël Hertzog
2988 Closes: #599265
2989
2990 [ Michael Vogt ]
2991 * debian/apt.cron.daily:
2992 - source /etc/default/locale (if available) so that the
2993 apt-get update cron job fetches the right translated package
2994 descriptions
2995 * fix test failure on amd64
2996 * apt-pkg/deb/debsystem.cc:
2997 - fix issues with dir::state::status and dir::state::extended_states
2998 when alternative rootdirs are used
2999
3000 [ Martin Pitt ]
3001 * apt-pkg/deb/debindexfile.cc:
3002 - Use FileFd::Size() instead of stat()ing the sources/binary/translations
3003 indexes directly, so that we have transparent handling of gzipped
3004 indexes.
3005 * apt-pkg/contrib/fileutl.cc:
3006 - Fix FileFd::Size() for gzipped files to give the size of the
3007 uncompressed data. This fixes cache building progress going way
3008 over 100%.
3009
3010 [ David Kalnischkies ]
3011 * apt-pkg/deb/deblistparser.cc:
3012 - support ArmHardFloat port in CompleteArch, thanks to Sebastian
3013 Andrzej Siewior for the patch!
3014 * doc/apt.ent:
3015 - move some strings into apt-verbatim.ent to avoid showing them in
3016 apt-doc.pot as they are untranslatable anyway (e.g. manpage references)
3017 * doc/apt-verbatim.ent:
3018 - change the codenames to reflect the situation after squeeze release
3019 * doc/examples/apt-https-method-example.conf:
3020 - apply various typo fixes by Olly Betts, thanks! (Closes: #600249)
3021
3022 -- Michael Vogt <mvo@debian.org> Fri, 15 Oct 2010 18:16:10 +0200
3023
3024 apt (0.8.6) unstable; urgency=low
3025
3026 [ Programs translations ]
3027 * Vietnamese update by Clytie Siddall (Closes: #598489)
3028 * Asturian update by Maacub (Closes: #599057)
3029
3030 [ David Kalnischkies ]
3031 * cmdline/apt-cache.cc:
3032 - use the TranslatedDescription for searching and not the first
3033 available one as it is maybe not an expected language (Closes: #597925)
3034 * apt-pkg/contrib/strutl.cc:
3035 - add a space between number and unit as required by SI (Closes: #598352)
3036 * apt-pkg/depcache.cc:
3037 - do not check endpointer packages instead of only those which prevented
3038 NeverAutoRemove settings from having an effect (Closes: #598452)
3039 - do not remove packages which the user requested for installation
3040 explicitly while satisfying other install requests (Closes: #598669)
3041 * apt-pkg/packagemanager.cc:
3042 - Add a space between period and 'Please' and unfuzzy all translations
3043 * doc/po/de.po:
3044 - remove the duplicated "angefertigt" in translation-holder string
3045
3046 -- Michael Vogt <mvo@debian.org> Mon, 04 Oct 2010 11:52:19 +0200
3047
3048 apt (0.8.5) unstable; urgency=low
3049
3050 [ Manpages translations ]
3051 * German (Chris Leick). Closes: #597163
3052
3053 [ Michael Vogt ]
3054 * merged lp:~mvo/apt/conflicts-on-virtuals to better deal with
3055 conflicts/breaks against virtual packages (LP: #614993)
3056
3057 [ David Kalnischkies ]
3058 * apt-pkg/policy.cc:
3059 - support 100-pinning in Release file with ButAutomaticUpgrades
3060 as requested by the backports crew (Closes: #596097)
3061 * apt-pkg/deb/deblistparser.cc:
3062 - overrule NotAutomatic in case of ButAutomaticUpgrades
3063 * debian/apt.cron.daily:
3064 - handle absolut directory paths correctly by loading directories
3065 directly instead of building the paths on our own (Closes: #596421)
3066 * debian/control:
3067 - build-depend on docbook-xml to ensure that the xml DTDs are always
3068 available on the buildds (Closes: #597145)
3069 * buildlib/debiandoc.mak, buildlib/po4a_manpage.mak:
3070 - ensure that the build fails if documentation building fails
3071 * doc/po/fr.po:
3072 - correct two syntax issues to ensure we can build fine
3073
3074 -- Michael Vogt <mvo@debian.org> Fri, 17 Sep 2010 22:05:06 +0200
3075
3076 apt (0.8.4) unstable; urgency=low
3077
3078 [ Michael vogt ]
3079 * ftparchive/writer.cc:
3080 - write out {Files,Checksum-Sha1,Checksum-Sha256} only if
3081 available LP: #633967. Thanks to Colin Watson
3082 * apt-pkg/contrib/cdromutl.cc:
3083 - if apt-cdrom is used on writable media (like usb-sticks), do
3084 not use the root directory to identify the medium (as all
3085 changes there change the ident id). Use the .disk directory
3086 instead
3087
3088 [ David Kalnischkies ]
3089 * ftparchive/writer.cc:
3090 - null the valid string instead of the date if Valid-Until is not set
3091 * apt-pkg/acquire-item.cc:
3092 - use also unsigned Release files again (Closes: #596189)
3093
3094 [ Christian Perrier ]
3095 * Fix missing space after dot in a message from apt-pkg
3096 Translations unfuzzied. Thanks to Holger Wansing.
3097
3098 -- Michael Vogt <mvo@debian.org> Fri, 10 Sep 2010 20:45:15 +0200
3099
3100 apt (0.8.3ubuntu7) maverick; urgency=low
3101
3102 [ David Kalnischkies ]
3103 * apt-pkg/depcache.cc:
3104 - do not remove packages which the user requested for installation
3105 explicitly while satisfying other install requests (Closes: #598669)
3106 Test case: debootstrap, install exim4, run "apt-get install postfix"
3107 This will result in exim4-heavy instead of postfix
3108
3109 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 05 Oct 2010 14:13:38 +0200
3110
3111 apt (0.8.3ubuntu6) maverick; urgency=low
3112
3113 [ Michael Vogt ]
3114 * debian/apt.cron.daily:
3115 - source /etc/default/locale (if available) so that the
3116 apt-get update cron job fetches the right translated package
3117 descriptions (LP: #652951)
3118
3119 [ David Kalnischkies ]
3120 * apt-pkg/depcache.cc:
3121 - do not check endpointer packages instead of only those which prevented
3122 NeverAutoRemove settings from having an effect (Closes: #598452)
3123 * cmdline/apt-cache.cc:
3124 - use the TranslatedDescription for searching and not the first
3125 available one as it is maybe not an expected language (Closes: #597925)
3126
3127 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 01 Oct 2010 15:25:00 +0200
3128
3129 apt (0.8.3ubuntu5) maverick; urgency=low
3130
3131 * debian/apt.dirs:
3132 - add missing /usr/share/apt so that the keyring is installed
3133 into the right place (LP: #620576)
3134
3135 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 22 Sep 2010 18:34:18 +0200
3136
3137 apt (0.8.3ubuntu4) maverick; urgency=low
3138
3139 * merged lp:~mvo/apt/conflicts-on-virtuals to better deal
3140 with conflicts/breaks against virtual packages (LP: #614993)
3141
3142 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 15 Sep 2010 19:48:26 +0200
3143
3144 apt (0.8.3ubuntu3) maverick; urgency=low
3145
3146 * merged fixes from debian-sid
3147
3148 [ Michael Vogt ]
3149 * apt-pkg/contrib/cdromutl.cc:
3150 - if apt-cdrom is used on writable media (like usb-sticks), do
3151 not use the root directory to identify the medium (as all
3152 changes there change the ident id). Use the .disk directory
3153 instead
3154
3155 [ David Kalnischkies ]
3156 * ftparchive/writer.cc:
3157 - null the valid string instead of the date if Valid-Until is not set
3158 * apt-pkg/acquire-item.cc:
3159 - use also unsigned Release files again (Closes: #596189)
3160
3161 [ Christian Perrier ]
3162 * Fix missing space after dot in a message from apt-pkg
3163 Translations unfuzzied. Thanks to Holger Wansing.
3164
3165 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 10 Sep 2010 21:45:49 +0200
3166
3167 apt (0.8.3ubuntu2) maverick; urgency=low
3168
3169 * ftparchive/writer.cc:
3170 - write out {Files,Checksum-Sha1,Checksum-Sha256} only if
3171 available LP: #633967. Thanks to Colin Watson
3172
3173 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 09 Sep 2010 15:30:19 +0200
3174
3175 apt (0.8.3ubuntu1) maverick; urgency=low
3176
3177 * merged fixes from debian-sid
3178 * debian/rules:
3179 - put ubuntu-archive.gpg back into the package (LP: #620576)
3180 * apt-pkg/init.cc:
3181 - ignore ".distUpgrade" and ".save" files in sources.list.d
3182 (LP: #631770)
3183
3184 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 07 Sep 2010 09:27:24 +0200
3185
3186 apt (0.8.3) unstable; urgency=low
3187
3188 [ Programs translations ]
3189 * German (Holger Wansing). Closes: #596141
3190
3191 [ Manpages translations ]
3192 * Japanese (KURASAWA Nozomu). Closes: #595862
3193
3194 [ Michael Vogt ]
3195 * apt-pkg/indexcopy.cc:
3196 - only use trusted.gpg.d directory if it exists
3197 - do not replace /dev/null when running in APT::CDROM::NoAct
3198 mode (LP: #612666), thanks to Colin Watson
3199
3200 [ David Kalnischkies ]
3201 * ftparchive/apt-ftparchive.cc:
3202 - ensure that BinDirectory as well as Tree settings get
3203 the correct default FileMode setting (Closes: #595922)
3204
3205 -- Michael Vogt <mvo@debian.org> Tue, 07 Sep 2010 15:28:41 +0200
3206
3207 apt (0.8.2) unstable; urgency=low
3208
3209 [ Manpages translations ]
3210 * Spanish (Omar Campagne). Closes: #595557
3211
3212 [ David Kalnischkies ]
3213 * apt-pkg/versionmatch.cc:
3214 - do not accept 'Pin: origin "' (missing closing ") as a valid
3215 way to pin a local archive: either "" or none…
3216 * apt-pkg/deb/dpkgpm.cc:
3217 - create Dir::Log if needed to support /var/log as tmpfs or similar,
3218 inspired by Thomas Bechtold, thanks! (Closes: #523919, LP: #220239)
3219 * apt-pkg/indexcopy.cc:
3220 - support really still the APT::GPGV::TrustedKeyring setting,
3221 as it breaks d-i badly otherwise (Closes: #595428)
3222 * cmdline/apt-key:
3223 - support also Dir::Etc::Trusted so that apt-key works in the same
3224 way as the library part which works with the trusted files
3225 * methods/{gzip,bzip2}.cc:
3226 - empty files can never be valid archives (Closes: #595691)
3227
3228 -- Michael Vogt <mvo@debian.org> Mon, 06 Sep 2010 18:10:06 +0200
3229
3230 apt (0.8.1) unstable; urgency=low
3231
3232 [ Programs translations ]
3233 * Thai (Theppitak Karoonboonyanan). Closes: #592695
3234 * Russian (Yuri Kozlov). Closes: #594232
3235 * Slovak (Ivan Masár). Closes: #594255
3236 * Swedish (Daniel Nylander). Closes: #594241
3237 * Japanese (Kenshi Muto, Osamu Aoki). Closes: #594265
3238 * Italian (Milo Casagrande). Closes: #594238
3239 * Asturian (maacub). Closes: #594303
3240 * Simplified Chinese (Aron Xu). Closes: #594458
3241 * Bulgarian (Damyan Ivanov). Closes: #594627
3242 * Portuguese (Miguel Figueiredo). Closes: #594668
3243 * Korean (Changwoo Ryu). Closes: #594809
3244 * Norwegian Bokmål (Hans Nordhaug). Closes: #595182
3245 * Danish (Joe Hansen). Closes: #595176
3246 * Catalan (Agustí Grau). Closes: #595234
3247
3248 [ Christian Perrier ]
3249 * Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aoki
3250 Closes: #594211
3251
3252 [ Manpages translations ]
3253 * Portuguese (Américo Monteiro)
3254
3255 [ David Kalnischkies ]
3256 * cmdline/apt-cache.cc:
3257 - show in madison command again also source packages (LP: #614589)
3258 - remove useless GetInitialize method
3259 * cmdline/apt-get.cc:
3260 - remove direct calls of ReadMainList and use the wrapper instead
3261 to protect us from useless re-reads and two-times notice display
3262 - remove death code by removing unused GetInitialize
3263 * apt-pkg/depcache.cc:
3264 - now that apt-get purge works on 'rc' packages let the MarkDelete
3265 pass this purge forward to the non-pseudo package for pseudos
3266 * apt-pkg/contrib/fileutl.cc:
3267 - apply SilentlyIgnore also on files without an extension
3268 * apt-pkg/contrib/configuration.cc:
3269 - fix autoremove by using correct config-option name and
3270 don't make faulty assumptions in error handling (Closes: #594689)
3271 * apt-pkg/versionmatch.cc:
3272 - let the pin origin actually work as advertised in the manpage
3273 which means "" are optional and pinning a local archive does
3274 work - even if it is a non-flat archive (Closes: #594435)
3275
3276 -- Michael Vogt <mvo@debian.org> Fri, 03 Sep 2010 18:36:11 +0200
3277
3278 apt (0.8.0ubuntu3) maverick; urgency=low
3279
3280 * merged fixes from the debian-sid bzr branch:
3281
3282 [ Programs translations ]
3283 * Simplified Chinese (Aron Xu). Closes: #594458
3284 * Bulgarian (Damyan Ivanov). Closes: #594627
3285 * Portuguese (Miguel Figueiredo). Closes: #594668
3286 * Korean (Changwoo Ryu). Closes: #594809
3287
3288 [ Manpages translations ]
3289 * Portuguese (Américo Monteiro)
3290
3291 [ David Kalnischkies ]
3292 * cmdline/apt-cache.cc:
3293 - remove useless GetInitialize method
3294 * cmdline/apt-get.cc:
3295 - remove direct calls of ReadMainList and use the wrapper instead
3296 to protect us from useless re-reads and two-times notice display
3297 - remove death code by removing unused GetInitialize
3298 * apt-pkg/depcache.cc:
3299 - now that apt-get purge works on 'rc' packages let the MarkDelete
3300 pass this purge forward to the non-pseudo package for pseudos
3301 * apt-pkg/contrib/fileutl.cc:
3302 - apply SilentlyIgnore also on files without an extension
3303 * apt-pkg/contrib/configuration.cc:
3304 - fix autoremove by using correct config-option name and
3305 don't make faulty assumptions in error handling (Closes: #594689)
3306 * apt-pkg/versionmatch.cc:
3307 - let the pin origin actually work as advertised in the manpage
3308 which means "" are optional and pinning a local archive does
3309 work - even if it is a non-flat archive (Closes: #594435)
3310
3311 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 03 Sep 2010 17:05:53 +0200
3312
3313 apt (0.8.0ubuntu2) maverick; urgency=low
3314
3315 * merged fixes from the debian-sid bzr branch:
3316
3317 [ Programs translations ]
3318 * Thai (Theppitak Karoonboonyanan). Closes: #592695
3319 * Russian (Yuri Kozlov). Closes: #594232
3320 * Slovak (Ivan Masár). Closes: #594255
3321 * Swedish (Daniel Nylander). Closes: #594241
3322 * Japanese (Kenshi Muto, Osamu Aoki). Closes: #594265
3323 * Italian (Milo Casagrande). Closes: #594238
3324 * Asturian (maacub). Closes: #594303
3325
3326 [ Christian Perrier ]
3327 * Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aoki
3328 Closes: #594211
3329
3330 [ David Kalnischkies ]
3331 * show in madison command again also source packages (LP: #614589)
3332
3333 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 26 Aug 2010 18:56:23 +0200
3334
3335 apt (0.8.0ubuntu1) maverick; urgency=low
3336
3337 * merged from debian/unstable
3338
3339 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 24 Aug 2010 21:39:06 +0200
3340
3341 apt (0.8.0) unstable; urgency=low
3342
3343 [ Michael Vogt ]
3344 * merge of the debian-expermental-ma branch
3345 * refresh po/pot files in doc/ and po/
3346
3347 [ Programs translations ]
3348 * Swedish (Daniel Nylander). Closes: #592366
3349 * French (Christian Perrier)
3350
3351 [ Manpages translations ]
3352 * French (Christian Perrier)
3353
3354 -- Michael Vogt <mvo@debian.org> Tue, 24 Aug 2010 16:32:19 +0200
3355
3356 apt (0.8.0~pre2) experimental; urgency=low
3357
3358 [ David Kalnischkies ]
3359 * apt-pkg/contrib/strutl.cc:
3360 - fix error checking for vsnprintf in its safe variant
3361 * methods/bzip2.cc:
3362 - fix error checking for read in case of failing bzip2/lzma/whatever
3363 * debian/apt.cron.daily:
3364 - create backups for our extended_states file (Closes: #593430)
3365 * apt-pkg/init.cc:
3366 - set the default values for dir::etc::trusted options correctly
3367 * ftparchive/writer.cc:
3368 - init valid-until correctly to prevent garbage entering Release file
3369 * apt-pkg/deb/debsystem.cc:
3370 - set dir::state::status based at least on dir
3371 * apt-pkg/deb/dpkgpm.cc:
3372 - use the InstVer instead of the CurrentVer for the autobit transfer
3373 * methods/http.cc:
3374 - some http servers violate HTTP1.1 by not issuing a Reason-Phrase
3375 (or at least a space after the code) especially for 200, but lets
3376 be nice and ignore it as we don't need the reason in general
3377 * apt-pkg/acquire-item.cc:
3378 - don't use ReadOnlyGzip mode for PDiffs as this mode doesn't work
3379 in combination with the AddFd methods of our hashclasses
3380
3381 -- Michael Vogt <mvo@debian.org> Mon, 23 Aug 2010 19:09:08 +0200
3382
3383 apt (0.8.0~pre1ubuntu2) maverick; urgency=low
3384
3385 * apt-pkg/deb/dpkgpm.cc:
3386 - enable apport reports again (got lost in the previous merge),
3387 thanks to Matt Zimmerman
3388
3389 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 23 Aug 2010 13:53:09 +0200
3390
3391 apt (0.8.0~pre1ubuntu1) maverick; urgency=low
3392
3393 * merged fixes from debian/experimental
3394
3395 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 13 Aug 2010 17:49:40 +0200
3396
3397 apt (0.8.0~pre1) experimental; urgency=low
3398
3399 [ Programs translations ]
3400 * Swedish translation update. Closes: #592366
3401
3402 [ Michael Vogt ]
3403 * merge of the debian-expermental-ma branch
3404 * refresh po/pot files in doc/ and po/
3405 * apt-pkg/pkgcache.cc:
3406 - re-evaluate the architectures cache when the cache is (re)opened
3407
3408 [ Colin Watson ]
3409 * apt-pkg/cdrom.cc:
3410 - fix off-by-one error in DropBinaryArch
3411
3412 [ Julian Andres Klode ]
3413 * apt-pkg/contrib/fileutl.cc:
3414 - Add WriteAtomic mode.
3415 - Revert WriteEmpty to old behavior (LP: #613211)
3416 * apt-pkg, methods:
3417 - Convert users of WriteEmpty to WriteAtomic.
3418 * apt-pkg/depcache.cc:
3419 - Only try upgrade for Breaks if there is a newer version, otherwise
3420 handle it as Conflicts (by removing it) (helps for #591882).
3421 * debian/control:
3422 - Add dependency on gnupg to apt, apt-key uses it.
3423
3424 [ David Kalnischkies ]
3425 * apt-pkg/algorithms.cc:
3426 - let the problem resolver install packages to fix or-groups
3427 as a needed remove nuked another or-member (helps for #591882)
3428 - change the debug outputs to display also arch of the
3429 package and version dependencies information
3430 * cmdline/apt-get.cc:
3431 - let APT::Get::Arch-Only in build-dep default to false again
3432 (Closes: #592628) Thanks Mohamed Amine IL Idrissi for report!
3433 - purge packages in 'rc' state, thanks Rogier! (Closes: #150831)
3434 * apt-pkg/pkgcache.cc:
3435 - fix LongDesc handling in LANG=C environment
3436
3437 -- Michael Vogt <mvo@debian.org> Fri, 13 Aug 2010 17:00:49 +0200
3438
3439 apt (0.7.26~exp12ubuntu4) maverick; urgency=low
3440
3441 [ Julian Andres Klode ]
3442 * apt-pkg/contrib/fileutl.cc:
3443 - Add WriteAtomic mode.
3444 - Revert WriteEmpty to old behavior (LP: #613211)
3445 * apt-pkg, methods:
3446 - Convert users of WriteEmpty to WriteAtomic.
3447 * apt-pkg/depcache.cc:
3448 - Only try upgrade for Breaks if there is a newer version, otherwise
3449 handle it as Conflicts (by removing it) (helps for #591882).
3450
3451 [ Michael Vogt ]
3452 * debian/control:
3453 - Add recommends on gnupg to apt, apt-key uses it.
3454 (changed from debian)
3455
3456 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 11 Aug 2010 12:01:30 +0200
3457
3458 apt (0.7.26~exp12ubuntu3) maverick; urgency=low
3459
3460 [ Colin Watson ]
3461 * apt-pkg/cdrom.cc:
3462 - fix off-by-one error in DropBinaryArch
3463
3464 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 02 Aug 2010 21:04:18 +0200
3465
3466 apt (0.7.26~exp12ubuntu2) maverick; urgency=low
3467
3468 * debian/apt.postinst:
3469 - do not fail if ubuntu-keyring is not installed
3470
3471 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 02 Aug 2010 11:47:59 +0200
3472
3473 apt (0.7.26~exp12ubuntu1) maverick; urgency=low
3474
3475 * ABI break upload
3476 * merged from debian/experimental, remaining changes:
3477 - use ubuntu keyring and ubuntu archive keyring in apt-key
3478 - run update-apt-xapian-index in apt.cron
3479 - support apt-key net-update and verify keys against master-keyring
3480 - run apt-key net-update in cron.daily
3481 - different example sources.list
3482 * debian/apt.postinst
3483 - drop set_apt_proxy_from_gconf(), no longer needed in maverick
3484 * apt-pkg/pkgcache.cc:
3485 - re-evaluate the architectures cache when the cache is (re)opened
3486
3487 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 30 Jul 2010 19:32:15 +0200
3488
3489 apt (0.7.26~exp12) experimental; urgency=low
3490
3491 [ Michael Vogt ]
3492 * debian/control:
3493 - add dependency on zlib-dev for libapt-pkg-dev
3494
3495 [ David Kalnischkies ]
3496 * apt-pkg/cacheset.cc:
3497 - [ABI BREAK] add an ErrorType option to CacheSetHelper
3498 * cmdline/apt-cache.cc:
3499 - use Notice instead of Error in the CacheSetHelper messages
3500 for compat reasons. Otherwise tools like sbuild blow up
3501 - return success in show if a virtual package was given
3502 * debian/control:
3503 - remove libcurl3-gnutls-dev alternative as the package is gone
3504 - increase needed version of libcurl4-gnutls-dev to >= 7.19.0
3505 as we use CURLOPT_{ISSUERCERT,CRLFILE} (Closes: #589642)
3506
3507 -- Michael Vogt <mvo@debian.org> Fri, 30 Jul 2010 11:55:48 +0200
3508
3509 apt (0.7.26~exp11) experimental; urgency=low
3510
3511 [ Julian Andres Klode ]
3512 * apt-pkg/deb/dpkgpm.cc:
3513 - Write architecture information to history file.
3514 - Add to history whether a change was automatic or not.
3515 * apt-pkg/contrib/fileutl.cc:
3516 - Add FileFd::OpenDescriptor() (needed for python-apt's #383617).
3517 * cmdline/apt-get.cc:
3518 - Support large filesystems by using statvfs64() instead of statvfs()
3519 and statfs64() instead of statfs() (Closes: #590513).
3520 * apt-pkg/cdrom.cc:
3521 - Use link() instead of rename() for creating the CD database backup;
3522 otherwise there would be a short time without any database.
3523
3524 [ David Kalnischkies ]
3525 * apt-pkg/depcache.cc:
3526 - handle "circular" conflicts for "all" packages correctly
3527 * cmdline/apt-cache.cc:
3528 - be able to omit dependency types in (r)depends (Closes: #319006)
3529 - show in (r)depends the canidate per default instead of newest
3530 - share the (r)depends code instead of codecopy
3531 * apt-pkg/cacheset.cc:
3532 - move them back to the library as they look stable now
3533 - add a 'newest' pseudo target release as in pkg/newest
3534 * apt-pkg/pkgcache.cc:
3535 - prefer non-virtual packages in FindPreferredPkg (Closes: #590041)
3536 * test/integration/*:
3537 - add with bug#590041 testcase a small test "framework"
3538 * apt-pkg/orderlist.cc:
3539 - try to install another or-group member in DepRemove before
3540 breaking the or group (Closes: #590438)
3541 - configure also the replacement before remove by adding Immediate flag
3542
3543 [ Michael Vogt ]
3544 * apt-pkg/contrib/error.{cc,h}
3545 - docstring cleanup
3546 - add inline DumpError() to avoid subtle API break
3547
3548 -- Michael Vogt <mvo@debian.org> Thu, 29 Jul 2010 16:40:58 +0200
3549
3550 apt (0.7.26~exp10) experimental; urgency=low
3551
3552 [ David Kalnischkies ]
3553 * apt-pkg/contrib/error.{cc,h}:
3554 - remove constness of va_list parameter to fix build on amd64 and co
3555 Thanks Eric Valette! (Closes: #588610)
3556 * apt-pkg/deb/debmetaindex.cc:
3557 - do not query each architecture for flat file archives
3558 - fix typo preventing display of architecture in Info()
3559 * methods/bzip2.cc:
3560 - add a copycat of the old gzip.cc as we need it for bzip2 and lzma
3561
3562 [ Martin Pitt ]
3563 * debian/rules:
3564 - Make DEB_BUILD_OPTIONS=noopt actually work by passing the right
3565 CXXFLAGS.
3566 * apt-pkg/contrib/fileutl.{h,cc}:
3567 - Add support for reading of gzipped files with the new "ReadOnlyGzip"
3568 OpenMode. (Closes: #188407)
3569 - Link against zlib (in apt-pkg/makefile) and add zlib build dependency.
3570 - [ABI BREAK] This adds a new private member to FileFd, but its
3571 initialization is in the public header file.
3572 * configure.in:
3573 - Check for zlib library and headers.
3574 * apt-pkg/acquire-item.cc, apt-pkg/deb/debindexfile.cc,
3575 apt-pkg/deb/debrecords.cc, apt-pkg/deb/debsrcrecords.h,
3576 cmdline/apt-cache.cc:
3577 - Open Packages, Sources, and Translations indexes in "ReadOnlyGzip" mode.
3578 * apt-pkg/deb/debindexfile.cc:
3579 - If we do not find uncompressed package/source/translation indexes, look
3580 for gzip compressed ones.
3581 * apt-pkg/acquire-item.cc:
3582 - If the Acquire::GzipIndexes option is true and we download a gzipped
3583 index file, keep it as it is (and rename to .gz) instead of
3584 uncompressing it.
3585 * doc/apt.conf.5.xml:
3586 - Document the new Acquire::GzipIndexes option.
3587 * doc/po/apt-doc.pot, doc/po/de.po:
3588 - German translation of new Acquire::GzipIndexes option.
3589 * Add test/test-indexes.sh:
3590 - Test behaviour of index retrieval and usage, in particular with
3591 uncompressed and gzip compressed indexes.
3592 * methods/gzip.cc: With FileFd now being able to read gzipped files, there
3593 is no need for the gzip method any more to spawn an external gzip process.
3594 Rewrite it to use FileFd directly, which makes the code a lot simpler, and
3595 also using less memory and overhead.
3596
3597 -- Michael Vogt <mvo@debian.org> Mon, 12 Jul 2010 11:41:01 +0200
3598
3599 apt (0.7.26~exp9) experimental; urgency=low
3600
3601 [ David Kalnischkies ]
3602 * doc/apt.conf.5.xml:
3603 - add and document APT::Cache-{Start,Grow,Limit} options for mmap control
3604 * apt-pkg/contrib/fileutl.cc:
3605 - do not fail von double close()
3606
3607 -- Michael Vogt <mvo@debian.org> Fri, 09 Jul 2010 21:51:55 +0200
3608
3609 apt (0.7.26~exp8) experimental; urgency=low
3610
3611 [ David Kalnischkies ]
3612 * cmdline/cacheset.cc:
3613 - doesn't include it in the library for now as it is too volatile
3614 - get the candidate either from an already built depcache
3615 or use the policy which is a bit faster than depcache generation
3616 - get packages by task^ with FromTask()
3617 - only print errors if all tries to get a package by string failed
3618 - factor out code to get a single package FromName()
3619 - check in Grouped* first without modifier interpretation
3620 * cmdline/apt-get.cc:
3621 - use the cachsets in the install commands
3622 - make the specify order of packages irrelevant (Closes: #196021)
3623 * apt-pkg/orderlist.cc:
3624 - untouched packages are never missing
3625 * apt-pkg/packagemanager.cc:
3626 - packages that are not touched doesn't need to be unpacked
3627 * debian/control:
3628 - remove intltool's dependency as it is an ubuntu artefact
3629 * apt-pkg/depcache.cc:
3630 - SetCandidateVer for all pseudo packages
3631 - SetReInstall for the "all" package of a pseudo package
3632 - use the new MatchAgainstConfig for the DefaultRootSetFunc
3633 - always mark the all package if a pseudo package is marked for install
3634 * apt-pkg/contrib/error.{cc,h}:
3635 - complete rewrite but use the same API
3636 - add NOTICE and DEBUG as new types of a message
3637 - add a simple stack handling to be able to delay error handling
3638 * apt-pkg/aptconfiguration.cc:
3639 - show a deprecation notice for APT::Acquire::Translation
3640 * apt-pkg/contrib/configuration.{cc,h}:
3641 - add a wrapper to match strings against configurable regex patterns
3642 * apt-pkg/contrib/fileutl.cc:
3643 - show notice about ignored file instead of being always silent
3644 - add a Dir::Ignore-Files-Silently list option to control the notice
3645 * apt-pkg/policy.h:
3646 - add another round of const& madness as the previous round accidentally
3647 NOT overrides the virtual GetCandidateVer() method (Closes: #587725)
3648 * apt-pkg/pkgcachegen.{cc,h}:
3649 - make the used MMap moveable (and therefore dynamic resizeable) by
3650 applying (some) mad pointer magic (Closes: #195018)
3651
3652 [ Michael Vogt ]
3653 * apt-pkg/deb/dpkgpm.cc:
3654 - make the apt/term.log output unbuffered (thanks to Matt Zimmerman)
3655
3656 [ Julian Andres Klode ]
3657 * methods/ftp.h:
3658 - Handle different logins on the same server (Closes: #586904).
3659 * apt-pkg/deb/deblistparser.cc:
3660 - Handle architecture wildcards (Closes: #547724).
3661 * apt-pkg/versionmatch.cc:
3662 - Support matching pins by regular expressions or glob() like patterns,
3663 regular expressions have to be put between to slashes; for example,
3664 /.*/.
3665 * apt-pkg/contrib/fileutl.cc:
3666 - Make FileFd replace files atomically in WriteTemp mode (for cache, etc).
3667 * debian/control:
3668 - Set Standards-Version to 3.9.0
3669
3670 -- Michael Vogt <mvo@debian.org> Fri, 09 Jul 2010 19:16:20 +0200
3671
3672 apt (0.7.26~exp7) experimental; urgency=low
3673
3674 * apt-pkg/cachefile.h:
3675 - make pkgPolicy public again, libapt-pkg-perl (and probably
3676 others) get unhappy without that
3677
3678 -- Michael Vogt <mvo@debian.org> Thu, 10 Jun 2010 15:33:24 +0200
3679
3680 apt (0.7.26~exp6) experimental; urgency=low
3681
3682 [ Michael Vogt ]
3683 * merge the remaining Ubuntu change:
3684 - on gpg verification failure warn and restore the last known
3685 good state
3686 - on failure display the IP of the server (useful for servers
3687 that use round robin DNS)
3688 - support Original-Maintainer in RewritePackageOrder
3689 - enable cdrom autodetection via libudev by default
3690 - show message about Vcs in use when apt-get source is run for
3691 packages maintained in a Vcs
3692 - better support transitional packages with mark auto-installed.
3693 when the transitional package is in "oldlibs" the new package
3694 is not marked auto installed (same is true for section
3695 metapackages)
3696 - provide new "deb mirror://archive.foo/mirrors.list sid main"
3697 method expects a list of mirrors (generated on the server e.g.
3698 via geoip) and will use that, including cycle on failure
3699 - write apport crash file on package failure (disabled by default
3700 on debian until apport is available)
3701 - support mirror failure reporting (disabled by default on debian)
3702
3703 [ David Kalnischkies ]
3704 * apt-pkg/deb/dpkgpm.cc:
3705 - write Disappeared also to the history.log
3706 - forward manual-installed bit on package disappearance
3707 * apt-pkg/deb/debsystem.cc:
3708 - add better config item for extended_states file
3709 * apt-pkg/pkgcache.h:
3710 - switch {,Install-}Size to unsigned long long
3711 * apt-pkg/depcache.cc:
3712 - do the autoremove mark process also for required packages to handle
3713 these illegally depending on lower priority packages (Closes: #583517)
3714 - try harder to find the other pseudo versions for autoremove multiarch
3715 - correct "Dangerous iterator usage" pointed out by cppcheck
3716 - deal with long long, not with int to remove 2GB Limit (LP: #250909)
3717 - deprecate AddSize with Multiplier as it is unused and switch to
3718 boolean instead to handle the sizes more gracefully.
3719 - switch i{Download,Usr}Size from double to (un)signed long long
3720 * apt-pkg/aptconfiguration.cc:
3721 - remove duplicate architectures in getArchitectures()
3722 * apt-pkg/indexrecords.{cc,h}:
3723 - backport forgotten Valid-Until patch from the obsolete experimental
3724 branch to prevent replay attacks better, thanks to Thomas Viehmann
3725 for the initial patch! (Closes: #499897)
3726 - add a constant Exists check for MetaKeys
3727 * apt-pkg/acquire-item.cc:
3728 - do not try PDiff if it is not listed in the Meta file
3729 - sent Last-Modified header also for Translation files
3730 * apt-pkg/cacheiterator.h:
3731 - let pkgCache::Iterator inherent std::iterator
3732 * ftparchive/writer.h:
3733 - add a virtual destructor to FTWScanner class (for cppcheck)
3734 * apt-pkg/cacheset.{cc,h}:
3735 - add simple wrapper around std::set for cache structures
3736 - move regex magic from apt-get to new FromRegEx method
3737 - move cmdline parsing from apt-cache to new FromCommandLine method
3738 - support special release-modifier 'installed' and 'candidate'
3739 * apt-pkg/contrib/cmdline.cc:
3740 - fix segfault in SaveInConfig caused by writing over char[] sizes
3741 * apt-pkg/pkgcache.cc:
3742 - get the best matching arch package from a group with FindPreferredPkg
3743 * cmdline/apt-cache.cc:
3744 - make the search multiarch compatible by using GrpIterator instead
3745 - use pkgCacheFile and the new CacheSets all over the place
3746 - add --target-release option (Closes: #115520)
3747 - accept pkg/release and pkg=version in show and co. (Closes: #236270)
3748 - accept package versions in the unmet command
3749 * cmdline/apt-get.cc:
3750 - use unsigned long long instead of double to store values it gets
3751 * apt-pkg/cachefile.{cc,h}:
3752 - split Open() into submethods to be able to build only parts
3753 - make the OpProgress optional in the Cache buildprocess
3754 - store also the SourceList we use internally for export
3755 * doc/apt.conf.5.xml:
3756 - document the new Valid-Until related options
3757 * apt-pkg/contrib/strutl.cc:
3758 - split StrToTime() into HTTP1.1 and FTP date parser methods and
3759 use strptime() instead of some self-made scanf mangling
3760 - use the portable timegm shown in his manpage instead of a strange
3761 looking code copycat from wget
3762 * ftparchive/writer.cc:
3763 - add ValidTime option to generate a Valid-Until header in Release file
3764 * apt-pkg/policy.cc:
3765 - get the candidate right for a not-installed pseudo package if
3766 his non-pseudo friend is installed
3767 * apt-pkg/indexcopy.cc:
3768 - move the gpg codecopy to a new method and use it also in methods/gpgv.cc
3769
3770 -- Michael Vogt <mvo@debian.org> Thu, 10 Jun 2010 14:02:22 +0200
3771
3772 apt (0.7.26~exp5) experimental; urgency=low
3773
3774 [ David Kalnischkies ]
3775 * cmdline/apt-get.cc:
3776 - rerun dpkg-source in source if --fix-broken is given (Closes: #576752)
3777 - don't suggest held packages as they are installed (Closes: #578135)
3778 - handle multiple --{tar,diff,dsc}-only options correctly
3779 - show at the end of the install process a list of disappeared packages
3780 * cmdline/apt-cache.cc:
3781 - use GroupCount for package names in stats and add a package struct line
3782 * methods/rred.cc:
3783 - use the patchfile modification time instead of the one from the
3784 "old" file - thanks to Philipp Weis for noticing! (Closes: #571541)
3785 * debian/rules:
3786 - remove targets referring to CVS or arch as they are useless
3787 - use $(CURDIR) instead of $(pwd)
3788 - use dpkg-buildflags if available for CXXFLAGS
3789 * README.arch:
3790 - remove the file completely as it has no use nowadays
3791 * apt-pkg/depcache.cc:
3792 - be doublesure that the killer query is empty before starting reinstall
3793 * methods/gpgv.cc:
3794 - remove the keyrings count limit by using vector magic
3795 * contrib/mmap.cc:
3796 - clarify "MMap reached size limit" error message, thanks Ivan Masár!
3797 * doc/apt.ent
3798 - add entities for the current oldstable/stable/testing codenames
3799 * doc/sources.list.5.xml:
3800 - use stable-codename instead of stable in the examples (Closes: #531492)
3801 * doc/apt_preferences.5.xml:
3802 - adapt some examples here to use current codenames as well
3803 - add "NotAutomatic: yes" handling, thanks Osamu Aoki (Closes: #490347)
3804 * debian/libapt-pkg-doc.doc-base.cache:
3805 - remove yet another reference to the removed cache.sgml
3806 * doc/apt-get.8.xml:
3807 - do not say explicit target_release_{name,version,codename}, it should
3808 be clear by itself and 'man' can break lines again (Closes: #566166)
3809 - remove the gnome-apt reference as it is removed from unstable
3810 * apt-pkg/deb/dpkgpm.cc:
3811 - add 'disappear' to the known processing states, thanks Jonathan Nieder
3812 * apt-pkg/packagemanager.h:
3813 - export info about disappeared packages with GetDisappearedPackages()
3814
3815 [ Michael Vogt ]
3816 * methods/http.{cc,h}:
3817 - code cleanup, use enums instead of magic ints
3818
3819 [ Jari Aalto ]
3820 * debian/rules:
3821 - spell out some less known options to reduce manpage consultation-rate
3822 - Use POSIX command substitution: $(<command sequence>)
3823 - Remove EOL whitespace (Closes: #577804)
3824
3825 [ Julian Andres Klode ]
3826 * apt-pkg/acquire-item.cc:
3827 - Fix pkgAcqFile::Custom600Headers() to always return something.
3828
3829
3830 [ Christian Perrier ]
3831 * Slovak translation update. Closes: #581159
3832 * Italian translation update. Closes: #581742
3833 * Swedish translation update. Closes: #592366
3834
3835 -- Michael Vogt <mvo@debian.org> Tue, 25 May 2010 16:01:42 +0200
3836
3837 apt (0.7.26~exp4) experimental; urgency=low
3838
3839 [ David Kalnischkies ]
3840 * apt-pkg/depcache.cc:
3841 - rewrite the pseudo package reinstaller to be more intelligent
3842 in his package choices
3843 * apt-pkg/packagemanager.cc:
3844 - don't try to "unpack" pseudo packages twice
3845 * apt-pkg/contrib/fileutl.cc:
3846 - add a parent-guarded "mkdir -p" as CreateDirectory()
3847 * apt-pkg/acquire.{cc,h}:
3848 - add a delayed constructor with Setup() for success reporting
3849 - check for and create directories in Setup if needed instead of
3850 error out unfriendly in the Constructor (Closes: #523920, #525783)
3851 - optional handle a lock file in Setup()
3852 * apt-pkg/acquire-item.cc:
3853 - Acquire::ForceHash to force method for expected hash
3854 * cmdline/apt-get.cc:
3855 - remove the lock file handling and let Acquire take care of it instead
3856 - display MD5Sum in --print-uris if not forced to use another method
3857 instead of displaying the strongest available (Closes: #576420)
3858 - regex for package names executed on Grp- not PkgIterator
3859 - show non-candidates as fallback for virtual packages (Closes: #578385)
3860 - set also "all" to this version for pseudo packages in TryToChangeVer
3861 * apt-pkg/deb/dpkgpm.cc:
3862 - remove Chroot-Directory from files passed to install commands.
3863 Thanks to Kel Modderman for report & patch! (Closes: #577226)
3864 * ftparchive/writer.cc:
3865 - remove 999 chars Files and Checksums rewrite limit (Closes: #577759)
3866 * cmdline/apt-cache.cc:
3867 - align Installed and Candidate Version in policy so they can be compared
3868 easier, thanks Ralf Gesellensetter for the pointer! (Closes: #578657)
3869 * doc/apt.ent:
3870 - Add a note about APT_CONFIG in the -c description (Closes: #578267)
3871 * doc/po/de.po:
3872 - correct typos in german apt_preferences manpage, thanks Chris Leick!
3873 * apt-pkg/sourcelist.cc:
3874 - be less strict and accept [option=value] as well
3875 * apt-pkg/contrib/configuration.cc:
3876 - error out if #clear directive has no argument
3877 * doc/files.sgml:
3878 - sync documentation with status quo, regarding files/directories in
3879 use, extended_states and uri schemes.
3880 * doc/cache.sgml:
3881 - drop the file in favor of inplace documentation with doxygen
3882 * apt-pkg/pkgcache.h:
3883 - enhance the Groups ABI by providing a ID as the other structs does
3884 - check also the size of the Group struct then checking for the others
3885
3886 [ Jari Aalto ]
3887 * cmdline/apt-get.cc:
3888 - replace backticks with single quotes around fix-broken command
3889 in the broken packages message. (Closes: #577168)
3890 * dselect/install:
3891 - modernize if-statements not to use 'x' (Closes: #577117)
3892 - replace backticks with POSIX $() (Closes: #577116)
3893
3894 [ Michael Vogt ]
3895 * [ Abi break ] apt-pkg/acquire-item.{cc,h}:
3896 - add "IsIndexFile" to constructor of pkgAcqFile so that it sends
3897 the right cache control headers
3898 * cmdline/apt-get.cc:
3899 - fix crash when pkg.VersionList() is empty
3900 * apt-pkg/depcache.cc:
3901 - fix incorrect std::cout usage for debug output
3902 * test/libapt/getlanguages_test.cc:
3903 - Add test for Esperanto that has nocounty associated with them
3904 (LP: #560956)
3905 * apt-pkg/deb/debrecords.cc:
3906 - fix max tag buffer size (LP: #545336, closes: #578959)
3907 * debian/rules:
3908 - install html doxygen in libapt-pkg-doc
3909 * debian/control:
3910 - build-depend on doxygen
3911
3912 [ Julian Andres Klode ]
3913 * apt-pkg/contrib/weakptr.h:
3914 - add a class WeakPointable which allows one to register weak pointers to
3915 an object which will be set to NULL when the object is deallocated.
3916 * [ABI break] apt-pkg/acquire{-worker,-item,}.h:
3917 - subclass pkgAcquire::{Worker,Item,ItemDesc} from WeakPointable.
3918 * apt-pkg/pkgcache.cc:
3919 - Merge fix from David to correct handling in single-arch environments.
3920 * cmdline/apt-cache.cc:
3921 - Add a showauto command to apt-cache.
3922 * cmdline/apt-get.cc:
3923 - Add apt-get markauto and unmarkauto commands.
3924
3925 -- Michael Vogt <mvo@debian.org> Thu, 06 May 2010 09:32:54 +0200
3926
3927 apt (0.7.26~exp3) experimental; urgency=low
3928
3929 [ Christian Perrier ]
3930 * German translation update. Closes: #571037
3931 * Spanish manpages translation update. Closes: #573293
3932 * Dutch translation update. Closes: #573946
3933 * Polish manpages translation update. Closes: #574558
3934 * Add "manpages-pl (<< 20060617-3~)" to avoid file conflicts with
3935 that package that was providing some manpages for APT utilities.
3936
3937 [ David Kalnischkies ]
3938 * [BREAK] merge MultiArch-ABI. We don't support MultiArch,
3939 but we support the usage of the new ABI so libapt users
3940 can start to prepare for MultiArch (Closes: #536029)
3941 * Ignore :qualifiers after package name in build dependencies
3942 in the library by default, but try to honour them in apt-get
3943 as we have some sort of MultiArch support ready (Closes: #558103)
3944 * add translation of the manpages to PT (portuguese)
3945 Thanks to Américo Monteiro!
3946 * Switch to dpkg-source 3.0 (native) format
3947 * apt-pkg/depcache.cc:
3948 - remove Auto-Installed information from extended_states
3949 together with the package itself (Closes: #572364)
3950 * cmdline/apt-mark:
3951 - don't crash if no arguments are given (Closes: #570962)
3952 * debian/control:
3953 - remove some years old and obsolete Replaces
3954 - add automake/conf build-depends/conflicts as recommend by
3955 the autotools-dev README (Closes: #572615)
3956 * apt-pkg/contrib/mmap.{h,cc}:
3957 - add char[] fallback for filesystems without shared writable
3958 mmap() like JFFS2. Thanks to Marius Vollmer for writing
3959 and to Loïc Minier for pointing to the patch! (Closes: #314334)
3960 * doc/apt_preferences.5.xml:
3961 - fix two typos and be more verbose in the novice warning.
3962 Thanks to Osamu Aoki for pointing it out! (Closes: #567669)
3963 - fix a=sid vs. n=sid typo, thanks Ansgar Burchardt!
3964 - origin can be used to match a hostname (Closes: #352667)
3965 - remove wrong pin-priority is optional remark (Closes: #574944)
3966 * apt-pkg/deb/dpkgpm.cc:
3967 - fix error message construction in OpenLog()
3968 - if available store the Commandline in the history
3969 * cmdline/apt-get.cc:
3970 - add a --only-upgrade flag to install command (Closes: #572259)
3971 - fix memory leaks in error conditions in DoSource()
3972 - try version match in FindSrc first exact than fuzzy (LP: #551178)
3973 * apt-pkg/contrib/cmndline.cc:
3974 - save Commandline in Commandline::AsString for logging
3975 * apt-pkg/deb/debversion.cc:
3976 - consider absent of debian revision equivalent to 0 (Closes: #573592)
3977 * doc/makefile, doc/*:
3978 - generate subdirectories for building the manpages in on the fly
3979 depending on the po files we have.
3980 * apt-pkg/pkgcachegen.cc:
3981 - merge versions correctly even if multiple different versions
3982 with the same version number are available.
3983 Thanks to Magnus Holmgren for the patch! (Closes: #351056)
3984 * ftparchive/writer.cc:
3985 - write LongDescriptions if they shouldn't be included in Packages
3986 file into i18n/Translation-en by default.
3987 * doc/po/de.po:
3988 - correct a few typos in the german manpage translation.
3989 Thanks to Chris Leick and Georg Koppen! (Closes: #574962)
3990 * apt-pkg/contrib/strutl.cc:
3991 - convert all toupper calls to tolower_ascii for a little speedup
3992
3993 [ Jean-Baptiste Lallement ]
3994 * apt-pkg/contrib/strutl.cc:
3995 - always escape '%' (LP: #130289) (Closes: #500560)
3996 - unescape '%' sequence only if followed by 2 hex digit
3997 - username/password are urlencoded in proxy string (RFC 3986)
3998
3999 [ Julian Andres Klode ]
4000 * cmdline/apt-cache.cc:
4001 - Change behavior of showsrc to match the one of show (Closes: #512046).
4002 * cmdline/apt-key:
4003 - Honor Apt::GPGV::TrustedKeyring (Closes: #316390)
4004 * cmdline/apt-mark:
4005 - Use the new python-apt API (and conflict with python-apt << 0.7.93.2).
4006 * apt-inst/contrib/arfile.h:
4007 - Add public ARArchive::Members() which returns the list of members.
4008 * apt-pkg/policy.cc:
4009 - Always return a candidate if there is at least one version pinned > 0
4010 (Closes: #512318)
4011 * ftparchive/apt-ftparchive.cc:
4012 - Read default configuration (Closes: #383257)
4013 * debian/rules:
4014 - Fix the libraries name to be e.g. libapt-pkg4.9 instead of
4015 libapt-pkg-4.9.
4016
4017 [ Michael Vogt ]
4018 * apt-pkg/deb/dpkgpm.cc:
4019 - fix backgrounding when dpkg runs (closes: #486222)
4020 * cmdline/apt-mark:
4021 - show error on incorrect aguments (LP: #517917), thanks to
4022 Torsten Spindler
4023 * cmdline/apt-get.cc:
4024 - if apt-get source foo=version or foo/distro can not be found,
4025 error out (LP: #502641)
4026 * apt-pkg/packagemanager.cc:
4027 - better debug output
4028 * doc/examples/configure-index:
4029 - add missing Debug::pkgPackageManager option
4030
4031 -- Michael Vogt <mvo@debian.org> Thu, 01 Apr 2010 17:30:43 +0200
4032
4033 apt (0.7.26~exp2) experimental; urgency=low
4034
4035 * fix crash when LANGUAGE is not set
4036
4037 -- Michael Vogt <mvo@debian.org> Thu, 18 Feb 2010 22:07:23 +0100
4038
4039 apt (0.7.26~exp1) experimental; urgency=low
4040
4041 [ David Kalnischkies ]
4042 * [BREAK] add possibility to download and use multiply
4043 Translation files, configurable with Acquire::Translation
4044 (Closes: #444222, #448216, #550564)
4045 * Ignore :qualifiers after package name in build dependencies
4046 for now as long we don't understand them (Closes: #558103)
4047 * apt-pkg/contrib/mmap.{cc,h}:
4048 - extend it to have a growable flag - unused now but maybe...
4049 * apt-pkg/pkgcache.h:
4050 - use long instead of short for {Ver,Desc}File size,
4051 patch from Víctor Manuel Jáquez Leal, thanks! (Closes: #538917)
4052 * apt-pkg/acquire-item.cc:
4053 - allow also to skip the last patch if target is reached,
4054 thanks Bernhard R. Link! (Closes: #545699)
4055 * ftparchive/writer.{cc,h}:
4056 - add --arch option for packages and contents commands
4057 - if an arch is given accept only *_all.deb and *_arch.deb instead
4058 of *.deb. Thanks Stephan Bosch for the patch! (Closes: #319710)
4059 - add APT::FTPArchive::AlwaysStat to disable the too aggressive
4060 caching if versions are build multiply times (not recommend)
4061 Patch by Christoph Goehre, thanks! (Closes: #463260)
4062 * apt-pkg/deb/dpkgpm.cc:
4063 - stdin redirected to /dev/null takes all CPU (Closes: #569488)
4064 Thanks to Aurelien Jarno for providing (again) a patch!
4065 * buildlib/apti18n.h.in, po/makefile:
4066 - add ngettext support with P_()
4067 * aptconfiguration.cc:
4068 - include all existing Translation files in the Cache (Closes: 564137)
4069 * debian/control:
4070 - update with no changes to debian policy 3.8.4
4071 * doc/apt_preferences.5.xml:
4072 - explicitly warn against careless use (Closes: #567669)
4073 * debian/rules:
4074 - remove creation of empty dir /usr/share/apt
4075 * doc/apt-cdrom.8.xml:
4076 - fix typo spotted by lintian: proc(c)eed
4077
4078 [ Ivan Masár ]
4079 * Slovak translation update. Closes: #568294
4080
4081 [ Michael Vogt ]
4082 * [BREAK] merged lp:~mvo/apt/history
4083 - this writes a /var/log/apt/history tagfile that contains details
4084 from the transaction (complements term.log)
4085 * methods/http.cc:
4086 - add cache-control headers even if no cache is given to allow
4087 adding options for intercepting proxies
4088 - add Acquire::http::ProxyAutoDetect configuration that
4089 can be used to call a external helper to figure out the
4090 proxy configuration and return it to apt via stdout
4091 (this is a step towards WPAD and zeroconf/avahi support)
4092 * abicheck/
4093 - add new abitest tester using the ABI Compliance Checker from
4094 http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker
4095
4096 [ Robert Collins ]
4097 * Change the package index Info methods to allow apt-cache policy to be
4098 useful when using several different archives on the same host.
4099 (Closes: #329814, LP: #22354)
4100
4101 -- Michael Vogt <mvo@debian.org> Thu, 18 Feb 2010 16:11:39 +0100
4102
4103 apt (0.7.25.3ubuntu10) maverick; urgency=low
4104
4105 [ Michael Vogt ]
4106 * debian/apt.conf.ubuntu:
4107 - no longer install (empty) apt.conf.d/01ubuntu
4108 * apt-pkg/deb/dpkgpm.cc:
4109 - make the apt/term.log output unbuffered (thanks to Matt Zimmerman)
4110 - fix FTBFS (LP: #600155)
4111
4112 [ Matthias G. ]
4113 * apt-pkg/deb/dpkgpm.cc:
4114 - Fix segmentation fault when /var/log/apt ist missing. LP: #535509
4115
4116 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 08 Jul 2010 09:37:03 +0200
4117
4118 apt (0.7.25.3ubuntu9) lucid-proposed; urgency=low
4119
4120 * debian/apt.postinst:
4121 - do not fail if getent returns nothing useful (LP: #579647)
4122 thanks to Jean-Baptiste Lallement
4123
4124 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 14 May 2010 09:40:50 +0200
4125
4126 apt (0.7.25.3ubuntu8) lucid-proposed; urgency=low
4127
4128 [ Loïc Minier ]
4129 * Use https:// in Vcs-Bzr URL.
4130
4131 [ Michael Vogt ]
4132 * apt-pkg/deb/debrecords.cc:
4133 - fix max tag buffer size (LP: #545336, closes: #578959)
4134 * apt-pkg/indexfile.cc:
4135 - If no "_" is found in the language code, try to find a "."
4136 This is required for languages like Esperanto that have no
4137 county associated with them (LP: #560956)
4138 Thanks to "Aisano" for the fix
4139
4140 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 05 May 2010 10:33:46 +0200
4141
4142 apt (0.7.25.3ubuntu7) lucid; urgency=low
4143
4144 Cherry pick fixes from the lp:~mvo/apt/mvo branch:
4145
4146 [ Evan Dandrea ]
4147 * Remember hosts with general failures for
4148 https://wiki.ubuntu.com/NetworklessInstallationFixes (LP: #556831).
4149
4150 [ Michael Vogt ]
4151 * improve debug output for Debug::pkgPackageManager
4152
4153 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 14 Apr 2010 20:30:03 +0200
4154
4155 apt (0.7.25.3ubuntu6) lucid; urgency=low
4156
4157 * cmdline/apt-get.cc:
4158 - fix crash when pkg.VersionList() is empty (LP: #556056)
4159
4160 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 08 Apr 2010 21:13:25 +0200
4161
4162 apt (0.7.25.3ubuntu5) lucid; urgency=low
4163
4164 [ David Kalnischkies ]
4165 * cmdline/apt-get.cc:
4166 - try version match in FindSrc first exact than fuzzy (LP: #551178)
4167
4168 [ Jean-Baptiste Lallement ]
4169 * apt-pkg/contrib/strutl.cc:
4170 - always escape '%' (LP: #130289) (Closes: #500560)
4171 - unescape '%' sequence only if followed by 2 hex digit
4172 - username/password are urlencoded in proxy string (RFC 3986)
4173
4174 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 31 Mar 2010 21:59:42 +0200
4175
4176 apt (0.7.25.3ubuntu4) lucid; urgency=low
4177
4178 [ David Kalnischkies ]
4179 * apt-pkg/deb/debversion.cc:
4180 - consider absent of debian revision equivalent to 0 (Closes: #573592)
4181 LP: #540228
4182 * cmdline/apt-get.cc, apt-pkg/cdrom.cc:
4183 - fix memory leaks in error conditions in DoSource()
4184 * apt-pkg/deb/dpkgpm.cc:
4185 - fix error message construction in OpenLog()
4186
4187 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 26 Mar 2010 16:57:49 +0100
4188
4189 apt (0.7.25.3ubuntu3) lucid; urgency=low
4190
4191 * apt-pkg/indexfile.cc:
4192 - remove "cs" from languages that need the full langcode when
4193 downloading translations (thanks to Steve Langasek)
4194
4195 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 15 Mar 2010 09:42:39 +0100
4196
4197 apt (0.7.25.3ubuntu2) lucid; urgency=low
4198
4199 [ Michael Vogt ]
4200 * abicheck/
4201 - add new abitest tester using the ABI Compliance Checker from
4202 http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker
4203 * debian/apt.conf.autoremove:
4204 - add "oldlibs" to the APT::Never-MarkAuto-Sections as its used
4205 for transitional packages
4206 * apt-pkg/deb/dpkgpm.cc:
4207 - fix backgrounding when dpkg runs (closes: #486222)
4208 * cmdline/apt-mark:
4209 - show error on incorrect aguments (LP: #517917), thanks to
4210 Torsten Spindler
4211 * cmdline/apt-get.cc:
4212 - if apt-get source foo=version or foo/distro can not be found,
4213 error out (LP: #502641)
4214 * apt-pkg/indexfile.cc:
4215 - deal correctly with three letter langcodes (LP: #391409)
4216 * debian/apt.cron.daily:
4217 - do not look into admin users gconf anymore for the http proxy
4218 the user now needs to use the "Apply system-wide" UI in the
4219 gnome-control-center to set it
4220 * debian/apt.postinst:
4221 - add set_apt_proxy_from_gconf() and run that once on upgrade if
4222 there is no proxy configured already system-wide (LP: #432631)
4223 From that point on gnome-control-center will have to warn if
4224 the user makes changes to the proxy settings and does not apply
4225 them system wide
4226
4227 [ Robert Collins ]
4228 * Change the package index Info methods to allow apt-cache policy to be
4229 useful when using several different archives on the same host.
4230 (Closes: #329814, LP: #22354)
4231
4232 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 12 Mar 2010 23:10:52 +0100
4233
4234 apt (0.7.25.3ubuntu1) lucid; urgency=low
4235
4236 [ Michael Vogt ]
4237 * merged with the debian-sid branch
4238 * methods/http.cc:
4239 - add Acquire::http::ProxyAutoDetect configuration that
4240 can be used to call a external helper to figure out the
4241 proxy configuration and return it to apt via stdout
4242 (this is a step towards WPAD and zeroconf/avahi support)
4243
4244 [ Ivan Masár ]
4245 * Slovak translation update. Closes: #568294
4246
4247 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 17 Feb 2010 23:33:32 +0100
4248
4249 apt (0.7.25.3) unstable; urgency=low
4250
4251 [ Christian Perrier ]
4252 * Italian translation update. Closes: #567532
4253
4254 [ David Kalnischkies ]
4255 * apt-pkg/contrib/macros.h:
4256 - install the header system.h with a new name to be able to use
4257 it in other headers (Closes: #567662)
4258 * cmdline/acqprogress.cc:
4259 - Set Mode to Medium so that the correct prefix is used.
4260 Thanks Stefan Haller for the patch! (Closes: #567304 LP: #275243)
4261 * ftparchive/writer.cc:
4262 - generate sha1 and sha256 checksums for dsc (Closes: #567343)
4263 * cmdline/apt-get.cc:
4264 - don't mark as manually if in download only (Closes: #468180)
4265
4266 -- Michael Vogt <mvo@debian.org> Mon, 01 Feb 2010 18:41:15 +0100
4267
4268 apt (0.7.25.2) unstable; urgency=low
4269
4270 [ Michael Vogt ]
4271 * apt-pkg/contrib/cdromutl.cc:
4272 - fix UnmountCdrom() fails, give it a bit more time and try
4273 the umount again
4274 * apt-pkg/cdrom.cc:
4275 - fix crash in pkgUdevCdromDevices
4276 * methods/cdrom.cc:
4277 - fixes in multi cdrom setup code (closes: #549312)
4278 - add new "Acquire::cdrom::AutoDetect" config that enables/disables
4279 the dlopen of libudev for automatic cdrom detection. Off by default
4280 currently, feedback/testing welcome
4281 * cmdline/apt-cdrom.cc:
4282 - add new --auto-detect option that uses libudev to figure out
4283 the cdrom/mount-point
4284 * cmdline/apt-mark:
4285 - merge fix from Gene Cash that supports markauto for
4286 packages that are not in the extended_states file yet
4287 (closes: #534920)
4288 * ftparchive/writer.{cc,h}:
4289 - merge crash fix for apt-ftparchive on hurd, thanks to
4290 Samuel Thibault for the patch (closes: #566664)
4291
4292 [ David Kalnischkies ]
4293 * apt-pkg/contrib/fileutl.cc:
4294 - Fix the newly introduced method GetListOfFilesInDir to not
4295 accept every file if no extension is enforced
4296 (= restore old behaviour). (Closes: #565213)
4297 * apt-pkg/policy.cc:
4298 - accept also partfiles with "pref" file extension as valid
4299 * apt-pkg/contrib/configuration.cc:
4300 - accept also partfiles with "conf" file extension as valid
4301 * doc/apt.conf.5.xml:
4302 - reorder description and split out syntax
4303 - add partfile name convention (Closes: #558348)
4304 * doc/apt_preferences.conf.5.xml:
4305 - describe partfile name convention also here
4306 * apt-pkg/deb/dpkgpm.cc:
4307 - don't segfault if term.log file can't be opened.
4308 Thanks Sam Brightman for the patch! (Closes: #475770)
4309 * doc/*:
4310 - replace the per language addendum with a global addendum
4311 - add a explanation why translations include (maybe) english
4312 parts to the new global addendum (Closes: #561636)
4313 * apt-pkg/contrib/strutl.cc:
4314 - fix malloc asseration fail with ja_JP.eucJP locale in
4315 apt-cache search. Thanks Kusanagi Kouichi! (Closes: #548884)
4316
4317 [ Christian Perrier ]
4318 * French translation update
4319
4320 -- Michael Vogt <mvo@debian.org> Wed, 27 Jan 2010 16:16:10 +0100
4321
4322 apt (0.7.25.1) unstable; urgency=low
4323
4324 [ Christian Perrier ]
4325 * French manpage translation update
4326 * Russian translation update by Yuri Kozlov
4327 Closes: #564171
4328
4329 [Chris Leick]
4330 * spot & fix various typos in all manpages
4331 * German manpage translation update
4332
4333 [ David Kalnischkies ]
4334 * cmdline/apt-cache.cc:
4335 - remove translatable marker from the "%4i %s\n" string
4336 * buildlib/po4a_manpage.mak:
4337 - instruct debiandoc to build files with utf-8 encoding
4338 * buildlib/tools.m4:
4339 - fix some warning from the buildtools
4340 * apt-pkg/acquire-item.cc:
4341 - add configuration PDiffs::Limit-options to not download
4342 too many or too big patches (Closes: #554349)
4343 * debian/control:
4344 - let all packages depend on ${misc:Depends}
4345 * share/*-archive.gpg:
4346 - remove the horrible outdated files. We already depend on
4347 the keyring so we don't need to ship our own version
4348 * cmdline/apt-key:
4349 - errors out if wget is not installed (Closes: #545754)
4350 - add --keyring option as we have now possibly many
4351 * methods/gpgv.cc:
4352 - pass all keyrings (TrustedParts) to gpgv instead of
4353 using only one trusted.gpg keyring (Closes: #304846)
4354 * methods/https.cc:
4355 - finally merge the rest of the patchset from Arnaud Ebalard
4356 with the CRL and Issuers options, thanks! (Closes: #485963)
4357 * apt-pkg/deb/debindexfile.cc, apt-pkg/pkgcachegen.cc:
4358 - add debug option Debug::pkgCacheGen
4359
4360 [ Michael Vogt ]
4361 * cmdline/apt-get.cc:
4362 - merge fix for apt-get source pkg=version regression
4363 (closes: #561971)
4364 * po/ru.po:
4365 - merged updated ru.po, thanks to Yuri Kozlov (closes: #564171)
4366
4367 -- Michael Vogt <mvo@debian.org> Sat, 09 Jan 2010 21:52:36 +0100
4368
4369 apt (0.7.25ubuntu4) lucid; urgency=low
4370
4371 * cmdline/apt-cdrom.cc:
4372 - make Acquire::cdrom::AutoDetect default, this can be
4373 turned off with "--no-auto-detect"
4374 * methods/http.cc:
4375 - add cache-control headers even if no cache is given to allow
4376 adding options for intercepting proxies
4377
4378 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 02 Feb 2010 16:58:59 -0800
4379
4380 apt (0.7.25ubuntu3) lucid; urgency=low
4381
4382 * cmdline/apt-get.cc:
4383 - don't mark as manually if in download only (Closes: #468180)
4384
4385 -- Michael Vogt <mvo@debian.org> Mon, 01 Feb 2010 18:41:15 +0100
4386
4387 apt (0.7.25ubuntu2) lucid; urgency=low
4388
4389 * Change history branch so that it does not break the
4390 apt ABI for the pkgPackageManager interface
4391 (can be reverted on the next ABI break)
4392
4393 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 23 Dec 2009 10:14:16 +0100
4394
4395 apt (0.7.25ubuntu1) lucid; urgency=low
4396
4397 * Merged from the mvo branch
4398 * merged from the lp:~mvo/apt/history branch
4399
4400 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 22 Dec 2009 09:44:08 +0100
4401
4402 apt (0.7.25) unstable; urgency=low
4403
4404 [ Christian Perrier ]
4405 * Fix apt-ftparchive(1) wrt description of the "-o" option.
4406 Thanks to Dann Frazier for the patch. Closes: #273100
4407 * po/LINGUAS. Re-disable Hebrew. Closes: #534992
4408 * po/LINGUAS. Enable Asturian and Lithuanian
4409 * Fix typo in apt-cache.8.xml: nessasarily
4410 * Fix "with with" in apt-get.8.xml
4411 * Fix some of the typos mentioned by the german team
4412 Closes: #479997
4413 * Polish translation update by Wiktor Wandachowicz
4414 Closes: #548571
4415 * German translation update by Holger Wansing
4416 Closes: #551534
4417 * Italian translation update by Milo Casagrande
4418 Closes: #555797
4419 * Simplified Chinese translation update by Aron Xu
4420 Closes: #558737
4421 * Slovak translation update by Ivan Masár
4422 Closes: #559277
4423
4424 [ Michael Vogt ]
4425 * apt-pkg/packagemanager.cc:
4426 - add output about pre-depends configuring when debug::pkgPackageManager
4427 is used
4428 * methods/https.cc:
4429 - fix incorrect use of CURLOPT_TIMEOUT, closes: #497983, LP: #354972
4430 thanks to Brian Thomason for the patch
4431 * merge lp:~mvo/apt/netrc branch, this adds support for a
4432 /etc/apt/auth.conf that can be used to store username/passwords
4433 in a "netrc" style file (with the extension that it supports "/"
4434 in a machine definition). Based on the maemo git branch (Closes: #518473)
4435 (thanks also to Jussi Hakala and Julian Andres Klode)
4436 * apt-pkg/deb/dpkgpm.cc:
4437 - add "purge" to list of known actions
4438 * apt-pkg/init.h:
4439 - add compatibility with old ABI name until the next ABI break
4440 * merge segfault fix from Mario Sanchez Prada, many thanks
4441 (closes: #561109)
4442
4443 [ Brian Murray ]
4444 * apt-pkg/depcache.cc, apt-pkg/indexcopy.cc:
4445 - typo fix (LP: #462328)
4446
4447 [ Loïc Minier ]
4448 * cmdline/apt-key:
4449 - Emit a warning if removed keys keyring is missing and skip associated
4450 checks (LP: #218971)
4451
4452 [ David Kalnischkies ]
4453 * apt-pkg/packagemanager.cc:
4454 - better debug output for ImmediateAdd with depth and why
4455 - improve the message shown for failing immediate configuration
4456 * doc/guide.it.sgml: moved to doc/it/guide.it.sgml
4457 * doc/po4a.conf: activate translation of guide.sgml and offline.sgml
4458 * doc/apt.conf.5.xml:
4459 - provide a few more details about APT::Immediate-Configure
4460 - briefly document the behaviour of the new https options
4461 * doc/sources.list.5.xml:
4462 - add note about additional apt-transport-methods
4463 * doc/apt-mark.8.xml:
4464 - correct showauto synopsis, thanks Andrew Schulman (Closes: #551440)
4465 * cmdline/apt-get.cc:
4466 - source should display his final pkg pick (Closes: #249383, #550952)
4467 - source doesn't need the complete version for match (Closes: #245250)
4468 - source ignores versions/releases if not available (Closes: #377424)
4469 - only warn if (free) space overflows (Closes: #522238)
4470 - add --debian-only as alias for --diff-only
4471 * methods/connect.cc:
4472 - display also strerror of "wicked" getaddrinfo errors
4473 - add AI_ADDRCONFIG to ai_flags as suggested by Aurelien Jarno
4474 in response to Bernhard R. Link, thanks! (Closes: #505020)
4475 * buildlib/configure.mak, buildlib/config.{sub,guess}:
4476 - remove (outdated) config.{sub,guess} and use the ones provided
4477 by the new added build-dependency autotools-dev instead
4478 * configure.in, buildlib/{xml,yodl,sgml}_manpage.mak:
4479 - remove the now obsolete manpage buildsystems
4480 * doc/{pl,pt_BR,es,it}/*.{sgml,xml}:
4481 - convert all remaining translation to the po4a system
4482 * debian/control:
4483 - drop build-dependency on docbook-utils and xmlto
4484 - add build-dependency on autotools-dev
4485 - bump policy to 3.8.3 as we have no outdated manpages anymore
4486 * debian/NEWS:
4487 - fix a typo in 0.7.24: Allready -> Already (Closes: #557674)
4488 * ftparchive/writer.{cc,h}:
4489 - add APT::FTPArchive::LongDescription to be able to disable them
4490 * apt-pkg/deb/debsrcrecords.cc:
4491 - use "diff" filetype for .debian.tar.* files (Closes: #554898)
4492 * methods/rred.cc:
4493 - rewrite to be able to handle even big patch files
4494 - adopt optional mmap+iovec patch from Morten Hustveit
4495 (Closes: #463354) which should speed up a bit. Thanks!
4496 * methods/http{,s}.cc
4497 - add config setting for User-Agent to the Acquire group,
4498 thanks Timothy J. Miller! (Closes: #355782)
4499 - add https options which default to http ones (Closes: #557085)
4500 * debian/apt.cron.daily:
4501 - check cache size even if we do nothing else otherwise, thanks
4502 Francesco Poli for patch(s) and patience! (Closes: #459344)
4503 * ftparchive/*:
4504 - fix a few typos in strings, comments and manpage,
4505 thanks Karl Goetz! (Closes: #558757)
4506
4507 [ Carl Chenet ]
4508 * cmdline/apt-mark:
4509 - print an error if a new state file can't be created
4510 (Closes: #521289) and
4511 - exit nicely if python-apt is not installed (Closes: #521284)
4512
4513 [ Chris Leick ]
4514 * doc/de: German translation of manpages (Closes: #552606)
4515 * doc/ various manpages:
4516 - correct various errors, typos and oddities (Closes: #552535)
4517 * doc/apt-secure.8.xml:
4518 - replace literal with emphasis tags in Archive configuration
4519 * doc/apt-ftparchive.1.xml:
4520 - remove informalexample tag which hides the programlisting
4521 * doc/apt-get.8.xml:
4522 - change equivalent "for" to "to the" (purge command)
4523 - clarify --fix-broken sentence about specifying packages
4524
4525 [ Eugene V. Lyubimkin ]
4526 * apt-pkg/contib/strutl.h
4527 - Avoid extra inner copy in APT_MKSTRCMP and APT_MKSTRCMP2.
4528 * build infrastructure:
4529 - Bumped libapt version, excluded eglibc from SONAME. (Closes: #448249)
4530
4531 [ Julian Andres Klode ]
4532 * doc/apt.conf.5.xml:
4533 - Deprecate unquoted values, string concatenation and explain what should
4534 not be written inside a value (quotes,backslash).
4535 - Restrict option names to alphanumerical characters and "/-:._+".
4536 - Deprecate #include, we have apt.conf.d nowadays which should be
4537 sufficient.
4538 * ftparchive/apt-ftparchive.cc:
4539 - Call setlocale() so translations are actually used.
4540 * debian/apt.conf.autoremove:
4541 - Add kfreebsd-image-* to the list (Closes: #558803)
4542
4543 -- Michael Vogt <mvo@debian.org> Tue, 15 Dec 2009 09:21:55 +0100
4544
4545 apt (0.7.24ubuntu1) lucid; urgency=low
4546
4547 [ Michael Vogt ]
4548 * apt-pkg/deb/dpkgpm.cc:
4549 - include df -l output in the apport log as well (thanks to
4550 tjaalton)
4551 * apt-pkg/packagemanager.cc:
4552 - add output about pre-depends configuring when debug::pkgPackageManager
4553 is used
4554 * methods/https.cc:
4555 - fix incorrect use of CURLOPT_TIMEOUT, closes: #497983, LP: #354972
4556 thanks to Brian Thomason for the patch
4557 * merge lp:~mvo/apt/netrc branch, this adds support for a
4558 /etc/apt/auth.conf that can be used to store username/passwords
4559 in a "netrc" style file (with the extension that it supports "/"
4560 in a machine definition). Based on the maemo git branch.
4561
4562 [ Brian Murray ]
4563 * apt-pkg/depcache.cc, apt-pkg/indexcopy.cc:
4564 - typo fix (LP: #462328)
4565
4566 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 14 Dec 2009 09:27:26 +0100
4567
4568 apt (0.7.24) unstable; urgency=low
4569
4570 [ Nicolas François ]
4571 * Cleaned up the first patch draft from KURASAWA Nozomu to finally
4572 get po4a support for translating the man pages.
4573 Many thanks to both for this excellent work! (Closes: #441608)
4574 * doc/ja/*, doc/po/ja.po:
4575 - remove the old ja man page translation and replace it with
4576 the new po4a-powered translation by KURASAWA Nozomu.
4577 * doc/*.?.xml (manpages):
4578 - add contrib to author tags and also add refmiscinfo to fix warnings
4579 * doc/style.txt, buildlib/defaults.mak, buildlib/manpage.mak:
4580 - fix a few typos in the comments of this files
4581
4582 [ Michael Vogt ]
4583 * apt-pkg/deb/dpkgpm.cc:
4584 - when tcgetattr() returns non-zero skip all pty magic
4585 (thanks to Simon Richter, closes: #509866)
4586 * apt-inst/contrib/arfile.cc:
4587 - show propper error message for Invalid archive members
4588
4589 [ David Kalnischkies ]
4590 * doc/Doxyfile.in:
4591 - update file with doxygen 1.6.1 (current unstable)
4592 - activate DOT_MULTI_TARGETS, it is default on since doxygen 1.5.9
4593 * buildlib/po4a_manpage.mak, doc/makefile, configure:
4594 - simplify the makefiles needed for po4a manpages
4595 * apt-pkg/contrib/configuration.cc:
4596 - add a helper to easily get a vector of strings from the config
4597 * apt-pkg/contrib/strutl.cc:
4598 - replace unknown multibytes with ? in UTF8ToCharset (Closes: #545208)
4599 * doc/apt-get.8.xml:
4600 - fix two little typos in the --simulate description. (Closes: #545059)
4601 * apt-pkg/aptconfiguration.cc, doc/apt.conf.5.xml:
4602 - add an order subgroup to the compression types to simplify reordering
4603 a bit and improve the documentation for this option group.
4604 * doc/apt.conf.5.xml:
4605 - document the Acquire::http::Dl-Limit option
4606 - try to be crystal clear about the usage of :: and {} (Closes: #503481)
4607 * doc/apt-cache.8.xml:
4608 - clarify the note for the pkgnames command (Closes: #547599)
4609 * doc/apt.ent, all man pages:
4610 - move the description of files to globally usable entities
4611 * doc/apt_preferences.5.xml:
4612 - document the new preferences.d folder (Closes: #544017)
4613 * methods/rred.cc:
4614 - add at the top without failing (by Bernhard R. Link, Closes: #545694)
4615 * buildlib/sizetable:
4616 - add amd64 for cross building (by Mikhail Gusarov, Closes: #513058)
4617 * debian/prerm:
4618 - remove file as nobody will upgrade from 0.4.10 anymore
4619 * debian/control:
4620 - remove gnome-apt suggestion as it was removed from debian
4621 * apt-pkg/deb/dpkgpm.cc, apt-pkg/packagemanager.cc, apt-pkg/orderlist.cc:
4622 - add and document _experimental_ options to make (aggressive)
4623 use of dpkg's trigger and configuration handling (Closes: #473461)
4624 * cmdline/apt-get.cc:
4625 - ignore versions that are not candidates when selecting a package
4626 instead of a virtual one (by Marius Vollmer, Closes: #547788)
4627
4628 [ Christian Perrier ]
4629 * doc/fr/*, doc/po/fr.po:
4630 - remove the old fr man page translation and replace it with
4631 the new po4a-powered translation
4632 * doc/de: dropped (translation is too incomplete to be useful in
4633 the transition to the po4a-powered translations)
4634
4635 -- Michael Vogt <mvo@debian.org> Fri, 25 Sep 2009 19:57:25 +0200
4636
4637 apt (0.7.23.1ubuntu2) karmic; urgency=low
4638
4639 [ Michael Vogt ]
4640 * debian/control:
4641 - fix Vcr-Bzr header
4642
4643 [ Kees Cook ]
4644 * debian/apt.cron.daily:
4645 - fix quotes for use with "eval", thanks to Lars Ljung (LP: #449535).
4646
4647 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 15 Oct 2009 19:05:19 +0200
4648
4649 apt (0.7.23.1ubuntu1) karmic; urgency=low
4650
4651 [ Matt Zimmerman ]
4652 * apt-pkg/deb/dpkgpm.cc:
4653 - Suppress apport reports on dpkg short reads (these I/O errors are not
4654 generally indicative of a bug in the packaging)
4655
4656 [ Loïc Minier ]
4657 * cmdline/apt-key:
4658 - Emit a warning if removed keys keyring is missing and skip associated
4659 checks (LP: #218971)
4660
4661 [ Brian Murray ]
4662 * cmdline/apt-get.cc:
4663 - typo fix (LP: #370094)
4664
4665 [ Michael Vogt ]
4666 * apt-pkg/deb/dpkgpm.cc:
4667 - when tcgetattr() returns non-zero skip all pty magic
4668 (thanks to Simon Richter, closes: #509866)
4669 * apt-inst/contrib/arfile.cc:
4670 - show propper error message for Invalid archive members
4671 * apt-pkg/acquire-worker.cc:
4672 - show error details of failed methods
4673 * apt-pkg/contrib/fileutl.cc:
4674 - if a process aborts with signal, show signal number
4675 * methods/http.cc:
4676 - ignore SIGPIPE, we deal with EPIPE from write in
4677 HttpMethod::ServerDie() (LP: #385144)
4678 * debian/apt.cron.daily:
4679 - if the timestamp is too far in the future, delete it
4680 (LP: #135262)
4681
4682 [ Merge ]
4683 * merged from debian, reverted the libdlopen-udev branch
4684 because its too late in the release process for this now
4685 * not merged the proxy behaviour change from 0.7.23 (that will
4686 be part of lucid)
4687
4688 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 23 Sep 2009 18:15:10 +0200
4689
4690 apt (0.7.23.1) unstable; urgency=low
4691
4692 [ Michael Vogt ]
4693 * apt-pkg/pkgcache.cc:
4694 - do not set internel "needs-configure" state for packages in
4695 triggers-pending state. dpkg will deal with the trigger and
4696 it if does it before we trigger it, dpkg will error out
4697 (LP: #414631)
4698 * apt-pkg/acquire-item.cc:
4699 - do not segfault on invalid items (closes: #544080)
4700
4701 -- Michael Vogt <mvo@debian.org> Fri, 28 Aug 2009 21:53:20 +0200
4702
4703 apt (0.7.23) unstable; urgency=low
4704
4705 [ Eugene V. Lyubimkin ]
4706 * methods/{http,https,ftp}, doc/apt.conf.5.xml:
4707 - Changed and unified the code that determines which proxy to use. Now
4708 'Acquire::{http,ftp}::Proxy[::<host>]' options have the highest priority,
4709 and '{http,ftp}_proxy' environment variables are used only if options
4710 mentioned above are not specified.
4711 (Closes: #445985, #157759, #320184, #365880, #479617)
4712
4713 [ David Kalnischkies ]
4714 * cmdline/apt-get.cc:
4715 - add APT::Get::HideAutoRemove=small to display only a short line
4716 instead of the full package list. (Closes: #537450)
4717 - ShowBroken() in build-dep (by Mike O'Connor, Closes: #145916)
4718 - check for statfs.f_type (by Robert Millan, Closes: #509313)
4719 - correct the order of picked package binary vs source in source
4720 - use SourceVersion instead of the BinaryVersion to get the source
4721 Patch by Matt Kraai, thanks! (Closes: #382826)
4722 - add pkg/archive and codename in source (Closes: #414105, #441178)
4723 * apt-pkg/contrib/strutl.cc:
4724 - enable thousand separator according to the current locale
4725 (by Luca Bruno, Closes: #223712)
4726 * doc/apt.conf.5.xml:
4727 - mention the apt.conf.d dir (by Vincent McIntyre, Closes: #520831)
4728 * apt-inst/contrib/arfile.cc:
4729 - use sizeof instead strlen (by Marius Vollmer, Closes: #504325)
4730 * doc/apt-mark.8.xml:
4731 - improve manpage based on patch by Carl Chenet (Closes: #510286)
4732 * apt-pkg/acquire-item.cc:
4733 - use configsettings for dynamic compression type use and order.
4734 Based on a patch by Jyrki Muukkonen, thanks! (LP: #71746)
4735 * apt-pkg/aptconfiguration.cc:
4736 - add default configuration for compression types and add lzma
4737 support. Order is now bzip2, lzma, gzip, none (Closes: #510526)
4738 * ftparchive/writer.cc:
4739 - add lzma support also here, patch for this (and inspiration for
4740 the one above) by Robert Millan, thanks!
4741 * apt-pkg/depcache.cc:
4742 - restore the --ignore-hold effect in the Is{Delete,Install}Ok hooks
4743 * doc/apt-get.8.xml:
4744 - update the source description to reflect what it actually does
4745 and how it can be used. (Closes: #413021)
4746 * methods/http.cc:
4747 - allow empty Reason-Phase in Status-Line to please squid,
4748 thanks Modestas Vainius for noticing! (Closes: #531157, LP: #411435)
4749
4750 [ George Danchev ]
4751 * cmdline/apt-cache.cc:
4752 - fix a memory leak in the xvcg method (Closes: #511557)
4753 * apt-pkg/indexcopy.cc:
4754 - fix a memory leak then the Release file not exists (Closes: #511556)
4755
4756 -- Michael Vogt <mvo@debian.org> Thu, 27 Aug 2009 14:44:39 +0200
4757
4758 apt (0.7.22.2) unstable; urgency=low
4759
4760 * debian/apt.cron.daily:
4761 - Make sure that VERBOSE is always set (Closes: #539366)
4762 - Script can be disabled by APT::Periodic::Enable=0 (Closes: #485476)
4763 - Support using debdelta to download packages (Closes: #532079)
4764
4765 -- Julian Andres Klode <jak@debian.org> Thu, 06 Aug 2009 12:17:19 +0200
4766
4767 apt (0.7.22.1) unstable; urgency=low
4768
4769 [ Michael Vogt ]
4770 * cmdline/apt-get.cc:
4771 - honor APT::Get::Only-Source properly in FindSrc() (thanks to
4772 Martin Pitt for reporting the problem), also Closes: #535362.
4773
4774 [ Julian Andres Klode ]
4775 * apt-pkg/contrib/mmap.cc:
4776 - Fix FTBFS on GNU/kFreeBSD by disabling DynamicMMap::Grow() on
4777 non-Linux architectures as it uses mremap (Closes: #539742).
4778 * apt-pkg/sourcelist.cc:
4779 - Only warn about missing sources.list if there is no sources.list.d
4780 and vice versa as only one of them is needed (Closes: #539731).
4781 * debian/control:
4782 - Add myself to Uploaders.
4783 - Increase Standards-Version to 3.8.2.0.
4784
4785 -- Julian Andres Klode <jak@debian.org> Mon, 03 Aug 2009 12:48:31 +0200
4786
4787 apt (0.7.22) unstable; urgency=low
4788
4789 [ Christian Perrier ]
4790 * Documentation translations:
4791 - Fix a typo in apt-get(8) French translation. Closes: #525043
4792 Thanks to Guillaume Delacour for spotting it.
4793 - Updated apt.conf(5) manpgae French translation.
4794 Thanks to Aurélien Couderc.
4795 * Translations:
4796 - fr.po
4797 - sk.po. Closes: #525857
4798 - ru.po. Closes: #526816
4799 - eu.po. Closes: #528985
4800 - zh_CN.po. Closes: #531390
4801 - fr.po
4802 - it.po. Closes: #531758
4803 - ca.po. Closes: #531921
4804 - de.po. Closes: #536430
4805 * Added translations
4806 - ast.po (Asturian by Marcos Alvareez Costales).
4807 Closes: #529007, #529730, #535328
4808
4809 [ David Kalnischkies ]
4810 * [ABI break] support '#' in apt.conf and /etc/apt/preferences
4811 (closes: #189866)
4812 * [ABI break] Allow pinning by codename (closes: #97564)
4813 * support running "--simulate" as user
4814 * add depth information to the debug output and show what depends
4815 type triggers a autoinst (closes: #458389)
4816 * add Debug::pkgDepCache::Marker with more detailed debug output
4817 (closes: #87520)
4818 * add Debug::pkgProblemResolver::ShowScores and make the scores
4819 adjustable
4820 * do not write state file in simulate mode (closes: #433007)
4821 * add hook for MarkInstall and MarkDelete (closes: #470035)
4822 * fix typo in apt-pkg/acquire.cc which prevents Dl-Limit to work
4823 correctly when downloading from multiple sites (Closes: #534752)
4824 * add the various foldmarkers in apt-pkg & cmdline (no code change)
4825 * versions with a pin of -1 shouldn't be a candidate (Closes: #355237)
4826 * prefer mmap as memory allocator in MMap instead of a static char
4827 array which can (at least in theory) grow dynamic
4828 * eliminate (hopefully all) segfaults in pkgcachegen.cc and mmap.cc
4829 which can arise if cache doesn't fit into the mmap (Closes: #535218)
4830 * display warnings instead of errors if the parts dirs doesn't exist
4831
4832 [ Michael Vogt ]
4833 * honor the dpkg hold state in new Marker hooks (closes: #64141)
4834 * debian/apt.cron.daily:
4835 - if the timestamp is too far in the future, delete it
4836 * apt-pkg/acquire.cc:
4837 - make the max pipeline depth of the acquire queue configurable
4838 via Acquire::Max-Pipeline-Depth
4839 * apt-pkg/deb/dpkgpm.cc:
4840 - add Dpkg::UseIoNice boolean option to run dpkg with ionice -c3
4841 (off by default)
4842 - send "dpkg-exec" message on the status fd when dpkg is run
4843 - provide DPkg::Chroot-Directory config option (useful for testing)
4844 - fix potential hang when in a background process group
4845 * apt-pkg/algorithms.cc:
4846 - consider recommends when making the scores for the problem
4847 resolver
4848 * apt-pkg/acquire-worker.cc:
4849 - show error details of failed methods
4850 * apt-pkg/contrib/fileutl.cc:
4851 - if a process aborts with signal, show signal number
4852 * methods/http.cc:
4853 - ignore SIGPIPE, we deal with EPIPE from write in
4854 HttpMethod::ServerDie() (LP: #385144)
4855 * Only run Download-Upgradable and Unattended-Upgrades if the initial
4856 update was successful Closes: #341970
4857 * apt-pkg/indexcopy.cc:
4858 - support having CDs with no Packages file (just a Packages.gz)
4859 by not forcing a verification on non-existing files
4860 (LP: #255545)
4861 - remove the gettext from a string that consists entirely
4862 of variables (LP: #56792)
4863 * apt-pkg/cacheiterators.h:
4864 - add missing checks for Owner == 0 in end()
4865 * apt-pkg/indexrecords.cc:
4866 - fix some i18n issues
4867 * apt-pkg/contrib/strutl.h:
4868 - add new strprintf() function to make i18n strings easier
4869 - fix compiler warning
4870 * apt-pkg/deb/debsystem.cc:
4871 - make strings i18n able
4872 * fix problematic use of tolower() when calculating the version
4873 hash by using locale independent tolower_ascii() function.
4874 Thanks to M. Vefa Bicakci (LP: #80248)
4875 * build fixes for g++-4.4
4876 * cmdline/apt-mark:
4877 - add "showauto" option to show automatically installed packages
4878 * document --install-recommends and --no-install-recommends
4879 (thanks to Dereck Wonnacott, LP: #126180)
4880 * doc/apt.conf.5.xml:
4881 - merged patch from Aurélien Couderc to improve the text
4882 (thanks!)
4883 * [ABI] merged the libudev-dlopen branch, this allows to pass
4884 "apt-udev-auto" to Acquire::Cdrom::mount and the cdrom method will
4885 dynamically find/mount the cdrom device (if libhal is available)
4886
4887 [ Julian Andres Klode ]
4888 * apt-pkg/contrib/configuration.cc: Fix a small memory leak in
4889 ReadConfigFile.
4890 * Introduce support for the Enhances field. (Closes: #137583)
4891 * Support /etc/apt/preferences.d, by adding ReadPinDir() (Closes: #535512)
4892 * configure-index: document Dir::Etc::SourceParts and some other options
4893 (Closes: #459605)
4894 * Remove Eugene V. Lyubimkin from uploaders as requested.
4895 * apt-pkg/contrib/hashes.cc, apt-pkg/contrib/md5.cc:
4896 - Support reading until EOF if Size=0 to match behaviour of
4897 SHA1Summation and SHA256Summation
4898
4899 [ Osamu Aoki ]
4900 * Updated cron script to support backups by hardlinks and
4901 verbose levels. All features turned off by default.
4902 * Added more error handlings. Closes: #438803, #462734, #454989
4903 * Documented all cron script related configuration items in
4904 configure-index.
4905
4906 [ Dereck Wonnacott ]
4907 * apt-ftparchive might write corrupt Release files (LP: #46439)
4908 * Apply --important option to apt-cache depends (LP: #16947)
4909
4910 [ Otavio Salvador ]
4911 * Apply patch from Sami Liedes <sliedes@cc.hut.fi> to reduce the
4912 number of times we call progress bar updating and debugging
4913 configuration settings.
4914 * Apply patch from Sami Liedes <sliedes@cc.hut.fi> to avoid unecessary
4915 temporary allocations.
4916
4917 -- Michael Vogt <mvo@debian.org> Wed, 29 Jul 2009 19:16:22 +0200
4918
4919 apt (0.7.21ubuntu1) karmic; urgency=low
4920
4921 * merged from the debian-sid bzr branch
4922
4923 [ Christian Perrier ]
4924 * Documentation translations:
4925 - Fix a typo in apt-get(8) French translation. Closes: #525043
4926 Thanks to Guillaume Delacour for spotting it.
4927 * Translations:
4928 - fr.po
4929 - sk.po. Closes: #525857
4930 - ru.po. Closes: #526816
4931 - eu.po. Closes: #528985
4932 - zh_CN.po. Closes: #531390
4933 - fr.po
4934 - it.po. Closes: #531758
4935 - ca.po. Closes: #531921
4936 * Added translations
4937 - ast.po (Asturian by Marcos Alvareez Costales).
4938 Closes: #529007, #529730
4939
4940 [ Michael Vogt ]
4941 * apt-pkg/acquire.cc:
4942 - make the (internal) max pipeline depth of the acquire queue
4943 configurable via Acquire::Max-Pipeline-Depth
4944
4945 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 09 Jun 2009 15:49:07 +0200
4946
4947 apt (0.7.21) unstable; urgency=low
4948
4949 [ Christian Perrier ]
4950 * Translations:
4951 - bg.po. Closes: #513211
4952 - zh_TW.po. Closes: #513311
4953 - nb.po. Closes: #513843
4954 - fr.po. Closes: #520430
4955 - sv.po. Closes: #518070
4956 - sk.po. Closes: #520403
4957 - it.po. Closes: #522222
4958 - sk.po. Closes: #520403
4959
4960 [ Jamie Strandboge ]
4961 * apt.cron.daily: catch invalid dates due to DST time changes
4962 in the stamp files
4963
4964 [ Michael Vogt ]
4965 * methods/gpgv.cc:
4966 - properly check for expired and revoked keys (closes: #433091)
4967 * apt-pkg/contrib/strutl.cc:
4968 - fix TimeToStr i18n (LP: #289807)
4969 * [ABI break] merge support for http redirects, thanks to
4970 Jeff Licquia and Anthony Towns
4971 * [ABI break] use int for the package IDs (thanks to Steve Cotton)
4972 * apt-pkg/pkgcache.cc:
4973 - do not run "dpkg --configure pkg" if pkg is in trigger-awaited
4974 state (LP: #322955)
4975 * methods/https.cc:
4976 - add Acquire::https::AllowRedirect support
4977 * Clarify the --help for 'purge' (LP: #243948)
4978 * cmdline/apt-get.cc
4979 - fix "apt-get source pkg" if there is a binary package and
4980 a source package of the same name but from different
4981 packages (LP: #330103)
4982
4983 [ Colin Watson ]
4984 * cmdline/acqprogress.cc:
4985 - Call pkgAcquireStatus::Pulse even if quiet, so that we still get
4986 dlstatus messages on the status-fd (LP: #290234).
4987
4988 -- Michael Vogt <mvo@debian.org> Tue, 14 Apr 2009 14:12:51 +0200
4989
4990 apt (0.7.20.2ubuntu7) karmic; urgency=low
4991
4992 * fix problematic use of tolower() when calculating the version
4993 hash by using locale independant tolower_ascii() function.
4994 Thanks to M. Vefa Bicakci (LP: #80248)
4995 * build fixes for g++-4.4
4996 * include dmesg output in apport package failures
4997 * include apt ordering into apport package failures
4998
4999 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 24 Apr 2009 10:14:01 +0200
5000
5001 apt (0.7.20.2ubuntu6) jaunty; urgency=low
5002
5003 [ Jamie Strandboge ]
5004 * apt.cron.daily: catch invalid dates due to DST time changes
5005 in the stamp files (LP: #354793)
5006
5007 [ Michael Vogt ]
5008 * methods/gpgv.cc:
5009 - properly check for expired and revoked keys (closes: #433091)
5010 LP: #356012
5011
5012 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 08 Apr 2009 22:39:50 +0200
5013
5014 apt (0.7.20.2ubuntu5) jaunty; urgency=low
5015
5016 [ Colin Watson ]
5017 * cmdline/acqprogress.cc:
5018 - Call pkgAcquireStatus::Pulse even if quiet, so that we still get
5019 dlstatus messages on the status-fd (LP: #290234).
5020
5021 [ Michael Vogt ]
5022 * debian/apt.cron.daily:
5023 - do not clutter cron mail with bogus gconftool messages
5024 (LP: #223502)
5025 - merge fix for cache locking from debian (closes: #459344)
5026 - run update-apt-xapian-index (with ionice) to ensure that
5027 the index is up-to-date when synaptic is run (LP: #288797)
5028
5029 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 30 Mar 2009 13:22:28 +0200
5030
5031 apt (0.7.20.2ubuntu4) jaunty; urgency=low
5032
5033 * ftparchive/cachedb.cc:
5034 - when apt-ftparchive clean is used, compact the database
5035 at the end (thanks to cprov)
5036
5037 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 26 Mar 2009 13:43:59 +0100
5038
5039 apt (0.7.20.2ubuntu3) jaunty; urgency=low
5040
5041 * methods/mirror.cc:
5042 - when download the mirror file and the server is down,
5043 return a propper error message (LP: #278635)
5044
5045 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 19 Mar 2009 15:42:15 +0100
5046
5047 apt (0.7.20.2ubuntu2) jaunty; urgency=low
5048
5049 * apt-pkg/deb/dpkgpm.cc:
5050 - revert termios patch (LP: #338514)
5051 * cmdline/apt-get.cc
5052 - fix "apt-get source pkg" if there is a binary package and
5053 a source package of the same name but from different
5054 packages (LP: #330103)
5055
5056 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 09 Mar 2009 16:33:28 +0100
5057
5058 apt (0.7.20.2ubuntu1) jaunty; urgency=low
5059
5060 [ Christian Perrier ]
5061 * Translations:
5062 - bg.po. Closes: #513211
5063 - zh_TW.po. Closes: #513311
5064 - nb.po. Closes: #513843
5065
5066 [ Michael Vogt ]
5067 * merged from the debian-sid branch
5068 * [ABI break] merge support for http redirects, thanks to
5069 Jeff Licquia and Anthony Towns
5070 * [ABI break] use int for the package IDs (thanks to Steve Cotton)
5071 * apt-pkg/contrib/strutl.cc:
5072 - fix TimeToStr i18n (LP: #289807)
5073 * debian/apt.conf.autoremove:
5074 - readd "linux-image" (and friends) to the auto-remove
5075 blacklist
5076 * fix some i18n issues (thanks to Gabor Kelemen)
5077 LP: #263089
5078 * apt-pkg/deb/dpkgpm.cc:
5079 - filter "ENOMEM" errors when creating apport reports
5080 * cmdline/apt-get.cc:
5081 - fix "apt-get source pkg=ver" if binary name != source name
5082 (LP: #202219)
5083 * apt-pkg/indexrecords.cc:
5084 - fix some i18n issues
5085 * apt-pkg/contrib/strutl.h:
5086 - add new strprintf() function to make i18n strings easier
5087 * apt-pkg/dev/debsystem.cc:
5088 - add missing apti18n.h header
5089 * cmdline/apt-get.cc:
5090 - default to "false" for the "APT::Get::Build-Dep-Automatic"
5091 option (follow debian here)
5092 * apt-pkg/pkgcache.cc:
5093 - do not run "dpkg --configure pkg" if pkg is in trigger-awaited
5094 state (LP: #322955)
5095 * methods/https.cc:
5096 - add Acquire::https::AllowRedirect support
5097 - do not unlink files in partial/ (thanks to robbiew)
5098
5099 [ Dereck Wonnacott ]
5100 * Clarify the --help for 'purge' (LP: #243948)
5101
5102 [ Ian Weisser ]
5103 * /apt-pkg/deb/debsystem.cc:
5104 - add 'sudo' to the error message to "run 'dpkg --configure -a'"
5105 (LP: #52697)
5106
5107 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 09 Feb 2009 14:21:05 +0100
5108
5109 apt (0.7.20.2) unstable; urgency=medium
5110
5111 [ Eugene V. Lyubimkin ]
5112 * Urgency set to medium due to RC bug fix.
5113 * doc/apt.ent, apt-get.8.xml:
5114 - Fix invalid XML entities. (Closes: #514402)
5115
5116 -- Eugene V. Lyubimkin <jackyf.devel@gmail.com> Sat, 07 Feb 2009 16:48:21 +0200
5117
5118 apt (0.7.20.1) unstable; urgency=low
5119
5120 [ Michael Vogt ]
5121 * apt-pkg/pkgcachegen.cc:
5122 - fix apt-cache search for localized description
5123 (closes: #512110)
5124
5125 [ Christian Perrier ]
5126 * Translations:
5127 - fr.po: fix spelling error to "défectueux". Thanks to Thomas Péteul.
5128
5129 -- Michael Vogt <mvo@debian.org> Tue, 20 Jan 2009 09:35:05 +0100
5130
5131 apt (0.7.20) unstable; urgency=low
5132
5133 [ Eugene V. Lyubimkin ]
5134 * debian/changelog:
5135 - Fixed place of 'merged install-recommends and install-task branches'
5136 from 0.6.46.1 to 0.7.0. (Closes: #439866)
5137 * buildlib/config.{sub,guess}:
5138 - Renewed. This fixes lintian errors.
5139 * doc/apt.conf.5.xml, debian/apt-transport-https:
5140 - Documented briefly 'Acquire::https' group of options. (Closes: #507398)
5141 - Applied patch from Daniel Burrows to document 'Debug' group of options.
5142 (Closes: #457265)
5143 - Mentioned 'APT::Periodic' and 'APT::Archives' groups of options.
5144 (Closes: #438559)
5145 - Mentioned '/* ... */' comments. (Closes: #507601)
5146 * doc/examples/sources.list:
5147 - Removed obsolete commented non-us deb-src entry, replaced it with
5148 'deb-src security.debian.org' one. (Closes: #411298)
5149 * apt-pkg/contrib/mmap.cc:
5150 - Added instruction how to work around MMap error in MMap error message.
5151 (Closes: #385674, 436028)
5152 * COPYING:
5153 - Actualized. Removed obsolete Qt section, added GPLv2 clause.
5154 (Closes: #440049, #509337)
5155
5156 [ Michael Vogt ]
5157 * add option to "apt-get build-dep" to mark the needed
5158 build-dep packages as automatic installed.
5159 This is controlled via the value of
5160 APT::Get::Build-Dep-Automatic and is set "false" by default.
5161 Thanks to Aaron Haviland, closes: #448743
5162 * apt-inst/contrib/arfile.cc:
5163 - support members ending with '/' as well (thanks to Michal Cihr,
5164 closes: #500988)
5165
5166 [ Christian Perrier ]
5167 * Translations:
5168 - Finnish updated. Closes: #508449
5169 - Galician updated. Closes: #509151
5170 - Catalan updated. Closes: #509375
5171 - Vietnamese updated. Closes: #509422
5172 - Traditional Chinese added. Closes: #510664
5173 - French corrected (remove awful use of first person)
5174
5175 -- Michael Vogt <mvo@debian.org> Mon, 05 Jan 2009 08:59:20 +0100
5176
5177 apt (0.7.19ubuntu1) jaunty; urgency=low
5178
5179 * merge from debian
5180
5181 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 24 Nov 2008 10:52:20 +0100
5182
5183 apt (0.7.19) unstable; urgency=low
5184
5185 [ Eugene V. Lyubimkin ]
5186 * doc/sources.list.5.xml:
5187 - Mentioned allowed characters in file names in /etc/apt/sources.list.d.
5188 Thanks to Matthias Urlichs. (Closes: #426913)
5189 * doc/apt-get.8.xml:
5190 - Explicitly say that 'dist-upgrade' command may remove packages.
5191 - Included '-v'/'--version' as a command to synopsis.
5192 * cmdline/apt-cache.cc:
5193 - Advanced built-in help. Patch by Andre Felipe Machado. (Closes: #286061)
5194 - Fixed typo 'GraphVis' -> 'GraphViz'. (Closes: #349038)
5195 - Removed asking to file a release-critical bug against a package if there
5196 is a request to install only one package and it is not installable.
5197 (Closes: #419521)
5198
5199 [ Michael Vogt ]
5200 - fix SIGHUP handling (closes: #463030)
5201
5202 [ Christian Perrier ]
5203 * Translations:
5204 - French updated
5205 - Bulgarian updated. Closes: #505476
5206 - Slovak updated. Closes: #505483
5207 - Swedish updated. Closes: #505491
5208 - Japanese updated. Closes: #505495
5209 - Korean updated. Closes: #505506
5210 - Catalan updated. Closes: #505513
5211 - British English updated. Closes: #505539
5212 - Italian updated. Closes: #505518, #505683
5213 - Polish updated. Closes: #505569
5214 - German updated. Closes: #505614
5215 - Spanish updated. Closes: #505757
5216 - Romanian updated. Closes: #505762
5217 - Simplified Chinese updated. Closes: #505727
5218 - Portuguese updated. Closes: #505902
5219 - Czech updated. Closes: #505909
5220 - Norwegian Bokmål updated. Closes: #505934
5221 - Brazilian Portuguese updated. Closes: #505949
5222 - Basque updated. Closes: #506085
5223 - Russian updated. Closes: #506452
5224 - Marathi updated.
5225 - Ukrainian updated. Closes: #506545
5226
5227 -- Michael Vogt <mvo@debian.org> Mon, 24 Nov 2008 10:33:54 +0100
5228
5229 apt (0.7.18) unstable; urgency=low
5230
5231 [ Christian Perrier ]
5232 * Translations:
5233 - French updated
5234 - Thai updated. Closes: #505067
5235
5236 [ Eugene V. Lyubimkin ]
5237 * doc/examples/configure-index:
5238 - Removed obsoleted header line. (Closes: #417638)
5239 - Changed 'linux-kernel' to 'linux-image'.
5240 * doc/sources.list.5.xml:
5241 - Fixed typo and grammar in 'sources.list.d' section. Thanks to
5242 Timothy G Abbott <tabbott@MIT.EDU>. (Closes: #478098)
5243 * doc/apt-get.8.xml:
5244 - Advanced descriptions for 'remove' and 'purge' options.
5245 (Closes: #274283)
5246 * debian/rules:
5247 - Target 'apt' need to depend on 'build-doc'. Thanks for Peter Green.
5248 Fixes FTBFS. (Closes: #504181)
5249
5250 [ Michael Vogt ]
5251 * fix depend on libdb4.4 (closes: #501253)
5252
5253 -- Michael Vogt <mvo@debian.org> Fri, 07 Nov 2008 22:13:39 +0100
5254
5255 apt (0.7.17) unstable; urgency=low
5256
5257 [ Eugene V. Lyubimkin ]
5258 * debian/control:
5259 - 'Vcs-Bzr' field is official, used it.
5260 - Bumped 'Standards-Version' to 3.8.0, no changes needed.
5261 - Actualized 'Uploaders' field.
5262 * doc/:
5263 - Substituded 'apt-archive' with 'apt-ftparchive' in docs.
5264 Patch based on work of Andre Felipe Machado. (Closes: #350865)
5265 - Mentioned '/<release>' and '=<version>' for 'apt-get install' and
5266 '=<version>' for 'apt-get source' in apt-get manpage. Patch based on
5267 work of Andre Felipe Machado. (Closes: #399673)
5268 - Mentioned more short options in the apt-get manpage. Documented 'xvcg'
5269 option in the apt-cache manpage. The part of patch by Andre Felipe
5270 Machado. (Closes: #176106, #355945)
5271 - Documented that 'apt-get install' command should be used for upgrading
5272 some of installed packages. Based on patch by Nori Heikkinen and
5273 Andre Felipe Machado. (Closes: #267087)
5274 - Mentioned 'apt_preferences(5)' in apt manpage. (Closes: #274295)
5275 - Documented 'APT::Default-Release' in apt.conf manpage. (Closes: #430399)
5276 - APT::Install-Recommends is now true by default, mentioned this in
5277 configure-index example. (Closes: #463268)
5278 - Added 'APT::Get::AllowUnauthenticated' to configure-index example.
5279 (Closes: #320225)
5280 - Documented '--no-install-recommends' option in apt-get manpage.
5281 (Closes: #462962)
5282 - Documented 'Acquire::PDiffs' in apt.conf manpage. (Closes: #376029)
5283 - Added 'copy', 'rsh', 'ssh' to the list of recognized URI schemes in
5284 sources.list manpage, as they are already described under in the manpage.
5285 - Removed notice that ssh/rsh access cannot use password authentication
5286 from sources.list manpage. Thanks to Steffen Joeris. (Closes: #434894)
5287 - Added '(x)' to some referrings to manpages in apt-get manpage. Patch by
5288 Andre Felipe Machado. (Closes: #309893)
5289 - Added 'dist-upgrade' apt-get synopsis in apt-get manpage.
5290 (Closes: #323866)
5291
5292 -- Michael Vogt <mvo@debian.org> Wed, 05 Nov 2008 13:14:56 +0100
5293
5294 apt (0.7.17~exp4) experimental; urgency=low
5295
5296 * debian/rules:
5297 - Fixed lintian warnings "debian/rules ignores make errors".
5298 * debian/control:
5299 - Substituted outdated "Source-Version" fields with "binary:Version".
5300 - Added 'python-apt' to Suggests, as apt-mark need it for work.
5301 - Drop Debian revision from 'doc-base' build dependency, this fixes
5302 appropriate lintian warning.
5303 * debian/libapt-pkg-doc.doc-base.*:
5304 - Changed section: from old 'Devel' to 'Debian'. This fixes appropriate
5305 lintian warnings.
5306 * debian/{postrm,prerm,preinst}:
5307 - Added 'set -e', fixes lintian warnings
5308 'maintainer-script-ignores-error'.
5309 * dselect/makefile:
5310 - Removed unneeded 'LOCAL' entry. This allows cleaning rule to run smoothly.
5311 * share/lintian-overrides:
5312 - Added with override of 'apt must depend on python'. Script 'apt-mark'
5313 needs apt-python for working and checks this on fly. We don't want
5314 python in most cases.
5315 * cmdline/apt-key:
5316 - Added 'unset GREP_OPTIONS' to the script. This prevents 'apt-key update'
5317 failure when GREP_OPTIONS contains options that modify grep output.
5318 (Closes: #428752)
5319
5320 -- Eugene V. Lyubimkin <jackyf.devel@gmail.com> Fri, 31 Oct 2008 23:45:17 +0300
5321
5322 apt (0.7.17~exp3) experimental; urgency=low
5323
5324 * apt-pkg/acquire-item.cc:
5325 - fix a merge mistake that prevents the fallback to the
5326 uncompressed 'Packages' to work correctly (closes: #409284)
5327
5328 -- Michael Vogt <mvo@debian.org> Wed, 29 Oct 2008 09:36:24 +0100
5329
5330 apt (0.7.17~exp2) experimental; urgency=low
5331
5332 [ Eugene V. Lyubimkin ]
5333 * apt-pkg/acquire-item.cc:
5334 - Added fallback to uncompressed 'Packages' if neither 'bz2' nor 'gz'
5335 available. (Closes: #409284)
5336 * apt-pkg/algorithm.cc:
5337 - Strip username and password from source URL in error message.
5338 (Closes: #425150)
5339
5340 [ Michael Vogt ]
5341 * fix various -Wall warnings
5342
5343 -- Michael Vogt <mvo@debian.org> Tue, 28 Oct 2008 18:06:38 +0100
5344
5345 apt (0.7.17~exp1) experimental; urgency=low
5346
5347 [ Luca Bruno ]
5348 * Fix typos:
5349 - apt-pkg/depcache.cc
5350 * Fix compilation warnings:
5351 - apt-pkg/acquire.cc
5352 - apt-pkg/versionmatch.cc
5353 * Compilation fixes and portability improvement for compiling APT against non-GNU libc
5354 (thanks to Martin Koeppe, closes: #392063):
5355 - buildlib/apti18n.h.in:
5356 + textdomain() and bindtextdomain() must not be visible when --disable-nls
5357 - buildlib/inttypes.h.in: undefine standard int*_t types
5358 - Append INTLLIBS to SLIBS:
5359 + cmdline/makefile
5360 + ftparchive/makefile
5361 + methods/makefile
5362 * doc/apt.conf.5.xml:
5363 - clarify whether configuration items of apt.conf are case-sensitive
5364 (thanks to Vincent McIntyre, closes: #345901)
5365
5366 -- Luca Bruno <lethalman88@gmail.com> Sat, 11 Oct 2008 09:17:46 +0200
5367
5368 apt (0.7.16) unstable; urgency=low
5369
5370 [ Luca Bruno ]
5371 * doc/apt-cache.8.xml:
5372 - search command uses POSIX regex, and searches for virtual packages too
5373 (closes: #277536)
5374 * doc/offline.sgml: clarify remote and target hosts
5375 (thanks to Nikolaus Schulz, closes: #175940)
5376 * Fix several typos in docs, translations and debian/changelog
5377 (thanks to timeless, Nicolas Bonifas and Josh Triplett,
5378 closes: #368665, #298821, #411532, #431636, #461458)
5379 * Document apt-key finger and adv commands
5380 (thanks to Stefan Schmidt, closes: #350575)
5381 * Better documentation for apt-get --option
5382 (thanks to Tomas Pospisek, closes: #386579)
5383 * Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: #471276)
5384 * Better documentation on using both APT::Default-Release and
5385 /etc/apt/preferences (thanks to Ingo Saitz, closes: #145575)
5386
5387 [ Michael Vogt ]
5388 * doc/apt-cache.8.xml:
5389 - add missing citerefentry
5390
5391 -- Michael Vogt <mvo@debian.org> Fri, 10 Oct 2008 23:44:50 +0200
5392
5393 apt (0.7.15) unstable; urgency=low
5394
5395 * Upload to unstable
5396
5397 -- Michael Vogt <mvo@debian.org> Sun, 05 Oct 2008 13:23:47 +0200
5398
5399 apt (0.7.15~exp3) experimental; urgency=low
5400
5401 [Daniel Burrows]
5402 * apt-pkg/deb/dpkgpm.cc:
5403 - Store the trigger state descriptions in a way that does not break
5404 the ABI. The approach taken makes the search for a string O(n) rather
5405 than O(lg(n)), but since n == 4, I do not consider this a major
5406 concern. If it becomes a concern, we can sort the static array and
5407 use std::equal_range(). (Closes: #499322)
5408
5409 [ Michael Vogt ]
5410 * apt-pkg/packagemanager.cc, apt-pkg/deb/dpkgpm.cc:
5411 - move the state file writting into the Go() implementation
5412 of dpkgpm (closes: #498799)
5413 * apt-pkg/algorithms.cc:
5414 - fix simulation performance drop (thanks to Ferenc Wagner
5415 for reporting the issue)
5416
5417 -- Michael Vogt <mvo@debian.org> Wed, 01 Oct 2008 18:09:49 +0200
5418
5419 apt (0.7.15~exp2) experimental; urgency=low
5420
5421 [ Michael Vogt ]
5422 * apt-pkg/pkgcachegen.cc:
5423 - do not add multiple identical descriptions for the same
5424 language (closes: #400768)
5425
5426 [ Program translations ]
5427 * Catalan updated. Closes: #499462
5428
5429 -- Michael Vogt <mvo@debian.org> Tue, 23 Sep 2008 07:29:59 +0200
5430
5431 apt (0.7.15~exp1) experimental; urgency=low
5432
5433 [ Christian Perrier ]
5434 * Fix typo in cron.daily script. Closes: #486179
5435
5436 [ Program translations ]
5437 * Traditional Chinese updated. Closes: #488526
5438 * German corrected and completed. Closes: #490532, #480002, #498018
5439 * French completed
5440 * Bulgarian updated. Closes: #492473
5441 * Slovak updated. Closes: #492475
5442 * Galician updated. Closes: #492794
5443 * Japanese updated. Closes: #492975
5444 * Fix missing space in Greek translation. Closes: #493922
5445 * Greek updated.
5446 * Brazilian Portuguese updated.
5447 * Basque updated. Closes: #496754
5448 * Romanian updated. Closes: #492773, #488361
5449 * Portuguese updated. Closes: #491790
5450 * Simplified Chinese updated. Closes: #489344
5451 * Norwegian Bokmål updated. Closes: #480022
5452 * Czech updated. Closes: #479628, #497277
5453 * Korean updated. Closes: #464515
5454 * Spanish updated. Closes: #457706
5455 * Lithuanian added. Closes: #493328
5456 * Swedish updated. Closes: #497496
5457 * Vietnamese updated. Closes: #497893
5458 * Portuguese updated. Closes: #498411
5459 * Greek updated. Closes: #498687
5460 * Polish updated.
5461
5462 [ Michael Vogt ]
5463 * merge patch that enforces stricter https server certificate
5464 checking (thanks to Arnaud Ebalard, closes: #485960)
5465 * allow per-mirror specific https settings
5466 (thanks to Arnaud Ebalard, closes: #485965)
5467 * add doc/examples/apt-https-method-example.cof
5468 (thanks to Arnaud Ebalard, closes: #485964)
5469 * apt-pkg/depcache.cc:
5470 - when checking for new important deps, skip critical ones
5471 (closes: #485943)
5472 * improve apt progress reporting, display trigger actions
5473 * add DPkg::NoTriggers option so that applications that call
5474 apt/aptitude (like the installer) defer trigger processing
5475 (thanks to Joey Hess)
5476 * doc/makefile:
5477 - add examples/apt-https-method-example.conf
5478
5479 -- Michael Vogt <mvo@debian.org> Tue, 16 Sep 2008 21:27:03 +0200
5480
5481 apt (0.7.14ubuntu7) jaunty; urgency=low
5482
5483 * cmdline/apt-cache.cc:
5484 - remove the gettext from a string that consists entirely
5485 of variables (LP: #56792)
5486 * apt-pkg/deb/dpkgpm.cc:
5487 - fix potential hang when in a backgroud process group
5488
5489 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 28 Oct 2008 21:09:12 +0100
5490
5491 apt (0.7.14ubuntu6) intrepid; urgency=low
5492
5493 * debian/apt.conf.autoremove:
5494 - remove "linux-image" (and friends) from the auto-remove
5495 blacklist. we have the kernel fallback infrastructure now
5496 in intrepid (thanks to BenC)
5497 * apt-pkg/indexcopy.cc:
5498 - support having CDs with no Packages file (just a Packages.gz)
5499 by not forcing a verification on non-existing files
5500 (LP: #255545)
5501 * apt-pkg/deb/dpkgpm.cc:
5502 - improve the filtering for duplicated apport reports (thanks
5503 to seb128 for pointing that problem out)
5504 - do not report disk full errors from dpkg via apport
5505
5506 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 07 Aug 2008 16:28:05 +0200
5507
5508 apt (0.7.14ubuntu5) intrepid; urgency=low
5509
5510 * fix various -Wall warnings
5511 * make "apt-get build-dep" installed packages marked automatic
5512 by default. This can be changed by setting the value of
5513 APT::Get::Build-Dep-Automatic to false (thanks to Aaron
5514 Haviland, closes: #44874, LP: #248268)
5515
5516 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 06 Aug 2008 14:00:51 +0200
5517
5518 apt (0.7.14ubuntu4) intrepid; urgency=low
5519
5520 [ Michael Vogt ]
5521 * apt-pkg/deb/dpkgpm.cc:
5522 - fix uninitialized variable that caused no apport reports
5523 to be written sometimes (thanks to Matt Zimmerman)
5524 * merge patch that enforces stricter https server certificate
5525 checking (thanks to Arnaud Ebalard, closes: #485960)
5526 * allow per-mirror specific https settings
5527 (thanks to Arnaud Ebalard, closes: #485965)
5528 * add doc/examples/apt-https-method-example.cof
5529 (thanks to Arnaud Ebalard, closes: #485964)
5530 * add DPkg::NoTriggers option so that applications that call
5531 apt/aptitude (like the installer) defer trigger processing
5532 (thanks to Joey Hess)
5533 * document --install-recommends and --no-install-recommends
5534 (thanks to Dereck Wonnacott, LP: #126180)
5535
5536 [ Dereck Wonnacott ]
5537 * apt-ftparchive might write corrupt Release files (LP: #46439)
5538 * Apply --important option to apt-cache depends (LP: #16947)
5539
5540 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 05 Aug 2008 10:10:49 +0200
5541
5542 apt (0.7.14ubuntu3) intrepid; urgency=low
5543
5544 [ Otavio Salvador ]
5545 * Apply patch to avoid truncating of arbitrary files. Thanks to Bryan
5546 Donlan <bdonlan@fushizen.net> for the patch. Closes: #482476
5547 * Avoid using dbus if dbus-daemon isn't running. Closes: #438803
5548
5549 [ Michael Vogt ]
5550 * apt-pkg/deb/dpkgpm.cc:
5551 - improve apt progress reporting, display trigger actions
5552 * apt-pkg/depcache.cc:
5553 - when checking for new important deps, skip critical ones
5554 (LP: #236360)
5555
5556 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 03 Jun 2008 17:27:07 +0200
5557
5558 apt (0.7.14ubuntu2) intrepid; urgency=low
5559
5560 * debian/control:
5561 - fix FTBFS by adding missing intltool dependency
5562
5563 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 09 May 2008 13:50:22 +0200
5564
5565 apt (0.7.14) unstable; urgency=low
5566
5567 [ Christian Perrier ]
5568 * Mark a message from dselect backend as translatable
5569 Thanks to Frédéric Bothamy for the patch
5570 Closes: #322470
5571
5572 [ Program translations ]
5573 * Simplified Chinese updated. Closes: #473360
5574 * Catalan fixes. Closes: #387141
5575 * Typo fix in Greek translation. Closes: #479122
5576 * French updated.
5577 * Thai updated. Closes: #479313
5578 * Italian updated. Closes: #479326
5579 * Polish updated. Closes: #479342
5580 * Bulgarian updated. Closes: #479379
5581 * Finnish updated. Closes: #479403
5582 * Korean updated. Closes: #479426
5583 * Basque updated. Closes: #479452
5584 * Vietnamese updated. Closes: #479748
5585 * Russian updated. Closes: #479777, #499029
5586 * Galician updated. Closes: #479792
5587 * Portuguese updated. Closes: #479847
5588 * Swedish updated. Closes: #479871
5589 * Dutch updated. Closes: #480125
5590 * Kurdish added. Closes: #480150
5591 * Brazilian Portuguese updated. Closes: #480561
5592 * Hungarian updated. Closes: #480662
5593
5594 [ Otavio Salvador ]
5595 * Apply patch to avoid truncating of arbitrary files. Thanks to Bryan
5596 Donlan <bdonlan@fushizen.net> for the patch. Closes: #482476
5597 * Avoid using dbus if dbus-daemon isn't running. Closes: #438803
5598
5599 [ Michael Vogt ]
5600 * debian/apt.cron.daily:
5601 - apply patch based on the ideas of Francesco Poli for better
5602 behavior when the cache can not be locked (closes: #459344)
5603
5604 -- Michael Vogt <mvo@debian.org> Wed, 28 May 2008 15:19:12 +0200
5605
5606 apt (0.7.13) unstable; urgency=low
5607
5608 [ Otavio Salvador ]
5609 * Add missing build-depends back from build-depends-indep field.
5610 Closes: #478231
5611 * Make cron script quiet if cache is locked. Thanks to Ted Percival
5612 <ted@midg3t.net> for the patch. Closes: #459344
5613 * Add timeout support for https. Thanks to Andrew Martens
5614 <andrew.martens@strangeloopnetworks.com> for the patch.
5615
5616 [ Goswin von Brederlow ]
5617 * Add support for --no-download on apt-get update. Closes: #478517
5618
5619 [ Program translations ]
5620 - Vietnamese updated. Closes: #479008
5621
5622 -- Otavio Salvador <otavio@debian.org> Fri, 02 May 2008 14:46:00 -0300
5623
5624 apt (0.7.12) unstable; urgency=low
5625
5626 [ Michael Vogt ]
5627 * cmdline/apt-key:
5628 - add support for a master-keyring that contains signing keys
5629 that can be used to sign the archive signing keys. This should
5630 make key-rollover easier.
5631 * apt-pkg/deb/dpkgpm.cc:
5632 - merged patch from Kees Cook to fix anoying upper-case display
5633 on amd64 in sbuild
5634 * apt-pkg/algorithms.cc:
5635 - add APT::Update::Post-Invoke-Success script slot
5636 - Make the breaks handling use the kill list. This means, that a
5637 Breaks: Pkg (<< version) may put Pkg onto the remove list.
5638 * apt-pkg/deb/debmetaindex.cc:
5639 - add missing "Release" file uri when apt-get update --print-uris
5640 is run
5641 * methods/connect.cc:
5642 - remember hosts with Resolve failures or connect Timeouts
5643 * cmdline/apt-get.cc:
5644 - fix incorrect help output for -f (LP: #57487)
5645 - do two passes when installing tasks, first ignoring dependencies,
5646 then resolving them and run the problemResolver at the end
5647 so that it can correct any missing dependencies
5648 * debian/apt.cron.daily:
5649 - sleep random amount of time (default within 0-30min) before
5650 starting the upate to hit the mirrors less hard
5651 * doc/apt_preferences.5.xml:
5652 - fix typo
5653 * added debian/README.source
5654
5655 [ Christian Perrier ]
5656 * Fix typos in manpages. Thanks to Daniel Leidert for the fixes
5657 Closes: #444922
5658 * Fix syntax/copitalisation in some messages. Thanks to Jens Seidel
5659 for pointing this and providing the patch.
5660 Closes: #466845
5661 * Fix Polish offline translation. Thanks to Robert Luberda for the patch
5662 and apologies for applying it very lately. Closes: #337758
5663 * Fix typo in offline.sgml. Closes: #412900
5664
5665 [ Program translations ]
5666 - German updated. Closes: #466842
5667 - Swedish updated.
5668 - Polish updated. Closes: #469581
5669 - Slovak updated. Closes: #471341
5670 - French updated.
5671 - Bulgarian updated. Closes: #448492
5672 - Galician updated. Closes: #476839
5673
5674 [ Daniel Burrows ]
5675 * apt-pkg/depcache.cc:
5676 - Patch MarkInstall to follow currently satisfied Recommends even
5677 if they aren't "new", so that we automatically force upgrades
5678 when the version of a Recommends has been tightened. (Closes: #470115)
5679 - Enable more complete debugging information when Debug::pkgAutoRemove
5680 is set.
5681 * apt-pkg/contrib/configuration.cc
5682 - Lift the 1024-byte limit on lines in configuration files.
5683 (Closes: #473710, #473874)
5684 * apt-pkg/contrib/strutl.cc:
5685 - Lift the 64000-byte limit on individual messages parsed by ReadMessages.
5686 (Closes: #474065)
5687 * debian/rules:
5688 - Add missing Build-Depends-Indep on xsltproc, docbook-xsl, and xmlto.
5689
5690 -- Daniel Burrows <dburrows@debian.org> Sat, 26 Apr 2008 12:24:35 -0700
5691
5692 apt (0.7.11) unstable; urgency=critical
5693
5694 [ Raise urgency to critical since it fixes a critical but for Debian
5695 Installer Lenny Beta1 release ]
5696
5697 [ Program translations ]
5698 - Vietnamese updated. Closes: #460825
5699 - Basque updated. Closes: #461166
5700 - Galician updated. Closes: #461468
5701 - Portuguese updated. Closes: #464575
5702 - Korean updated. Closes: #448430
5703 - Simplified Chinese updated. Closes: #465866
5704
5705 [ Otavio Salvador ]
5706 * Applied patch from Robert Millan <rmh@aybabtu.com> to fix the error
5707 message when gpgv isn't installed, closes: #452640.
5708 * Fix regression about APT::Get::List-Cleanup setting being ignored,
5709 closes: #466052.
5710
5711 -- Otavio Salvador <otavio@debian.org> Thu, 17 Jan 2008 22:36:46 -0200
5712
5713 apt (0.7.10) unstable; urgency=low
5714
5715 [ Otavio Salvador ]
5716 * Applied patch from Mike O'Connor <stew@vireo.org> to add a manpage to
5717 apt-mark, closes: #430207.
5718 * Applied patch from Andrei Popescu <andreimpopescu@gmail.com> to add a
5719 note about some frontends in apt.8 manpage, closes: #438545.
5720 * Applied patch from Aurelien Jarno <aurel32@debian.org> to avoid CPU
5721 getting crazy when /dev/null is redirected to stdin (which breaks
5722 buildds), closes: #452858.
5723 * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix building
5724 with newest dpkg-shlibdeps changing the packaging building order and a
5725 patch from Robert Millan <rmh@aybabtu.com> to fix parallel building,
5726 closes: #452862.
5727 * Applied patch from Alexander Winston <alexander.winston@comcast.net>
5728 to use 'min' as symbol for minute, closes: #219034.
5729 * Applied patch from Amos Waterland <apw@us.ibm.com> to allow apt to
5730 work properly in initramfs, closes: #448316.
5731 * Applied patch from Robert Millan <rmh@aybabtu.com> to make apt-key and
5732 apt-get to ignore time conflicts, closes: #451328.
5733 * Applied patch from Peter Eisentraut <peter_e@gmx.net> to fix a
5734 grammatical error ("manual installed" -> "manually installed"),
5735 closes: #438136.
5736 * Fix cron.daily job to not call fail if apt isn't installed, closes:
5737 #443286.
5738 * Fix compilation warnings in apt-pkg/cdrom.cc and
5739 apt-pkg/contrib/configuration.cc.
5740 * Fix typo in debian/copyright file ("licened" instead of "licensed"),
5741 closes: #458966.
5742
5743 [ Program translations ]
5744 - Basque updated. Closes: #453088
5745 - Vietnamese updated. Closes: #453774, #459013
5746 - Japanese updated. Closes: #456909
5747 - Simplified Chinese updated. Closes: #458039
5748 - French updated.
5749 - Norwegian Bokmål updated. Closes: #457917
5750
5751 [ Michael Vogt ]
5752 * debian/rules
5753 - fix https install location
5754 * debian/apt.conf.daily:
5755 - print warning if the cache can not be locked (closes: #454561),
5756 thanks to Bastian Kleineidam
5757 * methods/gpgv.cc:
5758 - remove cruft code that caused timestamp/I-M-S issues
5759 * ftparchive/contents.cc:
5760 - fix error output
5761 * apt-pkg/acquire-item.{cc,h}:
5762 - make the authentication download code more robust against
5763 servers/proxies with broken If-Range implementations
5764 * apt-pkg/packagemanager.{cc,h}:
5765 - propergate the Immediate flag to make hitting the
5766 "E: Internal Error, Could not perform immediate configuration (2)"
5767 harder
5768 * debian/control:
5769 - build against libdb-dev (instead of libdb4.4-dev)
5770 * merged the apt--DoListUpdate branch, this provides a common interface
5771 for "apt-get update" like operations for the frontends and also provides
5772 hooks to run stuff in APT::Update::{Pre,Post}-Invoke
5773
5774 [ Chris Cheney ]
5775 * ftparchive/contents.cc:
5776 - support lzma data members
5777 * ftparchive/multicompress.cc:
5778 - support lzma output
5779
5780 [ Daniel Burrows ]
5781 * apt-pkg/contrib/configuration.cc:
5782 - if RootDir is set, then FindFile and FindDir will return paths
5783 relative to the directory stored in RootDir, closes: #456457.
5784
5785 [ Christian Perrier ]
5786 * Fix wording for "After unpacking...". Thanks to Michael Gilbert
5787 for the patch. Closes: #260825
5788
5789 -- Michael Vogt <mvo@debian.org> Mon, 07 Jan 2008 21:40:47 +0100
5790
5791 apt (0.7.9ubuntu17) hardy-proposed; urgency=low
5792
5793 * apt-pkg/acquire-item.cc:
5794 - fix signaure removal on transient network failures LP: #220627
5795 (thanks to Scott James Remnant)
5796
5797 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 22 Apr 2008 16:32:49 +0200
5798
5799 apt (0.7.9ubuntu16) hardy; urgency=low
5800
5801 * cmdline/apt-key:
5802 - only check against master-keys in net-update to not break
5803 custom CDs (thanks to Colin Watson)
5804
5805 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 08 Apr 2008 14:17:14 +0200
5806
5807 apt (0.7.9ubuntu15) hardy; urgency=low
5808
5809 * cmdline/apt-get.cc:
5810 - do two passes when installing tasks, first ignoring dependencies,
5811 then resolving them and run the problemResolver at the end
5812 so that it can correct any missing dependencies. This should
5813 fix livecd building for kubuntu (thanks to Jonathan Riddell
5814 for reporting the problem)
5815
5816 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 13 Mar 2008 23:25:45 +0100
5817
5818 apt (0.7.9ubuntu14) hardy; urgency=low
5819
5820 * cmdline/apt-get.cc:
5821 - fix incorrect help output for -f (LP: #57487)
5822 - run the problemResolver after a task was installed
5823 so that it can correct any missing dependencies
5824 * typo fixes (LP: #107960)
5825
5826 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 11 Mar 2008 21:46:07 +0100
5827
5828 apt (0.7.9ubuntu13) hardy; urgency=low
5829
5830 [ Lionel Porcheron ]
5831 * debian/apt.cron.daily:
5832 - only call gconftool if gcontool is installed (LP: #194281)
5833
5834 [ Michael Vogt ]
5835 * doc/apt_preferences.5.xml:
5836 - fix typo (LP: #150900)
5837 * doc/example/sources.list:
5838 - updated for hardy (LP: #195879)
5839 * debian/apt.cron.daily:
5840 - sleep random amount of time (default within 0-30min) before
5841 starting the upate to hit the mirrors less hard
5842
5843 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 04 Mar 2008 15:35:09 +0100
5844
5845 apt (0.7.9ubuntu12) hardy; urgency=low
5846
5847 * debian/apt.cron.daily:
5848 - use admin user proxy settings
5849 * cmdline/apt-get.cc:
5850 - fix task installation (thanks to Colin Watson)
5851
5852 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 21 Feb 2008 15:07:44 +0100
5853
5854 apt (0.7.9ubuntu11) hardy; urgency=low
5855
5856 * apt-pkg/algorithms.cc:
5857 - add APT::Update::Post-Invoke-Success script slot
5858 (LP: #188127)
5859
5860 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Jan 2008 12:06:12 +0100
5861
5862 apt (0.7.9ubuntu10) hardy; urgency=low
5863
5864 * cmdline/apt-key:
5865 - add "net-update" command that fetches the
5866 ubuntu-archive-keyring.gpg and add keys from it that are
5867 signed by the ubuntu-master-keyring.gpg
5868 (apt-archive-key-signatures spec)
5869 * debian/apt.cron.daily:
5870 - add apt-key net-update to the nightly cron job
5871
5872 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 13 Feb 2008 15:50:28 +0100
5873
5874 apt (0.7.9ubuntu9) hardy; urgency=low
5875
5876 * fix FTBFS due to incorrect intltool build-depends
5877
5878 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 11 Feb 2008 16:04:37 +0100
5879
5880 apt (0.7.9ubuntu8) hardy; urgency=low
5881
5882 * share/apt-auth-failure.note:
5883 - show update-notifier note if the nightly update fails with a
5884 authentication failure (apt-authentication-reliability spec)
5885
5886 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 11 Feb 2008 14:04:56 +0100
5887
5888 apt (0.7.9ubuntu7) hardy; urgency=low
5889
5890 * methods/connect.cc:
5891 - remember hosts with Resolve failures or connect Timeouts
5892 see https://wiki.ubuntu.com/NetworklessInstallationFixes
5893 * cmdlines/apt-key:
5894 - fix bug in the new apt-key update code that imports only
5895 keys signed with the master key (thanks to cjwatson)
5896
5897 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 08 Feb 2008 11:38:35 +0100
5898
5899 apt (0.7.9ubuntu6) hardy; urgency=low
5900
5901 * cmdline/apt-key:
5902 - add support for a master-keyring that contains signing keys
5903 that can be used to sign the archive signing keys. This should
5904 make key-rollover easier.
5905 * apt-pkg/deb/dpkgpm.cc:
5906 - merged patch from Kees Cook to fix anoying upper-case display
5907 on amd64 in sbuild
5908 * apt-pkg/algorithms.cc:
5909 - add APT::Update::Post-Invoke-Success script slot
5910 - Make the breaks handling use the kill list. This means, that a
5911 Breaks: Pkg (<< version) may put Pkg onto the remove list.
5912 * apt-pkg/deb/dpkgpm.cc:
5913 - add APT::Apport::MaxReports to limit the maximum number
5914 of reports generated in a single run (default to 3)
5915 * apt-pkg/deb/debmetaindex.cc:
5916 - add missing "Release" file uri when apt-get update --print-uris
5917 is run
5918
5919 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 04 Feb 2008 14:28:02 +0100
5920
5921 apt (0.7.9ubuntu5) hardy; urgency=low
5922
5923 * Merged apt-authentication-reliabilty branch. This means
5924 that apt will refuse to update and use the old lists if
5925 the authentication of a repository that used to be
5926 authenticated fails. See
5927 https://wiki.ubuntu.com/AptAuthenticationReliability
5928 for more details.
5929
5930 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 16 Jan 2008 10:36:10 +0100
5931
5932 apt (0.7.9ubuntu4) hardy; urgency=low
5933
5934 * apt-pkg/algorithms.cc:
5935 - Since APT::Get::List-Cleanup and APT::List-Cleanup both default to
5936 true, the effect of the compatibility code was to require both of them
5937 to be set to false in order to disable list cleanup; this broke the
5938 installer. Instead, disable list cleanup if either of them is set to
5939 false.
5940
5941 -- Colin Watson <cjwatson@ubuntu.com> Wed, 09 Jan 2008 22:34:37 +0000
5942
5943 apt (0.7.9ubuntu3) hardy; urgency=low
5944
5945 * merged the apt--DoListUpdate branch, this provides a common interface
5946 for "apt-get update" like operations for the frontends and also provides
5947 hooks to run stuff in APT::Update::{Pre,Post}-Invoke
5948
5949 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 07 Jan 2008 19:02:11 +0100
5950
5951 apt (0.7.9ubuntu2) hardy; urgency=low
5952
5953 [ Otavio Salvador ]
5954 * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix building
5955 with newest dpkg-shlibdeps changing the packaging building order and a
5956 patch from Robert Millan <rmh@aybabtu.com> to fix parallel building,
5957 closes: #452862.
5958 * Applied patch from Alexander Winston <alexander.winston@comcast.net>
5959 to use 'min' as symbol for minute, closes: #219034.
5960 * Applied patch from Amos Waterland <apw@us.ibm.com> to allow apt to
5961 work properly in initramfs, closes: #448316.
5962 * Applied patch from Robert Millan <rmh@aybabtu.com> to make apt-key and
5963 apt-get to ignore time conflicts, closes: #451328.
5964 * Applied patch from Peter Eisentraut <peter_e@gmx.net> to fix a
5965 grammatical error ("manual installed" -> "manually installed"),
5966 closes: #438136.
5967 * Fix cron.daily job to not call fail if apt isn't installed, closes:
5968 #443286.
5969
5970 [ Daniel Burrows ]
5971 * apt-pkg/contrib/configuration.cc:
5972 - if RootDir is set, then FindFile and FindDir will return paths
5973 relative to the directory stored in RootDir, closes: #456457.
5974
5975 [ Christian Perrier ]
5976 * Fix wording for "After unpacking...". Thans to Michael Gilbert
5977 for the patch. Closes: #260825
5978
5979 [ Program translations ]
5980 - Vietnamese updated. Closes: #453774
5981 - Japanese updated. Closes: #456909
5982 - French updated.
5983
5984 [ Michael Vogt ]
5985 * apt-pkg/packagemanager.{cc,h}:
5986 - propergate the Immediate flag to make hitting the
5987 "E: Internal Error, Could not perform immediate configuration (2)"
5988 harder. (LP: #179247)
5989 * debian/apt.conf.daily:
5990 - print warning if the cache can not be locked (closes: #454561),
5991 thanks to Bastian Kleineidam
5992 * debian/control:
5993 - build against libdb-dev (instead of libdb4.4-dev)
5994
5995 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 03 Jan 2008 11:31:45 +0100
5996
5997 apt (0.7.9ubuntu1) hardy; urgency=low
5998
5999 * merged from http://bzr.debian.org/apt/apt/debian-sid/, remaining
6000 changes:
6001 - mirror download method (pending merge with debian)
6002 - no pdiff download by default (unsuitable for ubuntu)
6003 - no recommends-by-default yet
6004 - add "Original-Maintainer" field to tagfile
6005 - show warning on apt-get source if the package is maintained
6006 in a VCS (pedinging merge with debian)
6007 - use ubuntu-archive keyring instead of debians one
6008 - support metapackages section for autoremoval
6009 - debian maintainer field change
6010 - send ubuntu string in user-agent
6011
6012 * Changes from the debian-sid bzr branch (but not uploaded to debian
6013 yet):
6014
6015 [ Otavio Salvador ]
6016 * Applied patch from Mike O'Connor <stew@vireo.org> to add a manpage to
6017 apt-mark, closes: #430207.
6018 * Applied patch from Andrei Popescu <andreimpopescu@gmail.com> to add a
6019 note about some frontends in apt.8 manpage, closes: #438545.
6020 * Applied patch from Aurelien Jarno <aurel32@debian.org> to avoid CPU
6021 getting crazy when /dev/null is redirected to stdin (which breaks
6022 buildds), closes: #452858.
6023
6024 [ Program translations ]
6025 - Basque updated. Closes: #453088
6026
6027 [ Michael Vogt ]
6028 * debian/rules
6029 - fix https install location
6030 * methods/gpgv.cc:
6031 - remove cruft code that caused timestamp/I-M-S issues
6032 * ftparchive/contents.cc:
6033 - fix error output
6034 * methods/mirror.{cc,h}:
6035 - only update mirror list on IndexFile updates
6036 * apt-pkg/acquire-item.{cc,h}:
6037 - make the authentication download code more robust against
6038 servers/proxies with broken If-Range implementations
6039 * debian/control:
6040 - build against libdb-dev (instead of libdb4.4-dev)
6041 * merged the apt--DoListUpdate branch, this provides a common interface
6042 for "apt-get update" like operations for the frontends and also provides
6043 hooks to run stuff in APT::Update::{Pre,Post}-Invoke
6044
6045 [ Chris Cheney ]
6046 * ftparchive/contents.cc:
6047 - support lzma data members
6048 * ftparchive/multicompress.cc:
6049 - support lzma output
6050
6051 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 13 Dec 2007 14:46:27 +0100
6052
6053 apt (0.7.9) unstable; urgency=low
6054
6055 [ Christian Perrier ]
6056 * Add several languages to LINGUAS and, therefore, really ship the relevant
6057 translation:
6058 Arabic, Dzongkha, Khmer, Marathi, Nepali, Thai
6059 Thanks to Theppitak Karoonboonyanan for checking this out. Closes: #448321
6060
6061 [ Program translations ]
6062 - Korean updated. Closes: #448430
6063 - Galician updated. Closes: #448497
6064 - Swedish updated.
6065
6066 [ Otavio Salvador ]
6067 * Fix configure script to check for CURL library and headers presense.
6068 * Applied patch from Brian M. Carlson <sandals@crustytoothpaste.ath.cx>
6069 to add backward support for arches that lacks pselect support,
6070 closes: #448406.
6071 * Umount CD-ROM when calling apt-cdrom ident, except when called with
6072 -m, closes: #448521.
6073
6074 -- Otavio Salvador <otavio@debian.org> Wed, 31 Oct 2007 13:37:26 -0200
6075
6076 apt (0.7.8) unstable; urgency=low
6077
6078 * Applied patch from Daniel Leidert <daniel.leidert@wgdd.de> to fix
6079 APT::Acquire::Translation "none" support, closes: #437523.
6080 * Applied patch from Daniel Burrows <dburrows@debian.org> to add support
6081 for the Homepage field (ABI break), closes: #447970.
6082 * Applied patch from Frans Pop <elendil@planet.nl> to fix a trailing
6083 space after cd label, closes: #448187.
6084
6085 -- Otavio Salvador <otavio@debian.org> Fri, 26 Oct 2007 18:20:13 -0200
6086
6087 apt (0.7.7) unstable; urgency=low
6088
6089 [ Michael Vogt ]
6090 * apt-inst/contrib/extracttar.cc:
6091 - fix fd leak for zero size files (thanks to Bill Broadley for
6092 reporting this bug)
6093 * apt-pkg/acquire-item.cc:
6094 - remove zero size files on I-M-S hit
6095 * methods/https.cc:
6096 - only send LastModified if we actually have a file
6097 - send range request with if-range
6098 - delete failed downloads
6099 - delete zero size I-M-S hits
6100 * apt-pkg/deb/dpkgpm.{cc,h}:
6101 - merged dpkg-log branch, this lets you specify a
6102 Dir::Log::Terminal file to log dpkg output to
6103 (ABI break)
6104 - fix parse error when dpkg sends unexpected data
6105 * merged apt--sha256 branch to fully support the new
6106 sha256 checksums in the Packages and Release files
6107 (ABI break)
6108 * apt-pkg/pkgcachegen.cc:
6109 - increase default mmap size
6110 * tests/local-repo:
6111 - added local repository testcase
6112 * apt-pkg/acquire.cc:
6113 - increase MaxPipeDepth for the internal worker<->method
6114 communication to 1000 for the debtorrent backend
6115 * make apt build with g++ 4.3
6116 * fix missing SetExecClose() call when the status-fd is used
6117 * debian/apt.cron.daily:
6118 - move unattended-upgrade before apt-get autoclean
6119 * fix "purge" commandline argument, closes: #133421
6120 (thanks to Julien Danjou for the patch)
6121 * cmdline/apt-get.cc:
6122 - do not change the auto-installed information if a package
6123 is reinstalled
6124 * apt-pkg/acquire-item.cc:
6125 - fix crash in diff acquire code
6126 * cmdline/apt-mark:
6127 - Fix chmoding after have renamed the extended-states file (LP: #140019)
6128 (thanks to Laurent Bigonville)
6129 * apt-pkg/depcache.cc:
6130 - set "APT::Install-Recommends" to true by default (OMG!)
6131 * debian/apt.cron.daily:
6132 - only run the cron job if apt-get check succeeds (LP: #131719)
6133
6134 [ Program translations ]
6135 - French updated
6136 - Basque updated. Closes: #436425
6137 - Fix the zh_CN translator's name in debian/changelog for 0.7.2
6138 Closes: #423272
6139 - Vietnamese updated. Closes: #440611
6140 - Danish updated. Closes: #441102
6141 - Thai added. Closes: #442833
6142 - Swedish updated.
6143 - Galician updated. Closes: #446626
6144
6145 [ Otavio Salvador ]
6146 * Add hash support to copy method. Thanks Anders Kaseorg by the patch
6147 (closes: #436055)
6148 * Reset curl options and timestamp between downloaded files. Thanks to
6149 Ryan Murray <rmurray@debian.org> for the patch (closes: #437150)
6150 * Add support to apt-key to export keys to stdout. Thanks to "Dwayne
6151 C. Litzenberger" <dlitz@dlitz.net> for the patch (closes: #441942)
6152 * Fix compilation warnings:
6153 - apt-pkg/indexfile.cc: conversion from string constant to 'char*';
6154 - apt-pkg/acquire-item.cc: likewise;
6155 - apt-pkg/cdrom.cc: '%lu' expects 'long unsigned int', but argument
6156 has type 'size_t';
6157 - apt-pkg/deb/dpkgpm.cc: initialization order and conversion from
6158 string constant to 'char*';
6159 - methods/gpgv.cc: conversion from string constant to 'char*';
6160 - methods/ftp.cc: likewise;
6161 - cmdline/apt-extracttemplates.cc: likewise;
6162 - apt-pkg/deb/debmetaindex.cc: comparison with string literal results
6163 in unspecified behaviour;
6164 * cmdline/apt-get.cc: adds 'autoremove' as a valid comment to usage
6165 statement of apt-get (closes: #445468).
6166 * cmdline/apt-get.cc: really applies Julien Danjou <acid@debian.org>
6167 patch to add 'purge' command line argument (closes: #133421).
6168
6169 [ Ian Jackson ]
6170 * dpkg-triggers: Deal properly with new package states.
6171
6172 [ Colin Watson ]
6173 * apt-pkg/contrib/mmap.cc:
6174 - don't fail if msync() returns > 0
6175
6176 -- Michael Vogt <mvo@debian.org> Tue, 23 Oct 2007 14:58:03 +0200
6177
6178 apt (0.7.6ubuntu14.1) gutsy-proposed; urgency=low
6179
6180 [ Michael Vogt ]
6181 * apt-pkg/deb/dpkgpm.{cc,h}:
6182 - give up timeslice on EIO error in read from master terminal
6183 * debian/apt.cron.daily:
6184 - only run the cron job if apt-get check succeeds (LP: #131719)
6185
6186 [ Martin Emrich ]
6187 * apt-pkg/deb/dpkgpm.{cc,h}:
6188 - rewrite dpkgpm.cc to use pselect() instead of select()
6189 to block signals during select() (LP: #134858)
6190
6191 -- Michael Vogt <michael.vogt@ubuntu.com> Sat, 20 Oct 2007 07:51:12 +0200
6192
6193 apt (0.7.6ubuntu14) gutsy; urgency=low
6194
6195 * apt-pkg/deb/dpkgpm.cc:
6196 - fix resource leak (LP: #148806)
6197
6198 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 15 Oct 2007 20:57:44 +0200
6199
6200 apt (0.7.6ubuntu13) gutsy; urgency=low
6201
6202 * apt-pkg/deb/dpkgpm.cc:
6203 - fix crash in WriteApportReport (LP: #144537)
6204 * apt-pkg/acquire-item.cc
6205 - fix disappearing local Packages.gz file (LP: #131166)
6206 * methods/https.cc:
6207 - fix off-by-one error I-M-S handling
6208 - cleanup after I-M-S hit
6209
6210 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 09 Oct 2007 01:48:26 +0200
6211
6212 apt (0.7.6ubuntu12) gutsy; urgency=low
6213
6214 [ Michael Vogt ]
6215 * cmdline/apt-mark:
6216 - Fix chmoding after have renamed the extended-states file
6217 (thanks to Laurent Bigonville, LP: #140019)
6218 * apt-pkg/deb/debmetaindex.cc: comparison with string literal results
6219 in unspecified behaviour;
6220 * Reset curl options and timestamp between downloaded files. Thanks to
6221 Ryan Murray <rmurray@debian.org> for the patch
6222
6223 [Paul Sladen]
6224 * Have 'cron.daily/apt' send D-Bus doesn't exist error messages
6225 to the bit bucket. Thanks to 'dasdda'. (LP: #115397)
6226
6227 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 03 Oct 2007 02:17:45 +0200
6228
6229 apt (0.7.6ubuntu11) gutsy; urgency=low
6230
6231 * apt-pkg/contrib/mmap.cc:
6232 - don't fail if msync() returns > 0 (LP: #144001)
6233
6234 -- Colin Watson <cjwatson@ubuntu.com> Sat, 22 Sep 2007 21:39:29 +0100
6235
6236 apt (0.7.6ubuntu10) gutsy; urgency=low
6237
6238 * apt-pkg/deb/dpkgpm.cc:
6239 - fix parse error when dpkg sends unexpected data
6240
6241 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 18 Sep 2007 17:25:09 +0100
6242
6243 apt (0.7.6ubuntu9) gutsy; urgency=low
6244
6245 * apt-pkg/deb/dpkgpm.cc:
6246 - fix progress reporting precent calculation (LP: #137798)
6247 * make apt build with g++ 4.3
6248 * fix missing SetExecClose() call when the status-fd is used
6249 (LP: #136767)
6250 * debian/apt.cron.daily:
6251 - move unattended-upgrade before apt-get autoclean
6252 * fix "purge" commandline argument, closes LP: #125733
6253 (thanks to Julien Danjou for the patch)
6254 * cmdline/apt-get.cc:
6255 - do not change the auto-installed information if a package
6256 is reinstalled (LP: #139448)
6257
6258 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 11 Sep 2007 20:55:00 +0200
6259
6260 apt (0.7.6ubuntu8) gutsy; urgency=low
6261
6262 * apt-pkg/deb/dpkgpm.{cc,h}:
6263 - fix bug in dpkg log writing when a signal is caught during
6264 select() (LP: #134858)
6265 - write end marker in the log as well
6266
6267 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 05 Sep 2007 15:03:46 +0200
6268
6269 apt (0.7.6ubuntu7) gutsy; urgency=low
6270
6271 * reupload to fix FTBFS
6272
6273 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 16 Aug 2007 19:44:20 +0200
6274
6275 apt (0.7.6ubuntu6) gutsy; urgency=low
6276
6277 * dpkg-triggers: Deal properly with new package states.
6278
6279 -- Ian Jackson <iwj@ubuntu.com> Wed, 15 Aug 2007 20:44:37 +0100
6280
6281 apt (0.7.6ubuntu5) UNRELEASED; urgency=low
6282
6283 * apt-pkg/acquire-item.cc:
6284 - fix file removal on local repo i-m-s hit (LP: #131166)
6285 * tests/local-repo:
6286 - added regression test for this bug
6287
6288 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 09 Aug 2007 12:34:07 +0200
6289
6290 apt (0.7.6ubuntu4) gutsy; urgency=low
6291
6292 * cmdline/apt-get.cc:
6293 - remove YnPrompt when a XS-Vcs- tag is found, improve the
6294 notice (LP: #129575)
6295 * methods/copy.cc:
6296 - take hashes here too
6297 * apt-pkg/acquire-worker.cc:
6298 - only pass on computed hash if we recived one from the method
6299
6300 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 08 Aug 2007 19:30:29 +0200
6301
6302 apt (0.7.6ubuntu3) gutsy; urgency=low
6303
6304 * apt-pkg/deb/dpkgpm.cc:
6305 - fix packagename extraction when writting apport reports
6306 * apt-pkg/pkgcachegen.cc:
6307 - increase default mmap size (LP: #125640)
6308
6309 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 07 Aug 2007 09:52:00 +0200
6310
6311 apt (0.7.6ubuntu2) gutsy; urgency=low
6312
6313 * doc/examples/sources.list:
6314 - change example source to gutsy
6315 * apt-pkg/deb/dpkgpm.cc:
6316 - do not break if no /dev/pts is available
6317
6318 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 06 Aug 2007 15:17:57 +0200
6319
6320 apt (0.7.6ubuntu1) gutsy; urgency=low
6321
6322 [ Michael Vogt ]
6323 * apt-inst/contrib/extracttar.cc:
6324 - fix fd leak for zero size files (thanks to Bill Broadley for
6325 reporting this bug)
6326 * apt-pkg/acquire-item.cc:
6327 - remove zero size files on I-M-S hit
6328 * methods/https.cc:
6329 - only send LastModified if we actually have a file
6330 - send range request with if-range
6331 - delete failed downloads
6332 (thanks to Thom May for his help here)
6333 - delete zero size I-M-S hits
6334 * apt-pkg/deb/dpkgpm.{cc,h}:
6335 - merged dpkg-log branch, this lets you specify a
6336 Dir::Log::Terminal file to log dpkg output to
6337 (ABI break)
6338 - when writting apport reports, attach the dpkg
6339 terminal log too
6340 * merged apt--sha256 branch to fully support the new
6341 sha256 checksums in the Packages and Release files
6342 (ABI break)
6343 * apt-pkg/pkgcachegen.cc:
6344 - increase default mmap size
6345 * tests/local-repo:
6346 - added local repository testcase
6347 * make apt build with g++ 4.3
6348 * fix missing SetExecClose() call when the status-fd is used
6349 * debian/apt.cron.daily:
6350 - move unattended-upgrade before apt-get autoclean
6351 * fix "purge" commandline argument, closes: #133421
6352 (thanks to Julien Danjou for the patch)
6353 * cmdline/apt-get.cc:
6354 - do not change the auto-installed information if a package
6355 is reinstalled
6356 * cmdline/apt-mark:
6357 - Fix chmoding after have renamed the extended-states file (LP: #140019)
6358 (thanks to Laurent Bigonville)
6359
6360 [ Ian Jackson ]
6361 * dpkg-triggers: Deal properly with new package states.
6362
6363 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 02 Aug 2007 11:55:54 +0200
6364
6365 apt (0.7.6) unstable; urgency=low
6366
6367 * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrong
6368 directory downloading on non-linux architectures (closes: #435597)
6369
6370 -- Otavio Salvador <otavio@debian.org> Wed, 01 Aug 2007 19:49:51 -0300
6371
6372 apt (0.7.5) unstable; urgency=low
6373
6374 [ Otavio Salvador ]
6375 * Applied patch from Guillem Jover <guillem@debian.org> to use
6376 dpkg-architecture to get the host architecture (closes: #407187)
6377 * Applied patch from Guillem Jover <guillem@debian.org> to add
6378 support to add lzma support (closes: #408201)
6379
6380 [ Michael Vogt ]
6381 * apt-pkg/depcache.cc:
6382 - support a list of sections for:
6383 APT::Install-Recommends-Sections
6384 APT::Never-MarkAuto-Sections
6385 * methods/makefile:
6386 - install lzma symlink method (for full lzma support)
6387 * debian/control:
6388 - suggest "lzma"
6389
6390 -- Otavio Salvador <otavio@ossystems.com.br> Wed, 25 Jul 2007 20:16:46 -0300
6391
6392 apt (0.7.4ubuntu1) gutsy; urgency=low
6393
6394 * debian/apt.conf.ubuntu, apt.conf.autoremove:
6395 - Change metapackages to {restricted,universe,multiverse}/metapackages
6396 in Install-Recommends-Sections and Never-MarkAuto-Sections
6397
6398 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 26 Jul 2007 10:42:29 +0200
6399
6400 apt (0.7.4) unstable; urgency=low
6401
6402 [ Michael Vogt ]
6403 * cmdline/apt-get.cc:
6404 - fix in the task-install code regexp (thanks to Adam Conrad and
6405 Colin Watson)
6406 - support task removal too: apt-get remove taskname^
6407 (thanks to Matt Zimmerman reporting this problem)
6408
6409 [ Otavio Salvador ]
6410 * Fix a typo on 0.7.3 changelog entry about g++ (7.3 to 4.3)
6411 * Fix compilation warnings:
6412 - apt-pkg/contrib/configuration.cc: wrong argument type;
6413 - apt-pkg/deb/dpkgpm.cc: wrong signess;
6414 - apt-pkg-acquire-item.cc: wrong signess and orderned initializers;
6415 - methods/https.cc:
6416 - type conversion;
6417 - unused variable;
6418 - changed SetupProxy() method to void;
6419 * Simplified HttpMethod::Fetch on http.cc removing Tail variable;
6420 * Fix pipeline handling on http.cc (closes: #413324)
6421 * Fix building to properly support binNMUs. Thanks to Daniel Schepler
6422 <schepler@math.unipd.it> by the patch (closes: #359634)
6423 * Fix example for Install-{Recommends,Suggests} options on
6424 configure-index example file. Thanks to Peter Eisentraut
6425 <peter_e@gmx.net> by the patch (closes: #432223)
6426
6427 [ Christian Perrier ]
6428 * Basque translation update. Closes: ##423766
6429 * Unfuzzy formerly complete translations
6430 * French translation update
6431 * Re-generate PO(T) files
6432 * Spanish translation update
6433 * Swedish translation update
6434
6435 -- Otavio Salvador <otavio@debian.org> Tue, 24 Jul 2007 09:55:50 -0300
6436
6437 apt (0.7.3) unstable; urgency=low
6438
6439 * fixed compile errors with g++ 4.3 (thanks to
6440 Daniel Burrows, closes: #429378)
6441 * fixes in the auto-mark code (thanks to Daniel
6442 Burrows)
6443 * fix FTBFS by changing build-depends to
6444 libcurl4-gnutls-dev (closes: #428363)
6445 * cmdline/apt-get.cc:
6446 - fix InstallTask code when a pkgRecord ends
6447 with a single '\n' (thanks to Soren Hansen for reporting)
6448 * merged from Christian Perrier:
6449 * vi.po: completed to 532t, again. Closes: #429899
6450 * gl.po: completed to 532t. Closes: #429506
6451 * vi.po: completed to 532t. Closes: #428672
6452 * Update all PO and the POT. Gives 514t14f4u for formerly
6453 complete translations
6454 * fr.po: completed to 532t
6455 * ku.po, uk.po, LINGUAS: reintegrate those translations
6456 which disappeared from the BZR repositories
6457
6458 -- Michael Vogt <mvo@debian.org> Sun, 01 Jul 2007 12:31:29 +0200
6459
6460 apt (0.7.2ubuntu7) gutsy; urgency=low
6461
6462 * fix build-dependencies
6463 * fixes in the auto-mark code (thanks to Daniel
6464 Burrows)
6465
6466 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 9 Jul 2007 19:02:54 +0200
6467
6468 apt (0.7.2ubuntu6) gutsy; urgency=low
6469
6470 [ Michael Vogt]
6471 * cmdline/apt-get.cc:
6472 - make the XS-Vcs-$foo warning more copy'n'paste
6473 friendly (thanks to Matt Zimmerman)
6474 - ignore the Vcs-Browser tag (Fixes LP: #121770)
6475 * debian/apt.conf.autoremove:
6476 - added "linux-ubuntu-modules" to APT::NeverAutoRemove
6477
6478 [ Sarah Hobbs ]
6479 * Change metapackages to *metapackages in Install-Recommends-Section
6480 and Never-MarkAuto-Section of debian/apt.conf.autoremove, so that
6481 the Recommends of metapackages in universe and multiverse will get
6482 installed.
6483 * Also make this change in doc/examples/configure-index.
6484 * Added a Build Dependancies of automake, docbook-xsl, xsltproc, xmlto,
6485 docbook to fix FTBFS.
6486 * Added in previous changelog entries, as those who uploaded did not
6487 actually commit to Bzr.
6488
6489 -- Sarah Hobbs <hobbsee@ubuntu.com> Mon, 09 Jul 2007 01:15:57 +1000
6490
6491 apt (0.7.2ubuntu5) gutsy; urgency=low
6492
6493 * Rerun autoconf to fix the FTBFS.
6494
6495 -- Michael Bienia <geser@ubuntu.com> Fri, 06 Jul 2007 19:17:33 +0200
6496
6497 apt (0.7.2ubuntu4) gutsy; urgency=low
6498
6499 * Rebuild for the libcurl4 -> libcurl3 transition mess.
6500
6501 -- Steve Kowalik <stevenk@ubuntu.com> Fri, 6 Jul 2007 12:44:05 +1000
6502
6503 apt (0.7.2ubuntu3) gutsy; urgency=low
6504
6505 * cmdline/apt-get.cc:
6506 - fix InstallTask code when a pkgRecord ends
6507 with a single '\n' (thanks to Soren Hansen for reporting)
6508
6509 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 27 Jun 2007 13:33:38 +0200
6510
6511 apt (0.7.2ubuntu2) gutsy; urgency=low
6512
6513 * fixed compile errors with g++ 4.3 (thanks to
6514 Daniel Burrows, closes: #429378)
6515 * fix FTFBFS by changing build-depends to
6516 libcurl4-gnutls-dev (closes: #428363)
6517
6518 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 19 Jun 2007 13:47:03 +0200
6519
6520 apt (0.7.2ubuntu1) gutsy; urgency=low
6521
6522 * apt-pkg/deb/dpkgpm.cc:
6523 - apport integration added, this means that a apport
6524 report is written on dpkg failures
6525 * cmdline/apt-get.cc:
6526 - merged http://people.ubuntu.com/~mvo/bzr/apt/xs-vcs-bzr/
6527 this will warn when Vcs- headers are found on apt-get source
6528 (Fixes LP:#115959)
6529 * merged from debian/unstable, remaining changes:
6530 - maintainer field changed
6531 - merged the apt--mirror branch
6532 http://people.ubuntu.com/~mvo/bzr/apt/apt--mirror/
6533 - apport reporting on package install/upgrade/remove failure
6534 - support for "Originial-Maintainer" field
6535 - merged apt--xs-vcs-bzr branch
6536 (http://people.ubuntu.com/~mvo/bzr/apt/xs-vcs-bzr/)
6537 - use ubuntu archive keyring by default
6538 - debian/apt.conf.autoremove
6539 + install recommands for section "metapackages"
6540 + do not mark direct dependencies of "metapackages" as autoremoved
6541
6542 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 14 Jun 2007 10:38:36 +0200
6543
6544 apt (0.7.2-0.1) unstable; urgency=low
6545
6546 * Non-maintainer upload.
6547 * Build-depend on libcurl4-gnutls-dev instead of the obsolete
6548 libcurl3-gnutls-dev. Closes: #428363.
6549
6550 -- Steve Langasek <vorlon@debian.org> Thu, 28 Jun 2007 18:46:53 -0700
6551
6552 apt (0.7.2) unstable; urgency=low
6553
6554 * merged the debian/experimental changes back
6555 into the debian/sid branch
6556 * merged from Christian Perrier:
6557 * mr.po: New Marathi translation Closes: #416806
6558 * zh_CN.po: Updated by Kov Chai Closes: #416822
6559 * tl.po: Updated by Eric Pareja Closes: #416638
6560 * gl.po: Updated by Jacobo Tarrio
6561 Closes: #412828
6562 * da.po: Updated by Claus Hindsgaul
6563 Closes: #409483
6564 * fr.po: Remove a non-breakable space for usability
6565 issues. Closes: #408877
6566 * ru.po: Updated Russian translation. Closes: #405476
6567 * *.po: Unfuzzy after upstream typo corrections
6568 * buildlib/archtable:
6569 - added support for sh3/sh4 (closes: #424870)
6570 - added support for m32r (closes: #394096)
6571 * buildlib/systemtable:
6572 - added support for lpia
6573 * configure.in:
6574 - check systemtable for architecture mapping too
6575 * fix error in AutocleanInterval, closes: #319339
6576 (thanks to Israel G. Lugo for the patch)
6577 * add "purge" commandline argument, closes: #133421)
6578 (thanks to Julien Danjou for the patch)
6579 * add "purge" commandline argument, closes: #133421)
6580 (thanks to Julien Danjou for the patch)
6581 * fix FTBFS with gcc 4.3, closes: #417090
6582 (thanks to Martin Michlmayr for the patch)
6583 * add --dsc-only option, thanks to K. Richard Pixley
6584 * Removed the more leftover #pragma interface/implementation
6585 closes: #306937 (thanks to Andreas Henriksson for the patch)
6586
6587 -- Michael Vogt <mvo@debian.org> Wed, 06 Jun 2007 23:19:50 +0200
6588
6589 apt (0.7.1) experimental; urgency=low
6590
6591 * ABI library name change because it's built against
6592 new glibc
6593 * implement SourceVer() in pkgRecords
6594 (thanks to Daniel Burrows for the patch!)
6595 * apt-pkg/algorithm.cc:
6596 - use clog for all debugging
6597 - only increase the score of installed applications if they
6598 are not obsolete
6599 - fix resolver bug on removal triggered by weak-dependencies
6600 with or-groups
6601 * methods/http.cc:
6602 - send apt version in User-Agent
6603 * apt-pkg/deb/debrecords.cc:
6604 - fix SHA1Hash() return value
6605 * apt-pkg/cdrom.cc:
6606 - only unmount if APT::CDROM::NoMount is false
6607 * methods/cdrom.cc:
6608 - only umount if it was mounted by the method before
6609 * po/gl.po:
6610 - fix error translation that causes trouble to lsb_release
6611 * apt-pkg/acquire-item.cc:
6612 - if decompression of a index fails, delete the index
6613 * apt-pkg/acquire.{cc,h}:
6614 - deal better with duplicated sources.list entries (avoid
6615 double queuing of URLs) - this fixes hangs in bzip/gzip
6616 * merged from Christian Perrier:
6617 * mr.po: New Marathi translation Closes: #416806
6618 * zh_CN.po: Updated by Eric Pareja Closes: #416822
6619 * tl.po: Updated by Eric Pareja Closes: #416638
6620 * gl.po: Updated by Jacobo Tarrio
6621 Closes: #412828
6622 * da.po: Updated by Claus Hindsgaul
6623 Closes: #409483
6624 * fr.po: Remove a non-breakable space for usability
6625 issues. Closes: #408877
6626 * ru.po: Updated Russian translation. Closes: #405476
6627 * *.po: Unfuzzy after upstream typo corrections
6628 * vi.po: Updated to 515t. Closes: #426976
6629 * eu.po: Updated to 515t. Closes: #423766
6630 * pt.po: 515t. Closes: #423111
6631 * fr.po: Updated by Christian Perrier
6632 * Update all PO and the POT. Gives 513t2f for formerly
6633 complete translations
6634 * apt-pkg/policy.cc:
6635 - allow multiple packages (thanks to David Foerster)
6636
6637 -- Michael Vogt <mvo@debian.org> Wed, 2 May 2007 13:43:44 +0200
6638
6639 apt (0.7.0) experimental; urgency=low
6640
6641 * Package that contains all the new features
6642 * Removed all #pragma interface/implementation
6643 * Branch that contains all the new features:
6644 * translated package descriptions
6645 * task install support
6646 * automatic dependency removal (thanks to Daniel Burrows)
6647 * merged support for the new dpkg "Breaks" field
6648 (thanks to Ian Jackson)
6649 * handle network failures more gracefully on "update"
6650 * support for unattended-upgrades (via unattended-upgrades
6651 package)
6652 * added apt-transport-https method
6653 * merged "install-recommends" branch (ABI break):
6654 - new "--install-recommends"
6655 - install new recommends on "upgrade" if --install-recommends is
6656 given
6657 - new "--fix-policy" option to install all packages with unmet
6658 important dependencies (usefull with --install-recommends to
6659 see what not-installed recommends are on the system)
6660 - fix of recommended packages display (only show CandidateVersion
6661 fix or-group handling)
6662 * merged "install-task" branch (use with "apt-get install taskname^")
6663
6664 -- Michael Vogt <mvo@debian.org> Fri, 12 Jan 2007 20:48:07 +0100
6665
6666 apt (0.6.46.4ubuntu10) feisty; urgency=low
6667
6668 * apt-pkg/depcache.cc:
6669 - added "APT::Never-MarkAuto-Section" and consider dependencies
6670 of packages in this section manual (LP#59893)
6671 - ensure proper permissions in the extended_state file (LP#67037)
6672 * debian/apt.conf.ubuntu:
6673 - added APT::Never-MarkAuto-Section "metapackages" (LP#59893)
6674 * cmdline/apt-get.cc:
6675 - "apt-get install foo" on a already installed package foo will
6676 clean the automatic installed flag (LP#72007)
6677 - do not show packages already marked for removal as auto-installed
6678 (LP#64493)
6679 - applied patch to (optionally) hide the auto-remove information
6680 (thanks to Frode M. Døving) (LP#69148)
6681
6682 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 14 Mar 2007 13:32:32 +0100
6683
6684 apt (0.6.46.4ubuntu9) feisty; urgency=low
6685
6686 * debian/control:
6687 - set XS-Vcs-Bzr header
6688 - Set Ubuntu maintainer address
6689 * apt-pkg/cdrom.cc:
6690 - only unmount if APT::CDROM::NoMount is false
6691 - only umount if it was mounted by the method before
6692 * cmdline/apt-get.cc:
6693 - fix version output in autoremove list (LP#68941)
6694 * apt-pkg/packagemanager.cc:
6695 - do not spin 100% cpu in FixMissing() (LP#84476)
6696 * apt-pkg/indexfile.cc:
6697 - fix problem overwriting APT::Acquire::Translation
6698 * doc/examples/configure-index:
6699 - document APT::Acquire::Translation
6700
6701 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 13 Mar 2007 15:24:39 +0100
6702
6703 apt (0.6.46.4ubuntu8) feisty; urgency=low
6704
6705 * fix segfault in the pkgRecords destructor
6706 * Bump ABI version
6707 * debian/control:
6708 - make the libcurl3-gnutls-dev versionized (LP#86614)
6709
6710 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 26 Feb 2007 14:26:33 +0100
6711
6712 apt (0.6.46.4ubuntu7) feisty; urgency=low
6713
6714 * Merged the apt--mirror branch. This means that a new 'mirror'
6715 method is available that will allow dynamic mirror updates.
6716 The sources.list entry looks something like this:
6717 "deb mirror://mirrors.lp.net/get_mirror feisty main restricted"
6718
6719 It also supports error reporting to a configurable url for mirror
6720 problems/failures.
6721 * Bump ABI version
6722
6723 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 6 Feb 2007 11:38:06 +0100
6724
6725 apt (0.6.46.4ubuntu6) feisty; urgency=low
6726
6727 * methods/http.cc:
6728 - send apt version in User-Agent
6729 * apt-pkg/deb/debrecords.cc:
6730 - fix SHA1Hash() return value
6731 * apt-pkg/algorithms.cc:
6732 - fix resolver bug on removal triggered by weak-dependencies
6733 with or-groups
6734 - fix segfault (lp: #76530)
6735
6736 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 20 Dec 2006 11:04:36 +0100
6737
6738 apt (0.6.46.4ubuntu5) feisty; urgency=low
6739
6740 * added apt-transport-https package to provide a optional
6741 https transport (apt-https spec)
6742
6743 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 19 Dec 2006 16:23:43 +0100
6744
6745 apt (0.6.46.4ubuntu4) feisty; urgency=low
6746
6747 * apt-pkg/algorithms.cc:
6748 - only increase the score of installed applications if they
6749 are not obsolete
6750
6751 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 18 Dec 2006 19:39:05 +0100
6752
6753 apt (0.6.46.4ubuntu3) feisty; urgency=low
6754
6755 * apt-pkg/algorithm.cc:
6756 - use clog for all debugging
6757 * apt-pkg/depcache.cc:
6758 - never mark Required package for autoremoval (lp: #75882)
6759
6760 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 18 Dec 2006 11:56:05 +0100
6761
6762 apt (0.6.46.4ubuntu2) feisty; urgency=low
6763
6764 * apt-pkg/algorithms.cc: add missing call to MarkKeep
6765 so that dist-upgrade isn't broken by unsatisfiable Breaks.
6766 (thanks to Ian Jackson)
6767
6768 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 7 Dec 2006 23:07:24 +0100
6769
6770 apt (0.6.46.4ubuntu1) feisty; urgency=low
6771
6772 * merged with debian
6773
6774 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 7 Dec 2006 12:13:14 +0100
6775
6776 apt (0.6.46.4-0.1) unstable; urgency=emergency
6777
6778 * NMU
6779 * Fix broken use of awk in apt-key that caused removal of the wrong keys
6780 from the keyring. Closes: #412572
6781
6782 -- Joey Hess <joeyh@debian.org> Mon, 26 Feb 2007 16:00:22 -0500
6783
6784 apt (0.6.46.4) unstable; urgency=high
6785
6786 * ack NMU (closes: #401017)
6787 * added apt-secure.8 to "See also" section
6788 * apt-pkg/deb/dpkgpm.cc:
6789 - added "Dpkg::StopOnError" variable that controls if apt
6790 will abort on errors from dpkg
6791 * apt-pkg/deb/debsrcrecords.{cc,h}:
6792 - make the Buffer grow dynmaically (closes: #400874)
6793 * Merged from Christian Perrier bzr branch:
6794 - uk.po: New Ukrainian translation: 483t28f3u
6795 - el.po: Update to 503t9f2u
6796 - de.po: Updates and corrections.
6797 * apt-pkg/contrib/progress.cc:
6798 - OpProgress::CheckChange optimized, thanks to Paul Brook
6799 (closes: #398381)
6800 * apt-pkg/contrib/sha256.cc:
6801 - fix building with noopt
6802
6803 -- Michael Vogt <mvo@debian.org> Thu, 7 Dec 2006 10:49:50 +0100
6804
6805 apt (0.6.46.3ubuntu2) feisty; urgency=low
6806
6807 * apt-pkg/algorithms.cc: add missing call to MarkKeep
6808 so that dist-upgrade isn't broken by unsatisfiable Breaks.
6809
6810 -- Ian Jackson <iwj@ubuntu.com> Thu, 7 Dec 2006 15:46:52 +0000
6811
6812 apt (0.6.46.3ubuntu1) feisty; urgency=low
6813
6814 * doc/apt-get.8.xml:
6815 - documented autoremove, thanks to Vladimír Lapá\e%GÄ\8d\e%@ek
6816 (lp: #62919)
6817 * fix broken i18n in the dpkg progress reporting, thanks to
6818 Frans Pop and Steinar Gunderson. (closes: #389261)
6819 * po/en_GB.po:
6820 - typo (lp: #61270)
6821 * add apt-secure.8 to "See also" section
6822
6823 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 23 Nov 2006 07:24:12 +0100
6824
6825 apt (0.6.46.3-0.2) unstable; urgency=high
6826
6827 * Non-maintainer upload with permission of Michael Vogt.
6828 * Fix FTBFS on most arches (regression from the fix of #400874)
6829
6830 -- Andreas Barth <aba@not.so.argh.org> Tue, 5 Dec 2006 15:51:22 +0000
6831
6832 apt (0.6.46.3-0.1) unstable; urgency=high
6833
6834 * Non-maintainer upload with permission of Michael Vogt.
6835 * Fix segfault at apt-get source. Closes: #400874
6836 * Add apt-key update in postinst, so that debian-archive-keyring doesn't
6837 need to depend on apt >= 0.6. Closes: #401114
6838 * Don't double-queue pdiff files. Closes: #401017
6839
6840 -- Andreas Barth <aba@not.so.argh.org> Tue, 5 Dec 2006 10:34:56 +0000
6841
6842 apt (0.6.46.3) unstable; urgency=low
6843
6844 * apt-pkg/deb/dpkgpm.cc:
6845 - make progress reporting robust against multiline error
6846 messages
6847
6848 * Merged from Christian Perrier bzr branch:
6849 - ca.po: Updated to 514t
6850 - be.po: Updated to 514t
6851 - it.po: Updated to 514t
6852 - hu.po: Updated to 514t
6853 - zh_TW.po: Updated to 514t
6854 - ar.po: Updated to 293t221u.
6855 - ru.po: Updated to 514t. Closes: #392466
6856 - nb.po: Updated to 514t. Closes: #392466
6857 - pt.po: Updated to 514t. Closes: #393199
6858 - fr.po: One spelling error corrected: s/accèder/accéder
6859 - km.po: Updated to 514t.
6860 - ko.po: Updated to 514t.
6861 - bg.po: Updated to 514t.
6862 - de.po: Updated to 514t.
6863 - en_GB.po: Updated to 514t.
6864
6865 -- Michael Vogt <mvo@debian.org> Thu, 2 Nov 2006 11:37:58 +0100
6866
6867 apt (0.6.46.2) unstable; urgency=low
6868
6869 * debian/control:
6870 - depend on debian-archive-keyring to offer clean upgrade path
6871 (closes: #386800)
6872 * Merged from Christian Perrier bzr branch:
6873 - es.po: Updated to 514t. Closes: #391661
6874 - da.po: Updated to 514t. Closes: #391424
6875 - cs.po: Updated. Closes: #391064
6876 - es.po: Updated to 514t. Closes: #391661
6877 - da.po: Updated to 514t. Closes: #391424
6878
6879 -- Michael Vogt <mvo@debian.org> Wed, 11 Oct 2006 09:03:15 +0200
6880
6881 apt (0.6.46.1) unstable; urgency=low
6882
6883 * methods/gzip.cc:
6884 - deal with empty files
6885 * Applied patch from Daniel Schepler to make apt bin-NMU able.
6886 (closes: bug#359634)
6887 * rebuild against current g++ because of:
6888 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29289
6889 (closes: #390189)
6890 * fix broken i18n in the dpkg progress reporting, thanks to
6891 Frans Pop and Steinar Gunderson. (closes: #389261)
6892 * Merged from Christian Perrier bzr branch:
6893 * fi.po: Updated to 514t. Closes: #390149
6894 * eu.po: Updated to 514t. Closes: #389725
6895 * vi.po: Updated to 514t. Closes: #388555
6896 * make the internal buffer in pkgTagFile grow dynamically
6897 (closes: #388708)
6898
6899 -- Michael Vogt <mvo@debian.org> Mon, 2 Oct 2006 20:42:20 +0200
6900
6901 apt (0.6.46) unstable; urgency=low
6902
6903 * debian/control:
6904 - switched to libdb4.4 for building (closes: #381019)
6905 * cmdline/apt-get.cc:
6906 - show only the recommends/suggests for the candidate-version, not for all
6907 versions of the package (closes: #257054)
6908 - properly handle recommends/suggests or-groups when printing the list of
6909 suggested/recommends packages (closes: #311619)
6910 * methods/http.cc:
6911 - check more careful for incorrect proxy settings (closes: #378868)
6912 * methods/gzip.cc:
6913 - don't hang when /var is full (closes: #341537), thanks to
6914 Luis Rodrigo Gallardo Cruz for the patch
6915 * doc/examples/sources.list:
6916 - removed non-us.debian.org from the example (closes: #380030,#316196)
6917 * Merged from Christian Perrier bzr branch:
6918 * ro.po: Updated to 514t. Closes: #388402
6919 * dz.po: Updated to 514t. Closes: #388184
6920 * it.po: Fixed typos. Closes: #387812
6921 * ku.po: New kurdish translation. Closes: #387766
6922 * sk.po: Updated to 514t. Closes: #386851
6923 * ja.po: Updated to 514t. Closes: #386537
6924 * gl.po: Updated to 514t. Closes: #386397
6925 * fr.po: Updated to 516t.
6926 * fi.po: Updated to 512t. Closes: #382702
6927 * share/archive-archive.gpg:
6928 - removed the outdated amd64 and debian-2004 keys
6929 * apt-pkg/tagfile.cc:
6930 - applied patch from Jeroen van Wolffelaar to make the tags
6931 caseinsensitive (closes: #384182)
6932 - reverted MMap use in the tagfile because it does not work
6933 across pipes (closes: #383487)
6934
6935 -- Michael Vogt <mvo@debian.org> Thu, 21 Sep 2006 10:25:03 +0200
6936
6937 apt (0.6.45ubuntu14) edgy; urgency=low
6938
6939 * cmdline/apt-get.cc:
6940 - fix in the TryInstallTask() code to make sure that all package
6941 there are marked manual install (lp: #61684)
6942
6943 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 28 Sep 2006 00:34:20 +0200
6944
6945 apt (0.6.45ubuntu13) edgy; urgency=low
6946
6947 * no-changes upload to make apt rebuild against latest g++ and
6948 fix synaptic FTBFS (see bug: #62461 for details)
6949
6950 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 26 Sep 2006 22:33:10 +0200
6951
6952 apt (0.6.45ubuntu12) edgy; urgency=low
6953
6954 * apt-pkg/depcache.cc:
6955 - fix in the sweep() code, set garbage flag for packages scheduled
6956 for removal too
6957 - do not change the autoFlag in MarkKeep(), this can lead to suprising
6958 side effects
6959
6960 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 21 Sep 2006 00:58:24 +0200
6961
6962 apt (0.6.45ubuntu11) edgy; urgency=low
6963
6964 * removed "installtask" and change it so that tasknames can be given
6965 with "apt-get install taskname^"
6966 * improve the writeStateFile() code
6967
6968 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 20 Sep 2006 14:14:24 +0200
6969
6970 apt (0.6.45ubuntu10) edgy; urgency=low
6971
6972 * methods/http.cc:
6973 - check more careful for incorrect proxy settings (closes: #378868)
6974 * methods/gzip.cc:
6975 - don't hang when /var is full (closes: #341537), thanks to
6976 Luis Rodrigo Gallardo Cruz for the patch
6977 * doc/examples/sources.list:
6978 - removed non-us.debian.org from the example (closes: #380030,#316196)
6979 * Merged from Christian Perrier bzr branch:
6980 * ro.po: Updated to 514t. Closes: #388402
6981 * dz.po: Updated to 514t. Closes: #388184
6982 * it.po: Fixed typos. Closes: #387812
6983 * ku.po: New kurdish translation. Closes: #387766
6984 * sk.po: Updated to 514t. Closes: #386851
6985 * ja.po: Updated to 514t. Closes: #386537
6986 * gl.po: Updated to 514t. Closes: #386397
6987 * fr.po: Updated to 516t.
6988 * fi.po: Updated to 512t. Closes: #382702
6989 * share/archive-archive.gpg:
6990 - removed the outdated amd64 and debian-2004 keys
6991 * apt-pkg/tagfile.cc:
6992 - applied patch from Jeroen van Wolffelaar to make the tags
6993 caseinsensitive (closes: #384182)
6994 - reverted MMap use in the tagfile because it does not work
6995 across pipes (closes: #383487)
6996 * added "installtask" command
6997 * added new ubuntu specific rewrite rule for "Original-Maintainer"
6998
6999 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 19 Sep 2006 15:07:51 +0200
7000
7001 apt (0.6.45ubuntu9) edgy; urgency=low
7002
7003 * cmdline/apt-get.cc:
7004 - if --no-remove is given, do not run the AutoRemove code
7005
7006 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 13 Sep 2006 11:54:20 +0200
7007
7008 apt (0.6.45ubuntu8) edgy; urgency=low
7009
7010 * apt-pkg/algorithm.cc:
7011 - fix pkgProblemResolver.InstallProtect() to preserve the auto-install
7012 information (lp: #59457)
7013 * cmdline/apt-get.cc:
7014 - fix typo in autoremove information (lp: #59420)
7015 * install apt-mark to modify the automatically install information for
7016 packages
7017
7018 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 8 Sep 2006 20:07:22 +0200
7019
7020 apt (0.6.45ubuntu7) edgy; urgency=low
7021
7022 * apt-pkg/depcache.cc:
7023 - fix a bug in the install-recommends-section code
7024
7025 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 7 Sep 2006 18:22:38 +0200
7026
7027 apt (0.6.45ubuntu6) edgy; urgency=low
7028
7029 [Michael Vogt]
7030 * cmdline/apt-get.cc:
7031 - always show auto-removable packages and give a hint how to remove
7032 them
7033 * debian/apt.conf.ubuntu:
7034 - exlucde linux-image and linux-restricted-modules from ever being
7035 auto-removed
7036 - added "metapackages" as the section we want to install recommends
7037 by default
7038 * apt-pkg/depcache.cc:
7039 - added support to turn install-recommends selectively on/off by
7040 section
7041 [Ian Jackson]
7042 * Tests pass without code changes! Except that we need this:
7043 * Bump cache file major version to force rebuild so that Breaks
7044 dependencies are included.
7045 * Don't depend on or suggest any particular dpkg or dpkg-dev versions;
7046 --auto-deconfigure is very very old and dpkg-dev's Breaks support
7047 is more or less orthogonal.
7048 * Initial draft of `Breaks' implementation. Appears to compile,
7049 but as yet *completely untested*.
7050
7051 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 7 Sep 2006 11:50:52 +0200
7052
7053 apt (0.6.45ubuntu5) edgy; urgency=low
7054
7055 * apt-pkg/pkgcachegen.cc:
7056 - increase the APT::Cache-Limit to deal with the increased demand due
7057 to the translated descriptions
7058 * apt-pkg/deb/dpkgpm.cc:
7059 - pass "--auto-deconfigure" to dpkg on install to support the
7060 new "breaks" in dpkg
7061
7062 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 15 Aug 2006 12:06:26 +0200
7063
7064 apt (0.6.45ubuntu4) edgy; urgency=low
7065
7066 * cmdline/apt-get.cc:
7067 - fix in the new --fix-polciy code
7068
7069 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 14 Aug 2006 21:08:11 +0200
7070
7071 apt (0.6.45ubuntu3) edgy; urgency=low
7072
7073 * ABI break
7074 * merged latest apt--install-recommends (closes: #559000)
7075 * added "--fix-policy" option to can be used as "--fix-broken" and
7076 will install missing weak depends (recommends, and/or suggests
7077 depending on the settings)
7078 * merged the apt--ddtp branch
7079
7080 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 11 Aug 2006 12:53:23 +0200
7081
7082 apt (0.6.45ubuntu2) edgy; urgency=low
7083
7084 * debian/control:
7085 - switched to libdb4.4 for building (closes: #381019)
7086 * cmdline/apt-get.cc:
7087 - show only the recommends/suggests for the candidate-version, not for all
7088 versions of the package (closes: #257054)
7089 - properly handle recommends/suggests or-groups when printing the list of
7090 suggested/recommends packages (closes: #311619)
7091 * merged "apt--install-recommends" branch:
7092 - added "{no-}install-recommends" commandline option
7093 - added APT::Install-{Recommends,Suggests} option
7094 - currently Install-Recommends defaults to "False"
7095
7096 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 9 Aug 2006 23:38:46 +0200
7097
7098 apt (0.6.45ubuntu1) edgy; urgency=low
7099
7100 * merged with debian/unstable
7101
7102 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 1 Aug 2006 15:43:22 +0200
7103
7104 apt (0.6.45) unstable; urgency=low
7105
7106 * apt-pkg/contrib/sha256.cc:
7107 - fixed the sha256 generation (closes: #378183)
7108 * ftparchive/cachedb.cc:
7109 - applied patch from Anthony Towns to fix Clean() function
7110 (closes: #379576)
7111 * doc/apt-get.8.xml:
7112 - fix path to the apt user build (Closes: #375640)
7113 * doc/apt-cache.8.xml:
7114 - typo (Closes: #376408)
7115 * apt-pkg/deb/dpkgpm.cc:
7116 - make progress reporting more robust against multiline error
7117 messages (first half of a fix for #374195)
7118 * doc/examples/configure-index:
7119 - document Debug::pkgAcquire::Auth
7120 * methods/gpgv.cc:
7121 - deal with gpg error "NODATA". Closes: #296103, Thanks to
7122 Luis Rodrigo Gallardo Cruz for the patch
7123 * apt-inst/contrib/extracttar.cc:
7124 - fix for string mangling, closes: #373864
7125 * apt-pkg/acquire-item.cc:
7126 - check for bzip2 in /bin (closes: #377391)
7127 * apt-pkg/tagfile.cc:
7128 - make it work on non-mapable files again, thanks
7129 to James Troup for confirming the fix (closes: #376777)
7130 * Merged from Christian Perrier bzr branch:
7131 * ko.po: Updated to 512t. Closes: #378901
7132 * hu.po: Updated to 512t. Closes: #376330
7133 * km.po: New Khmer translation: 506t6f. Closes: #375068
7134 * ne.po: New Nepali translation: 512t. Closes: #373729
7135 * vi.po: Updated to 512t. Closes: #368038
7136 * zh_TW.po: Remove an extra %s in one string. Closes: #370551
7137 * dz.po: New Dzongkha translation: 512t
7138 * ro.po: Updated to 512t
7139 * eu.po: Updated
7140 * eu.po: Updated
7141 * fix apt-get dist-upgrade
7142 * fix warning if no /var/lib/apt/extended_states is present
7143 * don't download Translations for deb-src sources.list lines
7144 * apt-pkg/tagfile.cc:
7145 - support not-mmapable files again
7146
7147 -- Michael Vogt <mvo@debian.org> Thu, 27 Jul 2006 00:52:05 +0200
7148
7149 apt (0.6.44.2ubuntu4) edgy; urgency=low
7150
7151 * Make apt-get dselect-upgrade happy again
7152
7153 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 21 Jul 2006 11:03:02 +0200
7154
7155 apt (0.6.44.2ubuntu3) edgy; urgency=low
7156
7157 * Close extended_states file after writing it.
7158
7159 -- Colin Watson <cjwatson@ubuntu.com> Tue, 18 Jul 2006 00:12:13 +0100
7160
7161 apt (0.6.44.2ubuntu2) edgy; urgency=low
7162
7163 * create a empty extended_states file if none exists already
7164
7165 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 4 Jul 2006 09:23:03 +0200
7166
7167 apt (0.6.44.2ubuntu1) edgy; urgency=low
7168
7169 * merged with debian/unstable
7170 * merged the "auto-mark" branch to support aptitude like
7171 marking of automatically installed dependencies and added
7172 "apt-get remove --auto-remove" to remove unused auto-installed
7173 packages again
7174 * changed library version from 3.11 to 3.50 to make it clearly
7175 different from the debian version (we are ABI incompatible because
7176 of the auto-mark patch)
7177
7178 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 3 Jul 2006 18:30:46 +0200
7179
7180 apt (0.6.44.2exp1) experimental; urgency=low
7181
7182 * added support for i18n of the package descriptions
7183 * added support for aptitude like auto-install tracking (a HUGE
7184 HUGE thanks to Daniel Burrows who made this possible)
7185 * synced with the http://people.debian.org/~mvo/bzr/apt/debian-sid branch
7186 * build from http://people.debian.org/~mvo/bzr/apt/debian-experimental
7187
7188 -- Michael Vogt <mvo@debian.org> Mon, 3 Jul 2006 21:50:31 +0200
7189
7190 apt (0.6.44.2) unstable; urgency=low
7191
7192 * apt-pkg/depcache.cc:
7193 - added Debug::pkgDepCache::AutoInstall (thanks to infinity)
7194 * apt-pkg/acquire-item.cc:
7195 - fix missing chmod() in the new aquire code
7196 (thanks to Bastian Blank, Closes: #367425)
7197 * merged from
7198 http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main:
7199 * sk.po: Completed to 512t
7200 * eu.po: Completed to 512t
7201 * fr.po: Completed to 512t
7202 * sv.po: Completed to 512t
7203 * Update all PO and the POT. Gives 506t6f for formerly
7204 complete translations
7205
7206 -- Michael Vogt <mvo@debian.org> Wed, 14 Jun 2006 12:00:57 +0200
7207
7208 apt (0.6.44.1-0.1) unstable; urgency=low
7209
7210 * Non-maintainer upload.
7211 * Don't give an error when parsing empty Packages/Sources files.
7212 (Closes: #366931, #367086, #370160)
7213
7214 -- Steinar H. Gunderson <sesse@debian.org> Fri, 9 Jun 2006 00:52:21 +0200
7215
7216 apt (0.6.44.1) unstable; urgency=low
7217
7218 * apt-pkg/acquire-item.cc:
7219 - fix reversed logic of the "Acquire::PDiffs" option
7220 * merged from
7221 http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main:
7222 - po/LINGUAS: added "bg" Closes: #360262
7223 - po/gl.po: Galician translation update. Closes: #366849
7224 - po/hu.po: Hungarian translation update. Closes: #365448
7225 - po/cs.po: Czech translation updated. Closes: #367244
7226 * apt-pkg/contrib/sha256.cc:
7227 - applied patch to fix unaligned access problem. Closes: #367417
7228 (thanks to David Mosberger)
7229
7230 -- Michael Vogt <mvo@debian.org> Tue, 16 May 2006 21:51:16 +0200
7231
7232 apt (0.6.44) unstable; urgency=low
7233
7234 * apt-pkg/acquire.cc: don't show ETA if it is 0 or absurdely large
7235 * apt-pkg/contrib/sha256.{cc,h},hashes.{cc,h}: support for sha256
7236 (thanks to Anthony Towns)
7237 * ftparchive/cachedb.{cc,h},writer.{cc,h}: optimizations
7238 (thanks to Anthony Towns)
7239 * apt pdiff support from experimental merged
7240 * apt-pkg/deb/dpkgpm.cc: wording fixes (thanks to Matt Zimmerman)
7241 * apt-pkg/deb/dpkgpm.cc:
7242 - wording fixes (thanks to Matt Zimmerman)
7243 - fix error in dpkg interaction (closes: #364513, thanks to Martin Dickopp)
7244 * apt-pkg/tagfile.{cc,h}:
7245 - use MMap to read the entries (thanks to Zephaniah E. Hull for the
7246 patch) Closes: #350025
7247 * Merge from http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main:
7248 * bg.po: Added, complete to 512t. Closes: #360262
7249 * doc/apt-ftparchive.1.xml:
7250 - fix documentation for "SrcPackages" -> "Sources"
7251 (thanks to Bart Martens for the patch, closes: #307756)
7252 * debian/libapt-pkg-doc.doc-base.cache:
7253 - remove broken charackter from description (closes: #361129)
7254 * apt-inst/deb/dpkgdb.cc, methods/gpgv.cc:
7255 - i18n fixes (closes: #349298)
7256 * debian/postinst: dont fail on not available
7257 /usr/share/doc/apt/examples/sources.list (closes: #361130)
7258 * methods/ftp.cc:
7259 - unlink empty file in partial if the download failed because
7260 the file is missing on the server (closes: #316337)
7261 * apt-pkg/deb/debversion.cc:
7262 - treats a version string with explicit zero epoch equal
7263 than the same without epoch (Policy 5.6.12, closes: #363358)
7264 Thanks to Lionel Elie Mamane for the patch
7265
7266 -- Michael Vogt <mvo@debian.org> Mon, 8 May 2006 22:28:53 +0200
7267
7268 apt (0.6.43.3ubuntu3) dapper; urgency=low
7269
7270 * methods/http.cc:
7271 - fix the user-agent string
7272
7273 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 26 May 2006 18:09:32 +0200
7274
7275 apt (0.6.43.3ubuntu2) dapper; urgency=low
7276
7277 * apt-pkg/deb/dpkgpm.cc: wording fixes (thanks to Matt Zimmerman)
7278
7279 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 18 Apr 2006 13:24:40 +0200
7280
7281 apt (0.6.43.3ubuntu1) dapper; urgency=low
7282
7283 * apt-pkg/acquire.cc: don't show ETA if it is 0 or absurdely large in
7284 the status-fd (ubuntu #28954)
7285
7286 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 28 Mar 2006 20:34:46 +0200
7287
7288 apt (0.6.43.3) unstable; urgency=low
7289
7290 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-186:
7291 * ca.po: Completed to 512t. Closes: #351592
7292 * eu.po: Completed to 512t. Closes: #350483
7293 * ja.po: Completed to 512t. Closes: #349806
7294 * pl.po: Completed to 512t. Closes: #349514
7295 * sk.po: Completed to 512t. Closes: #349474
7296 * gl.po: Completed to 512 strings Closes: #349407
7297 * sv.po: Completed to 512 strings Closes: #349210
7298 * ru.po: Completed to 512 strings Closes: #349154
7299 * da.po: Completed to 512 strings Closes: #349084
7300 * fr.po: Completed to 512 strings
7301 * vi.po: Completed to 511 strings Closes: #348968
7302 * zh_CN.po: Completed to 512t. Closes: #353936
7303 * it.po: Completed to 512t. Closes: #352803
7304 * pt_BR.po: Completed to 512t. Closes: #352419
7305 * LINGUAS: Add Welsh
7306 * *.po: Updated from sources (512 strings)
7307 * apt-pkg/deb/deblistparser.cc:
7308 - don't explode on a DepCompareOp in a Provides line, but warn about
7309 it and ignore it otherwise (thanks to James Troup for reporting it)
7310 * cmdline/apt-get.cc:
7311 - don't lock the lists directory in DoInstall, breaks --print-uri
7312 (thanks to James Troup for reporting it)
7313 * debian/apt.dirs: create /etc/apt/sources.list.d
7314 * make apt-cache madison work without deb-src entries (#352583)
7315 * cmdline/apt-get.cc: only run the list-cleaner if a update was
7316 successfull
7317
7318 -- Michael Vogt <mvo@debian.org> Wed, 22 Feb 2006 10:13:04 +0100
7319
7320 apt (0.6.43.2ubuntu1) dapper; urgency=low
7321
7322 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-182:
7323 * ca.po: Completed to 512t. Closes: #351592
7324 * eu.po: Completed to 512t. Closes: #350483
7325 * ja.po: Completed to 512t. Closes: #349806
7326 * pl.po: Completed to 512t. Closes: #349514
7327 * sk.po: Completed to 512t. Closes: #349474
7328 * gl.po: Completed to 512 strings Closes: #349407
7329 * vi.po: Completed to 512 strings
7330 * sv.po: Completed to 512 strings Closes: #349210
7331 * ru.po: Completed to 512 strings Closes: #349154
7332 * da.po: Completed to 512 strings Closes: #349084
7333 * fr.po: Completed to 512 strings
7334 * LINGUAS: Add Welsh
7335 * *.po: Updated from sources (512 strings)
7336 * vi.po: Completed to 511 strings Closes: #348968
7337 * apt-pkg/deb/deblistparser.cc:
7338 - don't explode on a DepCompareOp in a Provides line, but warn about
7339 it and ignore it otherwise (thanks to James Troup for reporting it)
7340 * cmdline/apt-get.cc:
7341 - don't lock the lists directory in DoInstall, breaks --print-uri
7342 (thanks to James Troup for reporting it)
7343 * debian/apt.dirs: create /etc/apt/sources.list.d
7344 * make apt-cache madison work without deb-src entries (#352583)
7345 * cmdline/apt-get.cc: only run the list-cleaner if a update was
7346 successfull
7347 * apt-get update errors are only warnings nowdays
7348 * be more careful with the signature file on network failures
7349
7350 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 20 Feb 2006 22:27:48 +0100
7351
7352 apt (0.6.43.2) unstable; urgency=low
7353
7354 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-166:
7355 - en_GB.po, de.po: fix spaces errors in "Ign " translations Closes: #347258
7356 - makefile: make update-po a pre-requisite of clean target so
7357 that POT and PO files are always up-to-date
7358 - sv.po: Completed to 511t. Closes: #346450
7359 - sk.po: Completed to 511t. Closes: #346369
7360 - fr.po: Completed to 511t
7361 - *.po: Updated from sources (511 strings)
7362 - el.po: Completed to 511 strings Closes: #344642
7363 - da.po: Completed to 511 strings Closes: #348574
7364 - es.po: Updated to 510t1f Closes: #348158
7365 - gl.po: Completed to 511 strings Closes: #347729
7366 - it.po: Yet another update Closes: #347435
7367 * added debian-archive-keyring to the Recommends (closes: #347970)
7368 * fixed message in apt-key to install debian-archive-keyring
7369 * typos fixed in apt-cache.8 (closes: #348348, #347349)
7370 * add patch to fix http download corruption problem (thanks to
7371 Petr Vandrovec, closes: #280844, #290694)
7372
7373 -- Michael Vogt <mvo@debian.org> Thu, 19 Jan 2006 00:06:33 +0100
7374
7375 apt (0.6.43.1ubuntu1) dapper; urgency=low
7376
7377 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-159:
7378 - en_GB.po, de.po: fix spaces errors in "Ign " translations
7379 Closes: #347258
7380 - makefile: make update-po a pre-requisite of clean target so
7381 that POT and PO files are always up-to-date
7382 - sv.po: Completed to 511t. Closes: #346450
7383 - sk.po: Completed to 511t. Closes: #346369
7384 - fr.po: Completed to 511t
7385 - *.po: Updated from sources (511 strings)
7386 * add patch to fix http download corruption problem (thanks to
7387 Petr Vandrovec, closes: #280844, #290694)
7388 * added APT::Periodic::Unattended-Upgrade (requires the package
7389 "unattended-upgrade")
7390
7391 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 10 Jan 2006 17:09:31 +0100
7392
7393 apt (0.6.43.1) unstable; urgency=low
7394
7395 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-148:
7396 * fr.po: Completed to 510 strings
7397 * it.po: Completed to 510t
7398 * en_GB.po: Completed to 510t
7399 * cs.po: Completed to 510t
7400 * zh_CN.po: Completed to 510t
7401 * el.po: Updated to 510t
7402 * vi.po: Updated to 383t93f34u
7403 * tl.po: Completed to 510 strings (Closes: #344306)
7404 * sv.po: Completed to 510 strings (Closes: #344056)
7405 * LINGUAS: disabled Hebrew translation. (Closes: #313283)
7406 * eu.po: Completed to 510 strings (Closes: #342091)
7407 * apt-get source won't download already downloaded files again
7408 (closes: #79277)
7409 * share/debian-archive.gpg: new 2006 ftp-archive signing key added
7410 (#345891)
7411 * redownload the Release file if IMS-Hit and gpg failure
7412 * deal with multiple signatures on a Release file
7413
7414 -- Michael Vogt <mvo@debian.org> Fri, 6 Jan 2006 01:17:08 +0100
7415
7416 apt (0.6.43ubuntu2) dapper; urgency=low
7417
7418 * merged some missing bits that wheren't merged by baz in the previous
7419 upload (*grumble*)
7420
7421 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 8 Dec 2005 18:35:58 +0100
7422
7423 apt (0.6.43ubuntu1) dapper; urgency=low
7424
7425 * merged with debian
7426
7427 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 25 Nov 2005 11:36:29 +0100
7428
7429 apt (0.6.43) unstable; urgency=medium
7430
7431 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-132:
7432 * zh_CN.po: Completed to 510 strings(Closes: #338267)
7433 * gl.po: Completed to 510 strings (Closes: #338356)
7434 * added support for "/etc/apt/sources.list.d" directory
7435 (closes: #66325)
7436 * make pkgDirStream (a bit) more complete
7437 * fix bug in pkgCache::VerIterator::end() (thanks to Daniel Burrows)
7438 (closes: #339533)
7439 * pkgAcqFile is more flexible now (closes: #57091)
7440 * support a download rate limit for http (closes: #146877)
7441 * included lots of the speedup changes from #319377
7442 * add stdint.h to contrib/md5.h (closes: #340448)
7443 * ABI change, library name changed (closes: #339147)
7444 * Fix GNU/kFreeBSD crash on non-existing server file (closes: #317718)
7445 * switch to libdb4.3 in build-depends
7446
7447 -- Michael Vogt <mvo@debian.org> Tue, 29 Nov 2005 00:17:07 +0100
7448
7449 apt (0.6.42.3ubuntu2) dapper; urgency=low
7450
7451 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-131:
7452 * zh_CN.po: Completed to 507 strings(Closes: #338267)
7453 * gl.po: Completed to 510 strings (Closes: #338356)
7454 * added support for "/etc/apt/sources.list.d" directory
7455 (closes: #66325)
7456
7457 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 14 Nov 2005 15:30:12 +0100
7458
7459 apt (0.6.42.3ubuntu1) dapper; urgency=low
7460
7461 * synced with debian
7462
7463 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Nov 2005 05:05:56 +0100
7464
7465 apt (0.6.42.3) unstable; urgency=low
7466
7467 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-129:
7468 - patch-118: Russian translation update by Yuri Kozlov (closes: #335164)
7469 - patch-119: add update-po as a pre-req for binary (closes: #329910)
7470 - patch-121: Complete French translation
7471 - patch-125: Fixed localization of y/n questions in German translation
7472 (closes: #337078)
7473 - patch-126: Swedish translation update (closes: #337163)
7474 - patch-127: Complete Tagalog translation (closes: #337306)
7475 - patch-128: Danish translation update (closes: #337949)
7476 - patch-129: Basque translation update (closes: #338101)
7477 * cmdline/apt-get.cc:
7478 - bufix in FindSrc (closes: #335213, #337910)
7479 * added armeb to archtable (closes: #333599)
7480 * with --allow-unauthenticated use the old fallback behaviour for
7481 sources (closes: #335112)
7482
7483 -- Michael Vogt <mvo@debian.org> Wed, 9 Nov 2005 07:22:31 +0100
7484
7485 apt (0.6.42.2) unstable; urgency=high
7486
7487 * NMU (approved by maintainer)
7488 * Add AMD64 archive signing key to debian-archive.gpg (closes: #336500).
7489 * Add big-endian arm (armeb) support (closes: #333599).
7490 * Priority high to get the AMD key into testing ASAP.
7491
7492 -- Frans Pop <fjp@debian.org> Sun, 30 Oct 2005 21:29:11 +0100
7493
7494 apt (0.6.42.1) unstable; urgency=low
7495
7496 * fix a incorrect example in the apt_prefrences man page
7497 (thanks to Filipus Klutiero, closes: #282918)
7498 * apt-pkg/pkgrecords.cc:
7499 - revert patch from last version, it causes trouble on alpha
7500 and ia64 (closes: #335102, #335103)
7501 * cmdline/apt-get.cc:
7502 - be extra carefull in FindSrc (closes: #335213)
7503
7504 -- Michael Vogt <mvo@debian.org> Sat, 22 Oct 2005 23:44:35 +0200
7505
7506 apt (0.6.42) unstable; urgency=low
7507
7508 * apt-pkg/cdrom.cc:
7509 - unmount the cdrom when apt failed to locate any package files
7510 * allow cdrom failures and fallback to other sources in that case
7511 (closes: #44135)
7512 * better error text when dpkg-source fails
7513 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-115:
7514 - patch-99: Added Galician translation
7515 - patch-100: Completed Danish translation (Closes: #325686)
7516 - patch-104: French translation completed
7517 - patch-109: Italian translation completed
7518 - patch-112: Swedish translation update
7519 - patch-115: Basque translation completed (Closes: #333299)
7520 * applied french man-page update (thanks to Philippe Batailler)
7521 (closes: #316638, #327456)
7522 * fix leak in the mmap code, thanks to Daniel Burrows for the
7523 patch (closes: #250583)
7524 * support for apt-get [build-dep|source] -t (closes: #152129)
7525 * added "APT::Authentication::TrustCDROM" option to make the life
7526 for the installer people easier (closes: #334656)
7527 * fix crash in apt-ftparchive (thanks to Bastian Blank for the patch)
7528 (closes: #334671)
7529 * apt-pkg/contrib/md5.cc:
7530 - fix a alignment problem on sparc64 that gives random bus errors
7531 (thanks to Fabbione for providing a test-case)
7532 * init the default ScreenWidth to 79 columns by default
7533 (Closes: #324921)
7534 * cmdline/apt-cdrom.cc:
7535 - fix some missing gettext() calls (closes: #334539)
7536 * doc/apt-cache.8.xml: fix typo (closes: #334714)
7537
7538 -- Michael Vogt <mvo@debian.org> Wed, 19 Oct 2005 22:02:09 +0200
7539
7540 apt (0.6.41) unstable; urgency=low
7541
7542 * improved the support for "error" and "conffile" reporting from
7543 dpkg, added the format to README.progress-reporting
7544 * added README.progress-reporting to the apt-doc package
7545 * improved the network timeout handling, if a index file from a
7546 sources.list times out or EAI_AGAIN is returned from getaddrinfo,
7547 don't try to get the other files from that entry
7548 * Support architecture-specific extra overrides
7549 (closes: #225947). Thanks to Anthony Towns for idea and
7550 the patch, thanks to Colin Watson for testing it.
7551 * Javier Fernandez-Sanguino Pen~a:
7552 - Added a first version of an apt-secure.8 manpage, and modified
7553 apt-key and apt.end accordingly. Also added the 'update'
7554 argument to apt-key which was previously not documented
7555 (Closes: #322120)
7556 * Andreas Pakulat:
7557 - added example apt-ftparchive.conf file to doc/examples
7558 (closes: #322483)
7559 * Fix a incorrect example in the man-page (closes: #282918)
7560 * Fix a bug for very long lines in the apt-cdrom code (closes: #280356)
7561 * Fix a manual page bug (closes: #316314)
7562 * Do md5sum checking for file and cdrom method (closes: #319142)
7563 * Change pkgPolicy::Pin from private to protected to let subclasses
7564 access it too (closes: #321799)
7565 * add default constructor for PrvIterator (closes: #322267)
7566 * Reread status configuration on debSystem::Initialize()
7567 (needed for apt-proxy, thanks to Otavio for this patch)
7568
7569 -- Michael Vogt <mvo@debian.org> Mon, 5 Sep 2005 22:59:03 +0200
7570
7571 apt (0.6.40.1ubuntu8) breezy; urgency=low
7572
7573 * Cherry picked michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-62:
7574 - fix for a bad memory/file leak in the mmap code (ubuntu #15603)
7575 * po/de.po, po/fr.po:
7576 - updated the translations
7577 * po/makefile:
7578 - create a single pot file in each domain dir to make rosetta happy
7579
7580 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 28 Sep 2005 10:16:06 +0200
7581
7582 apt (0.6.40.1ubuntu7) breezy; urgency=low
7583
7584 * updated the pot/po files , no code changes
7585
7586 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 27 Sep 2005 18:38:16 +0200
7587
7588 apt (0.6.40.1ubuntu6) breezy; urgency=low
7589
7590 * Cherry picked michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-56:
7591 - make it possible for apt to handle a failed MediaChange event and
7592 fall back to other sources (ubuntu #13713)
7593
7594 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 13 Sep 2005 22:09:50 +0200
7595
7596 apt (0.6.40.1ubuntu5) breezy; urgency=low
7597
7598 * Cherry picked michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-{50,51}.
7599 This adds media-change reporting to the apt status-fd (ubuntu #15213)
7600 * Cherry picked michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-55:
7601 apt-pkg/cdrom.cc:
7602 - unmount the cdrom when apt failed to locate any package files
7603
7604 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 12 Sep 2005 15:44:26 +0200
7605
7606 apt (0.6.40.1ubuntu4) breezy; urgency=low
7607
7608 * debian/apt.cron.daily:
7609 - fix a embarrassing typo
7610
7611 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 7 Sep 2005 10:10:37 +0200
7612
7613 apt (0.6.40.1ubuntu3) breezy; urgency=low
7614
7615 * debian/apt.cron.daily:
7616 - use the ctime as well when figuring what packages need to
7617 be removed. This fixes the problem that packages copied with
7618 "cp -a" (e.g. from the installer) have old mtimes (ubuntu #14504)
7619
7620 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 6 Sep 2005 18:30:46 +0200
7621
7622 apt (0.6.40.1ubuntu2) breezy; urgency=low
7623
7624 * improved the support for "error" and "conffile" reporting from
7625 dpkg, added the format to README.progress-reporting
7626 * added README.progress-reporting to the apt-doc package
7627 * Do md5sum checking for file and cdrom method (closes: #319142)
7628 * Change pkgPolicy::Pin from private to protected to let subclasses
7629 access it too (closes: #321799)
7630 * methods/connect.cc:
7631 - send failure reason for EAI_AGAIN (TmpResolveFailure) to acuire-item
7632 * apt-pkg/acquire-item.cc:
7633 - fail early if a FailReason is TmpResolveFailure (avoids hangs during
7634 the install when no network is available)
7635 * merged michael.vogt@ubuntu.com--2005/apt--trust-cdrom--0
7636
7637 -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 23 Aug 2005 19:44:55 +0200
7638
7639 apt (0.6.40.1ubuntu1) breezy; urgency=low
7640
7641 * Synchronize with Debian
7642
7643 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 5 Aug 2005 14:20:56 +0200
7644
7645 apt (0.6.40.1) unstable; urgency=low
7646
7647 * bugfix in the parsing code for the apt<->dpkg communication. apt
7648 crashed when dpkg sends the same state more than once under certain
7649 conditions
7650 * 0.6.40 breaks the ABI but I accidentally didn't change the soname :/
7651
7652 -- Michael Vogt <mvo@debian.org> Fri, 5 Aug 2005 13:24:58 +0200
7653
7654 apt (0.6.40ubuntu1) breezy; urgency=low
7655
7656 * Synchronize with Debian
7657
7658 -- Matt Zimmerman <mdz@ubuntu.com> Thu, 4 Aug 2005 15:53:22 -0700
7659
7660 apt (0.6.40) unstable; urgency=low
7661
7662 * Patch from Jordi Mallach to mark some additional strings for translation
7663 * Updated Catalan translation from Jordi Mallach
7664 * Merge from bubulle@debian.org--2005/apt--main--0:
7665 - Update pot and merge with *.po
7666 - Updated French translation, including apt-key.fr.8
7667 * Restore changelog entries from the 0.6.x series that went to Debian
7668 experimental
7669 * Merge michael.vogt@ubuntu.com--2005/apt--progress-reporting--0
7670 - Provide an interface for progress reporting which can be used by
7671 (e.g.) base-config
7672
7673 -- Matt Zimmerman <mdz@debian.org> Thu, 28 Jul 2005 11:57:32 -0700
7674
7675 apt (0.6.39ubuntu4) breezy; urgency=low
7676
7677 * Fix keyring paths in apt-key, apt.postinst (I swear I remember doing this
7678 before...)
7679
7680 -- Matt Zimmerman <mdz@ubuntu.com> Wed, 29 Jun 2005 08:39:17 -0700
7681
7682 apt (0.6.39ubuntu3) breezy; urgency=low
7683
7684 * Fix keyring locations for Ubuntu in apt-key too.
7685
7686 -- Colin Watson <cjwatson@ubuntu.com> Wed, 29 Jun 2005 14:45:36 +0100
7687
7688 apt (0.6.39ubuntu2) breezy; urgency=low
7689
7690 * Install ubuntu-archive.gpg rather than debian-archive.gpg as
7691 /etc/apt/trusted.gpg.
7692
7693 -- Colin Watson <cjwatson@ubuntu.com> Wed, 29 Jun 2005 11:53:34 +0100
7694
7695 apt (0.6.39ubuntu1) breezy; urgency=low
7696
7697 * Michael Vogt
7698 - Change debian/bugscript to use #!/bin/bash (Closes: #313402)
7699 - Fix a incorrect example in the man-page (closes: #282918)
7700 - Support architecture-specific extra overrides
7701 (closes: #225947). Thanks to Anthony Towns for idea and
7702 the patch, thanks to Colin Watson for testing it.
7703 - better report network timeouts from the methods to the acuire code,
7704 only timeout once per sources.list line
7705
7706 -- Matt Zimmerman <mdz@ubuntu.com> Tue, 28 Jun 2005 11:52:24 -0700
7707
7708 apt (0.6.39) unstable; urgency=low
7709
7710 * Welsh translation update: daf@muse.19inch.net--2005/apt--main--0--patch-6
7711 * Merge mvo's changes from 0.6.36ubuntu1:
7712 michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-32
7713 * Merge aggregated translation updates:
7714 bubulle@debian.org--2005/apt--main--0
7715 * Update priority of apt-utils to important, to match the override file
7716 * Install only one keyring on each branch (Closes: #316119)
7717
7718 -- Matt Zimmerman <mdz@debian.org> Tue, 28 Jun 2005 11:51:09 -0700
7719
7720 apt (0.6.38ubuntu1) breezy; urgency=low
7721
7722 * First release from Ubuntu branch
7723 * Merge with --main--0, switch back to Ubuntu keyring
7724
7725 -- Matt Zimmerman <mdz@ubuntu.com> Sat, 25 Jun 2005 16:52:41 -0700
7726
7727 apt (0.6.38) unstable; urgency=low
7728
7729 * Merge michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-6, a workaround
7730 for the French man pages' failure to build
7731 * Branch Debian and Ubuntu
7732 - apt.postinst, apt-key: use the appropriate keyring
7733 - debian/rules: install all keyrings
7734 * Add the current Debian archive signing key (4F368D5D) to
7735 debian-archive.gpg
7736 * make pinning on the "component" work again (using the section of the
7737 archive, we don't use per-section Release files anymore with apt-0.6)
7738 (closes ubuntu #9935)
7739
7740 -- Matt Zimmerman <mdz@debian.org> Sat, 25 Jun 2005 09:51:00 -0700
7741
7742 apt (0.6.37) breezy; urgency=low
7743
7744 * Merge bubulle@debian.org--2005/apt--main--0 up to patch-81
7745 - patch-66: Italian update
7746 - patch-71: French update
7747 - patch-73: Basque update
7748 - patch-74: Hebrew update
7749 - patch-76: Correct Hebrew translation (Closes: #306658)
7750 - patch-77: French man page update
7751 - patch-79: Correct syntax errors in Hebrew translation
7752 - patch-81: Portuguese update
7753 * Fix build of French man pages (now using XML, not SGML)
7754 * Add Welsh translation from Dafydd Harries
7755 (daf@muse.19inch.net--2005/apt--main--0--patch-1)
7756 * Change debian/bugscript to use #!/bin/bash (Closes: #313402)
7757 * Fix a incorrect example in the man-page (closes: #282918)
7758
7759 -- Matt Zimmerman <mdz@ubuntu.com> Tue, 24 May 2005 14:38:25 -0700
7760
7761 apt (0.6.36ubuntu1) breezy; urgency=low
7762
7763 * make it possible to write a cache-control: no-cache header even if
7764 no proxy is set to support transparent proxies (closes ubuntu: #10773)
7765
7766 * Merge otavio@debian.org--2005/apt--fixes--0.6:
7767 - Fix comment about the need of xmlto while building from Arch;
7768 - Fix StatStore struct on cachedb.h to use time_t and then fix a compile
7769 warning;
7770 - Lock database at start of DoInstall routine to avoid concurrent
7771 runs of install/remove and update commands (Closes: #194467)
7772 - Fix warnings while compiling with GCC 4.0 compiler
7773
7774 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 23 May 2005 11:57:53 +0200
7775
7776 apt (0.6.36) experimental; urgency=low
7777
7778 * Merge apt--mvo--0:
7779 - apt-pkg/acquire-item.cc:
7780 added "Acquire::BrokenProxy" that will force apt to always
7781 re-get the Release.gpg file (for broken proxies)
7782 - debian/apt.cron.daily:
7783 MinAge is defaulting to 2 days now to prevent over-aggresive removal
7784 - apt-pkg/cdrom.cc:
7785 honor "Acquire::gpgv::Options" when verifying the signature (Ubuntu #8496)
7786
7787 -- Michael Vogt <mvo@debian.org> Thu, 31 Mar 2005 20:37:11 +0200
7788
7789 apt (0.6.35) hoary; urgency=low
7790
7791 * Merge apt--mvo--0 (incorporates 0.6.34ubuntu1):
7792 - Implement MaxSize and MaxAge in apt.cron.daily, to prevent the cache
7793 from growing too large (Ubuntu #6761)
7794 - some comments about the pkgAcqMetaSig::Custom600Headers() added
7795 - use gpg --with-colons
7796 - commented the ftp no_proxy unseting in methods/ftp.cc
7797 - added support for "Acquire::gpgv::options" in methods/gpgv.cc
7798 * Merge bubulle@debian.org--2005/apt--main--0
7799 - Make capitalization more consistent
7800 - Un-fuzzy translations resulting from capitalization changes
7801 - Italian translation update
7802
7803 -- Matt Zimmerman <mdz@ubuntu.com> Mon, 7 Mar 2005 20:08:33 -0800
7804
7805 apt (0.6.34) hoary; urgency=low
7806
7807 * Add missing semicolon to configure-index (Closes: #295773)
7808 * Update build-depends on gettext to 0.12 (Closes: #295077)
7809 * Merge from bubulle@debian.org--2005/apt--main--0 to get
7810 translation updates
7811
7812 -- Matt Zimmerman <mdz@ubuntu.com> Fri, 4 Mar 2005 16:13:15 -0800
7813
7814 apt (0.6.33) hoary; urgency=low
7815
7816 * Merge michael.vogt@ubuntu.com--2005/apt--mvo--0 (through patch-6)
7817 - patch-1: cosmetic changes (whitespace, "Apt::GPGV->APT::GPGV")
7818 - patch-2: (doc) documentation for gpgv
7819 - patch-3: (doc) new config variables added configure-index
7820 - patch-4: pkgAcquire::Run() pulse intervall can be configured
7821 - patch-5: fix for apt-get update removing Release.gpg files (#6865)
7822 - patch-6: change the path scoring in apt-cdrom, prefer pathes without
7823 symlinks
7824
7825 -- Matt Zimmerman <mdz@ubuntu.com> Sat, 26 Feb 2005 15:21:17 -0800
7826
7827 apt (0.6.32) hoary; urgency=low
7828
7829 * Merge michael.vogt@ubuntu.com--2005/apt--mvo--0 (patch-1)
7830 - Implement Acquire::gpgv::options (Ubuntu bug#6283)
7831
7832 -- Matt Zimmerman <mdz@ubuntu.com> Tue, 8 Feb 2005 19:31:15 -0800
7833
7834 apt (0.6.31) hoary; urgency=low
7835
7836 * Matt Zimmerman
7837 - Remove debugging output from apt.cron.daily (no one noticed?)
7838 - Apply patch from Anthony Towns to allow SHA1Summation to process a file
7839 descriptor until EOF, rather than requiring that the length of input be
7840 specified (Closes: #291338)
7841 - Fix build/install of Polish offline documentation, based on patch from
7842 Christian Perrier (Closes: #270404)
7843 * Michael Vogt
7844 - apt-cdrom.cc seperated into frontend (cmdline/apt-cdrom.cc and library
7845 apt-pkg/cdrom.{cc,h}) (Ubuntu #5668)
7846
7847 -- Matt Zimmerman <mdz@ubuntu.com> Fri, 4 Feb 2005 10:23:01 -0800
7848
7849 apt (0.6.30) unstable; urgency=low
7850
7851 * Add ppc64 to buildlib/archtable
7852 * Merge michael.vogt@canonical.com--2004/apt--status-fd--0
7853 - Support preserving dpkg status file descriptor, to support
7854 better integration with synaptic
7855
7856 -- Matt Zimmerman <mdz@ubuntu.com> Wed, 19 Jan 2005 00:26:01 -0800
7857
7858 apt (0.6.29) hoary; urgency=low
7859
7860 * Merge apt--mvo--0 (0.6.27ubuntu4)
7861
7862
7863 -- Matt Zimmerman <mdz@canonical.com> Tue, 28 Dec 2004 17:18:02 -0800
7864
7865 apt (0.6.28) hoary; urgency=low
7866
7867 * Merge apt--mvo--0
7868 * Rebuild source to get rid of arch metadata and temporary files in
7869 0.6.27ubuntu3
7870
7871 -- Matt Zimmerman <mdz@canonical.com> Thu, 23 Dec 2004 18:53:16 -0800
7872
7873 apt (0.6.27ubuntu4) hoary; urgency=low
7874
7875 * remove old sig-file in partial/ before starting to fetch a new sig-file
7876 (see ubuntu #4769 for the rational)
7877 * added apt-key update method (uses ubuntu-keyring)
7878 * documented the "--allow-unauthenticated" switch
7879 * added DEB_BUILD_PROG_OPTS to debian/rules (additonal options can be
7880 passed to DEB_BUILD_PROG like "-S")
7881
7882 -- Michael Vogt <mvo@debian.org> Thu, 23 Dec 2004 11:12:51 +0100
7883
7884 apt (0.6.27ubuntu3) hoary; urgency=low
7885
7886 * added a exact dependency from libapt-pkg-dev to the apt version it was
7887 build with
7888
7889 -- Michael Vogt <mvo@debian.org> Wed, 15 Dec 2004 09:56:32 +0100
7890
7891 apt (0.6.27ubuntu2) hoary; urgency=low
7892
7893 * fixed a bug in the rule file that happend during the big 0.5->0.6 merge
7894
7895 -- Michael Vogt <mvo@debian.org> Tue, 14 Dec 2004 12:14:25 +0100
7896
7897 apt (0.6.27ubuntu1) hoary; urgency=low
7898
7899 * chmod 755 /usr/bin/apt-key
7900 * don't display a error when a apt-get update don't find a
7901 Packages.bz2/Sources.bz2 file
7902
7903 -- Michael Vogt <mvo@debian.org> Mon, 13 Dec 2004 18:40:21 +0100
7904
7905 apt (0.6.27) hoary; urgency=low
7906
7907 * Merge apt--authentication--0 branch
7908 - Implement gpg authentication for package repositories (Closes: #203741)
7909 - Also includes Michael Vogt's fixes
7910 * Merge apt--misc-abi-changes--0 branch
7911 - Use pid_t throughout to hold process IDs (Closes: #226701)
7912 - Import patch from Debian bug #195510: (Closes: #195510)
7913 - Make Simulate::Describe and Simulate::ShortBreaks private member
7914 functions
7915 - Add a parameter (Candidate) to Describe to control whether the
7916 candidate version is displayed
7917 - Pass an appropriate value for Candidate everywhere Describe is called
7918
7919 -- Matt Zimmerman <mdz@canonical.com> Mon, 13 Dec 2004 01:03:11 -0800
7920
7921 apt (0.6.25) experimental; urgency=low
7922
7923 * Fix handling of two-part sources for sources.list deb-src entries in
7924 the same way that deb entries were fixed
7925
7926 -- Matt Zimmerman <mdz@debian.org> Wed, 9 Jun 2004 05:29:50 -0700
7927
7928 apt (0.6.24) experimental; urgency=low
7929
7930 * YnPrompt fixes were inadvertently left out, include them (Closes:
7931 #249251)
7932
7933 -- Matt Zimmerman <mdz@debian.org> Sun, 16 May 2004 14:18:53 -0700
7934
7935 apt (0.6.23) experimental; urgency=low
7936
7937 * Remove obsolete pkgIterator::TargetVer() (Closes: #230159)
7938 * Reverse test in CheckAuth to match new prompt (Closes: #248211)
7939
7940 -- Matt Zimmerman <mdz@debian.org> Sun, 9 May 2004 21:01:58 -0700
7941
7942 apt (0.6.22) experimental; urgency=low
7943
7944 * Merge 0.5.25
7945 * Make the unauthenticated packages prompt more intuitive (yes to
7946 continue, default no), but require --force-yes in addition to
7947 --assume-yes in order to override
7948
7949 -- Matt Zimmerman <mdz@debian.org> Fri, 19 Mar 2004 13:55:35 -0800
7950
7951 apt (0.6.21) experimental; urgency=low
7952
7953 * Merge 0.5.24
7954
7955 -- Matt Zimmerman <mdz@debian.org> Tue, 16 Mar 2004 22:52:34 -0800
7956
7957 apt (0.6.20) experimental; urgency=low
7958
7959 * Merge 0.5.23
7960
7961 -- Matt Zimmerman <mdz@debian.org> Thu, 26 Feb 2004 17:17:02 -0800
7962
7963 apt (0.6.19) experimental; urgency=low
7964
7965 * Merge 0.5.22
7966 * Convert apt-key(8) to docbook XML
7967
7968 -- Matt Zimmerman <mdz@debian.org> Mon, 9 Feb 2004 15:44:49 -0800
7969
7970 apt (0.6.18) experimental; urgency=low
7971
7972 * Add new Debian Archive Automatic Signing Key to the default keyring
7973 (existing keyrings are not updated; do that yourself)
7974
7975 -- Matt Zimmerman <mdz@debian.org> Sat, 17 Jan 2004 17:04:30 -0800
7976
7977 apt (0.6.17) experimental; urgency=low
7978
7979 * Merge 0.5.21
7980 * Handle more IMS stuff correctly
7981
7982 -- Matt Zimmerman <mdz@debian.org> Fri, 16 Jan 2004 10:54:25 -0800
7983
7984 apt (0.6.16) experimental; urgency=low
7985
7986 * Fix some cases where the .gpg file could be left in place when it is
7987 invalid
7988
7989 -- Matt Zimmerman <mdz@debian.org> Fri, 9 Jan 2004 09:22:15 -0800
7990
7991 apt (0.6.15) experimental; urgency=low
7992
7993 * s/Debug::Acquire::gpg/&v/
7994 * Honor the [vendor] syntax in sources.list again (though it is not
7995 presently used for anything)
7996 * Don't ship vendors.list(5) since it isn't used yet
7997 * Revert change from 0.6.10; it was right in the first place and the
7998 problem was apparently something else. Archive = Suite.
7999
8000 -- Matt Zimmerman <mdz@debian.org> Mon, 5 Jan 2004 17:43:01 -0800
8001
8002 apt (0.6.14) experimental; urgency=low
8003
8004 * Merge 0.5.20
8005
8006 -- Matt Zimmerman <mdz@debian.org> Sun, 4 Jan 2004 11:09:21 -0800
8007
8008 apt (0.6.13) experimental; urgency=low
8009
8010 * Merge 0.5.19
8011
8012 -- Matt Zimmerman <mdz@debian.org> Sat, 3 Jan 2004 16:22:31 -0800
8013
8014 apt (0.6.12) experimental; urgency=low
8015
8016 * Have pkgAcquireIndex calculate an MD5 sum if one is not provided by
8017 the method (as with file: and copy:). Local repositories
8018 * Fix warning about dist name mismatch to actually print what it was
8019 expecting
8020 * Don't expect any particular distribution name for two-part
8021 sources.list entries
8022 * Merge 0.5.18
8023
8024 -- Matt Zimmerman <mdz@debian.org> Fri, 2 Jan 2004 13:59:00 -0800
8025
8026 apt (0.6.11) experimental; urgency=low
8027
8028 * Support IMS requests of Release.gpg and Release
8029 * This required API changes, bump the libapt-pkg version
8030 * Copy local Release files into Dir::State::Lists
8031 * Set IndexFile attribute when retrieving Release and Release.gpg so
8032 that the appropriate Cache-Control headers are sent
8033
8034 -- Matt Zimmerman <mdz@debian.org> Fri, 2 Jan 2004 10:46:17 -0800
8035
8036 apt (0.6.10) experimental; urgency=low
8037
8038 * Use "Codename" (woody, sarge, etc.) to supply the value of the
8039 "Archive" package file attribute, used to match "release a=" type
8040 pins, rather than "Suite" (stable, testing, etc.)
8041
8042 -- Matt Zimmerman <mdz@debian.org> Thu, 1 Jan 2004 16:56:47 -0800
8043
8044 apt (0.6.9) experimental; urgency=low
8045
8046 * Another tagfile workaround
8047
8048 -- Matt Zimmerman <mdz@debian.org> Thu, 1 Jan 2004 13:56:08 -0800
8049
8050 apt (0.6.8) experimental; urgency=low
8051
8052 * Add a config option and corresponding command line option
8053 (--allow-unauthenticated) to apt-get, to make buildd operators happy
8054 (Closes: #225648)
8055
8056 -- Matt Zimmerman <mdz@debian.org> Wed, 31 Dec 2003 08:28:04 -0800
8057
8058 apt (0.6.7) experimental; urgency=low
8059
8060 * Forgot to revert part of the changes to tagfile in 0.6.4. Hopefully
8061 will fix segfaults for some folks.
8062
8063 -- Matt Zimmerman <mdz@debian.org> Wed, 31 Dec 2003 08:01:28 -0800
8064
8065 apt (0.6.6) experimental; urgency=low
8066
8067 * Restore the ugly hack I removed from indexRecords::Load which set the
8068 pkgTagFile buffer size to (file size)+256. This is concealing a bug,
8069 but I can't fix it right now. This should fix the segfaults that
8070 folks are seeing with 0.6.[45].
8071
8072 -- Matt Zimmerman <mdz@debian.org> Mon, 29 Dec 2003 18:11:13 -0800
8073
8074 apt (0.6.5) experimental; urgency=low
8075
8076 * Move the authentication check into a separate function in apt-get
8077 * Fix display of unauthenticated packages when they are in the cache
8078 (Closes: #225336)
8079
8080 -- Matt Zimmerman <mdz@debian.org> Sun, 28 Dec 2003 16:47:57 -0800
8081
8082 apt (0.6.4) experimental; urgency=low
8083
8084 * Use the top-level Release file in LoadReleaseInfo, rather than looking
8085 for the per-section ones (which aren't downloaded anymore). This
8086 unbreaks release pinning, including the NotAutomatic bit used by
8087 project/experimental
8088 * Use FileFd::Size() rather than a separate stat() call in
8089 LoadReleaseInfo
8090 * Fix pkgTagFile to leave a little extra room at the end of the buffer
8091 to append the record separator if it isn't present
8092 * Change LoadReleaseInfo to use "Suite" rather than "Archive", to match
8093 the Debian archive's dist-level Release files
8094
8095 -- Matt Zimmerman <mdz@debian.org> Sun, 28 Dec 2003 15:55:55 -0800
8096
8097 apt (0.6.3) experimental; urgency=low
8098
8099 * Fix MetaIndexURI for flat ("foo/") sources
8100
8101 -- Matt Zimmerman <mdz@debian.org> Sun, 28 Dec 2003 12:11:56 -0800
8102
8103 apt (0.6.2) experimental; urgency=low
8104
8105 * Add space between package names when multiple unauthenticated packages
8106 are being installed (Closes: #225212)
8107 * Provide apt-key with a secret keyring and a trustdb, even though we
8108 would never use them, because it blows up if it doesn't have them
8109 * Fix typo in apt-key(8) (standard input is '-', not '/')
8110
8111 -- Matt Zimmerman <mdz@debian.org> Sat, 27 Dec 2003 13:01:40 -0800
8112
8113 apt (0.6.1) experimental; urgency=low
8114
8115 * Merge apt 0.5.17
8116 * Rearrange Release file authentication code to be more clear
8117 * If Release is present, but Release.gpg is not, don't forget to still
8118 queue Packages files
8119 * Convert distribution "../project/experimental" to "experimental" for
8120 comparison purposes
8121 * Make a number of Release file errors into warnings; for now, it is OK
8122 not to have a codename, for example. We mostly care about checksums
8123 for now
8124
8125 -- Matt Zimmerman <mdz@debian.org> Fri, 26 Dec 2003 15:12:47 -0800
8126
8127 apt (0.6.0) experimental; urgency=low
8128
8129 * Signature verification support patch ("apt-secure") from Colin Walters
8130 <walters@debian.org> and Isaac Jones <ijones@syntaxpolice.org>. This
8131 implements:
8132 - Release signature verification (Release.gpg)
8133 - Packages, Sources md5sum verification against Release
8134 - Closes: #203741
8135 * Make some modifications to signature verification support:
8136 - Release.gpg is always retrieved and verified if present, rather than
8137 requiring that sources be configured as secure
8138 - Print a hint about installing gnupg if exec(gpgv) fails
8139 - Remove obsolete pkgAcqIndexRel
8140 - Move vendors.list stuff into a separate module (vendorlist.{h,cc})
8141 - If any files about to be retrieved are not authenticated, issue a
8142 warning to the user and require confirmation
8143 - Fix a heap corruption bug in pkgSrcRecords::pkgSrcRecords()
8144 * Suggests: gnupg
8145 * Install a keyring in /usr/share/apt/debian-archive.gpg containing an
8146 initial set of Debian archive signing keys to seed /etc/apt/trusted.gpg
8147 * Add a new tool, apt-key(8) used to manage the keyring
8148
8149 -- Matt Zimmerman <mdz@debian.org> Fri, 26 Dec 2003 08:27:19 -0800
8150
8151 apt (0.5.32) hoary; urgency=low
8152
8153 * Call setlocale in the methods, so that the messages are properly
8154 localised (Closes: #282700)
8155 * Implement support for bzip2-compressed debs (data.tar.bz2)
8156
8157 -- Matt Zimmerman <mdz@canonical.com> Sat, 11 Dec 2004 09:05:52 -0800
8158
8159 apt (0.5.31) unstable; urgency=low
8160
8161 * New Romanian translation from Sorin Batariuc <sorin@bonbon.net>
8162 (Closes: #281458)
8163 * Merge changes from Hoary (0.5.30,0.5.30ubuntu2]
8164 * Fix the example in apt_preferences(5) to match the text
8165 (Closes: #222267)
8166 * Add APT::Periodic::Autoclean setting, to allow "apt-get autoclean" to
8167 be run periodically. This is useful with
8168 APT::Periodic::Download-Upgradeable-Packages, and defaults to the same
8169 value, so that the cache size is bounded
8170
8171 -- Matt Zimmerman <mdz@debian.org> Tue, 23 Nov 2004 12:53:04 -0800
8172
8173 apt (0.5.30ubuntu2) hoary; urgency=low
8174
8175 * bzip2 is now "Suggested" and it will detect if bzip2 is installed
8176 and only then trying to get Packages.bz2
8177
8178 -- Michael Vogt <mvo@debian.org> Fri, 19 Nov 2004 12:00:39 +0100
8179
8180 apt (0.5.30ubuntu1) hoary; urgency=low
8181
8182 * Need to Depend: bzip2 or Packages.bz2 fail.
8183
8184 -- LaMont Jones <lamont@canonical.com> Thu, 18 Nov 2004 12:51:05 -0700
8185
8186 apt (0.5.30) hoary; urgency=low
8187
8188 * Patch from Michael Vogt to enable Packages.bz2 use, with a fallback to
8189 Packages.gz if it is not present (Closes: #37525)
8190
8191 -- Matt Zimmerman <mdz@debian.org> Mon, 15 Nov 2004 12:57:28 -0800
8192
8193 apt (0.5.29) unstable; urgency=low
8194
8195 * Don't hardcode paths in apt.cron.daily
8196 * Add to apt.cron.daily the capability to pre-download upgradeable
8197 packages
8198 * Place timestamp files in /var/lib/apt/periodic, rather than
8199 /var/lib/apt itself
8200 * Standardize debhelper files a bit
8201 - Create all directories in debian/dirs rather than creating some on
8202 the dh_installdirs command line
8203 - Rename debian/dirs to debian/apt.dirs, debian/examples to
8204 debian/apt.examples
8205
8206 -- Matt Zimmerman <mdz@debian.org> Sat, 13 Nov 2004 17:58:07 -0800
8207
8208 apt (0.5.28) hoary; urgency=low
8209
8210 * Translation updates:
8211 - Updated Hungarian from Kelemen Gábor <kelemeng@gnome.hu> (Closes: #263436)
8212 - Updated Greek from George Papamichelakis (Closes: #265004)
8213 - Updated Simplified Chinese from Tchaikov (Closes: #265190)
8214 - Updated French by Christian Perrier (Closes: #265816)
8215 - Updated Japanese by Kenshi Muto (Closes: #265630)
8216 - Updated Catalan from Jordi Mallach
8217 - Updated Dutch from Bart Cornelis (Closes: #268258, #278697)
8218 - Updated Portuguese from Miguel Figueiredo (Closes: #268265)
8219 - Updated Polish from Robert Luberda <robert@debian.org> (Closes: #268451)
8220 - Updated Danish from Claus Hindsgaul (Closes: #269417)
8221 - Updated Norwegian Nynorsk from Håvard Korsvoll <korsvoll@skulelinux.no>
8222 (Closes: #269965)
8223 - Updated Russian from Yuri Kozlov <yuray@id.ru> (Closes: #271104)
8224 - Updated Italian from Samuele Giovanni Tonon <samu@debian.org>
8225 (Closes: #275083)
8226 - Updated Brazilian Portuguese from Andre Luis Lopes (Closes: #273944)
8227 - Updated Slovak from Peter Mann (Closes: #279481)
8228 * APT::Get::APT::Get::No-List-Cleanup -> APT::Get::List-Cleanup in apt-get.cc
8229 (Closes: #267266)
8230 * Merge Ubuntu changes:
8231 - Set default Dpkg::MaxArgs to 1024, and Dpkg::MaxArgBytes to 32k.
8232 Needed to work around ordering bugs when installing a large number of
8233 packages
8234 - Patch from Michael Vogt to add an optional cron job which
8235 can run apt-get update periodically
8236 * Add arch-build target to debian/rules
8237
8238 -- Matt Zimmerman <mdz@debian.org> Sat, 13 Nov 2004 15:52:20 -0800
8239
8240 apt (0.5.27) unstable; urgency=high
8241
8242 * Sneak in a bunch of updated translations before the freeze
8243 (no code changes)
8244 * Translation updates:
8245 - New Finnish translation from Tapio Lehtonen <tale@debian.org>
8246 (Closes: #258999)
8247 - New Bosnian translation from Safir Šećerović <sapphire@linux.org.ba>
8248 (Closes: #254201)
8249 - Fix Italian incontrario (Closes: #217277)
8250 - Updated Spanish from Ruben Porras (Closes: #260483)
8251 - Updated Danish from Claus Hindsgaul (Closes: #260569)
8252 - Updated Slovak from Peter Mann (Closes: #260627)
8253 - Updated Portuguese from Miguel Figueiredo (Closes: #261423)
8254 * Bring configure-index up to date with documented options, patch from
8255 Uwe Zeisberger <zeisberg@informatik.uni-freiburg.de> (Closes: #259540)
8256 * Note in apt.conf(5) that configure-index does not contain strictly
8257 default values, but also examples
8258 * Add Polish translation of offline.sgml (Closes: #259229)
8259
8260 -- Matt Zimmerman <mdz@debian.org> Thu, 29 Jul 2004 09:30:12 -0700
8261
8262 apt (0.5.26) unstable; urgency=low
8263
8264 * Translation updates:
8265 - Spanish update from Ruben Porras <nahoo82@telefonica.net> (Closes: #248214)
8266 - Sync Spanish apt(8) (Closes: #249241)
8267 - French update from Christian Perrier <bubulle@debian.org> (Closes: #248614)
8268 - New Slovak translation from Peter Mann <Peter.Mann@tuke.sk> (Closes: #251676)
8269 - Czech update from Miroslav Kure <kurem@upcase.inf.upol.cz> (Closes: #251682)
8270 - pt_BR update from Andre Luis Lopes <andrelop@debian.org> (Closes: #251961)
8271 - German translation of apt(8) from Helge Kreutzmann <kreutzm@itp.uni-hannover.de>
8272 (Closes: #249453)
8273 - pt update from Miguel Figueiredo <elmig@debianpt.org> (Closes: #252700)
8274 - New Hebrew translation from Lior Kaplan <webmaster@guides.co.il>
8275 (Closes: #253182)
8276 - New Basque translation from Piarres Beobide Egaña <pi@beobide.net>
8277 (Vasco - Euskara - difficult language, Closes: #254407) and already a
8278 correction (Closes: #255760)
8279 - Updated Brazilian Portuguese translation from
8280 Guilherme de S. Pastore <gpastore@colband.com.br> (Closes: #256396)
8281 - Updated Greek translation (complete now) from
8282 George Papamichelakis <george@step.gr> (Closes: #256797)
8283 - New Korean translation from Changwoo Ryu <cwryu@debian.org>
8284 (Closes: #257143)
8285 - German translation now available in two flavours: with Unicode usage and
8286 without (related to #228486, #235759)
8287 * Update apt-get(8) to reflect the fact that APT::Get::Only-Source will
8288 affect apt-get build-dep as well as apt-get source
8289 * Remove aborted remnants of a different method of implementing DEB_BUILD_OPTIONS
8290 from debian/rules
8291 * Fix typo in error message when encountering unknown type in source list
8292 (Closes: #253217)
8293 * Update k*bsd-gnu arch names in buildlib/ostable (Closes: #253532)
8294 * Add amd64 to buildlib/archtable (Closes: #240896)
8295 * Have configure output a more useful error message if the architecture
8296 isn't in archtable
8297
8298 -- Matt Zimmerman <mdz@debian.org> Thu, 8 Jul 2004 15:53:28 -0700
8299
8300 apt (0.5.25) unstable; urgency=low
8301
8302 * Patch from Jason Gunthorpe to remove arbitrary length limit on Binary
8303 field in SourcesWriter::DoPackage
8304 * Fix typo in apt-cache(8) (Closes: #238578)
8305 * Fix obsolete reference to bug(1) in stub apt(8) man page
8306 (Closes: #245923)
8307 * Fix typo in configure-index (RecruseDepends -> RecurseDepends)
8308 (Closes: #246550)
8309 * Support DEB_BUILD_OPTIONS=noopt in debian/rules
8310 (Closes: #244293)
8311 * Increase length of line buffer in ReadConfigFile to 1024 chars;
8312 detect if a line is longer than that and error out
8313 (Closes: #244835)
8314 * Suppress a signed/unsigned warning in apt-cache.cc:DisplayRecord
8315 * Build apt-ftparchive with libdb4.2 rather than libdb2
8316 - Patch from Clint Adams to do most of the work
8317 - Build-Depends: s/libdb2-dev/libdb4.2-dev/
8318 - Add AC_PREREQ(2.50) to configure.in
8319 - Use db_strerror(err) rather than GlobalError::Errno (which uses strerror)
8320 - Add note to NEWS.Debian about upgrading old databases
8321 * Attempt to fix problems with chunked encoding by stripping only a single CR
8322 (Closes: #152711)
8323 * Modify debian/rules cvs-build to use cvs export, to avoid picking up
8324 junk files from the working directory
8325 * Add lang=fr attribute to refentry section of
8326 apt-extracttemplates.fr.1.sgml and apt-sortpkgs.fr.1.sgml so they are
8327 correctly built
8328 * Remove extraneous '\' characters from <command> tags in
8329 apt_preferences.fr.5.sgml
8330 * Translation updates:
8331 - Updated Swedish translation from Peter Karlsson <peter@softwolves.pp.se>
8332 (Closes: #238943)
8333 - New Slovenian translation from Jure Čuhalev <gandalf@owca.info>
8334 (closes: #239785)
8335 - New Portuguese translation from Miguel Figueiredo <elmig@debianpt.org>
8336 (closes: #240074)
8337 - Updated Spanish translation from Ruben Porras <nahoo82@telefonica.net>
8338 - Updated Spanish translation of man pages from Ruben Porras
8339 <nahoo82@telefonica.net>
8340 - Updated Simplified Chinese translation from "Carlos Z.F. Liu" <carlos_liu@yahoo.com>
8341 (Closes: #241971)
8342 - Updated Russian translation from Dmitry Astapov <adept@despammed.com>
8343 (Closes: #243959)
8344 - Updated Polish translation from Marcin Owsiany <porridge@debian.org>
8345 (Closes: #242388)
8346 - Updated Czech translation from Miroslav Kure <kurem@upcase.inf.upol.cz>
8347 (Closes: #244369)
8348 - Updated Japanese translation from Kenshi Muto <kmuto@debian.org>
8349 (Closes: #244176)
8350 - Run make -C po update-po to update .po files
8351 - Updated French translation from Christian Perrier <bubulle@debian.org>
8352 (Closes: #246925)
8353 - Updated Danish translation from Claus Hindsgaul <claus_h@image.dk>
8354 (Closes: #247311)
8355
8356 -- Matt Zimmerman <mdz@debian.org> Sat, 8 May 2004 12:52:20 -0700
8357
8358 apt (0.5.24) unstable; urgency=low
8359
8360 * Updated Czech translation from Miroslav Kure <kurem@upcase.inf.upol.cz>
8361 (Closes: #235822)
8362 * Updated French translation from Christian Perrier <bubulle@debian.org>
8363 (Closes: #237403)
8364 * Updates to XML man pages from richard.bos@xs4all.nl
8365 * Updated Danish translation from Claus Hindsgaul <claus_h@image.dk>
8366 (Closes: #237771)
8367 * Updated Greek translation from Konstantinos Margaritis
8368 <markos@debian.org>
8369 (Closes: #237806)
8370 * Updated Spanish translation from Ruben Porras <nahoo82@telefonica.net>
8371 (Closes: #237863)
8372 * Updated pt_BR translation from Andre Luis Lopes <andrelop@debian.org>
8373 (Closes: #237960)
8374 * Regenerate .pot file (Closes: #237892)
8375 * Updated Polish translation from Marcin Owsiany <porridge@debian.org>
8376 (Closes: #238333)
8377 * In pkgAcquire::Shutdown(), set the status of fetching items to
8378 StatError to avoid a sometimes large batch of error messages
8379 (Closes: #234685)
8380 * Implement an ugly workaround for the 10000-character limit on the
8381 Binaries field in debSrcRecordParser, until such time as some things
8382 can be converted over to use STL data types (ABI change) (Closes: #236688)
8383 * Increase default tagfile buffer from 32k to 128k; this arbitrary limit
8384 should also be removed someday (Closes: #174945)
8385 * Checked against Standards-Version 3.6.1 (no changes)
8386
8387 -- Matt Zimmerman <mdz@debian.org> Tue, 16 Mar 2004 22:47:55 -0800
8388
8389 apt (0.5.23) unstable; urgency=low
8390
8391 * Cosmetic updates to XML man pages from Richard Bos <radoeka@xs4all.nl>
8392 * Use the 'binary' target rather than 'all' so that the ssh and bzip2
8393 symlinks are created correctly (thanks to Adam Heath)
8394 (Closes: #214842)
8395 * Updated Simplified Chinese translation of message catalog from Tchaikov
8396 <chaisave@263.net> (Closes: #234186)
8397 * Change default for Acquire::http::max-age to 0 to prevent index files
8398 being out of sync with each other (important with Release.gpg)
8399 * Add an assert() to make sure that we don't overflow a fixed-size
8400 buffer in the very unlikely event that someone adds 10 packaging
8401 systems to apt (Closes: #233678)
8402 * Fix whitespace in French translation of "Yes, do as I say!", which
8403 made it tricky to type, again. Thanks to Sylvain Pasche
8404 <sylvain.pasche@switzerland.org> (Closes: #234494)
8405 * Print a slightly clearer error message if no packaging systems are
8406 available (Closes: #233681)
8407 * Point to Build-Depends in COMPILING (Closes: #233669)
8408 * Make debian/rules a bit more consistent in a few places.
8409 Specifically, always use -p$@ rather than an explicit package name,
8410 and always specify it first, and use dh_shlibdeps -l uniformly rather
8411 than sometimes changing LD_LIBRARY_PATH directly
8412 * Document unit for Cache-Limit (bytes) (Closes: #234737)
8413 * Don't translate "Yes, do as I say!" in Chinese locales, because it can
8414 be difficult to input (Closes: #234886)
8415
8416 -- Matt Zimmerman <mdz@debian.org> Thu, 26 Feb 2004 17:08:14 -0800
8417
8418 apt (0.5.22) unstable; urgency=low
8419
8420 * Updated French translation of man pages from Philippe Batailler
8421 <philippe.batailler@free.fr> (Closes: #203119)
8422 * Initialize StatusFile in debSystem (Closes: #229791)
8423 * Fix apt-get's suggests/recommends printing, which was skipping every
8424 other dependency due to both using GlobOr and incrementing the DepIterator
8425 (Closes: #229722)
8426 * Restore SIGINT/SIGQUIT handlers to their old values (rather than
8427 SIG_DFL) after invoking dpkg (Closes: #229854)
8428 * Updated Dutch translation of message catalog from cobaco
8429 <cobaco@linux.be> (Closes: #229601)
8430 * Catalan translation from Antoni Bella, Matt Bonner and Jordi Mallach
8431 (Closes: #230102)
8432 * Simplified Chinese translation of message catalog from "Carlos
8433 Z.F. Liu" <carlos_liu@yahoo.com> (Closes: #230960)
8434 * Replace SGML manpages with XML man pages from richard.bos@xs4all.nl
8435 (Closes: #230687)
8436 * Updated Spanish translation of man pages from Ruben Porras
8437 <nahoo82@telefonica.net> (Closes: #231539)
8438 * New Czech translation of message catalog from Miroslav Kure
8439 <kurem@upcase.inf.upol.cz> (Closes: #231921)
8440
8441 -- Matt Zimmerman <mdz@debian.org> Mon, 9 Feb 2004 12:44:54 -0800
8442
8443 apt (0.5.21) unstable; urgency=low
8444
8445 * Patch from Eric Wong <normalperson@yhbt.net> to include apt18n.h after
8446 other headers to avoid breaking locale.h when setlocale() is defined
8447 as an empty macro. This was not a problem on Debian, but broke
8448 compilation on Solaris. (Closes: #226509)
8449 * Updated French translation from Pierre Machard <pmachard@debian.org>
8450 (Closes: #226886)
8451 * Add colons to apt-get's "kept back"/"upgraded"/"downgraded" messages
8452 (Closes: #226813)
8453 * Fix typo in apt-cache(8) (Closes: #226351)
8454 * Clearer error message in place of "...has no available version, but
8455 exists in the database" (Closes: #212203)
8456 * Patch from Oliver Kurth <oku@masqmail.cx> to use AC_CACHE_VAL for
8457 GLIBC_VER to make cross-compilation easier (Closes: #221528)
8458 * Add example preferences file (Closes: #220799)
8459 * Updated Greek translation from Konstantinos Margaritis <markos@debian.org>
8460 (Closes: #227205)
8461 * Updated Spanish translation of man pages from Ruben Porras
8462 <nahoo82@telefonica.net> (Closes: #227729)
8463
8464 -- Matt Zimmerman <mdz@debian.org> Fri, 16 Jan 2004 10:54:39 -0800
8465
8466 apt (0.5.20) unstable; urgency=low
8467
8468 * Fixed German translations of "Suggested" from Christian Garbs
8469 <debian@cgarbs.de> (Closes: #197960)
8470 * Add an "apt-cache madison" command with an output format similar to
8471 the katie tool of the same name (but less functionality)
8472 * Fix debSourcesIndex::Describe() to correctly say "Sources" rather than
8473 "Packages"
8474
8475 -- Matt Zimmerman <mdz@debian.org> Sat, 3 Jan 2004 23:42:50 -0800
8476
8477 apt (0.5.19) unstable; urgency=low
8478
8479 * Fix Packages::Extensions support in apt-ftparchive generate
8480 (Closes: #225453)
8481
8482 -- Matt Zimmerman <mdz@debian.org> Sat, 3 Jan 2004 16:20:31 -0800
8483
8484 apt (0.5.18) unstable; urgency=low
8485
8486 * New no_NO.po file from Tollef Fog Heen <tfheen@debian.org> to fix
8487 encoding problems (Closes: #225602)
8488 * Have "apt-ftparchive release" strip the leading path component from
8489 the checksum entries
8490
8491 -- Matt Zimmerman <mdz@debian.org> Fri, 2 Jan 2004 11:24:35 -0800
8492
8493 apt (0.5.17) unstable; urgency=low
8494
8495 * Enable apt-ftparchive to generate Release files. Hopefully this will
8496 make it easier for folks to secure their apt-able packages
8497
8498 -- Matt Zimmerman <mdz@debian.org> Fri, 26 Dec 2003 12:53:21 -0800
8499
8500 apt (0.5.16) unstable; urgency=low
8501
8502 * po/de.po update from Michael Karcher <karcher@physik.fu-berlin.de>
8503 (Closes: #222560)
8504 * Update config.guess and config.sub from autotools-dev 20031007.1
8505 * Add knetbsd to buildlib/ostable (Closes: #212344)
8506 * Don't suggest apt-get -f install to correct broken build-deps; broken
8507 installed packages are rarely the cause (Closes: #220858)
8508 * Avoid clobbering configure.in if sed fails
8509
8510 -- Matt Zimmerman <mdz@debian.org> Wed, 24 Dec 2003 14:54:40 -0800
8511
8512 apt (0.5.15) unstable; urgency=low
8513
8514 * Spanish man pages, patch from Ruben Porras <nahoo82@telefonica.net>
8515 (Closes: #195444)
8516 - apt.es.8 wasn't included in the patch, but was referenced. Fetched
8517 version 1.3 from debian-doc cvs
8518 - Create doc/es/.cvsignore
8519 * Patch from Koblinger Egmont <egmont@uhulinux.hu> to fix
8520 pkgCache::PkgFileIterator::Label() to correctly refer to File->Label
8521 rather than File->Origin (Closes: #213311)
8522 * Add missing comma and space to German translation of "downgraded"
8523 (Closes: #213975)
8524 * Add missing comma in apt_preferences(5) (Closes: #215362)
8525 * Fix whitespace in French translation of "Yes, do as I say!", which
8526 made it tricky to type. Thanks to Sylvain Pasche
8527 <sylvain.pasche@switzerland.org> (Closes: #217152)
8528 * Let apt-get build-dep try alternatives if the installed package
8529 doesn't meet version requirements (Closes: #214736)
8530 * Fix version display for recommends (Closes: #219900)
8531 * Use isatty rather than ttyname for checking if stdin is a terminal.
8532 isatty has the advantage of not requiring /proc under Linux, and thus
8533 Closes: #221728
8534 * Correctly implement -n as a synonym for --names-only (Closes: #224515)
8535 * Update apt-cache(8)
8536 - Document --installed
8537 - --recursive applies to both depends and rdepends
8538 * Japanese translation of documentation from Kurasawa Nozomu <nabetaro@slug.jp>
8539 (Closes: #186235)
8540 * Clarify documentation of --no-upgrade in apt-get(8) (Closes: #219743)
8541 * Clean up and simplify some of the suggests/recommends display in apt-get
8542 * Use cvs update -d in debian/rules cvs-build rather than just update
8543 * Pass --preserve-envvar PATH --preserve-envvar CCACHE_DIR to debuild. apt
8544 takes a long time to build, and ccache helps
8545
8546 -- Matt Zimmerman <mdz@debian.org> Sat, 20 Dec 2003 16:34:30 -0800
8547
8548 apt (0.5.14) unstable; urgency=low
8549
8550 * apt-get build-dep, when trying to skip over the remaining elements of
8551 an or-expression, would accidentally inherit the version requirements of a
8552 later item in the or-expression. Fixed it.
8553 * Let apt-get build-dep try alternatives if the first dependency in an
8554 or-expression is not available
8555 * Add a Debug::BuildDeps to generate some trace output
8556 * Help apt-get build-dep produce more useful error messages
8557 * Process build-dependencies in forward rather than reverse order
8558 * Error out if an installed package is too new for a << or <=
8559 build-dependency
8560 * apt-get build-dep should now be able to handle almost any package with
8561 correct build-depends. The primary exception is build-dependencies on
8562 virtual packages with more than one provider, and these are
8563 discouraged for automated processing (but still common,
8564 unfortunately).
8565
8566 -- Matt Zimmerman <mdz@debian.org> Tue, 23 Sep 2003 22:57:31 -0400
8567
8568 apt (0.5.13) unstable; urgency=medium
8569
8570 * Document configuration file comment syntax in apt.conf(5)
8571 (Closes: #211262)
8572 * s/removed/installed/ in a comment in apt-get.cc
8573 * Move comment for ListParser::ParseDepends into the right place
8574 * Don't preserve ownership when copying config.guess and config.sub.
8575 This broke builds where the clean target was run with different
8576 privileges than the rest of the build (i.e., root) (Closes: #212183)
8577 * On second thought, don't copy config.guess and config.sub at all. I'd
8578 rather they always match what is in CVS.
8579
8580 -- Matt Zimmerman <mdz@debian.org> Mon, 22 Sep 2003 10:28:17 -0400
8581
8582 apt (0.5.12) unstable; urgency=low
8583
8584 * Exclude subdirectories named 'debian-installer' from the apt-cdrom
8585 search (Closes: #210485 -- release-critical)
8586
8587 -- Matt Zimmerman <mdz@debian.org> Thu, 11 Sep 2003 21:48:14 -0400
8588
8589 apt (0.5.11) unstable; urgency=low
8590
8591 * Updated pt_BR translations from Andre Luis Lopes <andrelop@debian.org>
8592 (Closes: #208302)
8593 * In apt.conf(5), give the fully qualified name of Dir::Bin::Methods,
8594 rather than just "methods"
8595 * Add new nb and nn translations from Petter Reinholdtsen <pere@hungry.com>
8596 * Clean up reportbug script a bit, and extend it to distinguish between a
8597 configuration file not existing and the user declining to submit it with
8598 the report
8599 * Add #include <langinfo.h> to cmdline/apt-get.cc. This apparently gets
8600 pulled in by something else with recent g++ and/or glibc, but is
8601 required when building on, e.g., stable
8602 * Patch from Koblinger Egmont <egmont@uhulinux.hu> to fix version
8603 comparisons with '~' (Closes: #205960)
8604 * Disable Russian translation until someone can review it
8605 (Closes: #207690)
8606
8607 -- Matt Zimmerman <mdz@debian.org> Wed, 10 Sep 2003 19:41:28 -0400
8608
8609 apt (0.5.10) unstable; urgency=low
8610
8611 * Correct the section in apt_preferences(5) on interpreting priorities
8612 to show that zero is not a valid priority, and print a warning if such
8613 a pin is encountered in the preferences file (Closes: #204971)
8614 * Regenerate French man pages from sgml source (Closes: #205886)
8615 * Get self-tests compiling again, updated for latest library API
8616 and g++ 3.3
8617 * Add version comparison tests for #194327 and #205960
8618 * Fix error message in version test to output versions in the order in
8619 which they were compared when the reverse comparison fails
8620 * Reference the source package bug page rather than the one for the
8621 binary package 'apt' in the man pages (Closes: #205290)
8622 * Updated Polish po file from Marcin Owsiany <porridge@debian.org>
8623 (Closes: #205950)
8624 * Mention some of the available frontends in apt-get(8) (Closes: #205829)
8625 * Add apt-config to SEE ALSO section of apt-get (Closes: #205036)
8626 * Add missing "lang" attributes to refentry tags in French man pages
8627 (apt-cdrom, apt-extracttemplates, apt-sortpkgs)
8628 * Change upgraded/newly installed/not fully installed or removed
8629 messages to be consistent and somewhat shorter (some translations
8630 exceeded 80 characters even in the simplest case)
8631 * Make APT::Get::Show-Upgraded (aka apt-get -u) default to true.
8632 * Updates to Dutch translation from Bart Cornelis <cobaco@linux.be>
8633 (Closes: #207656)
8634
8635 -- Matt Zimmerman <mdz@debian.org> Sun, 31 Aug 2003 21:12:39 -0400
8636
8637 apt (0.5.9) unstable; urgency=low
8638
8639 * Oh well, apt isn't going to make it into testing anytime soon due to
8640 new glibc and gcc deps, so we might as well fix more bugs
8641 * Fix typo in example ftp-archive.conf (Closes: #203295)
8642 * Mention default setting for --all-versions (Closes: #203298)
8643 * Patch from Otavio Salvador <otavio@debian.org> to have --version
8644 only print the version (and not usage as well) (Closes: #203418)
8645 * Patch from Otavio Salvador <otavio@debian.org> to switch from
8646 dh_installmanpages to dh_installman. Fixes the problem where the
8647 pt_BR man page was installed in the wrong location (Closes: #194558)
8648 * Move the French apt-ftparchive man page into apt-utils where it
8649 belongs. apt-utils Replaces: apt (<< 0.5.9)
8650 * Write records from "apt-cache show" using fwrite(3) rather than
8651 write(2), in case for some reason the entire record doesn't get
8652 written by a single write(2)
8653 * Add new French man pages to doc/fr/.cvsignore
8654 * Add freebsd to buildlib/ostable (Closes: #193430)
8655 * Avoid segfault if a package name is specified which consists
8656 entirely of characters which look like end tags ('+', '-')
8657 (Closes: #200425)
8658 * Patch from Otavio Salvador <otavio@debian.org> to avoid listing
8659 suggests/recommends for packages which are selected for installation
8660 at the same time as the package which suggests/recommends them
8661 (Closes: #200102)
8662 * Patch from Otavio Salvador <otavio@debian.org> to avoid listing
8663 suggests/recommends which are Provided by a package which is already
8664 installed (Closes: #200395)
8665 * Patch to update pt_BR man page for apt_preferences(5) from Andre Luis
8666 Lopes <andrelop@debian.org> (Closes: #202245)
8667 * Use nl_langinfo(YESEXPR) rather than comparing to the translated
8668 string "Y". Closes: #200953 and should make the prompting generally
8669 more robust in the face of i18n. In the particular case of #200953,
8670 it was being fooled because of signedness issues with toupper(3)
8671 (Closes: #194614)
8672 * apt Suggests: aptitude | synaptic | gnome-apt | wajig
8673 (Closes: #146667)
8674 * Clean up whitespace in translated strings in ru.po, which messed up
8675 indentation (some other translations probably have similar problems)
8676 (Closes: #194282)
8677 * Run ispell -h over the man page sources and fix a bunch of typos
8678 * Use debian/compat rather than DH_COMPAT
8679 * Update to debhelper compatibility level 3
8680 - remove ldconfig calls from debian/{postinst,postrm} as dh_makeshlibs
8681 will add them
8682 - echo 3 > debian/compat
8683 - Build-Depends: debhelper (>= 3)
8684 * Exclude '.#*' from cvs-build
8685 * Let the ftp method work with ftp servers which do not require a
8686 password (Closes: #199425)
8687 * Build-depend on debhelper >= 4.1.62, because we need the fix for
8688 #204731 in order for dh_installman to work correctly
8689 with our SGML man pages
8690 * Move dh_makeshlibs ahead of dh_installdeb so that its postinst
8691 fragments are properly substituted
8692
8693 -- Matt Zimmerman <mdz@debian.org> Sun, 10 Aug 2003 19:54:39 -0400
8694
8695 apt (0.5.8) unstable; urgency=medium
8696
8697 * urgency=medium because the changes since 0.5.5.1 are pretty safe as
8698 far as core functionality, 0.5.5.1 survived unstable for 10 days, and
8699 I don't want to delay apt's progress into testing any further. It's
8700 decidedly better than 0.5.4.
8701 * Clarify the meaning of the only-source option in apt-get(8)
8702 (Closes: #177258)
8703 * Updated French man pages from Philippe Batailler
8704 <philippe.batailler@free.fr> (Closes: #182194)
8705 * Give a warning if an illegal type abbreviation is used when looking up a
8706 configuration item (Closes: #168453)
8707 * Improve build-depends handling of virtual packages even further, so that
8708 it will now also try to satisfy build-depends on virtual packages if they
8709 are not installed. Note that this only works if there is only one
8710 package providing the virtual package, as in other cases (Closes: #165404)
8711 * Update config.guess and config.sub from autotools-dev 20030717.1
8712 * Tweak SGML in apt-extracttemplates.1.sgml so that literal '>' doesn't end
8713 up in output
8714 * Document SrcDirectory in apt-ftparchive.1.sgml (Closes: #156370)
8715 * Support TMPDIR in apt-extracttemplates (Closes: #191656)
8716 * Fix ru.po to use a capital letter for the translation of 'Y' so that
8717 YnPrompt works correctly (Closes: #200953). No other translations seem
8718 to have this problem
8719 * Regenerate POT file and sync .po files
8720 * Only try to clear stdin if it is a tty, to avoid looping if there is
8721 lots of stuff (perhaps an infinite amount) to read (Closes: #192228)
8722
8723 -- Matt Zimmerman <mdz@debian.org> Fri, 25 Jul 2003 20:21:53 -0400
8724
8725 apt (0.5.7) unstable; urgency=low
8726
8727 * Update control file to match overrides (apt priority important,
8728 libapt-pkg-dev section libdevel)
8729 * Silence the essential packages check if we are only downloading
8730 archives and not changing the system (Closes: #190862)
8731 * Skip version check if a build-dependency is provided by an installed package
8732 (Closes: #126938)
8733 * Have apt-cache show exit with an error if it cannot find any of the
8734 specified packages (Closes: #101490)
8735
8736 -- Matt Zimmerman <mdz@debian.org> Mon, 21 Jul 2003 23:43:24 -0400
8737
8738 apt (0.5.6) unstable; urgency=low
8739
8740 * Adam Heath <doogie@debian.org>
8741 - Fix segfault when handling /etc/apt/preferences. Closes: #192409.
8742 * Matt Zimmerman <mdz@debian.org>
8743 - Clean up some string handling, patch from Peter Lundkvist
8744 <p.lundkvist@telia.com> (Closes: #192225)
8745 - Don't fall off the end of the buffer when comparing versions.
8746 Patch from Koblinger Egmont <egmont@uhulinux.hu> (Closes: #194327)
8747 - Minor fixes to apt-ftparchive(1) (Closes: #118156)
8748 - Fix typo in apt-ftparchive help text (Closes: #119072)
8749 - More typos in apt-ftparchive help text (Closes: #190936)
8750 - Update config.guess, config.sub to latest versions
8751 - Modify the description for apt-utils to reflect the fact that it is not
8752 (any longer) infrequently used (Closes: #138045)
8753 - Make setup script for dselect method more explicit about
8754 overwriting sources.list (Closes: #151727)
8755 - Fix typo in apt-cache(8) (Closes: #161243)
8756 - Remove duplicate 'showpkg' from synopsis on apt-cache(8)
8757 (Closes: #175611)
8758 - Document in apt-get(8) the meaning of the '*' in ShowList, which is that
8759 the package is being purged (Closes: #182369)
8760 - Fix extra "/" character in apt.conf(5) (Closes: #185545)
8761 - Fix typo in tar error message (Closes: #191424)
8762 - Clarify description of 'search' on apt-cache(8) (Closes: #192216)
8763 - Fix incorrect path for 'partial' directory on apt-get(8)
8764 (Closes: #192933)
8765 - Fixes to pt_BR translation from Andre Luis Lopes <andrelop@ig.com.br>
8766 (Closes: #196669)
8767 - Updated apt_preferences(5) man page with many corrections and
8768 clarifications from Thomas Hood <jdthood@yahoo.co.uk>
8769 (Closes: #193336)
8770 - Fix SGML validation errors in apt-cache.8.sgml introduced in 0.5.5 or so
8771 - Add a simple example to apt-ftparchive(1) (Closes: #95257)
8772 - Add bug script for collecting configuration info (Closes: #176482)
8773
8774 -- Matt Zimmerman <mdz@debian.org> Mon, 21 Jul 2003 01:59:43 -0400
8775
8776 apt (0.5.5.1) unstable; urgency=low
8777
8778 * Move the target of the example docs from doc to binary. Closes:
8779 #192331
8780 * Fix api breakage that broke apt-ftparchive and apt-cache dumpavail, by
8781 backing out change that incorretly attempted to handle Package sections
8782 larger than 32k. Closes: #192373
8783 * Fix never-ending loop with apt-get install -V. Closes: #192355.
8784
8785 -- Adam Heath <doogie@debian.org> Mon, 19 May 2003 12:30:16 -0500
8786
8787 apt (0.5.5) unstable; urgency=low
8788
8789 * New deb version compare function, that has no integer limits, and
8790 supports pre-versions using ~. Code ported from dpkg.
8791 * Fix handling of [!arch] for build-dependencies. Closes: #88798, #149595
8792 * Fix handling of build-deps on unknown packages. Closes: #88664, #153307
8793 * "apt-get --arch-only build-dep" to install only architecture-
8794 dependent build dependencies. Bump minor shared lib number to reflect
8795 small change in BuildDepend API.
8796 * APT::Build-Essential configuration option (defaults to "build-essential")
8797 so that "apt-get build-dep" will ensure build essential packages are
8798 installed prior to installing other build-dependencies. Closes: #148879
8799 * LD_LIBRARY_PATH thing. Closes: #109430, #147529
8800 * /usr/doc reference in postinst. Closes: #126189
8801 * Doc updates. Closes: #120689
8802 * Possible apt-cache segfault. Closes: #120311, #118431, #117915, #135295,
8803 #131062, #136749
8804 * Print special message for EAI_AGAIN. Closes: #131397
8805 * libapt-pkg-dev needs to bring in the apt-inst library if linking
8806 is to work. Closes: #133943
8807 * Typos, Doc Stuff. Closes: #132772, #129970, #123642, #114892, #113786,
8808 #109591, #105920, #103678, #139752, #138186, #138054, #138050,
8809 #139994, #142955, #151654, #151834, #147611, #154268, #173971
8810 * Fix possibility for tag file parsing to fail in some unlikely situations.
8811 Closes: #139328
8812 * Use std C++ names for some header files. Closes: #128741
8813 * Do not check for free space if --no-download. Closes: #117856
8814 * Actually implement or group handling for 'upgrade'. Closes: #133950
8815 * "Internal Error, Couldn't configure pre-depend" is not actually an
8816 internal error, it is a packaging error and now it says so, and
8817 pinpoints the problem dependency. Closes: #155621
8818 * Allows failure to write to a pipe for post-invoke stuff. Closes: #89830
8819 * Use usr/share/doc for dhelp. Closes: #115701
8820 * --print-uris works with 'update'. Closes: #57070
8821 * Options Dpkg::MaxArgs,Dpkg::MaxArgBytes to allow a much longer dpkg
8822 command line.
8823 * Fixed 2 little OR group bugs, thanks to Yann Dirson. Closes: #143995,
8824 #142298
8825 * Allow an uninstalled package to be marked for removal on an install
8826 line (meaning not to automatically install it), also fix some dodgy
8827 handling of protected packages. Closes: #92287, #116011
8828 * Fix errant prefix matching in version selection. Closes: #105968
8829 * Ensure that all files needed to run APT as a user are readable and
8830 ignore roots umask for these files. Closes: #108801
8831 * Support larger config spaces. Closes: #111914
8832 * 'apt-get update' no longer does 'Building Dependency Tree'.
8833 * When matching regexs allways print a message. Change regex activation
8834 charset. Closes: #147817
8835 * Don't die if lines in sources.list are too long. Closes: #146846
8836 * Show file name on apt-extracttemplate error messges. Closes: #151835
8837 * i18n gettext stuff, based on work from Michael Piefel: Closes: #95933
8838 * Some highly unlikely memory faults. Closes: #155842
8839 * C++ stuff for G++3.2. Closes: #162617, #165515,
8840 * apt-config dumps sends to stdout not stderr now. Closes: #146294
8841 * Fix segfault in FindAny when /i is used, and there is no default.
8842 Closes: #165891
8843 * Add s390x to archtable. Closese: #160992.
8844 * Update config.sub/config.guess in cvs, and add support to debian/rules
8845 to update them from /usr/share/misc if they exist. Closes: #155014
8846 * Remove 'Sorry' from messages. Closes: #148824.
8847 * Change wording of 'additional disk space usage' message. Closes:
8848 #135021.
8849 * apt-extracttemplates now prepends the package name when extracting
8850 files. Closes: #132776
8851 * Add -n synonym for --names-only for apt-cache. Closes: #130689
8852 * Display both current version and new version in apt-get -s. Closes:
8853 #92358
8854 * Add an options and timeout config item to ssh/rsh. Closes: #90654
8855 * libapt-pkg-dev now depends on apt-utils. Closes: #133942.
8856 * Change verbose logging output of apt-ftparchive to go to stderr,
8857 instead of stdout. Also, errors that occur no longer go to stdout,
8858 but stderr. Closes: #161592
8859 * Test for timegm in configure. Closes: #165516.
8860 * s/st_mtime/mtime/ on our local stat structure in apt-ftparchive, to
8861 support compliation on platforms where st_mtime is a macro. Closes:
8862 #165518
8863 * Check the currently mounted cdrom, to see if it's the one we are
8864 interested in. Closes: #154602
8865 * Refer to reportbug instead of bug in the man pages. Closes: #173745
8866 * Link apt-inst to apt-pkg. Closes: #175055
8867 * New apt_preferences man page from Thomas Hood, Susan Kleinmann,
8868 and others.
8869 * Fix > 300 col screen segfault. Closes: #176052
8870 * Rebuild with gcc-3.2. Closes: #177752, #178008.
8871 * Fix build-dep handling of | dependencies.
8872 Closes: #98640, #145997, #158896, #172901
8873 * Double default value of APT::Cache-Limit, until such time as it
8874 can be made more dynamic. Closes: #178623.
8875 * Report uris with '.gz' when there are errors. Closes: #178435.
8876 * When installing build-deps, make sure the new version will
8877 satisfy build requirements. Closes: #178121
8878 * Split offline and guide documentation into apt-doc. This was done so
8879 that binary-arch builds do not require documention deps. Note, that
8880 apt-doc is not installed on upgrades.
8881 * Use doc-base, instead of dhelp directly. Closes: #110389
8882 * Change http message 'Waiting for file' to 'Waiting for headers'.
8883 Closes: #178537
8884 * Remove trailing lines on package lists in apt-get. Closes: #178736.
8885 * Fix origin pins for file:// uris. Closes: #189014.
8886 * Apply typo and syntax patch from bug to apt-cache.8.sgml. Closes:
8887 #155194
8888 * s/dpkg-preconfig/dpkg-preconfigure/ in examples/configure-index.
8889 Closes: #153734.
8890 * Fix some typos in the apt-get manual. Closes: #163932.
8891 * Apply patch from bug, to change frozen to testing, and then do it
8892 everywhere else. Closes: #165085.
8893 * Update es.po. Closes: #183111.
8894 * Add pt_BR translation of apt_preferences(5). Also, build fr manpages.
8895 Closes: #183904.
8896 * Add a vcg command to apt-cache, similiar to dotty. Closes: #150512.
8897 * Add option to apt-get to show versions of packages being
8898 upgraded/installed.
8899 * Be quiet in apt.post{inst,rm}. Closes: #70685.
8900 * apt-get now prints out suggested and recommended packages. Closes:
8901 #54982.
8902 * Insert some newlines in the cdrom change media message. Closes:
8903 #154601.
8904 * Add a rdepends command to apt-cache. Closes: #159864.
8905 * When building the dpkg command line, allow for 8192 chars to be used,
8906 instead of only 1024.
8907 * APT::Immediate-Configure had inverted semantics(false meant it was
8908 enabled). Closes: #173619.
8909 * Fix status file parser so that if a record is larger than 32k, the
8910 buffer size will be doubled, and the read attempted again. Closes:
8911 #174945.
8912
8913 -- Adam Heath <doogie@debian.org> Sun, 27 Apr 2003 01:23:12 -0500
8914
8915 apt (0.5.4) unstable; urgency=low
8916
8917 * M68k config.guess patch. Closes: #88913
8918 * Bi-yearly test on OpenBSD and Solaris
8919 * Doc updates. Closes: #89121, #89854, #99671, #98353, #95823, #93057,
8920 #97520, #102867, #101071, #102421, #101565, #98272, #106914,
8921 #105606, #105377
8922 * Various cosmetic code updates. Closes: #89066, #89066, #89152
8923 * Add "pre-auto" as an option for DSelect::Clean (run autoclean after
8924 update).
8925 * More patches from Alfredo for Vendors and more SHA-1 stuff
8926 * Fix for AJ's 'desire to remove perl-5.005' and possibly other
8927 similar situations. Closes: #56708, #59432
8928 * no_proxy and ftp. Closes: #89671
8929 * Philippe Batailler's man page patches.
8930 * Fix for display bug. Closes: #92033, #93652, #98468
8931 * Use more than 16bits for the dep ID. Some people ran out..
8932 Closes: #103020, #97809, #102951, #99974, #107362, #107395, #107362,
8933 #106911, #107395, #108968
8934 * Reordered some things to make dante and FTP happier. Closes: #92757
8935 * James R. Van Zandt's guide.sgml updates. Closes: #90027
8936 * apt-ftparchive copes with no uncompressed package files + contents.
8937 * French man pages from philippe batailler - well sort of. They
8938 don't build yet..
8939 * run-parts. Closes: #94286
8940 * 'apt-cache policy' preferences debug tool.
8941 * Whatever. Closes: #89762
8942 * libstdc++ and HURD. Closes: #92025
8943 * More apt-utils verbage. Closes: #86954
8944 * Fliped comparision operator. Closes: #94618
8945 * Used the right copyright file. Closes: #65691
8946 * Randolph's G++3 patches.
8947 * Fixed no_proxy tokanizing. Closes: #100046
8948 * Strip Config-Version when copying status to available. Closes: #97520
8949 * Segfault with missing source files. Closes: #100325
8950 * EINTR check. Closes: #102293
8951 * Various changes to the locking metholodgy for --print-uris.
8952 Closes: #100590
8953 * Lame LD_LIBRARY_PATH thing. Closes: #98928
8954 * apt-cache search searchs provide names too now. Closes: #98695
8955 * Checksum and long lines problem. Closes: #106591
8956 * .aptignr and empty files are just a warning. Closes: #97364
8957
8958 -- Jason Gunthorpe <jgg@debian.org> Sat, 18 Aug 2001 17:21:59 -0500
8959
8960 apt (0.5.3) unstable; urgency=low
8961
8962 * JoeyH's dpkg::preconfig not working. Closes: #88675
8963 * Fixed apt override disparity
8964 * Alfredo's SHA-1 and related patches
8965
8966 -- Jason Gunthorpe <jgg@debian.org> Sun, 4 Mar 2001 15:39:43 -0700
8967
8968 apt (0.5.2) unstable; urgency=low
8969
8970 * Fixed mention of /usr/doc in the long description
8971 * JoeyH's downgrade bug -- don't use 0.5.1
8972 * Doc bug. Closes: #88538
8973 * Fault in building release strings. Closes: #88533
8974
8975 -- Jason Gunthorpe <jgg@debian.org> Sun, 4 Mar 2001 15:39:43 -0700
8976
8977 apt (0.5.1) unstable; urgency=low
8978
8979 * Fixed #82894 again, or should be and.
8980 * Process the option string right. Closes: #86921
8981 * Don't eat the last command for pipes. Closes: #86923
8982 * Ignore .* for configuration directory processing. Closes: #86923
8983 * Alfredo's no_proxy patch
8984 * Documentation fixes. Closes: #87091
8985 * JoeyH's double slash bug. Closes: #87266
8986 * Unintitialized buffer and apt-ftparchive contents generation.
8987 Closes: #87612
8988 * Build-deps on virtual packages. Closes: #87639
8989 * Fixes glibc/libstdc++ symbol dependencies by including glibc and
8990 libstdc++ version info in the library soname and in the package
8991 provides. Closes: #87426
8992 * Updated soname version to 0.3.2
8993 * apt-extracttemplates moved from debconf into apt-utils
8994 * s390 archtable entry. Closes: #88232
8995 * Dan's segfault
8996 * Some instances where the status file can source a package in a
8997 non-sensical way. Closes: #87390
8998 * Work better if there are duplicate sources.list entries.
8999 * Fixed the resetting of Dir with "dir {};". Closes: #87323
9000
9001 -- Randolph Chung <tausq@debian.org> Sat, 3 Mar 2001 15:37:38 -0700
9002
9003 apt (0.5.0) unstable; urgency=low
9004
9005 * Fixed an obscure bug with missing final double new lines in
9006 package files
9007 * Changed the apt-cdrom index copy routine to use the new section
9008 rewriter
9009 * Added a package file sorter, apt-sortpkgs
9010 * Parse obsolete Optional dependencies.
9011 * Added Ben's rsh method. Closes: #57794
9012 * Added IPv6 FTP support and better DNS rotation support.
9013 * Include the server IP in error messages when using a DNS rotation.
9014 Closes: #64895
9015 * Made most of the byte counters into doubles to prevent 32bit overflow.
9016 Closes: #65349
9017 * HTTP Authorization. Closes: #61158
9018 * Ability to parse and return source index build depends from Randolph.
9019 * new 'apt-get build-dep' command from Randolph. Closes: #63982
9020 * Added apt-ftparchive the all dancing all singing FTP archive
9021 maintinance program
9022 * Allow version specifications with =1.2.4-3 and /2.2 or /stable postfixes
9023 in apt-get.
9024 * Removed useless internal cruft including the xstatus file.
9025 * Fixed config parser bugs. Closes: #67848, #71108
9026 * Brain Damanged apt-get config options changed, does not change the command
9027 line interface, except to allow --enable-* to undo a configuration
9028 option:
9029 No-Remove -> Remove
9030 No-Download -> Download
9031 No-Upgrade -> Upgrade
9032 * Made this fix configable (DSelect::CheckDir) and default to disabled:
9033 * No remove prompt if the archives dir has not changed. Closes: #55709
9034 Because it is stupid in the case where no files were downloaded due to
9035 a resumed-aborted install, or a full cache! Closes: #65952
9036 * Obscure divide by zero problem. Closes: #64394
9037 * Update sizetable for mips. Closes: #62288
9038 * Fixed a bug with passive FTP connections
9039 * Has sizetable entry for sparc64. Closes: #64869
9040 * Escape special characters in the ::Label section of the cdroms.lst
9041 * Created apt-utils and python-apt packages
9042 * Due to the new policy engine, the available file may contain entries
9043 from the status file. These are generated if the package is not obsolete
9044 but the policy engine prohibits using the version from the package files.
9045 They can be identified by the lack of a Filename field.
9046 * The new policy engine. Closes: #66509, #66944, #45122, #45094, #40006,
9047 #36223, #33468, #22551
9048 * Fixed deb-src line for non-us. Closes: #71501, #71601
9049 * Fixes for G++ 2.96, s/friend/friend class/
9050 * Fixed mis doc of APT::Get::Fix-Missing. Closes: #69269
9051 * Confirmed fix for missing new line problem. Closes: #69386
9052 * Fixed up dhelp files. Closes: #71312
9053 * Added some notes about dselect and offline usage. Closes: #66473, #38316
9054 * Lock files on read only file systems are ignored w/ warning.
9055 Closes: #61701
9056 * apt-get update foo now gives an error! Closes: #42891
9057 * Added test for shlibs on hurd. Closes: #71499
9058 * Clarified apt-cache document. Closes: #71934
9059 * DocBook SGML man pages and some improvements in the text..
9060 * sigwinch thing. Closes: #72382
9061 * Caching can be turned off by setting the cache file names blank.
9062 * Ignores arches it does not know about when autocleaning. Closes: #72862
9063 * New function in apt-config to return dirs, files, bools and integers.
9064 * Fixed an odd litle bug in MarkInstall and fixed it up to handle
9065 complex cases involving OR groups and provides.
9066 68754 describes confusing messages which are the result of this..
9067 Closes: #63149, #69394, #68754, #77683, #66806, #81486, #78712
9068 * Speeling mistake and return code for the 'wicked' resolver error
9069 Closes: #72621, #75226, #77464
9070 * Solved unable to upgrade libc6 from potato to woody due to 3 package
9071 libc6 dependency loop problem.
9072 * Leading sources.list spaces. Closes: #76010
9073 * Removed a possible infinite loop while processing installations.
9074 * Man page updates. Closes: #75411, #75560, #64292, #78469
9075 * ReduceSourceList bug. Closes: #76027
9076 * --only-source option. Closes: #76320
9077 * Typos. Closes: #77812, #77999
9078 * Different status messages. Closes: #76652, #78353
9079 * /etc/apt/apt.conf.d/ directory for Joey and Matt and pipe protocol 2
9080 * OS detection an support for the new pseduo standard of os-arch for the
9081 Architecture string. Also uses regexing.. Closes: #39227, #72349
9082 * Various i18n stuff. Note that this still needs some i18n wizard
9083 to do the last gettextization right. Closes: #62386
9084 * Fixed a problem with some odd http servers/proxies that did not return
9085 the content size in the header. Closes: #79878, #44379
9086 * Little acquire bugs. Closes: #77029, #55820
9087 * _POSIX_THREADS may not be defined to anything, just defined..
9088 Closes: #78996
9089 * Spelling of Ignore-Hold correctly. Closes: #78042
9090 * Unlock the dpkg db if in download only mode. Closes: #84851
9091 * Brendan O'Dea's dselect admindir stuff. Closes: #62811
9092 * Patch from BenC. Closes: #80810
9093 * Single output of some names in lists. Closes: #80498, #43286
9094 * Nice message for people who can't read syserror output. Closes: #84734
9095 * OR search function. Closes: #82894
9096 * User's guide updates. Closes: #82469
9097 * The AJ/JoeyH var/state to var/lib transition patch. Closes: #59094
9098 * Various CD bugs, again thanks to Greenbush
9099 Closes: #80946, #76547, #71810, #70049, #69482
9100 * Using potato debhelper. Closes: #57977
9101 * I cannot self-terminate. Closes: #74928
9102
9103 -- Jason Gunthorpe <jgg@debian.org> Wed, 21 Feb 2001 00:39:15 -0500
9104
9105 apt (0.3.19) frozen unstable; urgency=low
9106
9107 * Updates to apt-cdrom to support integrated non-us nicely, thanks to
9108 Paul Wade.
9109 * Fixed that apt-get/cdrom deadlock thing. Closes: #59853, #62945, #61976
9110 * Fixed hardcoded path. Closes: #59743
9111 * Fixed Jay's relative path bug
9112 * Allowed source only CDs. Closes: #58952
9113 * Space check is supressed if --print-uris is given. Closes: #58965
9114 * Clarified the documenation examples for non-us. Closes: #58646
9115 * Typo in the package description. Closes: #60230
9116 * Man Page typo. Closes: #60347
9117 * Typo in Algorithms.cc. Closes: #63577
9118 * Evil dotty function in apt-cache for generating dependency graphs
9119 with the as-yet-unpackaged GraphVis.
9120 * Appears to have been fixed in Janurary.. Closes: #57981
9121 * New config.guess/sub for the new archs. Closes: #60874
9122 * Fixed error reporting for certain kinds of resolution failures.
9123 Closes: #61327
9124 * Made autoclean respect 'q' settings. Closes: #63023
9125 * Fixed up the example sources.list. Closes: #63676
9126 * Added DPkg::FlushSTDIN to control the flushing of stdin before
9127 forking dpkg. Closes: #63991
9128
9129 -- Ben Gertzfield <che@debian.org> Fri, 12 May 2000 21:10:54 -0700
9130
9131 apt (0.3.18) frozen unstable; urgency=low
9132
9133 * Changes in the postinst script. Closes: #56855, #57237
9134 * Fixed bashism. Closes: #57216, #57335
9135 * Doc updates. Closes: #57772, #57069, #57331, #57833, #57896
9136
9137 -- Ben Gertzfield <che@debian.org> Sun, 13 Feb 2000 01:52:31 -0800
9138
9139 apt (0.3.17) unstable; urgency=low
9140
9141 * RFC 2732 usage for CDROM URIs and fixes to apt-cdrom
9142 * Fixed the configuration parser to not blow up if ; is in the config
9143 string
9144 * Applied visual patch to dselect install script . Closes #55214
9145 * Included the configure-index example
9146 * Minimal CD swaps
9147 * Library soname has increased
9148 * Fixed default sources.list to have correct URLs for potato when it
9149 becomes stable
9150 * Added a message about erasing sources.list to dselect setup script
9151 Closes: #55755
9152 * No remove prompt if the archives dir has not changed. Closes: #55709
9153 * Fixed inclusion of 2nd sample config file. Closes: #55374
9154 * Made file mtimes of 0 not confuse the methods If-Modifed-Since check.
9155 Closes: #55991
9156
9157 -- Ben Gertzfield <che@debian.org> Mon, 31 Jan 2000 12:12:40 -0800
9158
9159 apt (0.3.16) unstable; urgency=low
9160
9161 * Made --no-download work. Closes: #52993
9162 * Now compiles on OpenBSD, Solaris and HP-UX
9163 * Clarify segfault errors
9164 * More debhelper fixes. Closes: #52662, #54566, #52090, #53531, #54769
9165 * Fix for Joel's discovery of glibc removal behavoir.
9166 * Fix for Ben Collins file: uri from slink upgrade.
9167 * Fixed resume code in FTP. Closes: #54323
9168 * Take more precautions to prevent the corruption Joey Hess saw.
9169 * Fixed --no-list-cleanup
9170 * RFC 2732 URI parsing ([] for hostnames).
9171 * Typo in apt-cache man page. Closes: #54949
9172
9173 -- Ben Gertzfield <che@debian.org> Fri, 14 Jan 2000 08:04:15 -0800
9174
9175 apt (0.3.15) unstable; urgency=low
9176
9177 * Added DSelect::WaitAfterDownload Closes: #49549
9178 * Fixed cast error in byteswap macro and supporting code. Closes: #50093
9179 * Fixed buffer overflow for wide terminal sizes. Closes: #50295
9180 * Made -s and clean not do anything. Closes: #50238
9181 * Problem with Protected packages and the new OR code.
9182 * /usr/share/doc stuff. Closes: #51017, #50228, #51141
9183 * Remove doesn't require a package to be installable. Closes: #51175
9184 * FTP proxy touch ups in the mabn page. Closes: #51315, #51314
9185
9186 -- Ben Gertzfield <che@debian.org> Sat, 4 Dec 1999 21:17:24 -0800
9187
9188 apt (0.3.14) unstable; urgency=low
9189
9190 * Fix Perl or group pre-depends thing Closes: #46091, #46096, #46233, #45901
9191 * Fix handling of dpkg's conversions from < -> <= Closes: #46094, #47088
9192 * Make unparsable priorities non-fatal Closes: #46266, #46267, #46293, #46298
9193 * Fix handling of '/' for the dist name. Closes: #43830, #45640, #45692
9194 * Fixed 'Method gave a blank filename' error from IMS queries onto CDs.
9195 Closes: #45034, #45695, #46537
9196 * Made OR group handling in the problem resolver more elaborate. Closes: #45646
9197 * Added APT::Clean-Installed option. Closes: #45973
9198 * Moves the free space check to after the calculated size is printed.
9199 Closes: #46639, #47498
9200 * mipsel arch Closes: #47614
9201 * Beautified URI printing to not include passwords Closes: #46857
9202 * Fixed little problem with --no-download Closes: #47557
9203 * Tweaked Dselect 'update' script to re-gen the avail file even in the
9204 event of a failure Closes: #47112
9205 * Retries for source archives too Closes: #47529
9206 * Unmounts CDROMs iff it mounted them Closes: #45299
9207 * Checks for the partial directories before doing downloads Closes: #47392
9208 * no_proxy environment variable (http only!) Closes: #43476
9209 * apt-cache showsrc Closes: #45799
9210 * De-Refs Single Pure virtual packages. Closes: #42437, #43555
9211 * Regexs for install. Closes: #35304, #38835
9212 * Dependency reports now show OR group relations
9213 * Re-Install feature. Cloes: #46961, #37393, #38919
9214 * Locks archive directory on clean (woops)
9215 * Remove is not 'sticky'. Closes: #48392
9216 * Slightly more accurate 'can not find package' message. Closes: #48311
9217 * --trivial-only and --no-remove. Closes: #48518
9218 * Increased the cache size. Closes: #47648
9219 * Comment woopsie. Closes: #48789
9220 * Removes existing links when linking sources. Closes: #48775
9221 * Problem resolver does not install all virtual packages. Closes: #48591, #49252
9222 * Clearer usage message about 'source' Closes: #48858
9223 * Immediate configure internal error Closes: #49062, #48884
9224
9225 -- Ben Gertzfield <che@debian.org> Sun, 7 Nov 1999 20:21:25 -0800
9226
9227 apt (0.3.13) unstable; urgency=low
9228
9229 * Fix timestamp miss in FTP. Closes: #44363
9230 * Fix sorting of Kept packages. Closes: #44377
9231 * Fix Segfault for dselect-upgrade. Closes: #44436
9232 * Fix handling of '/' for the dist name. Closes #43830
9233 * Added APT::Get::Diff-Only and Tar-Only options. Closes #44384
9234 * Add commented-out deb-src URI to default sources.list file.
9235
9236 -- Ben Gertzfield <che@debian.org> Sun, 19 Sep 1999 18:54:20 -0700
9237
9238 apt (0.3.12) unstable; urgency=low
9239
9240 * Fix for typo in the dhelp index. Closes: #40377
9241 * Multiple media swap support
9242 * Purge support. Closes: #33291, #40694
9243 * Better handling of - remove notation. Closes: #41024
9244 * Purge support. Closes: #33291, #40694
9245 * Error code on failed update. Closes: #41053
9246 * apt-cdrom adds entries for source directories. Closes: #41231
9247 * Sorts the output of any list. Closes: #41107
9248 * Fixes the looping problem. Closes: #41784, #42414, #44022
9249 * Fixes the CRC mechanism to lowercase all strings. Closes: #41839
9250 * More checks to keep the display sane. Particularly when fail-over is
9251 used with local mirrors and CD-Roms. Closes: #42127, #43130, #43668
9252 * PThread lockup problem on certain sparc/m68k. Closes: #40628
9253 * apt-cdrom understands .gz Package files too. Closes: #42779
9254 * Spelling error in dselect method description. Closes: #43251
9255 * Added security to the default source list. Closes: #43356
9256
9257 -- Ben Gertzfield <che@debian.org> Fri, 3 Sep 1999 09:04:28 -0700
9258
9259 apt (0.3.11) unstable; urgency=low
9260
9261 * Fix for mis-parsed file: URIs. Closes: #40373, #40366, #40230
9262 * Fix for properly upgrading the system from perl 5.004 to 5.005
9263
9264 -- Ben Gertzfield <che@debian.org> Mon, 28 Jun 1999 21:06:44 -0700
9265
9266 apt (0.3.9) unstable; urgency=low
9267
9268 * Spelling error in cachefile.cc. Closes: #39885
9269 * Trailing slash in dselect install if you try to use the
9270 default config file. Closes: #40011
9271 * Simulate works for autoclean. Closes: #39141
9272 * Fixed spelling errors. Closes: #39673
9273 * Changed url parsing a bit. Closes: #40070, #40069
9274 * Version 0.3.8 will be for slink/hamm (GNU libc 2).
9275
9276 -- Ben Gertzfield <che@debian.org> Thu, 24 Jun 1999 18:02:52 -0700
9277
9278 apt (0.3.7) unstable; urgency=low
9279
9280 * Fixed missing text in the apt-get(8) page. Closes: #37596
9281 * Made --simulate and friends work with apt-get source. Closes: #37597, #37656
9282 * Fixed inclusion of man pages in the -doc/-dev package. Closes: #37633, #38651
9283 * Fixed handling of the -q option with not-entirely integer arguments
9284 Closes: #37499
9285 * Man page typo Closes: #37762
9286 * Fixed parsing of the Source: line. Closes: #37679
9287 * Dpkg/dpkg-hurd source bug. Closes: #38004, #38032
9288 * Added a check for an empty cache directory. Closes: #37963
9289 * Return a failure code if -d is given and packages fail to download.
9290 Closes: #38127
9291 * Arranged for an ftp proxy specifing an http server to work. See the
9292 important note in the sources.list man page.
9293 * Accounted for resumed files in the cps calculation. Closes: #36787
9294 * Deal with duplicate same version different packages. Closes: #30237
9295 * Added --no-download. Closes: #38095
9296 * Order of apt-cdrom dist detection. Closes: #38139
9297 * Fix apt-cdrom chop handling and missing lines. Closes: #37276
9298 * IPv6 http support
9299 * Suggests dpkg-dev for apt-get source. Closes: #38158
9300 * Fixed typo in apt-get help. Closes: #38712
9301 * Improved the error message in the case of broken held package. Closes: #38777
9302 * Fixed handling of MD5 failures
9303 * Documented list notation Closes: #39008
9304 * Change the 'b' to 'B'. Closes: #39007
9305
9306 -- Ben Gertzfield <che@debian.org> Sun, 20 Jun 1999 18:36:20 -0700
9307
9308 apt (0.3.6) unstable; urgency=low
9309
9310 * Note that 0.3.5 never made it out the door..
9311 * Fix for apt-cdrom and unusual disk label locations. Closes: #35571
9312 * Made APT print numbers in decimal. Closes: #35617, #37319
9313 * Buffer munching fix for FTP. Closes: #35868
9314 * Typo in sample config file. Closes: #35907
9315 * Fixed whitespace in version compares. Closes: #35968, #36283, #37051
9316 * Changed installed size counter to only count unpacked packages.
9317 Closes: #36201
9318 * apt-get source support. Closes: #23934, #27190
9319 * Renames .debs that fail MD5 checking, provides automatic corruption
9320 recovery. Closes: #35931
9321 * Fixed autoconf verison. Closes: #37305
9322 * Random Segfaulting. Closes: #37312, #37530
9323 * Fixed apt-cache man page. Closes: #36904
9324 * Added a newline to apt-cache showpkg. Closes: #36903
9325
9326 -- Ben Gertzfield <che@debian.org> Wed, 12 May 1999 09:18:49 -0700
9327
9328 apt (0.3.4) unstable; urgency=low
9329
9330 * Release for Ben while he is out of town.
9331 * Checked the size of partial files. Closes: #33705
9332 * apt-get should not print progress on non-tty. Closes: #34944
9333 * s/guide.text.gz/users-guide.txt.gz/ debian/control: Closes: #35207
9334 * Applied cdrom patches from Torsten. Closes: #35140, #35141
9335 * smbmounted cdrom fix. Closes: #35470
9336 * Changed ie to eg. Closes: #35196
9337
9338 -- Adam Heath <doogie@debian.org> Sun, 4 Apr 1999 18:26:44 -0500
9339
9340 apt (0.3.3) unstable; urgency=low
9341
9342 * Fixes bug with file:/ URIs and multi-CD handling. Closes: #34923
9343
9344 -- Ben Gertzfield <che@debian.org> Tue, 23 Mar 1999 12:15:44 -0800
9345
9346 apt (0.3.2) unstable; urgency=low
9347
9348 * Major release into unstable of v3
9349 * These bugs have been fixed, explanations are in the bug system, read
9350 the man pages as well..
9351 Closes: #21113, #22507, #22675, #22836, #22892, #32883, #33006, #34121,
9352 #23984, #24685, #24799, #25001, #25019, #34223, #34296, #34355,
9353 #24021, #25022, #25026, #25104, #25176, #31557, #31691, #31853,
9354 #25458, #26019, #26433, #26592, #26670, #27100, #27100, #27601,
9355 #28184, #28391, #28778, #29293, #29351, #27841, #28172, #30260,
9356 #29382, #29441, #29903, #29920, #29983, #30027, #30076, #30112,
9357 #31009, #31155, #31381, #31883, #32140, #32395, #32584. #34465,
9358 #30383, #30441, #30472, #30643, #30827, #30324, #36425, #34596
9359
9360 -- Ben Gertzfield <che@debian.org> Mon, 15 Mar 1999 19:14:25 -0800
9361
9362 apt (0.3.1) experimental; urgency=low
9363
9364 * Minor release of cvs version.
9365 * Added virtual package libapt-pkgx.x
9366
9367 -- Mitch Blevins <mblevin@debian.org> Wed, 10 Mar 1999 07:52:44 -0500
9368
9369 apt (0.3.0) experimental; urgency=low
9370
9371 * New experimental version.
9372
9373 -- Ben Gertzfield <che@debian.org> Tue, 15 Dec 1998 12:53:21 -0800
9374
9375 apt (0.1.9) frozen unstable; urgency=low
9376
9377 * Return to the wacky numbering for when we build 0.1.8 for hamm
9378 * Important bug related to APT on the Alpha fixed
9379 * apt-get dist-upgrade problems fixed
9380 * tiny patch for http method to fix an endless loop
9381 * nice fix from /usr/doc/lintian/ to remove rpath nastiness from
9382 libtool and add proper shared lib dependancies
9383 * now dh_shlibdeps is called with LD_LIBRARY_PATH=debian/tmp/usr/lib
9384 in case an old libpkg is installed while building APT to prevent
9385 spurious dependancies
9386
9387 -- Ben Gertzfield <che@debian.org> Thu, 5 Nov 1998 17:43:25 -0800
9388
9389 apt (0.1.7) unstable; urgency=low
9390
9391 * New build with libstdc++2.9.
9392 * Various fixes; read the Changelog.
9393
9394 -- Ben Gertzfield <che@debian.org> Thu, 15 Oct 1998 18:29:18 -0700
9395
9396 apt (0.1.6) unstable; urgency=low
9397
9398 * Various fixes in the FTP method for error checking. Fixes: #26188.
9399 * Spelling corrections in dselect method. Fixes: #25884
9400 * Fixes for compilation on alpha/ppc. Fixes: #25313, #26108.
9401 * No more bo releases: we're using a normal numbering system now.
9402
9403 -- Ben Gertzfield <che@debian.org> Tue, 8 Sep 1998 19:27:13 -0700
9404
9405 apt (0.1.5) unstable; urgency=low
9406
9407 * Changed sources.list to point to 'unstable' by default, as
9408 'frozen' no longer exists!
9409
9410 -- Ben Gertzfield <che@debian.org> Thu, 23 Jul 1998 22:00:18 -0700
9411
9412 apt (0.1.3) unstable; urgency=low
9413
9414 * New upstreamish version.
9415 * ftp method rewritten in C. Removes dependancies on all perl/perl
9416 related modules. This fixes many of the ftp method bugs.
9417
9418 -- Ben Gertzfield <che@debian.org> Thu, 16 Jul 1998 22:19:00 -0700
9419
9420 apt (0.1.1) unstable; urgency=low
9421
9422 * Release for unstable.
9423
9424 -- Ben Gertzfield <che@debian.org> Tue, 30 Jun 1998 20:48:30 -0700
9425
9426 apt (0.1) unstable; urgency=low
9427
9428 * Kludge to fix problem in libnet-perl with illegal anonymous
9429 FTP passwords.
9430 * Moved to unstable; apt is in a useable state now.
9431 * Fixed version numbering. From now on, numbering will be:
9432 0.1 (no actual release) -> 0.1.0bo (release for libc5) ->
9433 0.1.1 (release for unstable). Thanks, Manoj.
9434
9435 -- Ben Gertzfield <che@debian.org> Tue, 30 Jun 1998 20:40:58 -0700
9436
9437 apt (0.0.17-1) experimental; urgency=low
9438
9439 * Fixed problem with libc6 version compare
9440 * Scott's away for a while, so I'll be packaging apt for the time
9441 being.
9442
9443 -- Ben Gertzfield <che@debian.org> Thu, 25 Jun 1998 19:02:03 -0700
9444
9445 apt (0.0.16-1) experimental; urgency=low
9446
9447 * Modifications to make apt-get more friendly when backgrounded.
9448 * Updated documentation.
9449 * Updates to graphic widgets
9450
9451 -- Scott K. Ellis <scott@debian.org> Mon, 8 Jun 1998 11:22:02 -0400
9452
9453 apt (0.0.15-0.2bo) experimental; urgency=low
9454
9455 * Bo compilation
9456 * Bob Hilliards crash
9457
9458 -- Jason Gunthorpe <jgg@debian.org> Sun, 31 May 1998 20:18:35 -0600
9459
9460 apt (0.0.15-0.1bo) experimental; urgency=low
9461
9462 * Bo compilation
9463 * libstdc++272 patch
9464
9465 -- Jason Gunthorpe <jgg@debian.org> Sun, 31 May 1998 20:18:35 -0600
9466
9467 apt (0.0.15) experimental; urgency=low
9468
9469 * Clean up source tarball (no user-visible changes)
9470
9471 -- Scott K. Ellis <scott@debian.org> Tue, 26 May 1998 12:23:53 -0400
9472
9473 apt (0.0.14) experimental; urgency=low
9474
9475 * Updates in ordering code to make sure certain upgrades work correctly.
9476 * Made dselect/setup understand ftp as well as http
9477
9478 -- Scott K. Ellis <scott@debian.org> Wed, 20 May 1998 13:33:32 -0400
9479
9480 apt (0.0.13-bo1) experimental; urgency=low
9481
9482 * Bo compilation
9483
9484 -- Jason Gunthorpe <jgg@debian.org> Mon, 18 May 1998 15:10:49 -0600
9485
9486 apt (0.0.13) experimental; urgency=low
9487
9488 * Remove hardcoded egcc from debian/rules (#21575)
9489 * Fixes for ordering logic when system has a number of unpacked
9490 but unconfigured packages installed.
9491 * Spelling fix in dselect install method (#22556)
9492
9493 -- Scott K. Ellis <scott@debian.org> Sun, 17 May 1998 20:08:33 -0400
9494
9495 apt (0.0.12) experimental; urgency=low
9496
9497 * Fixed problems with package cache corruption.
9498 * Made to depend on libc6 >= 2.0.7pre1 due to timezone problems with
9499 earlier versions.
9500 * Interface and documentation improvements.
9501
9502 -- Scott K. Ellis <scott@debian.org> Sat, 16 May 1998 23:17:32 -0400
9503
9504 apt (0.0.11) experimental; urgency=low
9505
9506 * Change dependancies to pre-depends since breaking your packaging tools
9507 in the middle of an installation isn't very good.
9508 * Bug fixes to ftp method and general apt-get code
9509
9510 -- Scott K. Ellis <scott@debian.org> Fri, 15 May 1998 08:57:38 -0400
9511
9512 apt (0.0.10) experimental; urgency=low
9513
9514 * Run "dpkg --configure -a" after an aborted dselect install
9515 * Fixed problem with install looping
9516 * Support for authenticating proxys: (note this isn't terribly secure)
9517 http_proxy="http://user:pass@firewall:port/"
9518 * Substitute $ARCH in sources.list
9519 * Fixes in the resumption code for ftp
9520
9521 -- Scott K. Ellis <scott@debian.org> Tue, 12 May 1998 09:14:41 -0400
9522
9523 apt (0.0.9) experimental; urgency=low
9524
9525 * Added ftp support.
9526 * Various other less visible bug fixes.
9527 * Fixed problem with segfault when apt-get invoked in a non-existant
9528 directory (Bug #21863)
9529 * Bumped policy to 2.4.1
9530
9531 -- Scott K. Ellis <scott@debian.org> Fri, 1 May 1998 09:18:19 -0400
9532
9533 apt (0.0.8) experimental; urgency=low
9534
9535 * Fixed generated available file (Bug #21836)
9536 * Added download ETA (Bug #21774).
9537 * Fixed hardcoded ARCH (Bug #21751).
9538 * Fixed check on http_proxy (Bug #21795).
9539 * Added download speed indicator.
9540
9541 -- Scott K. Ellis <scott@debian.org> Mon, 27 Apr 1998 10:58:32 -0400
9542
9543 apt (0.0.7) experimental; urgency=low
9544
9545 * Remove libdeity and apt from package for now, since only apt-get and
9546 apt-cache are actually useful right now.
9547 * Clean up handling of package installation errors.
9548 * Added timeout to http transfers (#21269)
9549 * Updated setup for dselect/apt method.
9550 * Updated man pages
9551 * Long options (added in 0.0.6)
9552
9553 -- Scott K. Ellis <scott@debian.org> Tue, 21 Apr 1998 09:06:49 -0400
9554
9555 apt (0.0.6) experimental; urgency=low
9556
9557 * Spelling changes.
9558 * Revamped download status display.
9559 * Call apt-get clean after successful install in dselect.
9560 * Added "apt-get clean" which deletes package files from /var/cache/apt
9561
9562 -- Scott K. Ellis <scott@debian.org> Thu, 9 Apr 1998 15:13:59 -0400
9563
9564 apt (0.0.5) experimental; urgency=low
9565
9566 * Ignore signals while dpkg is running so we don't leave dpkg running in
9567 the background (#20804)
9568 * Check Packages as well as Packages.gz for file URIs (#20784)
9569 * Spelling cleanup (#20800)
9570 * Added -m option to permit upgrade to go on in the case of a bad mirror.
9571 This option may result in incomplete upgrades when used with -f.
9572
9573 -- Scott K. Ellis <scott@debian.org> Tue, 7 Apr 1998 12:40:29 -0400
9574
9575 apt (0.0.4) experimental; urgency=low
9576
9577 * New usage guide.
9578 * Various documentation updates and cleanup.
9579 * Added '-f' option to apt-get attempt to fix broken dependancies.
9580
9581 -- Scott K. Ellis <scott@debian.org> Sat, 4 Apr 1998 14:36:00 -0500
9582
9583 apt (0.0.3) experimental; urgency=low
9584
9585 * Added a shlibs.local file to prevent apt from depending on itself.
9586 * Updates to how apt-get handles bad states in installed packages.
9587 * Updated rules to make sure build works from a freshly checked out source
9588 archive. Building from CVS needs libtool/automake/autoconf, builds from
9589 the distributed source package should have no such dependancy.
9590
9591 -- Scott K. Ellis <scott@debian.org> Fri, 3 Apr 1998 11:49:47 -0500
9592
9593 apt (0.0.2) unstable; urgency=low
9594
9595 * Updates to apt-get and http binding for dselect method (apt).
9596 * Updating version number from 0.0.1, which was released only on IRC.
9597
9598 -- Scott K. Ellis <scott@debian.org> Fri, 3 Apr 1998 00:35:18 -0500
9599
9600 apt (0.0.1) unstable; urgency=low
9601
9602 * Initial Release.
9603
9604 -- Scott K. Ellis <scott@debian.org> Tue, 31 Mar 1998 12:49:28 -0500