Change logs for aptitude source package in Gutsy

  • aptitude (0.4.6.1-1ubuntu3) gutsy; urgency=low
    
      * Fix build failures with g++-4.3. LP: #138555.
      * Build the tests without -Werror.
    
     -- Matthias Klose <email address hidden>   Fri, 14 Sep 2007 22:15:50 +0000
  • aptitude (0.4.6.1-1ubuntu2) gutsy; urgency=low
    
      * dpkg-triggers: Deal properly with new package states.
    
     -- Ian Jackson <email address hidden>   Wed, 15 Aug 2007 20:48:39 +0100
  • aptitude (0.4.6.1-1ubuntu1) gutsy; urgency=low
    
      * Build against latest apt
      * Merge from debian unstable, remaining changes:
        - 01_allow_unauthenticated.dpatch: add --allow-unauthenticated
        - 03_branding.dpatch: ubuntu branding
        - 04_changelog.dpatch: take changelogs from changelogs.ubuntu.com
        - 07_hide_recommends_warning.dpatch: do not show a warning about
          missing recommends
        - 08_ubuntu_default_source.dpatch: do not clean lists directory
          on transient network failures
        - 10_dpkg_breaks.dpatch: support dpkg Breaks field
    
    aptitude (0.4.6.1-1) unstable; urgency=low
    
      * New upstream release (includes scripts I missed in the last release).
    
    aptitude (0.4.6-1) unstable; urgency=low
    
      * New upstream release.
    
      * Properly handle EINTR in the keyboard-input thread; should clear up
        the problems where aptitude becomes nonresponsive.
        (Closes: #431054, #431686, #432323)
    
      * Make sure the apt auto-mark flags get initialized on startup, so
        aptitude knows what's automatic and doesn't clear auto flags
        pointlessly. (Closes: #432017)
    
      * Don't crash on startup when something goes wrong early in the
        initialization process. (Closes: #430061)
    
      * Disable unused package removal if Delete-Unused is false.
        (Closes: #431716)
    
      * Don't garble translated descriptions in non-UTF8 locales.
        (Closes: #432911)
    
      * Eliminate another bogus warning about a supposedly locked
        cache. (Closes: #431909)
    
      * Translation updates:
    
        - Basque (Closes: #432535)
        - Vietnamese (Closes: #432283)
    
     -- Michael Vogt <email address hidden>   Fri, 03 Aug 2007 21:23:00 +0200
  • aptitude (0.4.5.4-1ubuntu1) gutsy; urgency=low
    
      * Merge from debian unstable to get better integration
        with apt 0.7
      * dropped debian/patches/09_action_group_integration.dpatch,
        - taken upstream
      * debian/patches/10_dpkg_breaks.dpatch:
        - updated
      * moved debian/patches/06_no_auto_remove_kernels.dpatch
        into debian/05aptitude
      * debian/05aptitude:
        - default to sudo as "Get-Root-Command"
        - add linux-ubuntu-modules to never-autoremove pattern
    
     -- Michael Vogt <email address hidden>   Tue, 24 Jul 2007 09:52:29 +0200
  • aptitude (0.4.4-4ubuntu3) gutsy; urgency=low
    
      * another rebuild against latest apt
    
     -- Reinhard Tartler <email address hidden>   Sun, 08 Jul 2007 15:46:44 +0000
  • aptitude (0.4.4-4ubuntu2) gutsy; urgency=low
    
      * rebuild against latest apt
      * bump build-depends
    
     -- Michael Vogt <email address hidden>   Tue, 19 Jun 2007 11:13:26 +0200
  • aptitude (0.4.4-4ubuntu1) gutsy; urgency=low
    
      * Merge from debian unstable, remaining changes:
        - maintainer set to ubuntu
        - 01_allow_unauthenticated.dpatch: add --allow-unauthenticated
        - 02_sudo.dpatch: use sudo to become root
        - 03_branding.dpatch: use ubuntu in various places
        - 04_changelog.dpatch: get the changelog from the ubuntu location
        - 06_no_auto_remove_kernels.dpatch: never autoremove kernels
        - 07_hide_recommends_warning.dpatch: hide warning about recommends not
          being installed
        - 08_ubuntu_default_source.dpatch: do not clean out the lists dir
          on transient network failures
        - 09_action_group_integration.dpatch: use the new libapt
          pkgDepCache::ActionGroup to make it work well with new apt
        - 10_dpkg_breaks.dpatch: map Breaks to Conflicts to implement dpkg
          breaks
    
    aptitude (0.4.4-4) unstable; urgency=low
    
      * In addition to the bugfix for ssprintf, the last release included
        a new test case to ensure that the bug did not recur.  As it turned
        out, this test case revealed that both the old and the new code
        were buggy on amd64!  vssnprintf now handles its variable argument
        list properly, using va_copy in case it has to access the list a
        second time. (Closes: #414617)
    
    aptitude (0.4.4-3) unstable; urgency=low
    
      * Recompile to get translations back on i386. (Closes: #413698)
    
      * Fix a nasty problem that could cause aptitude to want to remove
        packages installed using apt-get or dpkg. (Closes: #411123)
    
        This is triggered by the installer, so probably this update
        should get into etch if possible.
    
      * Fix a bug in an internal "sprintf" variant that would include random
        characters in the output string sometimes (by reading from an
        allocated but uninitialized buffer).
    
      * French documentation update.
    
    aptitude (0.4.4-2) unstable; urgency=low
    
      * l10n and documentation release targeted at etch.  The following code
        fixes are also included:
    
        - Use delete[] to delete several arrays instead of plain
          delete.
    
        - Update the fix for signal blockage during configure to
          work when a package install fails (in which case the
          previous release ran dpkg --configure -a with signals blocked).
    
      * Many editorial fixes to the user's manual and updates to the
        Japanese translation by Noritada Kobayashi.  There is a Japanese
        version of the manual in the source tree, but this upload does not add
        a new documentation package.
    
      * The FSF's address in the manpage license has been fixed.
    
      * Don't generate two identical author lines in the manpage.
        (Closes: #397224)
    
      * Localize tasks group names.
    
    
      * Fix the alignment of the text in the command-line help. (Closes: #399048)
    
      * Fix yes_key and no_key translations. (Closes: #338056)
    
      * Update aptitude.pot to unfuzzy translations. (Closes: #399048)
    
      * Translation updates:
    
        - Catalan (Closes: #353308)
    
        - Chinese (Simplified) (Closes: #405166)
    
        - Danish (Closes: #409480)
    
        - Finnish (Closes: #392305)
    
        - French (Closes: #388504, #403561)
    
        - Galician (Closes: #412829)
    
        - Greek
    
        - Hungarian (Closes: #405550)
    
        - Nepali (Closes: #352278)
    
        - Slovak (Closes: #401105)
    
     -- Michael Vogt <email address hidden>   Tue, 15 May 2007 10:10:46 +0200
  • aptitude (0.4.4-1ubuntu3) feisty; urgency=low
    
      * rebuild against the latest apt
    
     -- Michael Vogt <email address hidden>   Mon, 26 Feb 2007 14:55:22 +0100