~ubuntu-branches/debian/sid/aptitude/sid

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Manuel A. Fernandez Montecelo
  • Date: 2015-10-07 16:53:49 UTC
  • mfrom: (4.1.23)
  • Revision ID: package-import@ubuntu.com-20151007165349-nlm0cj8u2y2n2t5v
Tags: 0.7.3-1
* New upstream release. Please see /usr/share/aptitude/NEWS for a change
  log with more details.

  - Bug fixes:
    * [cmdline] Correctly calculate the indentation for multi-byte
      encoded strings in command line "show" (Closes: #360202)
    * [curses] Show intended action when downgrading (Closes: #516517)
    * Update internal state for upgrades/downgrades with target version
      after the action is performed (Closes: #787658, #714429)
    * [curses] Don't precede Tags field by newline in package info
      screen (Closes: #799933)
    * Correctly detect state of vers/pkg when is ConfigFiles
      (Closes: #698768)
    * [cmdline] Show "RECOMMENDED but will not be installed" on pipes
      and redirections (Closes: #647474)
    * [curses] Improve the integration of Forbid upgrades
      (Closes: #439258)
    * Remove unneeded automatically installed packages in the same action
      (Closes: #478116, #564545, #637257, #368037, #486454, #738517,
       #789803, #779999, #756507, #759764, #766702, #655483,#740009)
    * Honour ::Purge-Unused when removing packages (Closes: #724034)
    * Be more informative when virtual packages are involved in broken
      deps (Closes: #316633, #798898, #799918)
    * Fix description of config option ::AutoClean-After-Update
      (Closes: #756937)

  - User visible changes:
    * Make boundaries of sessions in the log file more clear
      (Closes: #269275)
    * [curses] Avoid marking as auto/non-auto if already set
      (Closes: #265013)
    * [curses] Print message when starting to perform actions
      (Closes: #323371)
    * Use uppercase APT:: for apt config vars, for consistency
      (Closes: #519425)
    * [cmdline] Print versions of Provides, if they exist
      (Closes: #767393)

  - Internal changes:
    * temp.cc: simplify code and messages and reduce the use of boost
      libs
    * configure.ac: Remove checks for boost/scoped_array.hpp and
      boost/random.hpp, not used anymore
    * Adding missing trigger states in some functions
    * Disable checks in configure.ac and preprocessor in code for
      APT_HAS_TRIGGERS, APT_HAS_HOMEPAGE and HAVE_DDTP (apt supports them
      since 2007-2008).
    * Add functions to check if packages are installed, automatically
      installed, if they are virtual, and others.  They can be used later
      to make other code more consistent, clear and clean.
    * Remove sigc++ include from apt_config_widgets.h (fails to build
      with newer version 2.6 recently uploaded to unstable)

  - Documentation:
    * Guide/User's Manual:
      * Document Brown colour for downgraded packages in UI (feature
        implemented in the last version)

  - Translation updates:
    * Russian by Lev Lamberov (Closes: #769425)
    * Dutch by Frans Spiesschaert (Closes: #800516)


* d/rules: Upgrade C++ required to C++14, only minor changes/fixes from C++11
* debian/patches:
  - Add fix-tmpdir.patch to fix a minor problem with temp directories

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
aptitude (0.7.3-1) unstable; urgency=low
 
2
 
 
3
  * New upstream release. Please see /usr/share/aptitude/NEWS for a change
 
4
    log with more details.
 
5
 
 
6
    - Bug fixes:
 
7
      * [cmdline] Correctly calculate the indentation for multi-byte
 
8
        encoded strings in command line "show" (Closes: #360202)
 
9
      * [curses] Show intended action when downgrading (Closes: #516517)
 
10
      * Update internal state for upgrades/downgrades with target version
 
11
        after the action is performed (Closes: #787658, #714429)
 
12
      * [curses] Don't precede Tags field by newline in package info
 
13
        screen (Closes: #799933)
 
14
      * Correctly detect state of vers/pkg when is ConfigFiles
 
15
        (Closes: #698768)
 
16
      * [cmdline] Show "RECOMMENDED but will not be installed" on pipes
 
17
        and redirections (Closes: #647474)
 
18
      * [curses] Improve the integration of Forbid upgrades
 
19
        (Closes: #439258)
 
20
      * Remove unneeded automatically installed packages in the same action
 
21
        (Closes: #478116, #564545, #637257, #368037, #486454, #738517,
 
22
         #789803, #779999, #756507, #759764, #766702, #655483,#740009)
 
23
      * Honour ::Purge-Unused when removing packages (Closes: #724034)
 
24
      * Be more informative when virtual packages are involved in broken
 
25
        deps (Closes: #316633, #798898, #799918)
 
26
      * Fix description of config option ::AutoClean-After-Update
 
27
        (Closes: #756937)
 
28
 
 
29
    - User visible changes:
 
30
      * Make boundaries of sessions in the log file more clear
 
31
        (Closes: #269275)
 
32
      * [curses] Avoid marking as auto/non-auto if already set
 
33
        (Closes: #265013)
 
34
      * [curses] Print message when starting to perform actions
 
35
        (Closes: #323371)
 
36
      * Use uppercase APT:: for apt config vars, for consistency
 
37
        (Closes: #519425)
 
38
      * [cmdline] Print versions of Provides, if they exist
 
39
        (Closes: #767393)
 
40
 
 
41
    - Internal changes:
 
42
      * temp.cc: simplify code and messages and reduce the use of boost
 
43
        libs
 
44
      * configure.ac: Remove checks for boost/scoped_array.hpp and
 
45
        boost/random.hpp, not used anymore
 
46
      * Adding missing trigger states in some functions
 
47
      * Disable checks in configure.ac and preprocessor in code for
 
48
        APT_HAS_TRIGGERS, APT_HAS_HOMEPAGE and HAVE_DDTP (apt supports them
 
49
        since 2007-2008).
 
50
      * Add functions to check if packages are installed, automatically
 
51
        installed, if they are virtual, and others.  They can be used later
 
52
        to make other code more consistent, clear and clean.
 
53
      * Remove sigc++ include from apt_config_widgets.h (fails to build
 
54
        with newer version 2.6 recently uploaded to unstable)
 
55
 
 
56
    - Documentation:
 
57
      * Guide/User's Manual:
 
58
        * Document Brown colour for downgraded packages in UI (feature
 
59
          implemented in the last version)
 
60
 
 
61
    - Translation updates:
 
62
      * Russian by Lev Lamberov (Closes: #769425)
 
63
      * Dutch by Frans Spiesschaert (Closes: #800516)
 
64
 
 
65
 
 
66
  * d/rules: Upgrade C++ required to C++14, only minor changes/fixes from C++11
 
67
  * debian/patches:
 
68
    - Add fix-tmpdir.patch to fix a minor problem with temp directories
 
69
 
 
70
 -- Manuel A. Fernandez Montecelo <mafm@debian.org>  Wed, 07 Oct 2015 16:53:49 +0100
 
71
 
1
72
aptitude (0.7.2-1) unstable; urgency=medium
2
73
 
3
74
  * New upstream release. Please see /usr/share/aptitude/NEWS for a change