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