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