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