Change logs for aptitude source package in Intrepid

  • aptitude (0.4.11.3-1ubuntu3) intrepid; urgency=low
    
      * 09_ubuntu_fortify_source.dpatch: Suppress a number of warnings (turned
        into errors by -Werror) triggered by Ubuntu's default of
        -D_FORTIFY_SOURCE=2.
    
     -- Colin Watson <email address hidden>   Tue, 02 Sep 2008 12:45:30 +0100
  • aptitude (0.4.11.3-1ubuntu2) intrepid; urgency=low
    
      * Drop aptitude-doc to Suggests (LP: #252044).
    
     -- Colin Watson <email address hidden>   Tue, 02 Sep 2008 00:09:08 +0100
  • aptitude (0.4.11.3-1ubuntu1) intrepid; urgency=low
    
      * Merge from debian unstable, remaining changes:
        - 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
        - 11_gxx43.dpatch:build tests without -Werror
    
    aptitude (0.4.11.3-1) unstable; urgency=low
    
      * New upstream release.
    
        - "aptitude unhold" should work now. (Closes: #477165)
    
        - Fixed almost complete breakage of "aptitude changelog". (Closes: #481458)
    
        - Fixed retrieving the changelogs of bin-nmued packages from the curses
          interface. (Closes: #333468)
    
        - Always be at least as quiet as the user requested that we be.
          (Closes: #476749)
    
        - Remove a stray hyphen in the output of --help. (Closes: #476835)
    
        - Fix the manpage to talk about Recommends-Important instead of
          Install-Recommends. (Closes: #480533)
    
        - Translation updates:
          * Brazilian Portuguese (Closes: #481007)
          * Danish (Closes: #476732)
          * French
          * Galician (Closes: #476837)
          * German (Closes: #476344)
          * Japanese
          * Norwegian Bokmal (Closes: #480063)
          * Polish (Closes: #480062)
          * Simplified Chinese (Closes: #475740)
          * Vietnamese (Closes: #477295)
    
     -- Michael Vogt <email address hidden>   Thu, 05 Jun 2008 10:13:45 +0200
  • aptitude (0.4.11.2-1ubuntu1) intrepid; urgency=low
    
      * Merge from debian unstable, remaining changes:
        - 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
        - 11_gxx43.dpatch:build tests without -Werror
      * Updated:
        - 03_branding.dpatch
      * Disabled 07_hide_recommends warning because we do install
        recommends now by default too
    
    aptitude (0.4.11.2-1) unstable; urgency=low
    
      * New upstream release.
    
        - Fix XML errors in the manpage source. (Closes: #473722)
    
        - Don't crash if a package's Section field is empty. (Closes: #474115)
    
        - Rewrite the status information to avoid the need for choosing
          between the singular and plural forms of verbs. (Closes: #486186)
    
        - Added "why" and "why-not" to the output of "--help". (Closes: #454088)
    
        - Use a different technique to migrate "Recommends-Important" to
          "Install-Recommends" that doesn't overwrite the old option; instead
          the option "Aptitude::Ignore-Recommends-Important" is set to "true"
          when the setting is migrated; if this option is set, then
          Recommends-Important is ignored.
    
          This should be better for people who share configuration files
          between machines. (Closes: #473872)
    
        - Translation updates:
          * Galician (Closes: #474672)
          * Vietnamese (Closes: #473719)
    
    aptitude (0.4.11.1-1) unstable; urgency=low
    
      * New upstream release.
    
        - Don't crash if debtags has been purged (Closes: #472695).
        - Save interactive changes to string options. (Closes: #471315)
        - Don't print an error on startup if debtags is missing.
          (Closes: #472678)
        - Translation updates:
          + Simplified Chinese (Closes: #458162, #473363)
          + Vietnamese (Closes: #473229)
    
    aptitude (0.4.11-3) unstable; urgency=low
    
      * Upload to unstable.
        - Built against the new cwidget (Closes: #472369).
    
      * Removed the dependency on diff.  As pointed out by lintian, diff is an
        Essential package and so depending on it is not just unnecessary, it's
        outright wrong.
    
    aptitude (0.4.11-2) experimental; urgency=low
    
      * Explicitly enable ept support.
      * Backport typo fixes to NEWS.
      * Backport fixes to test/test_tags.cc so it compiles with ept support.
    
    aptitude (0.4.11-1) experimental; urgency=low
    
      * Upload to experimental so as not to interfere with the installer.
    
      * New upstream release.
    
        - Handle conflicts/provides/replaces in the dependency resolver
          (Closes: #466374).
    
        - Implement a "build-dep" command to install build dependencies of one
          or more source packages. (Closes: #243317)
    
        - Implement support for multi-level sections, thanks to Paul Donahue
          for the patches.
    
        - Use libept to get debtags information. (Closes: #397652, #406201)
    
        - Fixed a case where aptitude would claim that packages could
          fulfill a versioned dependency through a Provides. (Closes: #464131)
    
        - Fix task handling in the case that different versions of a package
          have different task fields. (Closes: #459348)
    
        - Fix building with g++-4.3, assuming the build-deps support g++-4.3.
          (Closes: #452204, #452540)
    
        - Forcibly make the manual compile by allowing through a largely
          untranslated input. (Closes: #470054)
    
        - Migrate the setting for enabling installation of Recommends from
          Aptitude::Recommends-Important to Apt::Install-Recommends.
          (Closes: #458189, #448561)
    
        - Ensure that the resolver state is always synchronized with the
          state of the package cache, to eliminate some cases where it
          would break or produce wrong answers. (Closes: #421395, #432411)
    
        - Eliminate some crashes that occurred when removing packages at the
          command-line while version numbers were displayed (-V).
          (Closes: #459336, #461669)
    
        - If the package lists can't be read in "aptitude update", download
          new ones instead of crashing.  (Closes: #468751)
    
        - Document some of the files that aptitude uses in a FILES section
          in the manpage (Closes: #470839)
    
        - Fix the use of quote in the French translation (Closes: #460808).
    
      * Build-Depend on libept-dev for ept support.
    
    aptitude (0.4.10-1) unstable; urgency=low
    
      * Add a reportbug script that includes the user's $TERM in the bug.
    
      * Fix a typo in the aptitude description. (Closes: #452710)
    
      * Add VCS fields to the control file.
    
      * Build-Depend on the newest version of cwidget so we link against
        libcwidget1 instead of libcwidget0.
    
      * New upstream release.
    
        - Add an option --allow-untrusted to override trust warning.
          (Closes: #452201, #452541)
    
        - Recommended packages are now hidden if quiet mode is enabled.
          (Closes: #452202)
    
        - Fixed a segfault that would happen after updating the package lists
          or doing an install run.
            (Closes: #454695, #454700, #455349, #453362, #455865)
    
        - If StepLimit is 0, abort dependency resolution cleanly instead of
          going into an infinite loop. (Closes: #451311)
    
        - When visual mode is entered from the command-line (e.g., via
          --visual-preview), return a failing exit code if the last
          install run the user performs fails.
    
        - Return a failing exit code from "aptitude update" if any
          download fails. (Closes: #233129)
    
        - Checkboxes and radio buttons in the preferences tree will
          now toggle on both Space and Enter. (Closes: #451765)
    
        - Command-line searches will now only print each result once.
          (Closes: #450798)
    
     -- Michael Vogt <email address hidden>   Tue, 27 May 2008 10:28:10 +0200
  • aptitude (0.4.9-2ubuntu5) hardy; urgency=low
    
      * 12_fix_crash_from_hg.dpatch:
        - cherry pick fix from hg to fix crash in the package view
      * 13_build_with_current_cwdiget_from_hg.dpatch:
        - make it build with latest cwidget
    
     -- Michael Vogt <email address hidden>   Thu, 03 Apr 2008 19:28:25 +0200