X-Git-Url: https://git.hcoop.net/ntk/apt.git/blobdiff_plain/1b48091148e1f423a834d3218dbe024df34932b5..b55b78b5d185e54b4830c867cbf82aac05dbedea:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 7d4fd17b..1ba25fa9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,181 @@ +apt (0.5.31) unstable; urgency=low + + * + + -- + +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 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 Sat, 13 Nov 2004 17:58:07 -0800 + +apt (0.5.28) hoary; urgency=low + + * Translation updates: + - Updated Hungarian from Kelemen Gábor (Closes: #263436) + - Updated Greek from George Papamichelakis (Closes: #265004) + - Updated Simplified Chinese from Tchaikov (Closes: #265190) + - Updated French by Christian Perrier (Closes: #265816) + - Updated Japanese by Kenshi Muto (Closes: #265630) + - Updated Catalan from Jordi Mallach + - Updated Dutch from Bart Cornelis (Closes: #268258, #278697) + - Updated Portuguese from Miguel Figueiredo (Closes: #268265) + - Updated Polish from Robert Luberda (Closes: #268451) + - Updated Danish from Claus Hindsgaul (Closes: #269417) + - Updated Norwegian Nynorsk from Håvard Korsvoll + (Closes: #269965) + - Updated Russian from Yuri Kozlov (Closes: #271104) + - Updated Italian from Samuele Giovanni Tonon + (Closes: #275083) + - Updated Brazilian Portuguese from Andre Luis Lopes (Closes: #273944) + - Updated Slovak from Peter Mann (Closes: #279481) + * APT::Get::APT::Get::No-List-Cleanup -> APT::Get::List-Cleanup in apt-get.cc + (Closes: #267266) + * 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 Sat, 13 Nov 2004 15:52:20 -0800 + +apt (0.5.27) unstable; urgency=high + + * Sneak in a bunch of updated translations before the freeze + (no code changes) + * Translation updates: + - New Finnish translation from Tapio Lehtonen + (Closes: #258999) + - New Bosnian translation from Safir Šećerović + (Closes: #254201) + - Fix Italian incontrario (Closes: #217277) + - Updated Spanish from Ruben Porras (Closes: #260483) + - Updated Danish from Claus Hindsgaul (Closes: #260569) + - Updated Slovak from Peter Mann (Closes: #260627) + - Updated Portuguese from Miguel Figueiredo (Closes: #261423) + * Bring configure-index up to date with documented options, patch from + Uwe Zeisberger (Closes: #259540) + * Note in apt.conf(5) that configure-index does not contain strictly + default values, but also examples + * Add Polish translation of offline.sgml (Closes: #259229) + + -- Matt Zimmerman Thu, 29 Jul 2004 09:30:12 -0700 + +apt (0.5.26) unstable; urgency=low + + * Translation updates: + - Spanish update from Ruben Porras (Closes: #248214) + - Sync Spanish apt(8) (Closes: #249241) + - French update from Christian Perrier (Closes: #248614) + - New Slovak translation from Peter Mann (Closes: #251676) + - Czech update from Miroslav Kure (Closes: #251682) + - pt_BR update from Andre Luis Lopes (Closes: #251961) + - German translation of apt(8) from Helge Kreutzmann + (Closes: #249453) + - pt update from Miguel Figueiredo (Closes: #252700) + - New Hebrew translation from Lior Kaplan + (Closes: #253182) + - New Basque translation from Piarres Beobide Egaña + (Vasco - Euskara - difficult language, Closes: #254407) and already a + correction (Closes: #255760) + - Updated Brazilian Portuguese translation from + Guilherme de S. Pastore (Closes: #256396) + - Updated Greek translation (complete now) from + George Papamichelakis (Closes: #256797) + - New Korean translation from Changwoo Ryu + (Closes: #257143) + - German translation now available in two flavours: with Unicode usage and + without (related to #228486, #235759) + * Update apt-get(8) to reflect the fact that APT::Get::Only-Source will + affect apt-get build-dep as well as apt-get source + * Remove aborted remnants of a different method of implementing DEB_BUILD_OPTIONS + from debian/rules + * Fix typo in error message when encountering unknown type in source list + (Closes: #253217) + * Update k*bsd-gnu arch names in buildlib/ostable (Closes: #253532) + * Add amd64 to buildlib/archtable (Closes: #240896) + * Have configure output a more useful error message if the architecture + isn't in archtable + + -- Matt Zimmerman Thu, 8 Jul 2004 15:53:28 -0700 + +apt (0.5.25) unstable; urgency=low + + * Patch from Jason Gunthorpe to remove arbitrary length limit on Binary + field in SourcesWriter::DoPackage + * Fix typo in apt-cache(8) (Closes: #238578) + * Fix obsolete reference to bug(1) in stub apt(8) man page + (Closes: #245923) + * Fix typo in configure-index (RecruseDepends -> RecurseDepends) + (Closes: #246550) + * Support DEB_BUILD_OPTIONS=noopt in debian/rules + (Closes: #244293) + * Increase length of line buffer in ReadConfigFile to 1024 chars; + detect if a line is longer than that and error out + (Closes: #244835) + * Suppress a signed/unsigned warning in apt-cache.cc:DisplayRecord + * Build apt-ftparchive with libdb4.2 rather than libdb2 + - Patch from Clint Adams to do most of the work + - Build-Depends: s/libdb2-dev/libdb4.2-dev/ + - Add AC_PREREQ(2.50) to configure.in + - Use db_strerror(err) rather than GlobalError::Errno (which uses strerror) + - Add note to NEWS.Debian about upgrading old databases + * Attempt to fix problems with chunked encoding by stripping only a single CR + (Closes: #152711) + * Modify debian/rules cvs-build to use cvs export, to avoid picking up + junk files from the working directory + * Add lang=fr attribute to refentry section of + apt-extracttemplates.fr.1.sgml and apt-sortpkgs.fr.1.sgml so they are + correctly built + * Remove extraneous '\' characters from tags in + apt_preferences.fr.5.sgml + * Translation updates: + - Updated Swedish translation from Peter Karlsson + (Closes: #238943) + - New Slovenian translation from Jure Čuhalev + (closes: #239785) + - New Portuguese translation from Miguel Figueiredo + (closes: #240074) + - Updated Spanish translation from Ruben Porras + - Updated Spanish translation of man pages from Ruben Porras + + - Updated Simplified Chinese translation from "Carlos Z.F. Liu" + (Closes: #241971) + - Updated Russian translation from Dmitry Astapov + (Closes: #243959) + - Updated Polish translation from Marcin Owsiany + (Closes: #242388) + - Updated Czech translation from Miroslav Kure + (Closes: #244369) + - Updated Japanese translation from Kenshi Muto + (Closes: #244176) + - Run make -C po update-po to update .po files + - Updated French translation from Christian Perrier + (Closes: #246925) + - Updated Danish translation from Claus Hindsgaul + (Closes: #247311) + + -- Matt Zimmerman Sat, 8 May 2004 12:52:20 -0700 + apt (0.5.24) unstable; urgency=low * Updated Czech translation from Miroslav Kure @@ -20,8 +198,14 @@ apt (0.5.24) unstable; urgency=low * In pkgAcquire::Shutdown(), set the status of fetching items to StatError to avoid a sometimes large batch of error messages (Closes: #234685) - - -- + * Implement an ugly workaround for the 10000-character limit on the + Binaries field in debSrcRecordParser, until such time as some things + can be converted over to use STL data types (ABI change) (Closes: #236688) + * Increase default tagfile buffer from 32k to 128k; this arbitrary limit + should also be removed someday (Closes: #174945) + * Checked against Standards-Version 3.6.1 (no changes) + + -- Matt Zimmerman Tue, 16 Mar 2004 22:47:55 -0800 apt (0.5.23) unstable; urgency=low