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