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