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