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