-apt (0.5.28) unstable; urgency=low
+apt (0.5.32) hoary; urgency=low
+
+ * Call setlocale in the methods, so that the messages are properly
+ localised (Closes: #282700)
+ * Implement support for bzip2-compressed debs (data.tar.bz2)
+
+ -- Matt Zimmerman <mdz@canonical.com> Sat, 11 Dec 2004 09:05:52 -0800
+
+apt (0.5.31) unstable; urgency=low
+
+ * New Romanian translation from Sorin Batariuc <sorin@bonbon.net>
+ (Closes: #281458)
+ * Merge changes from Hoary (0.5.30,0.5.30ubuntu2]
+ * Fix the example in apt_preferences(5) to match the text
+ (Closes: #222267)
+ * Add APT::Periodic::Autoclean setting, to allow "apt-get autoclean" to
+ be run periodically. This is useful with
+ APT::Periodic::Download-Upgradeable-Packages, and defaults to the same
+ value, so that the cache size is bounded
+
+ -- Matt Zimmerman <mdz@debian.org> Tue, 23 Nov 2004 12:53:04 -0800
+
+apt (0.5.30ubuntu2) hoary; urgency=low
+
+ * bzip2 is now "Suggested" and it will detect if bzip2 is installed
+ and only then trying to get Packages.bz2
+
+ -- Michael Vogt <mvo@debian.org> Fri, 19 Nov 2004 12:00:39 +0100
+
+apt (0.5.30ubuntu1) hoary; urgency=low
+
+ * Need to Depend: bzip2 or Packages.bz2 fail.
+
+ -- LaMont Jones <lamont@canonical.com> Thu, 18 Nov 2004 12:51:05 -0700
+
+apt (0.5.30) hoary; urgency=low
+
+ * Patch from Michael Vogt to enable Packages.bz2 use, with a fallback to
+ Packages.gz if it is not present (Closes: #37525)
+
+ -- Matt Zimmerman <mdz@debian.org> Mon, 15 Nov 2004 12:57:28 -0800
+
+apt (0.5.29) unstable; urgency=low
+
+ * Don't hardcode paths in apt.cron.daily
+ * Add to apt.cron.daily the capability to pre-download upgradeable
+ packages
+ * Place timestamp files in /var/lib/apt/periodic, rather than
+ /var/lib/apt itself
+ * Standardize debhelper files a bit
+ - Create all directories in debian/dirs rather than creating some on
+ the dh_installdirs command line
+ - Rename debian/dirs to debian/apt.dirs, debian/examples to
+ debian/apt.examples
+
+ -- Matt Zimmerman <mdz@debian.org> Sat, 13 Nov 2004 17:58:07 -0800
+
+apt (0.5.28) hoary; urgency=low
* Translation updates:
- Updated Hungarian from Kelemen Gábor <kelemeng@gnome.hu> (Closes: #263436)
- Updated Slovak from Peter Mann (Closes: #279481)
* APT::Get::APT::Get::No-List-Cleanup -> APT::Get::List-Cleanup in apt-get.cc
(Closes: #267266)
- * Set default Dpkg::MaxArgs to 1024, and Dpkg::MaxArgBytes to 32k. Needed
- to work around ordering bugs when installing a large number of packages
- * Patch from Michael Vogt to add an optional cron job which can run
- apt-get update periodically
-
- --
+ * Merge Ubuntu changes:
+ - Set default Dpkg::MaxArgs to 1024, and Dpkg::MaxArgBytes to 32k.
+ Needed to work around ordering bugs when installing a large number of
+ packages
+ - Patch from Michael Vogt to add an optional cron job which
+ can run apt-get update periodically
+ * Add arch-build target to debian/rules
+
+ -- Matt Zimmerman <mdz@debian.org> Sat, 13 Nov 2004 15:52:20 -0800
apt (0.5.27) unstable; urgency=high