X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/d78a8d43a58a4480d33285940a034ee4fd2a91fa..4b1b89c5fe11c9977c55810cba26565e7ac66b36:/debian/changelog diff --git a/debian/changelog b/debian/changelog index f0a2a0f67..2ac81132c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,47 @@ +apt (0.3.13.1) unstable; urgency=low + + * Fix Perl or group pre-depends thing Closes: #46091, #46096, #46233, #45901 + * Fix handling of dpkg's conversions from < -> <= Closes: #46094 + * Make unparsable priorities non-fatal Closes: #46266, #46267, #46293, #46298 + * Fix handling of '/' for the dist name. Closes: #43830, #45640, #45692 + * Fixed 'Method gave a blank filename' error from IMS queries onto CDs. + Closes: #45034, #45695 + * Made OR group handling in the problem resolver more elaborate. Closes: #45646 + + -- Jason Gunthorpe Fri, 3 Sep 1999 09:04:28 -0700 + +apt (0.3.12.1) unstable; urgency=low + + * Fix timestamp miss in FTP. Closes: #44363 + * Fix sorting of Kept packages. Closes: #44377 + * Fix Segfault for dselect-upgrade. Closes: #44436 + * Added APT::Get::Diff-Only and Tar-Only options. Closes: #44384 + + * Fix dpkg-preexec. Closes: #44706 + + -- Jason Gunthorpe Fri, 3 Sep 1999 09:04:28 -0700 + +apt (0.3.12) unstable; urgency=low + + * Fix for typo in the dhelp index. Closes: #40377 + * Multiple media swap support + * Purge support. Closes: #33291, #40694 + * Better handling of - remove notation. Closes: #41024 + * Purge support. Closes: #33291, #40694 + * Error code on failed update. Closes: #41053 + * apt-cdrom adds entries for source directories. Closes: #41231 + * Sorts the output of any list. Closes: #41107 + * Fixes the looping problem. Closes: #41784, #42414, #44022 + * Fixes the CRC mechanism to lowercase all strings. Closes: #41839 + * More checks to keep the display sane. Particularly when fail-over is + used with local mirrors and CD-Roms. Closes: #42127, #43130, #43668 + * PThread lockup problem on certain sparc/m68k. Closes: #40628 + * apt-cdrom understands .gz Package files too. Closes: #42779 + * Spelling error in dselect method description. Closes: #43251 + * Added security to the default source list. Closes: #43356 + + -- Ben Gertzfield Fri, 3 Sep 1999 09:04:28 -0700 + apt (0.3.11) unstable; urgency=low * Fix for mis-parsed file: URIs. Closes: #40373, #40366, #40230