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