+ And it actually was fixed with the new acquire code
+#26670: apt: apt-get dumps core after checking integrity
+ Summary: Some terminal environments cause APT to crash
+ Win95 telnet and emacs term-in-a-buffer are two at least
+ Status: I have no idea why.
+ Seems to be gone in .3, whatever it was...
+#25001: apt: cleaned out archive even though not all files were installed
+ Status: Apparently in some cases APT can return a success code even
+ though it failed. I'm paying very close attention to this in
+ 0.3.x. Not to mention that the clean behavior will be
+ configurable..
+#28391: apt-get install without upgrading
+ Summary: Make install leave the package in the keep state if it is already
+ installed
+ Status: Will be implemented in 0.3.0
+ Try the --no-upgrade options
+#28373: apt package is missing information on ftp.conf
+#29293: apt: Docs reference apt(8) but apt(8) not provided.
+ Summary: The man pages have references to several non-existent items,
+ ftp.conf is only one of them.
+ Status: Fix the man pages. This certainly will be done in 0.3.0
+#24799: Some suggestions for the apt method in dselect
+ Summary: Wants to be able to specifiy -d from dselect
+ Status: Likely a APT_OPTIONS enviornment variable will be created, -d can
+ be put there.
+ There is already an APT_CONFIG in 0.3, APT_OPTIONS may also
+ appear..
+ Use Dselect::Options "-d" and others
+#29920: Wish for more verbosity on "has no installation candidate"
+ Summary: More reports
+ Status: Already fixed in .3
+#29382: apt: apt deletes packages after installation without any question
+ Summary: Obvois.
+ Status: Fixed in .3, use Dselect::Clean "prompt"
+#30027: apt: version comparison bug
+ Summary: Version compare differs from dpkg
+ Status: Fixed in all CVS versions.
+#30260: apt: wishlist: do not return to main menu without prompting for return
+ Summary: Wants to prompt after dselect update
+ Status: Fixed in v3, use dselect::promptafterupdate "true";
+#29441: documenting the codes for -s
+ Summary: Apparently the simulation output is not immediately obvois
+ Status: Someone should update the man page.
+#24685: HTTP Proxy cache refresh
+ Summary: Some caches hold onto the package index file for too long
+ Status: It may be possible to insert the proper header to disable
+ caching but I can't think how to do this while allowing
+ the cache to return cached objects - in effect it would
+ completely disable the cache which may not be desired.
+ APT now sends a max age header. See the apt.conf(5)