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