Change logs for apt source package in Squeeze

  • apt (0.8.10.3+squeeze1) stable; urgency=low
      [ Michael Vogt ]  * debian/control:    - make Vcs-Bzr point to http://bzr.debian.org/apt/apt/debian-squeeze      branch  * apt-pkg/acquire-item.cc:    - mark pkgAcqIndexTrans as Index-File to avoid asking the      user to insert the CD on each apt-get update, closes: #614300  [ Christian Perrier ]  * Fix error in French translation of manpages (apt_preferences(5)).    Merci, Rémi Vanicat. Closes: #613689  [ David Kalnischkies ]  * apt-pkg/contrib/fileutl.cc:    - reorder the loaded filesize bytes for big endian (Closes: #612986)      Thanks to Jörg Sommer for the detailed analyse!  * ftparchive/multicompress.cc, apt-inst/deb/debfile.cc:    - support xz compressor to create xz-compressed Indexes and be able      to open data.tar.xz files  * ftparchive/writer.cc:    - include xz-compressed Packages and Sources files in Release file  * apt-pkg/deb/debsrcrecords.cc:    - support xz-compressed source v3 debian.tar files -- Julian Andres Klode <email address hidden>  Fri, 15 Apr 2011 09:23:08 +0200
  • apt (0.8.10.3) unstable; urgency=low
      [ Programs translations ]  * po/es.po: Updated, plus fixes encoding issues and fixes two fuzzy    strings, thanks to Javier Fernandez-Sanguino (closes: #610692) -- Michael Vogt <email address hidden>  Tue, 25 Jan 2011 11:51:42 +0100
  • apt (0.8.10) unstable; urgency=low
      [ Programs translations ]  * Czech by Miroslav Kure. Closes: #605107  [ Martin Pitt ]  * test/integration/test-compressed-indexes, test/test-indexes.sh:    - Explicitly disable compressed indexes at the start. This ensures that we      will actually test uncompressed indexes regardless of the internal      default value of Acquire::GzipIndexes.  [ David Kalnischkies ]  * apt-pkg/algorithms.cc:    - mark all installed packages first without auto installation in      a dist-upgrade to prefer upgrading packages instead of installing      new packages in versioned or-groups (Closes: #605394) -- Michael Vogt <email address hidden>  Tue, 30 Nov 2010 10:42:17 +0100
  • apt (0.8.8) unstable; urgency=low
    
    
      [ David Kalnischkies ]
      * apt-pkg/contrib/fileutl.cc:
        - Add a FileFd::FileSize() method to get the size of the underlying
          file and not the size of the content in the file as FileFd::Size()
          does - the sizes can differ since the direct gzip integration
      * methods/{gzip,bzip2}.cc:
        - use FileSize() to determine if the file is invalid (Closes: #600852)
      * apt-pkg/pkgcache.cc:
        - fallback always to a suitable description (Closes: #601016)
    
      [ Michael Vogt ]
      * apt-pkg/deb/dpkgpm.cc:
        - ensure that history.log gets closed to avoid leaking a FD
          (closes: #601649)
    
     -- Michael Vogt <email address hidden>  Thu, 28 Oct 2010 21:22:21 +0200
  • apt (0.8.6) unstable; urgency=low
    
    
      [ Programs translations ]
      * Vietnamese update by Clytie Siddall (Closes: #598489)
      * Asturian update by Maacub (Closes: #599057)
    
      [ David Kalnischkies ]
      * cmdline/apt-cache.cc:
        - use the TranslatedDescription for searching and not the first
          available one as it is maybe not an expected language (Closes: #597925)
      * apt-pkg/contrib/strutl.cc:
        - add a space between number and unit as required by SI (Closes: #598352)
      * apt-pkg/depcache.cc:
        - do not check endpointer packages instead of only those which prevented
          NeverAutoRemove settings from having an effect (Closes: #598452)
        - do not remove packages which the user requested for installation
          explicitly while satisfying other install requests (Closes: #598669)
      * apt-pkg/packagemanager.cc:
        - Add a space between period and 'Please' and unfuzzy all translations
      * doc/po/de.po:
        - remove the duplicated "angefertigt" in translation-holder string
    
     -- Michael Vogt <email address hidden>  Mon, 04 Oct 2010 11:52:19 +0200
  • apt (0.8.5) unstable; urgency=low
    
    
      [ Manpages translations ]
      * German (Chris Leick). Closes: #597163
    
      [ Michael Vogt ]
      * merged lp:~mvo/apt/conflicts-on-virtuals to better deal with
        conflicts/breaks against virtual packages (LP: #614993)
    
      [ David Kalnischkies ]
      * apt-pkg/policy.cc:
        - support 100-pinning in Release file with ButAutomaticUpgrades
          as requested by the backports crew (Closes: #596097)
      * apt-pkg/deb/deblistparser.cc:
        - overrule NotAutomatic in case of ButAutomaticUpgrades
      * debian/apt.cron.daily:
        - handle absolut directory paths correctly by loading directories
          directly instead of building the paths on our own (Closes: #596421)
      * debian/control:
        - build-depend on docbook-xml to ensure that the xml DTDs are always
          available on the buildds (Closes: #597145)
      * buildlib/debiandoc.mak, buildlib/po4a_manpage.mak:
        - ensure that the build fails if documentation building fails
      * doc/po/fr.po:
        - correct two syntax issues to ensure we can build fine
    
     -- Michael Vogt <email address hidden>  Fri, 17 Sep 2010 22:05:06 +0200
  • apt (0.8.0) unstable; urgency=low
    
    
      [ Michael Vogt ]
      * merge of the debian-expermental-ma branch
      * refresh po/pot files in doc/ and po/
    
      [ Programs translations ]
      * Swedish (Daniel Nylander). Closes: #592366
      * French (Christian Perrier)
    
      [ Manpages translations ]
      * French (Christian Perrier)
    
     -- Michael Vogt <email address hidden>  Tue, 24 Aug 2010 16:32:19 +0200
  • apt (0.7.25.3) unstable; urgency=low
    
    
      [ Christian Perrier ]
      * Italian translation update. Closes: #567532
    
      [ David Kalnischkies ]
      * apt-pkg/contrib/macros.h:
        - install the header system.h with a new name to be able to use 
          it in other headers (Closes: #567662)
      * cmdline/acqprogress.cc:
        - Set Mode to Medium so that the correct prefix is used.
          Thanks Stefan Haller for the patch! (Closes: #567304 LP: #275243)
      * ftparchive/writer.cc:
        - generate sha1 and sha256 checksums for dsc (Closes: #567343)
      * cmdline/apt-get.cc:
        - don't mark as manually if in download only (Closes: #468180)
      
     -- Michael Vogt <email address hidden>  Mon, 01 Feb 2010 18:41:15 +0100
  • apt (0.7.25) sid; urgency=low
    
    
      [ Christian Perrier ]
      * Fix apt-ftparchive(1) wrt description of the "-o" option.
        Thanks to Dann Frazier for the patch. Closes: #273100
      * po/LINGUAS. Re-disable Hebrew. Closes: #534992
      * po/LINGUAS. Enable Asturian and Lithuanian
      * Fix typo in apt-cache.8.xml: nessasarily
      * Fix "with with" in apt-get.8.xml
      * Fix some of the typos mentioned by the german team
        Closes: #479997
      * Polish translation update by Wiktor Wandachowicz
        Closes: #548571
      * German translation update by Holger Wansing
        Closes: #551534
      * Italian translation update by Milo Casagrande
        Closes: #555797
      * Simplified Chinese translation update by Aron Xu 
        Closes: #558737
      * Slovak translation update by Ivan Masár
        Closes: #559277
      
      [ Michael Vogt ]
      * apt-pkg/packagemanager.cc:
        - add output about pre-depends configuring when debug::pkgPackageManager
          is used
      * methods/https.cc:
        - fix incorrect use of CURLOPT_TIMEOUT, closes: #497983, LP: #354972
          thanks to Brian Thomason for the patch
      * merge lp:~mvo/apt/netrc branch, this adds support for a
        /etc/apt/auth.conf that can be used to store username/passwords
        in a "netrc" style file (with the extension that it supports "/"
        in a machine definition). Based on the maemo git branch (Closes: #518473)
        (thanks also to Jussi Hakala and Julian Andres Klode)
      * apt-pkg/deb/dpkgpm.cc:
        - add "purge" to list of known actions
      * apt-pkg/init.h:
        - add compatibility with old ABI name until the next ABI break
      * merge segfault fix from Mario Sanchez Prada, many thanks
        (closes: #561109)
    
      [ Brian Murray ]
      * apt-pkg/depcache.cc, apt-pkg/indexcopy.cc:
        - typo fix (LP: #462328)
      
      [ Loïc Minier ]
      * cmdline/apt-key:
        - Emit a warning if removed keys keyring is missing and skip associated
          checks (LP: #218971)
    
      [ David Kalnischkies ]
      * apt-pkg/packagemanager.cc:
        - better debug output for ImmediateAdd with depth and why
        - improve the message shown for failing immediate configuration
      * doc/guide.it.sgml: moved to doc/it/guide.it.sgml
      * doc/po4a.conf: activate translation of guide.sgml and offline.sgml
      * doc/apt.conf.5.xml:
        - provide a few more details about APT::Immediate-Configure
        - briefly document the behaviour of the new https options
      * doc/sources.list.5.xml:
        - add note about additional apt-transport-methods
      * doc/apt-mark.8.xml:
        - correct showauto synopsis, thanks Andrew Schulman (Closes: #551440)
      * cmdline/apt-get.cc:
        - source should display his final pkg pick (Closes: #249383, #550952)
        - source doesn't need the complete version for match (Closes: #245250)
        - source ignores versions/releases if not available (Closes: #377424)
        - only warn if (free) space overflows (Closes: #522238)
        - add --debian-only as alias for --diff-only
      * methods/connect.cc:
        - display also strerror of "wicked" getaddrinfo errors
        - add AI_ADDRCONFIG to ai_flags as suggested by Aurelien Jarno
          in response to Bernhard R. Link, thanks! (Closes: #505020)
      * buildlib/configure.mak, buildlib/config.{sub,guess}:
        - remove (outdated) config.{sub,guess} and use the ones provided
          by the new added build-dependency autotools-dev instead
      * configure.in, buildlib/{xml,yodl,sgml}_manpage.mak:
        - remove the now obsolete manpage buildsystems
      * doc/{pl,pt_BR,es,it}/*.{sgml,xml}:
        - convert all remaining translation to the po4a system
      * debian/control:
        - drop build-dependency on docbook-utils and xmlto
        - add build-dependency on autotools-dev
        - bump policy to 3.8.3 as we have no outdated manpages anymore
      * debian/NEWS:
        - fix a typo in 0.7.24: Allready -> Already (Closes: #557674)
      * ftparchive/writer.{cc,h}:
        - add APT::FTPArchive::LongDescription to be able to disable them
      * apt-pkg/deb/debsrcrecords.cc:
        - use "diff" filetype for .debian.tar.* files (Closes: #554898)
      * methods/rred.cc:
        - rewrite to be able to handle even big patch files
        - adopt optional mmap+iovec patch from Morten Hustveit
          (Closes: #463354) which should speed up a bit. Thanks!
      * methods/http{,s}.cc
        - add config setting for User-Agent to the Acquire group,
          thanks Timothy J. Miller! (Closes: #355782)
        - add https options which default to http ones (Closes: #557085)
      * debian/apt.cron.daily:
        - check cache size even if we do nothing else otherwise, thanks
          Francesco Poli for patch(s) and patience! (Closes: #459344)
      * ftparchive/*:
        - fix a few typos in strings, comments and manpage,
          thanks Karl Goetz! (Closes: #558757)
    
      [ Carl Chenet ]
      * cmdline/apt-mark:
        - print an error if a new state file can't be created
          (Closes: #521289) and
        - exit nicely if python-apt is not installed (Closes: #521284)
    
      [ Chris Leick ]
      * doc/de: German translation of manpages (Closes: #552606)
      * doc/ various manpages:
        - correct various errors, typos and oddities (Closes: #552535)
      * doc/apt-secure.8.xml:
        - replace literal with emphasis tags in Archive configuration
      * doc/apt-ftparchive.1.xml:
        - remove informalexample tag which hides the programlisting
      * doc/apt-get.8.xml:
        - change equivalent "for" to "to the" (purge command)
        - clarify --fix-broken sentence about specifying packages
    
      [ Eugene V. Lyubimkin ]
      * apt-pkg/contib/strutl.h
        - Avoid extra inner copy in APT_MKSTRCMP and APT_MKSTRCMP2.
      * build infrastructure:
        - Bumped libapt version, excluded eglibc from SONAME. (Closes: #448249)
    
      [ Julian Andres Klode ]
      * doc/apt.conf.5.xml:
        - Deprecate unquoted values, string concatenation and explain what should
          not be written inside a value (quotes,backslash).
        - Restrict option names to alphanumerical characters and "/-:._+".
        - Deprecate #include, we have apt.conf.d nowadays which should be
          sufficient.
      * ftparchive/apt-ftparchive.cc:
        - Call setlocale() so translations are actually used.
      * debian/apt.conf.autoremove:
        - Add kfreebsd-image-* to the list (Closes: #558803)
    
     -- Michael Vogt <email address hidden>  Tue, 15 Dec 2009 09:21:55 +0100
  • apt (0.7.23.1) unstable; urgency=low
    
    
      [ Michael Vogt ]
      * apt-pkg/pkgcache.cc:
        - do not set internel "needs-configure" state for packages in 
          triggers-pending state. dpkg will deal with the trigger and
          it if does it before we trigger it, dpkg will error out
          (LP: #414631)
      * apt-pkg/acquire-item.cc:
        - do not segfault on invalid items (closes: #544080)
    
     -- Michael Vogt <email address hidden>  Fri, 28 Aug 2009 21:53:20 +0200
  • apt (0.7.22.2) unstable; urgency=low
    
    
      * debian/apt.cron.daily:
        - Make sure that VERBOSE is always set (Closes: #539366)
        - Script can be disabled by APT::Periodic::Enable=0 (Closes: #485476)
        - Support using debdelta to download packages (Closes: #532079)
    
     -- Julian Andres Klode <email address hidden>  Thu, 06 Aug 2009 15:36:03 +0200
  • apt (0.7.21) unstable; urgency=low
    
    
      [ Christian Perrier ]
      * Translations:
        - bg.po. Closes: #513211
        - zh_TW.po. Closes: #513311
        - nb.po. Closes: #513843
        - fr.po. Closes: #520430
        - sv.po. Closes: #518070
        - sk.po. Closes: #520403
        - it.po. Closes: #522222
        - sk.po. Closes: #520403
      
      [ Jamie Strandboge ]
      * apt.cron.daily: catch invalid dates due to DST time changes
        in the stamp files
    
      [ Michael Vogt ]
      * methods/gpgv.cc:
        - properly check for expired and revoked keys (closes: #433091)
      * apt-pkg/contrib/strutl.cc:
        - fix TimeToStr i18n (LP: #289807)
      * [ABI break] merge support for http redirects, thanks to
        Jeff Licquia and Anthony Towns
      * [ABI break] use int for the package IDs (thanks to Steve Cotton)
      * apt-pkg/pkgcache.cc:
        - do not run "dpkg --configure pkg" if pkg is in trigger-awaited
          state (LP: #322955)
      * methods/https.cc:
        - add Acquire::https::AllowRedirect support
      * Clarify the --help for 'purge' (LP: #243948)
      * cmdline/apt-get.cc
        - fix "apt-get source pkg" if there is a binary package and
          a source package of the same name but from different 
          packages (LP: #330103)
    
      [ Colin Watson ]
      * cmdline/acqprogress.cc:
        - Call pkgAcquireStatus::Pulse even if quiet, so that we still get
          dlstatus messages on the status-fd (LP: #290234).
    
     -- Michael Vogt <email address hidden>  Tue, 14 Apr 2009 14:12:51 +0200
  • apt (0.7.20.2) unstable; urgency=medium
    
    
      [ Eugene V. Lyubimkin ]
      * Urgency set to medium due to RC bug fix.
      * doc/apt.ent, apt-get.8.xml:
        - Fix invalid XML entities. (Closes: #514402)
    
     -- Eugene V. Lyubimkin <email address hidden>  Sat, 07 Feb 2009 16:48:21 +0200