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