~ubuntu-branches/ubuntu/maverick/apt/maverick

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