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