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