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