home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / aptitude / NEWS < prev    next >
Encoding:
INI File  |  2006-08-23  |  120.7 KB  |  3,295 lines

  1. [12/8/2005]
  2. Version 0.4.1                           "Divers Alarums"
  3. - New features:
  4.  
  5.   * Assertion failures should print the failing assertion after
  6.     shutting down curses rather than before.
  7.  
  8.   * The --purge-unused option is now provided as a synonym for
  9.     -o Aptitude::Purge-Unused=true.
  10.  
  11.   * aptitude will now support ddtp if it is compiled against a version
  12.     of apt that supports ddtp.
  13.  
  14.   * Setting the Aptitude::Cmdline::Resolver-Dump option to a filename
  15.     will cause the command-line mode of the program to dump a snapshot
  16.     of the resolver state to that file before attempting to resolve
  17.     dependencies.
  18.  
  19.   * Setting the Aptitude::GC-Debug option will cause the garbage
  20.     collector to print voluminous debugging information as it searches
  21.     for unused packages.
  22.  
  23. - Bug fixes:
  24.  
  25.   * Eliminate two deadlocks caused by the background resolver thread
  26.     trying to wait for itself. (Closes: #340067, #342319)
  27.  
  28.   * Never select a version that was removed but not purged and is no
  29.     longer available as a candidate version. (Closes: #340385)
  30.  
  31.   * Eliminate a corner case where the resolver could produce solutions
  32.     that were supersets of previous solutions.
  33.  
  34.   * If an EOF is encountered while waiting for a media-change from the
  35.     command-line, signal media change failure instead of aborting.
  36.  
  37.   * Don't ever use the minibuffer to display the list of packages
  38.     adjusted by the resolver (Closes: #341292).
  39.  
  40.   * If the menu bar is auto-hidden, don't automatically unhide it when
  41.     the user clicks in the first row of the display; instead, pass the
  42.     clicks to the sub-widget. (Closes: #341475)
  43.  
  44.   * Enable colors on terminals where COLOR_PAIRS < COLORS*COLORS but
  45.     COLOR_PAIRS >= 64.
  46.  
  47.   * Honor -y when the resolver runs out of time at the command-line.
  48.  
  49.   * Make "cancel" at the "download complete" dialog actually cancel.
  50.  
  51.   * Fix a portability bug due to cross-platform variation in the
  52.     members of sigaction (Closes: #337536)
  53.  
  54.   * Fix how keybindings are parsed: keybinding names are now
  55.     case-insensitive and single-character keybindings are parsed
  56.     correctly. (Closes: #339131)
  57.  
  58.   * Add spaces after various minibuffer prompts.
  59.  
  60.   * Add a link from the search patterns documentation to the
  61.     command-line reference.
  62.  
  63.   * When saving the package states, properly handle the case in which
  64.     the state file didn't previously exist. (Closes: #337869)
  65.  
  66.   * Don't segfault when the user updates the package lists while a
  67.     solution examiner is open. (Closes: #338441)
  68.  
  69.   * Trust any package version for which at least one source is trusted
  70.     (Closes: #337982).
  71.  
  72.   * Work around apt bug #339533 to avoid an aptitude
  73.     segfault. (Closes: #339648)
  74.  
  75.   * Fixed the assertion failure message printed when an inconsistency
  76.     is detected because a supposedly broken dependency isn't broken (it was incorrect).
  77.  
  78.   * If a --schedule-only operation fails, print any errors that
  79.     occurred before exiting.
  80.  
  81.   * Document the new backslash behavior in help.txt. (Closes: #337810)
  82.  
  83.   * Document that "default" can be used as a background color.
  84.  
  85.   * Correct the names of the problem-resolver control knobs in the
  86.     documentation.
  87.  
  88. - Translation updates:
  89.  
  90.   * Chinese (Simplified) (Closes: #339140)
  91.  
  92.   * Dutch (Closes: #337629)
  93.  
  94.   * Italian
  95.  
  96.   * Galacian (Closes: #337656)
  97.  
  98.   * Lithuanian (Closes: #341051)
  99.  
  100.   * Portuguese (Closes: #339828)
  101.  
  102.   * Slovak (Closes: #338527)
  103.  
  104.   * Swedish (Closes: #334520, #337725, #339820)
  105.  
  106.   * Turkish (Closes: #339943)
  107.  
  108.   * Vietnamese (Closes: #341924)
  109.  
  110. [11/4/2005]
  111. Version 0.4.0                           "Aptitude Below Zero"
  112.  
  113. - New features:
  114.  
  115.   * The primary binding of the menu toggle command is now Control-t
  116.     instead of f10.  All old bindings still work, but this means that
  117.     the binding displayed at the top of the screen will work on all
  118.     terminals. (Closes: #147862, #335034)
  119.  
  120.   * By default, the solution that reverts all user actions is
  121.     discarded entirely.
  122.  
  123.   * The "changelog", "download", and "show" command-line actions
  124.     recognize "-t <archive>" and handle it by acting as if
  125.     "/<archive>" had been appended to each argument of the
  126.     command. (Closes: #334096)
  127.  
  128.   * When "show" cannot locate a package by name, it now exits with an
  129.     error instead of exiting with status 0.
  130.  
  131.   * When the user requests a particular version of a package, "show"
  132.     will display only that version, even if the verbosity level would
  133.     normally cause all versions to be displayed.
  134.  
  135.   * Highlight stuff that looks like bullets when viewing a changelog
  136.     file.
  137.  
  138.   * Doxyfile.in is distributed, so the doxygen documentation should be
  139.     buildable from the distributed tarball.
  140.  
  141.   * Added a Keep-Recommends option that is analogous to Keep-Suggests:
  142.     it doesn't cause recommendations to be automatically installed,
  143.     but it does cause them to be held on the system by the garbage
  144.     collector if they were automatically installed.
  145.  
  146. - Bug fixes:
  147.  
  148.   * Forward and reverse dependency lists are sorted by name and
  149.     version.
  150.  
  151.   * Made page-up in a list of packages properly trigger the update of
  152.     all connected information.
  153.  
  154.   * "search" now completely ignores fake packages (Closes: #337407).
  155.  
  156.   * The code to parse a bullet list in a description now knows how to
  157.     handle any number of spaces following a bullet (including
  158.     zero). (Closes: #337344)
  159.  
  160.   * Don't hide the preview screen when downloading stuff other than
  161.     packages. (Closes: #334343)
  162.  
  163.   * Deal sanely with changelogs and other formatted text that
  164.     contains newlines or tabs.
  165.  
  166.   * More real and potential UTF-8 display problems fixed.
  167.     (Closes: #317119)
  168.  
  169.   * Fix some anomalies in the display of the menu bar's left/right
  170.     arrows.
  171.  
  172.   * Corrected how the sigc++ version against which the program was
  173.     compiled is reported.
  174.  
  175.   * Added "install" to the manpage synopsis. (Closes: #336584)
  176.  
  177.   * Cleaned up some parts of the resolver interface and wrote
  178.     top-level API documentation for it.
  179.  
  180. - Translation updates:
  181.  
  182.   * sv is now included in ALL_LINGUAS.
  183.  
  184.   * Translation updates:
  185.  
  186.     - Chinese (Simplified) (Closes: #335290)
  187.  
  188.     - Danish (Closes: #335880)
  189.  
  190.     - Finnish
  191.  
  192.     - French (Closes: #336261)
  193.  
  194.     - Romanian (Closes: #335680, #325749)
  195.  
  196.     - Russian (Closes: #336261, #336420)
  197.  
  198. [10/14/2005]
  199. Version 0.3.5.1                         "Slantwise Cacophany"
  200.  
  201. - Bug fixes:
  202.  
  203.   * Corrected several trivial but fatal bugs in the build and install
  204.     system.
  205.  
  206.   * Document 'aptitude reinstall' in the --help output. (Closes: #333872)
  207.  
  208. - Translation updates:
  209.  
  210.   * Add a Swedish translation of help.txt. (Closes: #333918)
  211.  
  212. [10/13/2005]
  213. Version 0.3.5                           "Yoink"
  214.  
  215.    Upstream aptitude development is now stored in darcs.  See the
  216.    documentation for additional details.
  217.  
  218. - New features:
  219.  
  220.   * Redesigned how versions are handled in the pattern matching
  221.     language.  The set of versions matched against is more uniform
  222.     (typically all the versions of a package).  This set is narrowed
  223.     at appropriate times; for instance, reverse dependency matchers
  224.     will only pass those versions that assert a dependency into their
  225.     subexpression.  You can manually narrow the set by selecting
  226.     versions with ~S, and manually widen it by using ~W.
  227.  
  228.   * Forward and reverse dependency matchers can be restricted to only
  229.     broken dependencies.
  230.  
  231.   * The version matcher (~V) has support for matching the current,
  232.     target, or candidate version of a package (in addition to matching
  233.     a regexp against the version number).
  234.  
  235.   * Add a canned package view that only displays packages which are
  236.     targets of unsatisfied Recommends.
  237.  
  238.   * Sort reverse and forward dependencies by package name and version
  239.     number.
  240.  
  241.   * In the command-line preview, display {p} next to packages that are
  242.     being purged.
  243.  
  244.   * More command-line compatibility with apt-get for -q and
  245.     --quiet. (Closes: #217477)
  246.  
  247.   * Only override $HOME with getpwuid if $HOME/.aptitude does not
  248.     exist.  NOTE: this doesn't work right now with the auto-su-to-root
  249.     behavior, because that resets $HOME.  You have been warned.
  250.  
  251.   * Add a sorting policy that sorts packages by version number.
  252.  
  253. - Bug fixes:
  254.  
  255.   * The problem resolver will no longer try to install versions of
  256.     packages that don't actually exist.  In particular, it won't try
  257.     to install packages that were removed but not purged, so their
  258.     configuration files and metadata stayed on the system.
  259.  
  260.   * Eliminated a reference-to-freed-memory segfault caused by passing
  261.     unsafe references to widgets around. (Closes: #331400)
  262.  
  263.   * Don't crash when the user asks to see the changelog of a
  264.     non-installed package.  (Closes: #331245)
  265.  
  266.   * Don't crash when the cache is closed while a changelog is being
  267.     downloaded (for instance, if a changelog is downloaded while
  268.     packages are being installed).
  269.  
  270.   * Encode match results as std::strings instead of const char *s, as
  271.     some of the buffers are destroyed before the get_match routine
  272.     exits.
  273.  
  274.   * Don't reopen the cache after a download unless it's necessary.
  275.     (Closes: #332708)
  276.  
  277.   * Version items are now styled in the same way as package items.
  278.  
  279.   * Explicitly keep the search dialog alive while its Ok handler is
  280.     executing, so that the "actually search" signal isn't disconnected
  281.     too soon and searching by clicking Ok works.  (Closes: #332179)
  282.     Similar fixes to other stock dialogs.
  283.  
  284.   * Use the right encoding when converting the name of a dependency
  285.     type to a wide character string.  (Closes: #331199)
  286.  
  287.   * Write out the descriptions of solution elements using
  288.     wide-character functions.
  289.  
  290.   * Ensure that string inputs in the configuration dialogs are always
  291.     visible. (Closes: #331200)
  292.  
  293.   * Read the debtags vocabulary file from /var/lib instead of
  294.     /usr/share, and hint that the user should install debtags to make
  295.     the error go away. (Closes: #331408)
  296.  
  297.   * Fix the parser of the backwards-compatibility filter grouping
  298.     policy. (Closes: #331404)
  299.  
  300.   * Really bypass the authentication prompt if Ignore-Trust-Violations
  301.     is true. (Closes: #332883)
  302.  
  303.   * Don't duplicate packages in the filter policy.
  304.  
  305.   * Accept archive or version specifiers with installauto (+M) as well
  306.     as install.
  307.  
  308.   * Document ~t.
  309.  
  310. - Translation updates:
  311.  
  312.   * Basque (Closes: #275704)
  313.  
  314.   * Czech
  315.  
  316.   * French
  317.  
  318.   * Swedish (Closes: #333267)
  319.  
  320. [9/30/2005]
  321. Version 0.3.4                           "Up The Airy Mountain"
  322.  
  323. - New features:
  324.  
  325.   * The solution examiner is now a view coequal with package trees and
  326.     other views rather than a pop-up dialog box.
  327.  
  328.   * From the solution examiner, you can select individual actions
  329.     within a solution and approve or reject them to influence the
  330.     future course of the resolver; you can also access quite a bit
  331.     more information, such as explanations of why actions were
  332.     included in the solution and alternatives to the actions.
  333.  
  334.   * Rebalanced the default resolver weights to focus it more on
  335.     generating a solution quickly and less on generating a "good"
  336.     solution.
  337.  
  338.   * The problem resolver now understands about Recommendations.  It
  339.     will try to solve Recommendations that are currently satisfied or
  340.     that are only present in a newly installed version of a package
  341.     and not the current version, but it can also leave them broken
  342.     (with a penalty to the resulting solution).
  343.  
  344.   * The visual mode of the program is now threaded: in particular,
  345.     long-running tasks such as downloading packages and resolving
  346.     dependencies are run in the background and no longer cause the
  347.     interface to become nonresponsive.
  348.  
  349.     This also eliminates the need to use recursive main loops, and
  350.     hence this Closes: #136973.
  351.  
  352.   * Holds are now implicitly cancelled by the "Keep" command in visual
  353.     mode (but not from the command line). (Closes: #326949)
  354.  
  355.   * Search patterns now treat whitespace as a term separator (but
  356.     whitespace between a pattern code and its argument is ignored).
  357.     To search for literal whitespace, use double quotes or
  358.     tilde-escaping.
  359.  
  360.   * You can now search for text in internal text pagers (for instance,
  361.     when viewing a package's Changelog).
  362.  
  363.   * A generic grouping policy based on search patterns is available.
  364.     (Closes: #156065)
  365.  
  366.   * Selecting a package version other than the current version and the
  367.     default candidate version explicitly is now sticky. (Closes:
  368.     #158771)
  369.  
  370.   * Debtags support is available: tags are shown after a package's
  371.     description, you can search for them (~G), and a tag-based grouping
  372.     policy is available. (Closes: #243830)
  373.  
  374.   * More predefined package views are available: a flat view and a
  375.     view based on debtags.
  376.  
  377.   * The command-line now has "keep" and "keep-all" commands (the
  378.     latter cancels all sticky actions that are queued on packages).
  379.     (Closes: #312923)
  380.  
  381.   * From the command-line, changelogs can be downloaded by source
  382.     package name in addition to the binary package name.
  383.  
  384.   * The command-line option "--schedule-only" will write the
  385.     commands you ask for to the database and then exit without
  386.     downloading, installing, or removing anything.  (Closes: #312249)
  387.  
  388.   * You can search both backwards and forwards (the backslash key
  389.     has been changed from 'repeat last search' to 'search backwards').
  390.     (Closes: #323239)
  391.  
  392.   * You can repeat searches in all pagers and dialogs.
  393.     (Closes: #270699)
  394.  
  395.   * You can now find downgraded packages using "~adowngrade".
  396.  
  397.   * aptitude now works with the apt status reporting patch from
  398.     Michael Vogt.
  399.  
  400.   * The rather useless "missing" grouping policy is no longer
  401.     necessary and has been deprecated, although it is still recognized
  402.     by the parser for backwards-compatibility.
  403.  
  404.   * You can now access the default background color under the name
  405.     "default" when altering styles.
  406.  
  407.     The default foreground color is unavailable; for technical reasons
  408.     it's impossible for aptitude to support both at once in a standard
  409.     X terminal.  However, I believe that most of the requests for this
  410.     feature stemmed from an interest in terminals with transparent
  411.     backgrounds; if you set the default widget style to "bg default;",
  412.     aptitude should work reasonably well with transparent terminals
  413.     now.  (Closes: #161872)
  414.  
  415.   * Every combination of the package state and the highlighted status
  416.     of the package now has a separate style, which should allow a
  417.     great deal more flexibility for people who don't like the
  418.     defaults.
  419.  
  420.   * aptitude now automatically keeps a single backup of the pkgstates
  421.     file, in the same manner as dpkg. (Closes: #316460)
  422.  
  423.   * Warn the user once when they modify the cache while the program is
  424.     in read-only mode.  (Closes: #175408)
  425.  
  426.   * The resolver keystroke hints at the bottom of the screen dim out
  427.     when they're not available.
  428.  
  429.   * Menus and menu bars behave more gracefully on small terminals:
  430.     menus can be scrolled up and down, and menu bars can be scrolled
  431.     left and right.
  432.  
  433.   * You can automatically purge packages which are removed because
  434.     they are unused.  This option is dangerous and it is recommended
  435.     that you leave it off.  (Closes: #275150)
  436.  
  437.   * Timestamps in the aptitude log file include the time zone.
  438.     (Closes: #318501)
  439.  
  440.   * If libparse-debianchangelog-perl is installed, aptitude will parse
  441.     changelogs and highlight newer versions of the package. (Closes:
  442.     #290692)
  443.  
  444. - Bug fixes:
  445.  
  446.   * aptitude no longer goes bonkers when you suspend and resume it.
  447.     (Closes: #137311, #169479)
  448.  
  449.   * Use the password database instead of $HOME to find the user's home
  450.     directory; this will fix the mode 0700 root-owned files that
  451.     people were seeing.  (Closes: #272429, #274216, #285334)
  452.  
  453.   * Temporary files and directories are created in /tmp instead of
  454.     cluttering ~/.aptitude/.tmp. (Closes: #146485, #245348)
  455.  
  456.   * If becoming root fails, re-load the file containing the current
  457.     selections so that they don't get lost. (Closes: #281232)
  458.  
  459.   * ~akeep now matches any package that no action will be performed
  460.     on, including packages that are not installed.
  461.  
  462.   * The apt error dialog now properly appears every time errors occur.
  463.  
  464.   * Fix several UTF-8 related display bugs. (Closes: #317115)
  465.  
  466.   * The cursor is now placed correctly again.
  467.  
  468.   * Get the width of the screen right in a number of places when
  469.     running in command-line mode. (Closes: #230187)
  470.  
  471.   * Set packages that were to be removed because they were unused back
  472.     to manual mode when the user keeps them at their current
  473.     version. (Closes: #278490)
  474.  
  475.   * Various bugs in the resolver fixed.
  476.  
  477.   * Fix a crash that occurred when aptitude got EOF on standard input;
  478.     the program now just aborts. (Closes: #318749)
  479.  
  480.   * Fix a redundancy in some text at the command line. (Closes: #318396)
  481.  
  482.   * Don't segfault if errors are encountered in the initialization
  483.     routines. (Closes: #309445)
  484.  
  485.   * When there are currently broken packages, print an explanation of
  486.     why the command-line upgrade is aborting instead of just silently
  487.     terminating. (Closes: #316027)
  488.  
  489.   * Fix the return value of 'aptitude clean'. (Closes: #274098)
  490.  
  491.   * Terminate abnormally if the user tries to show a non-existant
  492.     package or if other errors come up. (Closes: #301291)
  493.  
  494.   * The startup progress bar no longer hangs around too long.
  495.  
  496.   * The message displayed when the installation procedure encounters
  497.     errors is somewhat more levelheaded. (Closes: #230188)
  498.  
  499.   * Add support for making the command-line mode "quiet" (option -q).
  500.     (Closes: #217477)
  501.  
  502.   * If -s is passed on the command-line, the cache will always be
  503.     opened read-only, even if the user is root.
  504.  
  505.   * Hold onto the apt lock while running reportbug, so we don't have
  506.     to reload the cache and discard user selections. (Closes: #304748)
  507.  
  508.   * Don't use terminal tricks to display continually updating progress
  509.     indicator if stdin is not a tty. (Closes: #276767)
  510.  
  511.   * For some years now, aptitude has not freed memory belonging to
  512.     widget objects.  This is now fixed, and an explicit memory
  513.     management model for widgets based on reference-counting has been
  514.     hammered out.
  515.  
  516.   * Fix the manpage's SEE ALSO entry for the reference manual.
  517.     (Closes: #265723)
  518.  
  519.   * Apply typo fixes for the documentation. (Closes: #268916)
  520.  
  521.   * Explicitly document that ~a only matches the current state of a
  522.     package. (Closes: #311290)
  523.  
  524.   * Delete some unnecessary text that both lacks a trailing newline
  525.     and is rather rude. (Closes: #295924)
  526.  
  527. - Translation updates:
  528.  
  529.   * Czech (Closes: #330014)
  530.  
  531.   * Danish (Closes: #317824)
  532.  
  533.   * Finnish (Closes: #316225)
  534.  
  535.   * French (Closes: #318906)
  536.  
  537.   * Romanian (Closes: #318947)
  538.  
  539.   * Vietnamese (Closes: #316994, #319702, #322276)
  540.  
  541. - Internal changes:
  542.  
  543.   * Migrated all build scripts to automake-1.9 and the latest gettext
  544.     version.
  545.  
  546.   * Restructured the resolver code to be far more legible.
  547.  
  548.   * Much optimization of the problem resolver, including:
  549.     - Detect logical conflicts to avoid going down the same blind
  550.       alleys over and over.
  551.  
  552.     - Use shared-memory data structures to greatly decrease virtual
  553.       memory usage (memory usage in test cases that used to take
  554.       hundreds of megabytes is now negligible).
  555.  
  556.     - When ordering solutions, use the score first (since it's
  557.       essentially a hash of the information in the solution), and only
  558.       examine the incoming solutions in their entirety if they have
  559.       the same score.
  560.  
  561.   * Split the horrible download code into a much more pleasant group
  562.     of "download process" classes with an interface that's generic
  563.     enough to allow the frontend to implement a general "execute
  564.     download process" function.  The new download classes were pushed
  565.     down into the generic level.
  566.  
  567.   * Split generic/ into generic/util and generic/apt.
  568.  
  569.   * Restructured the way grouping policies and matchers are parsed to
  570.     allow them to work together without unpleasant surprises.
  571.  
  572.   * A test suite (based on cppunit) is now available; most of the
  573.     tests are currently of backend code.
  574.  
  575.   * Most dynamic casting in menu_tree was eliminated; now it just
  576.     checks whether the selected item implements the menu_redirect
  577.     interface and proxies for it (as far as the package and solution
  578.     item menu commands go) if so.
  579.  
  580.   * Exceptions can now dynamically generate a program backtrace --
  581.     however, in order for this to be useful, you have to have many
  582.     more symbols compiled into the program (in tests, this DOUBLED the
  583.     final executable size).  To get a binary that will generate a
  584.     backtrace for uncaught exceptions, compile with
  585.     --enable-dynamic-backtrace.
  586.  
  587. [7/4/2005]
  588. Version 0.3.3         "Universal Text Format Ate My Package Manager"
  589.  
  590. - New features:
  591.  
  592.   * Full support for UTF-8 and other wide character locales.  Anything
  593.     that doesn't work (aside from bug #316663 in curses) is a bug.
  594.     Some languages might lack full support, as I'm releasing this
  595.     before the translators have time to catch up!
  596.  
  597.   * Colors and text styles are now selected in a much more flexible
  598.     way.  Each visual can independently alter or override each setting
  599.     of its surrounding text.  Foreground and background colors can be
  600.     set independently.
  601.  
  602. - Translation updates:
  603.  
  604.   * Chinese (Simplified) (Closes: #314330)
  605.  
  606.   * Chinese (Traditional) (Closes: #311587)
  607.  
  608.   * Czech (Closes: #314328)
  609.  
  610.   * Dutch (Closes: #315376, #316279)
  611.  
  612.   * Finnish (Closes: #312311, #313450)
  613.  
  614.   * German (Closes: #313663)
  615.  
  616.   * Lithuanian (Closes: #314643)
  617.  
  618.   * Norwegian Bokmal (Closes: #313459)
  619.  
  620.   * Norwegian nynorsk (Closes: #315988)
  621.  
  622.   * Polish (Closes: #315338)
  623.  
  624.   * Portuguese (Closes: #315486)
  625.  
  626.   * Russian (Closes: #313619)
  627.  
  628.   * Slovak (Closes: #309824)
  629.  
  630.   * Spanish (Closes: #313412)
  631.  
  632.   * Vietnamese (Closes: #313321)
  633.  
  634. - Bug fixes:
  635.  
  636.   * Fix a case where different packages would be selected on startup
  637.     than on shutdown. (Closes: #315359)
  638.  
  639.   * Fix several longstanding coding errors that caused the progress
  640.     bar to disappear/freeze while the program was starting up.
  641.  
  642.   * Don't crash when trying to display information about packages
  643.     with no Archive.  (Closes: #312533)
  644.  
  645.   * Allow the user to cancel a media change.  (Closes: #315885)
  646.  
  647.   * Be more explicit in warning the user that they are in read-only
  648.     mode.  (Closes: #313417)
  649.  
  650.   * Typo fix in cmdline_prompt (Closes: #313322)
  651.  
  652.   * Adjusted the input polling frequency in the download code; the
  653.     program should feel a bit more responsive while it's downloading.
  654.  
  655. [5/1/2005]
  656. Version 0.3.2         "Eat cold logic, feeble dependency problem!"
  657.  
  658. - New features:
  659.  
  660.   * Finally tossed the APT problem resolver over the side.  aptitude
  661.     now has its own problem resolver, with (among other things) the
  662.     following features:
  663.  
  664.       - It's restartable and nondestructive -- meaning that if you
  665.         don't like its suggestion, you can ask it to find another one.
  666.  
  667.       - It understands how to resolve dependencies by installing
  668.         non-default package versions.  For instance, it can figure out
  669.         that to install aptitude from experimental, you need to also
  670.         install apt and synaptic from experimental (if unstable's
  671.         synaptic is installed).
  672.  
  673.       - The priorities of the resolver are fully configurable; see the
  674.         configuration file section of the reference manual.
  675.  
  676.       - It's generic: in theory you could apply the code to many
  677.         package systems, including some that are not APT-based.
  678.  
  679.       - It has a formal model of dependencies underlying it; see
  680.         src/generic/problemresolver/model.tex (although not all my
  681.         notes have migrated into the LaTeX source yet; this will be
  682.         fixed in the future).
  683.  
  684.   * Implemented my proposed description formatting extensions of
  685.     http://lists.debian.org/debian-devel/2005/03/msg02770.html --
  686.     aptitude now detects and appropriately formats most bulleted
  687.     lists in package descriptions.
  688.  
  689.   * From the confirmation prompt (and now the resolver prompt) of the
  690.     command-line mode, you can now additionally keep packages back
  691.     (without setting a hold), mark packages as automatic or manual,
  692.     and simultaneously install a package and mark it as manual.
  693.  
  694.   * ~ahold now matches only packages that have a "sticky" hold set.
  695.     ~akeep will find packages upon which no action is being taken.  To
  696.     get the old behavior of ~ahold, use ~U~akeep.  (Closes: #216730)
  697.  
  698.   * A brief summary of the currently-open views now appears at the top
  699.     of the screen when multiple views are open.
  700.  
  701.   * Merged command-line support for apt-secure from 0.2.15.9.
  702.  
  703. - Bugfixes:
  704.  
  705.   * Don't discard messages about how to resolve a problem with loading
  706.     the cache file.  In particular, the dialog box that you get if
  707.     dpkg was interrupted should make a lot more sense.
  708.     (Closes: #160418)
  709.  
  710.   * Actually process the message about failed downloads using fragf.
  711.     (Closes: #298713)
  712.  
  713.   * Fix the "help crashes" bug.  (Closes: #293935, plus all the other
  714.     bugs reported by people who don't check the BTS first)
  715.  
  716.   * Hard-wrap, don't clip, long literally formatted lines (in
  717.     accordance with Policy).
  718.  
  719.   * Text in a number of places is now automatically formatted instead
  720.     of having hard-wired line wrapping.
  721.  
  722.   * Fixed the formatting and size calculation of fragments even in the
  723.     presence of indentation.
  724.  
  725.   * Made the description widget (and other similar widgets) actually
  726.     cache its formatting, rather than recalculating it every time the
  727.     screen is redrawn.
  728.  
  729.   * Centralized the detection of the terminal width when running in
  730.     command-line mode; previously, some commands would properly wrap
  731.     text, but others wouldn't.
  732.  
  733.   * Don't abort, just print a warning if the user passes -s in
  734.     interactive mode.  (Closes: #243192)
  735.  
  736.   * Fixed an ugly problem with the docbook documentation -- instead of
  737.     using the DTD on the user's system, it was loading it off the net
  738.     (merged from the stable branch).
  739.  
  740.   * Correct the documentation of Delete-Unused (merged from stable).
  741.  
  742. [1/10/2005]           "Ow, my thesis!
  743.                        That's funny, it didn't hurt that time..."
  744.  
  745. - Bugfixes:
  746.  
  747.   * (sort of) fixed a bug which caused aptitude to want to remove
  748.     stuff installed with another package manager.  In order to trigger
  749.     this, you would have to remove the package with aptitude, quit
  750.     aptitude without installing or removing anything else, then
  751.     install the package in the other package manager before running
  752.     aptitude again.
  753.  
  754.     The caveat on the fix is that if you ^C aptitude between removing
  755.     the package and reloading the cache, you can still get bitten.  A
  756.     more proper fix may be included in a future aptitude version.
  757.  
  758. - New features:
  759.  
  760.   * By default, aptitude will only pause after a download if errors
  761.     occured.  Both of the old settings (always/never pause) are still
  762.     available.
  763.  
  764.   * "autoclean" will tell you how much stuff it cleaned up.  For
  765.     technical reasons, "clean" cannot easily produce the same
  766.     information.
  767.  
  768. - Internal changes:
  769.  
  770.   * Ported aptitude to libsigc++ 2.0.
  771.  
  772.   * Various bits of text are now displayed as fragments instead of
  773.     labels, so they get properly word-wrapped and so on.  This work is
  774.     ongoing and has revealed some structural weaknesses in fragments
  775.     that need to be fixed before entrenching them too much.
  776.  
  777. [12/21/2004]
  778. Version 0.3.0         "Let it snow, let it snow, let it snow"
  779.  
  780.   This is the first release of a new development branch, forked from 0.2.15.8.
  781.  
  782. - Bugfixes:
  783.  
  784.   * The buttons in the search dialog are properly centered.
  785.  
  786.   * Internal errors that are generated because of bad formatting
  787.     characters are less cryptic.
  788.  
  789. - New features:
  790.  
  791.   * Support for apt 0.6's security features: aptitude will flag
  792.     packages that are untrusted, and will warn you if you try to
  793.     install an untrusted package or upgrade from a trusted to an
  794.     untrusted version.  The warnings are currently quite obtrusive and
  795.     strongly worded, and cannot be turned off.
  796.  
  797. - Internal changes:
  798.  
  799.   * Completely redesigned widget layout to better accomodate widgets
  800.     whose width and height are interrelated.  The new system
  801.     completely allocates widths before allocating heights, allowing
  802.     stuff like word-wrapped text to be handled sanely.
  803.  
  804. - Translation updates:
  805.  
  806.   * Arabic [NEW]
  807.  
  808.   * Basque (Closes: #275704)
  809.  
  810.   * Brazilian Portuguese (Closes: #275220)
  811.  
  812.   * Chinese (Simplified)
  813.  
  814.   * Chinese (Traditional) (Closes: #274268)
  815.  
  816.   * Czech
  817.  
  818.   * Danish
  819.  
  820.   * Finnish
  821.  
  822.   * French [now includes translated manual] (Closes: #274953)
  823.  
  824.   * German (Closes: #283546)
  825.  
  826.   * Hebrew [NEW] (Closes: #275266)
  827.  
  828.   * Lithuanian (Closes: #280049)
  829.  
  830.   * Norwegian Bokmal
  831.  
  832.   * Polish (Closes: #265481)
  833.  
  834.   * Romanian (Closes: #281531)
  835.  
  836.   * Slovak (Closes: #279559)
  837.  
  838.   * Spanish
  839.  
  840.   * Turkish (Closes: #280009)
  841.  
  842. [3/26/2004]
  843. Version 0.2.15.9      "I see you see we all see C see sea"
  844. - Bugfixes:
  845.   * Correct the English documentation of Aptitude::Delete-Unused;
  846.     its description of this option's behavior was exactly the
  847.     reverse of what actually happens!
  848.  
  849.   * Fix a trivial typo that caused an unsightly disfigurement
  850.     of the Search dialog.
  851.  
  852. - Backports from aptitude 0.3.x:
  853.   * aptitude now compiles cleanly against APT 0.6, with full support
  854.     for package trust.
  855.  
  856. - Translation updates:
  857.  
  858.   * Arabic
  859.  
  860.   * Basque (Closes: #275704)
  861.  
  862.   * Chinese, Simplified
  863.  
  864.   * Chinese, Traditional (Closes: #274268, #290284)
  865.  
  866.   * Czech
  867.  
  868.   * Danish
  869.  
  870.   * Dutch (Closes: #288815)
  871.  
  872.   * Finnish
  873.  
  874.   * French (Closes: #274953)
  875.     Includes a new user's manual.
  876.  
  877.   * German (Closes: #283546, #293127)
  878.  
  879.   * Hebrew (Closes: #275266)
  880.  
  881.   * Lithuanian (Closes: #280049)
  882.  
  883.   * Norwegian Bokmal
  884.  
  885.   * Polish (Closes: #265481)
  886.  
  887.   * Portuguese, Brazilian (Closes: #275220)
  888.  
  889.   * Romanian (Closes: #281531)
  890.  
  891.   * Slovak (Closes: #279559)
  892.  
  893.   * Spanish
  894.  
  895. [9/28/2004]
  896. Version 0.2.15.8      "UTF-what?"
  897. - Bugfixes:
  898.   * Patch from Konstantinos Margaritis to "fix" the UTF-8 problem with
  899.     a sledgehammer: if aptitude sees UTF-8 in the locale, it will
  900.     set the locale to C instead.
  901.  
  902.   * Under "Suggested packages", only show packages that something suggests.
  903.     (previously, other relationships -- such as Replaces or Conflicts --
  904.      were causing stuff to end up there).  (Closes: #270667)
  905.  
  906.   * Belatedly apply a very old patch to improve saving Minesweeper games
  907.     and to add some sanity-checks to Minesweeper.  (Closes: #179533)
  908.  
  909. - Translation updates:
  910.  
  911.   * French (Closes: #272824)
  912.  
  913.   * Italian (Closes: #265243)
  914.  
  915.   * Japanese (Closes: #272454)
  916.  
  917.   * Russian
  918.  
  919. [9/17/2004]
  920. Version 0.2.15.7      "Kerplop"
  921. - Bugfixes:
  922.   * Use the candidate version to look for stuff to install; this makes
  923.     installation via patterns work better.
  924.  
  925.   * Parse priority strings up-front, and accept either an English string
  926.     or the string in the current locale.
  927.  
  928.   * Fixed a segfault that occured if the %r escape was used.
  929.  
  930.   * Fix several potential (unreported, perhaps un-triggerable) segfaults
  931.     in the table code.
  932.  
  933.   * Various documentation fixes (Closes: #269102, #269100).
  934.  
  935. - Translation updates:
  936.  
  937.   * Brazilian (Closes: #271411)
  938.  
  939.   * Catalan (Closes: #270917)
  940.  
  941.   * Finnish (Closes: #263313)
  942.  
  943.   * French (Closes: #270713)
  944.  
  945.   * Greek (Closes: #265006)
  946.  
  947.   * Italian (Closes: #268263)
  948.  
  949.   * Japanese (Closes: #264867)
  950.  
  951.   * Norwegian (Closes: #269976)
  952.  
  953.   * Russian (Closes: #266294)
  954.  
  955.   * Spanish (Closes: #269311)
  956.  
  957. [8/6/2004]
  958. Version 0.2.15.6      "Brrrrrrr"
  959. - Bugfixes:
  960.   * When displaying the size change in a single version, use '+'
  961.     for increases and '-' for decreases rather than the other
  962.     way around.
  963.  
  964.   * "make install" installs localized manpages in $mandir now (thanks
  965.     to Sebastian Kapfer for pointing out that this wasn't happening)
  966.  
  967. - Translation updates:
  968.   * Czech (Debian bug #262524)
  969.  
  970.   * Danish (Debian bug #262129)
  971.  
  972.   * Dutch (Debian bug #262000)
  973.  
  974.   * Finnish (Debian bug #263313)
  975.  
  976.   * German (Debian bug #262534)
  977.  
  978.   * Italian (Debian bug #261819)
  979.  
  980.   * Portuguese (Debian bug #261502)
  981.  
  982. [7/25/2004]
  983. Version 0.2.15.5      "Is it just me, or is it freezing in here?"
  984. - New features and bugfixes:
  985.  
  986.   - 'aptitude moo' no longer insults the user, even under extreme provocation.
  987.  
  988.   - It is now possible to log to multiple destinations. (Debian bug #259714)
  989.  
  990.   - A format code (%i) has been added to display policy information about
  991.     package versions (ie, the priority to which they are pinned).
  992.     (Debian bug #240423)
  993.  
  994.   - An option has been added which disables some of the sanity checks
  995.     performed prior to installing packages: the program will proceed
  996.     to the preview screen if any packages are upgradable, even if they
  997.     aren't being upgraded. (Debian bug #260590)
  998.  
  999.   - Undoing "forget new" works again.
  1000.  
  1001.   - Scrolling in pagers scrolls by the correct amount now. (Debian bug #260713)
  1002.  
  1003.   - You can once again enter an empty limit string to reset the limit.
  1004.     (Debian bug #260244)
  1005.  
  1006.   - Changed (completely useless at the moment) creation of a pthreads
  1007.     mutex to compile on FreeBSD.
  1008.  
  1009. - Translation updates:
  1010.  
  1011.   - Brazilian (Debian bug #260953)
  1012.  
  1013.   - Catalan (Debian bug #261095)
  1014.  
  1015.   - Czech (Debian bug #259966)
  1016.  
  1017.   - Dutch (Debian bug #260632)
  1018.  
  1019.   - Italian (Debian bug #261017)
  1020.  
  1021.   - Greek (Debian bug #261029)
  1022.  
  1023.   - Portuguese (Debian bug #261425)
  1024.  
  1025. [7/15/2004]
  1026. Version 0.2.15.4      "Flying Space Cucumber"
  1027. - New features:
  1028.  
  1029.   * Recommended (but not installed) packages are shown in both previews
  1030.     now.
  1031.  
  1032.   * Suggests-Important is back as a synonym for Keep-Suggests.  This
  1033.     should smooth out the transition for people who were using it.
  1034.     (Debian bug #259387)
  1035.  
  1036.   * Changelogs can be viewed from the command-line.
  1037.  
  1038.   * When downloading a package from the command-line, you can select
  1039.     the version to be downloaded. (Debian bug #160145)
  1040.  
  1041.   * Added a menu/keyboard command to search for the next broken package.
  1042.     (Debian bug #162474)
  1043.  
  1044.   * Extended the package menu with options to manipulate a package's
  1045.     automatic flag, view its information, or view its changelog.
  1046.  
  1047.   * Dependency patterns can now match on any dependency field; see the
  1048.     documentation for details.
  1049.  
  1050. - Bugfixes:
  1051.  
  1052.   * Several potential and actual memory leaks in the command-line code
  1053.     were fixed.
  1054.  
  1055.   * The command-line mode now complains loudly in some places where it
  1056.     used to fail silently.
  1057.  
  1058. [7/13/2004]
  1059. Version 0.2.15.3      "Release Roulette"
  1060. - New features:
  1061.  
  1062.   * When displaying aptitude's explanations about dependency
  1063.     situations, packages that are unavailable will be marked as such.
  1064.  
  1065.   * Some messages from the command-line mode (eg, about packages that
  1066.     are already installed/removed) are now suppressed unless you pass
  1067.     -v on the command-line.
  1068.  
  1069. - Bugfixes:
  1070.  
  1071.   * Document the Yes/No commands.
  1072.  
  1073.   * Return the newest version available from visible_version(), which
  1074.     should make changelog viewing and a few other things work in a
  1075.     less obscure fashion.
  1076.  
  1077.   * Correctly initialize the menu autohide setting (Debian bug #258688).
  1078.  
  1079.   * Suppress self-conflicts more vigorously (Debian bug #258533).
  1080.  
  1081.   * Fixed a number of bugs related to undos; they should work much better
  1082.     now (in particular, undoing an upgrade command will work reliably).
  1083.  
  1084.   * The tracking of automatic packages is somewhat smarter about
  1085.     versions: if upgrading a package causes it to become unused, it
  1086.     will be held back; if a package is being removed because it is
  1087.     unused and something depending on its current version is
  1088.     installed, the package will be held even if it could be
  1089.     upgraded. (say that five times fast!)
  1090.  
  1091.     Basically, aptitude won't randomly remove packages that you try to
  1092.     upgrade because they're suddenly "unused"; instead, it will refuse
  1093.     to upgrade them.
  1094.  
  1095. - Translation/i18n updates:
  1096.  
  1097.   * Miroslav Kure heroically translated the entire DocBook manual into
  1098.     Czech, along with general updates to the Czech translation.
  1099.  
  1100.   * The keybindings for Yes and No are now translatable (Debian bug #258409).
  1101.  
  1102.   * Split the English manpage into a separate XML file (Debian bug #259089).
  1103.  
  1104.   * Brazilian translation update (Debian bug #258667).
  1105.  
  1106.   * Greek translation update (Debian bug #258805).
  1107.  
  1108.   * French translation update.
  1109.  
  1110.   * Spanish translation update from Rubes Porras (Debian bug #258243).
  1111.  
  1112. [7/7/2004]
  1113. Version 0.2.15.2      "Configure this!"
  1114. - New features:
  1115.  
  1116.   * Added a configuration option Aptitude::Keep-Suggests.  This will
  1117.     cause automatically installed packages to stay on the system if
  1118.     any installed package even Suggests them.
  1119.  
  1120.   * Added a command-line argument -o; this behaves in the same way as
  1121.     the apt-get -o command-line argument.
  1122.  
  1123. - Bugfixes:
  1124.  
  1125.   * Fixed a very old bug in configuration handling.  This version of
  1126.     aptitude will only save configuration options that you have
  1127.     modified in your personal file.  (this includes options that you
  1128.     changed and re-set to their default values) This means that future
  1129.     changes in aptitude's default settings will be picked up by most
  1130.     people; right now you will only see changes to the defaults if
  1131.     you've never used an Options dialog.  You may want to revert your
  1132.     options to the defaults to take advantage of this feature.
  1133.  
  1134.      (Debian bug #175409)
  1135.  
  1136.   * Fixed the manpage synopsis: it said forbid-upgrade instead of
  1137.     forbid-version. (Debian bug #257901)
  1138.  
  1139.   * Removed an accent that accidentally crept into an image filename
  1140.     in the documentation.
  1141.  
  1142.   * In the Vertical-Split theme, version numbers are hidden by default
  1143.     (there isn't room for them on a standard terminal)
  1144.  
  1145. - Translation updates:
  1146.  
  1147.   * Updated Finish translations (Debian bug #257902)
  1148.  
  1149.   * Updated Italian translations (Debian bug #257710)
  1150.  
  1151. [7/4/2004]
  1152. Version 0.2.15.1      "Obligatory July 4th reference"
  1153. - Bugfixes:
  1154.  
  1155.   * Fix a segfault that occured in certain (undetermined) circumstances:
  1156.     a codepath that never ran on my computer would inevitably dereference
  1157.     NULL.
  1158.  
  1159.   * Include all the screen-shot images.
  1160.  
  1161. [7/1/2004]
  1162. Version 0.2.15        "Daniel's Adventures in the Land of DocBook"
  1163.  
  1164. - New features:
  1165.  
  1166.   * aptitude now has a "proper" manual, or at least the first iteration
  1167.     of one.  It weighs in at ~7000 lines of DocBook (which is less
  1168.     impressive than it sounds, since most lines of DocBook are fluff)
  1169.     and generates HTML pages, text documentation, and a manpage from
  1170.     a single source.
  1171.  
  1172.   * You can now keep a package at its current version without setting a
  1173.     sticky hold by pressing ':'.
  1174.  
  1175.   * A new %-escape for the display format, %Z, has been added.  It
  1176.     displays the change in disk usage due to an individual package (or
  1177.     version); the default package format uses it.
  1178.  
  1179.   * Several new menus added: you can now change a package's state or
  1180.     search for a package from the menu.
  1181.  
  1182.   * A convenient keybinding for reporting a bug has been added.
  1183.  
  1184.   * Matchers for reverse dependencies are now much more powerful;
  1185.     matchers for reverse and forward provides are available.
  1186.  
  1187.   * Passing -v to an installation command will display packages that are
  1188.     suggested and won't be installed.
  1189.  
  1190.   * You can now retrieve information about a package from the command-line
  1191.     mode's prompt.
  1192.  
  1193.   * "aptitude show" will display a package's Essential flag.
  1194.  
  1195.   * The new "--visual-preview" command-line option uses the visual mode
  1196.     to handle previews and downloads for command-line actions.
  1197.     (Debian bug #253335)
  1198.  
  1199.   * aptitude should now display translated task descriptions; thanks
  1200.     to Denis Barbier.
  1201.     (Debian bug #203725)
  1202.  
  1203. - Bugfixes:
  1204.  
  1205.   * aptitude now handles limits that match no packages more gracefully.
  1206.  
  1207.   * All traces of Suggests-Important were removed. (Debian bug #245410)
  1208.  
  1209.   * aptitude should compile with g++ 3.4 now.
  1210.  
  1211.   * aptitude now looks for unused packages on startup, so the old behavior
  1212.     (where some package states would be illogical and "snap" to the correct
  1213.     values as soon as you did anything) no longer occurs.
  1214.  
  1215.   * Handling of automatic/manual packages was tweaked in a few other
  1216.     ways; handling of automatically changed packages was also tweaked.
  1217.  
  1218.   * Completely disabled the use of the severely broken non-hierarchical
  1219.     view; the categorical browser just uses a hierarchical display now.
  1220.     (Debian bugs #120978, #144079, #144083, #151437, #242397)
  1221.  
  1222.   * Undoing the "forbid upgrade" command should work in all cases now.
  1223.  
  1224.   * Removed trailing periods from all menu item descriptions.
  1225.     (Debian bug #244676)
  1226.  
  1227.   * Fixed compilation on all 5 existing ia64 systems (Debian bug #243932).
  1228.  
  1229.   * If the user tries to remove an essential package but then cancels
  1230.     the removal, aptitude no longer displays an ominous warning about
  1231.     removing essential packages.  (Debian bug #254422)
  1232.  
  1233.   * Fixed the display of ORed dependencies in "aptitude show".
  1234.     (Debian bug #254740)
  1235.  
  1236.   * Menus are now sized more intelligently; text within menus is laid
  1237.     out slightly better.
  1238.  
  1239.   * When a very narrow terminal is being used, menus should be displayed
  1240.     a bit more gracefully.
  1241.  
  1242.   * Fixed some bugs with rebinding keys.
  1243.  
  1244.   * Removed references to some obsolete (unused) keybindings and colors.
  1245.  
  1246.   * There is now a space between the current and candidate versions in
  1247.     the default display format.
  1248.  
  1249.   * Widget alignment within a row is now written as "top" and
  1250.     "bottom", not "left" and "right".
  1251.  
  1252.   * Reverting options affects the user's configuration file
  1253.     immediately.
  1254.  
  1255.   * "aptitude show" no longer performs a search unless the input
  1256.     contains a tilde.
  1257.  
  1258.   * Fixed the display of ORed dependencies when describing reasons
  1259.     for a package's state. (Debian bug #242663)
  1260.  
  1261.   * Improved the calculation of reasons for a package's state in the
  1262.     presence of virtual packages. (Debian bug #244817)
  1263.  
  1264. - Translations:
  1265.  
  1266.   * Basque updates (Debian bug #244858)
  1267.  
  1268.   * Brizilian updates (Debian bug #242332)
  1269.  
  1270.   * Catalan updates (Debian bug #248764)
  1271.  
  1272.   * Czech updates (Debian bug #243728, #256326)
  1273.  
  1274.   * Danish updates (Debian bug #244539)
  1275.  
  1276.   * Dutch updates (Debian bug #249405)
  1277.  
  1278.   * German updates (Debian bug #233917, #255396)
  1279.  
  1280.   * Italian updates (Debian bug #244679)
  1281.  
  1282.   * Japanese updates (Debian bug #250023)
  1283.  
  1284.   * Lithuanian updates (Debian bug #242815)
  1285.  
  1286.   * Norwegian Bokmal translation added (Debian bug #250500, #252507)
  1287.  
  1288.   * Polish updates (Debian bug #248365)
  1289.  
  1290.   * Portugese updates (Debian bug #242309, #242372, #244850, #245699)
  1291.  
  1292.   * Russian added (Debian bug #250498)
  1293.  
  1294.   * Traditional Chinese translation added (Debian bug #244359)
  1295.  
  1296. [4/03/2004]
  1297. Version 0.2.14.1      "Spit and polish"
  1298.  
  1299. Thanks to Christian Perrier <bubulle@debian.org> for helping to triage
  1300. the large pile of new and updated translations that appeared in this
  1301. release.
  1302.  
  1303. - Bugfixes and new features:
  1304.  
  1305.   * You can now forbid aptitude to automatically select a particular
  1306.     package version in an upgrade.  This is mainly meant to make
  1307.     situations where a known-bad package is in unstable easier to handle.
  1308.     This functionality can be accessed via "F" in visual mode, or via
  1309.     the "forbid-version" command-line action.
  1310.  
  1311.   * Several more improvements to how autoinstalled packages are
  1312.     handled.  In particular, you no longer have to chase the whole
  1313.     dependency tree if you de-select and then re-select a package with
  1314.     many autoinstalled dependencies.
  1315.  
  1316.   * Save whether packages are currently going to be upgraded in the
  1317.     state file (separately from whether the package should be
  1318.     installed at all).
  1319.  
  1320.   * If the preview screen will be empty, an explanatory dialog is
  1321.     displayed instead of a blank screen.  If it looks like the user
  1322.     just forgot to press "U", suggest that.
  1323.  
  1324.   * Added a "reinstall" command-line action. (Debian bug #240225)
  1325.  
  1326.   * Added a "%t" formatting escape which displays the Archive of a package.
  1327.     In addition, "aptitude show" with verbosity>1 will display Archive
  1328.     information. (Debian bug #113354)
  1329.  
  1330.   * aptitude now supports the Key attribute of tasks (Debian bug #202781)
  1331.  
  1332.   * Fixed fetching ChangeLogs for classes with epoched versions and
  1333.     for non-free/contrib packages.  (Debian bugs #237340, #233855)
  1334.  
  1335.   * Manpage proofreading and polishing from Danilo Piazzalunga.
  1336.     The reference to apt-get(8) has been corrected, and -t is documented.
  1337.     (Debian bugs #198891, #225053)
  1338.  
  1339.   * Fixed the names of download views in the View menu.
  1340.     (Debian bug #234041)
  1341.  
  1342.   * Use fragment-based layout instead of a vs_pager to display error
  1343.     messages.  This means that they will wrap to the terminal
  1344.     width. (Debian bug #233923)
  1345.  
  1346.   * In the dependency ("d") and version ("v") lists, the description
  1347.     of the selected package is now visible by default.
  1348.  
  1349.   * Added section descriptions for the new archive sections.
  1350.     (Debian bug #233913)
  1351.  
  1352.   * Information on Provides is now included in the package information
  1353.     display and in "aptitude show".  (Debian bug #121979)
  1354.  
  1355.   * Upgrades from security.debian.org should go in a separate
  1356.     top-level tree.  (note: this is untested!)  Also, re-ordered the
  1357.     toplevel trees.
  1358.  
  1359.   * Avoid destroying all visible widgets without quitting in some corner
  1360.     cases. (Debian bug #233783)
  1361.  
  1362.   * Removed some text that was being ignored anyway from the
  1363.     definition of the "miscellaneous" options dialog.  I would have
  1364.     left it alone, but I think it could theoretically cause a problem.
  1365.     (Debian bug #233528)
  1366.  
  1367. - Translation updates:
  1368.  
  1369.   * Brazilian Portuguese program translation update.
  1370.     (Debian bugs #237866, #199306)
  1371.   * Czech translation update. (Debian bug #240604)
  1372.   * Danish program translation update. (Debian bugs #230642, #234805)
  1373.   * Finnish program translation update. (Debian bug #238188)
  1374.   * French program translation update. (Debian bug #237501)
  1375.   * German program translation update. (Debian bug #233917)
  1376.   * Italian translation update. (Debian bug #239915)
  1377.   * Japanese program translation update. (Debian bug #235256)
  1378.   * Japanese translation update. (Debian bug #239242)
  1379.   * Lituanian translation update. (Debian bug #240683)
  1380.   * Norwegian Nynorsk translation update. (Debian bug #241104)
  1381.   * Partial Greek program translation added. (Debian bug #237808)
  1382.   * Partial Traditional Chinese program translation update. (Debian bug #230893)
  1383.   * Portuguese program translation. (Debian bug #239171)
  1384.   * Simplified Chinese translation update. (Debian bug #240739)
  1385.   * Spanish program translation update. (Debian bug #234537)
  1386.  
  1387.  
  1388. [2/15/2004]
  1389. Version 0.2.14        "I say a package, and you say ah pahckahge"
  1390.  
  1391. - Bugfixes and new features:
  1392.  
  1393.   * Several command-line actions no longer crash when sources.list is
  1394.     missing or unreadable.  In addition, if sources.list is present but
  1395.     unreadable, the visual frontend no longer crashes. (Debian bug #220732)
  1396.  
  1397.   * Fixed the detection of packages broken by conflicts.
  1398.  
  1399. - Build system and internal changes:
  1400.  
  1401.   * Use AS_HELP_STRING to format help output from configure.
  1402.  
  1403. - Translation updates
  1404.  
  1405.   * Italian updates (including a manpage translation) from Danilo Piazzalunga.
  1406.  
  1407.   * Fixed the translation of a format string in the Czech translation, which
  1408.     was causing segfaults.
  1409.  
  1410. [2/13/2004]
  1411. Version 0.2.13.9999.3 "Sisyphus Boulder Transportation and
  1412.                        Delivery Engineers, Incorporated[tm]"
  1413.  
  1414. - Bugfixes and new features:
  1415.  
  1416.   * In the information area for packages, a note about disk usage
  1417.     is printed (eg, "This package will be upgraded for <v1> to <v2>,
  1418.     using 1111kB of additional disk space.")  Useful for sending
  1419.     bug reports to maintainers who accidentally upload unstripped
  1420.     binaries of their latest package version.
  1421.  
  1422.   * (undocumented) Experimental support for "filling" some text to the
  1423.     screen width; set Aptitude::UI::Fill-Text to True to use this.
  1424.  
  1425.   * An FAQ is now shipped with aptitude.  I could only think of two
  1426.     questions, but I expect that more will be asked over time.
  1427.  
  1428. - Build system and internal changes:
  1429.  
  1430.   * aptitude can now be compiled with g++ 3.0.  g++ 2.95 is not
  1431.     supported due to at least one nasty bug in its STL which prevents
  1432.     aptitude from compiling.  However, compiling with g++ 3.0 is enough
  1433.     to get a woody backport.
  1434.  
  1435. - Translation updates:
  1436.  
  1437.   * Further Italian updates from Danilo Piazzalunga.
  1438.  
  1439.   * Spanish translation updates from Ruben Porras.
  1440.  
  1441. [2/8/2004]
  1442. Version 0.2.13.9999.2 "Polar Eclipse"
  1443.  
  1444. - Bugfixes and new features:
  1445.  
  1446.   * Further enhancements to the new information display.  It now shows
  1447.     any packages that are broken "because of" the currently selected
  1448.     package.  In addition, the information is colorized (if the
  1449.     terminal supports it) to give a better idea of why dependencies
  1450.     are broken.
  1451.  
  1452.   * The information area will automatically switch to showing
  1453.     dependency information when a package breaks (press 'i' to switch
  1454.     back).
  1455.  
  1456.   * Fixed the changelog fetching code. (Debian bugs #103455, #208041)
  1457.  
  1458.   * aptitude no longer automatically holds packages in any
  1459.     circumstance; packages can be automatically kept back, but this
  1460.     doesn't persist the way hold does.  (Debian bug #149161)
  1461.  
  1462.   * Added support for a "show" action on the command-line.
  1463.  
  1464.   * Invalid patterns no longer crash the search function.
  1465.     (Debian bug #214245)
  1466.  
  1467.   * Downgrades are now written to the log.  (Debian bug #222583)
  1468.     Patch from Danilo Piazzalunga.
  1469.  
  1470.   * Scrollbars are now clickable.
  1471.  
  1472.   * Many minor changes not mentioned here; see ChangeLog for the gory
  1473.     details.
  1474.  
  1475. - Internal changes:
  1476.  
  1477.   * Removed the HAVE_LIBAPT_PKG3 macro: this was intended to support
  1478.     compiling against old apt versions, but those versions are now
  1479.     ancient, and the program doesn't compile against them anyway.
  1480.     Even if you wanted to, aptitude relies on having a newer version
  1481.     of g++, while older apt versions won't even compile on modern g++
  1482.     versiosn.
  1483.  
  1484. - Translation-related changes:
  1485.  
  1486.   * zh_CN translation of help.txt added (also from Carlos).
  1487.  
  1488.   * pt_BR translation updated (Andre Luis Lopes).
  1489.   
  1490.  
  1491. [2/3/2004]
  1492. Version 0.2.13.9999 "It goes ZIP when it moves!"
  1493.  
  1494. - Bugfixes and new features:
  1495.  
  1496.   * Don't abort loading the cache if apt generates warnings, such as
  1497.     the warning that a new source is available.  This means that
  1498.     aptitude doesn't behave pathologically when you add a new line to
  1499.     sources.list.  (Debian bug #143732)
  1500.  
  1501.   * Holding a package back or clearing a package's hold flag no longer
  1502.     affect the auto-install flag.  (Debian bug #159582)
  1503.  
  1504.   * Expanded the "reason" information that can be shown about
  1505.     packages, and hooked it into the visual interface (the preview
  1506.     display will show this information automatically)
  1507.  
  1508.   * In previews, include a list of packages which are not installed
  1509.     but are suggested by packages that are being installed.
  1510.  
  1511.   * Entering the Preferences dialog for the first time no longer
  1512.     causes Suggested packages to be automatically installed.
  1513.  
  1514.   * Fix the way that options set via the dialogs are saved.
  1515.     (Debian bug #216268)
  1516.  
  1517.   * Added a scrollbar for the package description.
  1518.  
  1519.   * Added padding between the labels of options and their settings (in the
  1520.   * preference dialogs)
  1521.  
  1522.   * Removed the idempotency option from the dialogs.
  1523.  
  1524.   * Removed ~e: it was broken, inelegant, and superceded by regexps.
  1525.     (Debian bug #196447)
  1526.  
  1527.   * Additional minor bugfixes and editorial changes.
  1528.  
  1529. - Build system and internal changes:
  1530.  
  1531.   * Now uses autoconf2.5.
  1532.  
  1533.   * Added a flexible system for formatting text (see fragment.cc).
  1534.     This system is now used to handle package descriptions, as well as
  1535.     a few other things.  This is a very promising addition to
  1536.     aptitude's UI toolkit, and will almost certainly be used for
  1537.     additional features in the future.  (for instance, it's about
  1538.     80-90% of the way to being able to display simple hypertext)
  1539.  
  1540. - Translation-related changes:
  1541.  
  1542.   * Missing i18n markings added to many strings.
  1543.     (Debian bug #230060)
  1544.  
  1545.   * Fixed the German translation of "limit" (Debian bug #214021)
  1546.  
  1547.   * Added a pt_BR translation, thanks to Gustavo Silva.
  1548.     (Debian bug #214116)
  1549.  
  1550.   * Added an Italian translation, thanks to Danilo Piazzalunga.
  1551.  
  1552.   * Updates to da.po from Morten Bo Johansen.
  1553.  
  1554.   * Added a Czech translation, thanks to Miroslav Kure.
  1555.  
  1556. [6/9/2003]
  1557. Version 0.2.13 "Pop goes the weasel"
  1558.  
  1559.   * Fixes a number of crashes due to mishandling of memory, spotted
  1560.     by Peter Lundkvist and Sami Liedes.
  1561.     (Debian bug #192073 and #109420)
  1562.  
  1563.   * Fix some crashes after updates, diagnosis by Peter Lundkvist.
  1564.     (Debian bug #109420)
  1565.  
  1566.   * No longer occasionally uses the first letter of the description as
  1567.     a flag character, diagnosis by Seneca Cunningham. (Debian bug #183462)
  1568.  
  1569.   * Translation updates to pt_BR by Andre Luis Lopes (Debian bug #195755)
  1570.  
  1571.   * Ported to libsigc++-1.2.  Hopefully everything should work fine,
  1572.     but I can't guarantee that no problems remain.
  1573.  
  1574.   * Added an option to disable -Werror, needed until Debian's ncurses
  1575.     implementation is fixed.
  1576.  
  1577. [2/10/2003]
  1578. Version 0.2.12 "O Ye of Little Faith!"
  1579.   * Compiles with g++-3.2.  (Debian bugs #166435, 177092, 177463, 178520, and
  1580.     maybe others)
  1581.  
  1582.   * Match strings can be POSIX regular expressions.  (note that
  1583.     regular expression metacharacters which also have a special
  1584.     meaning for aptitude, such as "(", ")", and "!", must be tilde-escaped)
  1585.     (Debian bug #142450)
  1586.  
  1587.   * You can now see how much each package's installed size changed by
  1588.     by specifying -Z on the command-line.  (only works for command-line
  1589.     upgrades so far)
  1590.  
  1591.   * You can search for text in the internal pagers.  (Debian bug #144085)
  1592.  
  1593.   * Fixes to formatting code (Debian bug #163749)
  1594.  
  1595.   * When searching for packages from the command-line, you can now
  1596.     specify the order in which to sort results.
  1597.  
  1598.   * If no version of any package could possibly fulfill a dependency,
  1599.     it is textually flagged as "UNAVAILABLE".  (Debian bug #157950)
  1600.  
  1601.   * The quick-help bar now indicates that "g" will also remove packages.
  1602.     (Debian bug #158966)
  1603.  
  1604.   * Disable saving/loading of packages' reinstall state, it's too annoying.
  1605.     (Debian bugs #167236, #121346)
  1606.  
  1607.   * Bold colors can be specified in the config file (although they will
  1608.     cause problems in some contexts).  (Debian bug #168287)
  1609.  
  1610.   * "Minor" fix to the package gc: when marking packages, follow
  1611.     pre-depends.  This fixes the bug which prevented installation of
  1612.     the new dpkg (this fix was previously introduced as a Debian revision,
  1613.     and closed bug #151701)
  1614.  
  1615.   * Startup should be faster in certain circumstances (eg: when many new
  1616.     packages are available, or many packages have changed state)
  1617.  
  1618.   * "aptitude install <task-name>" will install all packages in the task.
  1619.     (Debian bug #165624)
  1620.  
  1621.   * The resize bug in curses is fixed; re-enabled asynchronous resizing.
  1622.  
  1623.   * Equivalent to apt-get's "-t" command-line argument.
  1624.     (Debian bug #151583)  NOTE: this is untested, since I don't have a
  1625.     machine where it would have any interesting effect, but I'm setting the
  1626.     same APT option as apt-get, so it should work.  The effects on
  1627.     the interactive mode of the program are unknown at this time, use
  1628.     with caution!
  1629.  
  1630.   * Translation updates to:
  1631.    - da.po by Morten Bo Johansen <mojo@image.dk> (Debian bug #171903)
  1632.    - pt_BR.po by Andre Luis Lopes <andrelop@ig.com.br> (Debian bug #162512)
  1633.  
  1634.    In addition, changed the content-type of fr.po (Debian bug #156616)
  1635.  
  1636.   * The information in the log file about how much the size changed by
  1637.     should be much more legible now.  (Debian bug #154924)
  1638.  
  1639.   * Fixed an integer overflow when downloading really humongous packages.
  1640.     (Debian bug #171903)
  1641.  
  1642.   * Documented "M" and "m" in the online help (Debian bugs #160936, #154000)
  1643.  
  1644.   * Expunged all references to the "x" keybinding. (Debian bug #166571)
  1645.  
  1646.   * Several minor fixes of bugs, memory leaks, etc.
  1647.  
  1648. [4/21/2002]
  1649. Version 0.2.11.1 "Data updates are my friend"
  1650.   * This release has corrections to typos and other data issues; it does
  1651.     not change a single line of code.  This should be pushed into woody.
  1652.  
  1653.   * Merged updated Polish translations from Michal Politowski
  1654.    <mpol@charybda.icm.edu.pl>  (Debian bug #143051)
  1655.  
  1656.   * Merged updated Finnish translations from Jaakko Kangasharju <ashar@iki.fi>
  1657.  
  1658.   * Included information on the CVS tree (Debian bug #141371)
  1659.  
  1660.   * Fixed the dangling reference to SEARCHING in the manpage
  1661.   (Debian bug #142651)
  1662.  
  1663. [4/06/2002]
  1664. Version 0.2.11 "Look Ma, No Hands!"
  1665.            aka "Hello, JoeyH :)"
  1666.  
  1667.   * IMPORTANT: The "new" command style is now default.  The old one is
  1668.   available from the options menu, and users of previous versions may have
  1669.   it in ~/.aptitude/config.  The new style is fairly straightforward,
  1670.   and similar to dselect.  (eg: '+' tells the program to install the package
  1671.   at the most recent version, and/or cancels holds)
  1672.     With any luck, this will squeeze into woody; I don't need a whole new
  1673.   generation of users used to the old imprecise system before I change it.
  1674.  
  1675.   * '+' on an installed package no longer reinstalls it.  A separate
  1676.   keybinding for reinstalling packages is now available, defaulting to 'L'.
  1677.   (Debian bug #183122)
  1678.  
  1679.   * The prompt in command-line mode now allows you to enter the full UI,
  1680.   or to modify the set of installed/removed/purged packages.
  1681.   (Debian bug #136916)
  1682.  
  1683.   * The preview in command-line mode can be more informative: it can display
  1684.   version numbers and dependency information.  (-V and -D)
  1685.  
  1686.   * Added a -P option; passing it causes aptitude to always prompt for
  1687.   confirmation.
  1688.  
  1689.   * Verbosity levels are now available.  Right now this only affects
  1690.   simulation (with verbosity=0, the long list of "Inst foo/Conf foo/etc"
  1691.   is suppressed)
  1692.  
  1693.   * Many command-line options can now be given in the configuration file.
  1694.   (eg, Aptitude::CmdLine::Show-Versions for -V)
  1695.  
  1696.   * The command-line mode now supports an "unhold" command.
  1697.   (Debian bug #137770)
  1698.  
  1699.   * Tasks and sections now have "descriptions" which appear in the
  1700.   `package description area'.  (Debian bug #136684)
  1701.  
  1702.   * Added a %H display escape, which expands to the hostname of the
  1703.   computer aptitude is running on.  (Debian bug #137754)
  1704.  
  1705.   * In command-line mode, the prompt is suppressed on upgrades when nothing
  1706.   is to be done. (Debian bug #137302)
  1707.  
  1708.   * Reinstalled packages are displayed in the preview screens again.
  1709.   (Debian bug #138120)
  1710.  
  1711.   * Rewrote the description widget's formatting code to be reasonably
  1712.   legible; this had the side effect of fixing an otherwise tricky bug.
  1713.   (Debian bug #137783)
  1714.  
  1715.   * Fixed a bug which made the Tasks tree virtually useless by hiding
  1716.   many packages. (Debian bug #136684)
  1717.  
  1718.   * If the user aborts an update, reload the cache.  (Debian bug #138070)
  1719.  
  1720.   * autoclean now defaults to false, the "safe" option.  (Debian bug #138685)
  1721.  
  1722.   * Fixed a nasty segfault involving running off the end of the list.
  1723.   (Debian bug #136967)
  1724.  
  1725.   * Fixed an infinite loop if the user tried to scroll the description while
  1726.   it was hidden. (Debian bug #140361)
  1727.  
  1728.   * The "install" command-line action doesn't interpret trailing plus
  1729.   characters (or hyphens, underscores, or equal signs) in a package name
  1730.   as explicit install requests if a package by that name already exists.
  1731.     In short: "aptitude install g++" actually works.  (Debian bug #140933)
  1732.  
  1733.   * Focus handling: you can no longer focus an empty description widget, and
  1734.   the highlight bar in the package tree is hidden when the tree loses focus.
  1735.   (Debian bug #136550)
  1736.  
  1737.   * "aptitude --help" now documents the "download" command.
  1738.   (Debian bug #138150)
  1739.  
  1740.   * The status messages on startup are now suppressed in the "aptitude search"
  1741.   command. (Debian bug #136873)
  1742.  
  1743.   * When the download is stalled, "stalled" is now displayed in the progress
  1744.   bar.  (Debian bug #136520)
  1745.  
  1746.   * The command-line mode deals sanely with window resizes.
  1747.   (Debian bug #137945)
  1748.  
  1749.   * For obsolete and local packages, an "available" version is not displayed.
  1750.   (Debian bug #120872)
  1751.  
  1752.   * Added a description for the "alien" section (Debian bug #136684)
  1753.  
  1754.   * aptitude now recognizes "--version" (Debian bug #141296)
  1755.  
  1756.   * German translation updated, courtesy of Erich Schubert <erich@debian.org>
  1757.  
  1758.   * Thanks go to joeyh (and others) for sending in a slew of bug reports
  1759.   and suggestions.
  1760.  
  1761. [3/02/2002]
  1762. Version 0.2.10 "World Domination Or Bust"
  1763.   * aptitude now has support for batch/command-line mode, similar to apt-get.
  1764.     This isn't going to make everyone happy just yet, but it should cover
  1765.   most common cases.  Upgrades via this approach get all the usual benefits
  1766.   of aptitude (tracking unused packages, recommends, etc).   There are
  1767.   various other features; see aptitude(1).
  1768.  
  1769.   * If a package matches the "never remove these packages" expression,
  1770.   not only will it not be removed automatically, but its dependencies
  1771.   are also protected.
  1772.  
  1773.   * Documented the "p" state of packages.  (Debian bug #135112)
  1774.  
  1775.   * Matchers now exist for upgradable and new packages.  The new meaning
  1776.   of the ~r matcher (things which would be removed due to being unused)
  1777.   has been assigned to the new ~g matcher; the old ~r meaning has been
  1778.   reinstated.  (Debian bug #135571)
  1779.  
  1780.   * If Suggested packages are being installed by default, no packages
  1781.   will be removed automatically if something else Suggests them.  There
  1782.   are still a few odd cases here, but this is probably about as
  1783.   good as I can do for now.  (Debian bug #135956)
  1784.  
  1785.   * There is now a menu item to mark all upgradable and not manually held
  1786.   packages for upgrade.
  1787.  
  1788.   * Packages being downgraded are now split into their own section in the
  1789.   preview.
  1790.  
  1791.   * Logging is now on by default; /var/log/aptitude is used.
  1792.  
  1793.   * When Auto-Upgrade is off, packages which are not manually held are
  1794.   not displayed with "h" in the action field.
  1795.  
  1796.   * Updated Finnish translations from Jaakko Kangasharju <ashar@iki.fi>
  1797.  
  1798.   * Fixed a display problem in the download screen; the amount of time
  1799.   displayed in the summary always had an extra "s" appended to it.
  1800.   (Debian bug #135567)
  1801.  
  1802.   * Removed the INSTALLATION section from the manual; however, it
  1803.   was replaced by command line options.  I'm not sure how joeyh
  1804.   will feel about this fix.  (Debian bug #136478)
  1805.  
  1806. [2/17/2002]
  1807. Version 0.2.9.4 "Black Holes Are Where God Divided By Zero"
  1808.   * When calculating the time remaining in a download, aptitude
  1809.   was dividing by CurrentCPS.  Unfortunately, CurrentCPS is often
  1810.   zero!  On some platforms this works anyway, but it crashes on others
  1811.   (eg, alpha)
  1812.  
  1813.    The code now tests whether CurrentCPS is zero when generating the
  1814.   progress bar. (Debian bug #122064)
  1815.  
  1816.   * Forget-new-on-update actually works. (Debian bug #134226)
  1817.  
  1818. [2/10/2002]
  1819. Version 0.2.9.3 "Curse you, gcc steering committe!"
  1820.   * g++-3 #defines _GNU_SOURCE by default, causing compilation to
  1821.   die in because it's already defined.  All #define _GNU_SOURCE
  1822.   directives are now protected.  (Debian bug #133250)
  1823.  
  1824.   * Actually include the Polish translation of the manpage, and update
  1825.   pl.po slightly.
  1826.   (Debian bug #114396)
  1827.  
  1828. [2/09/2002]
  1829. Version 0.2.9.2 "Odds 'n Ends"
  1830.   * This release is because I accidentally left some uncommitted cruft on
  1831.   a computer I wasn't planning to use for a while.  I rediscovered it,
  1832.   equally accidentally, and am now releasing it officially.
  1833.  
  1834.   * Added %M to the default column display.
  1835.  
  1836.   * Tweaked the preview screen so that packages which are being automatically
  1837.   upgraded do not appear as being "Automatically Installed" (maybe not the best
  1838.   way of doing things?)
  1839.  
  1840.   * Really fixed the su-to-root stuff.
  1841.  
  1842.   * ~ahold now really does the Right Thing (same for some related stuff)
  1843.   (Debian bug #126800)
  1844.  
  1845. [2/09/2002]
  1846. Version 0.2.9.1 "Silence of the LANs"
  1847.   * Argh.  I left a bug in 0.2.9; marking a package as auto-installed screwed
  1848.   up undo.  Fixed now.
  1849.  
  1850. [2/09/2002]
  1851. Version 0.2.9 "Please Sir, Can I Have Some More?" aka
  1852.               "When Changelog Entries Attack" aka
  1853.               "Slower Than Cold Molasses"
  1854.   * This one took so long to get out and has so many bugfixes that it
  1855.    gets three release names.  Aren't you happy? :)
  1856.  
  1857.   * aptitude now has functionality similar to debfoster/deborphan.
  1858.   It tracks whether a package was automatically installed and
  1859.   automatically marks automatically installed, but not-depended-upon,
  1860.   packages for removal.  You can of course adjust this behavior; see
  1861.   the "TRACKING UNUSED PACKAGES" section of the manual.
  1862.     (Debian bugs #122726, #102205, #114464)
  1863.  
  1864.   * Added logic for idempotent package commands, and an option to enable
  1865.   them.  I feel that these commands are actually much more logical than
  1866.   the old-style aptitude commands.
  1867.  
  1868.   * Packages which are held, but broken, are now visually flagged as being
  1869.   broken.  (Debian bug #120785)
  1870.  
  1871.   * The log messages now include date/time.  (Debian bug #120874)
  1872.  
  1873.   * Re-ordered the preview screen's grouping.  I would like feedback
  1874.   on this.  (Debian bug #128542)
  1875.  
  1876.   * Rewrote several sections of the documentation, partly based on user
  1877.   input.  (Debian bug #126492)
  1878.  
  1879.   * Mark all upgradable packages for upgrade before resolving any
  1880.   dependencies.  This handles a situation involving ORed version-specific
  1881.   dependencies.  (Debian bug #108379)
  1882.  
  1883.   * Changed the symbols for collapsed/opened trees to something not
  1884.   using +/-, which seem to be ambiguous.  (Debian bugs #120890, 102033)
  1885.  
  1886.   * When editing a string, the cursor now starts at the beginning of the
  1887.   line.  (Debian bug #120890)
  1888.  
  1889.   * When reconfiguring packages, gracefully handle the case where
  1890.   /usr/sbin/su-to-root does not exist.  (Debian bug #130423)
  1891.  
  1892.   * Really made translated header widths work (and I tested it this time! :) )
  1893.   (Debian bug #114401)
  1894.  
  1895.   * Corrected a misspelling in the options dialog (Debian bug #120887)
  1896.  
  1897.   * Updates to da.po from Morten Brix Pederson <morten@wtf.dk>
  1898.  
  1899.   * The information bar at the top of the screen is now translatable.
  1900.   Patch from Morten Brix Pederson.
  1901.  
  1902.   * Fixed a misspelling in de.po.  (Debian bug #123644)
  1903.  
  1904.   * Fixed a minor display bug when a package category was longer than the
  1905.   width of the screen and the last item in the display.  (Debian bug #123652)
  1906.  
  1907. [12/09/2001]
  1908. Version 0.2.8.1 "Sigh"
  1909.   * Incremental search now returns the display to the starting location on
  1910.   the empty string and invalid patterns.
  1911.  
  1912.   * There is now a matcher for packages which are not depended on in various
  1913.   ways.  (Debian bug #122726)
  1914.  
  1915.   * The pause after a download is now optional (Debian bug #120873)
  1916.  
  1917.   * package data moved to /var/lib by default.  (Debian bug #122334)
  1918.  
  1919.   * Aptitude should not crash on alpha any more, at least, not the way
  1920.   it used to.
  1921.  
  1922.   * Description of the "comm" section changed to explicitly include
  1923.   non-faxmodems. (Debian bug #121951)
  1924.  
  1925.   * "j" and "k" were reversed in the help text.  They are now correct.
  1926.   (Debian bug #122061)
  1927.  
  1928.   * Danish translation from Morten Brix Pedersen <morten@wtf.dk>
  1929.  
  1930.   * es_ES.po has been renamed to es.po.  Someone who knows more about
  1931.   Spanish than me (Jordi Malloch) told me this was a better name for it.
  1932.  
  1933.   * pt_BR.po updated from patch supplied by
  1934.   Andre Luis Lopes <andrelop@ig.com.br>  (Debian bug #122251)
  1935.  
  1936. [11/22/2001]
  1937. Version 0.2.8 "I Like Bunnies"
  1938.   * Better documentation for the behavior of "/" when no special search
  1939.   terms are used.  (Debian bug #120592)
  1940.  
  1941.   * Fixes some segfaults accidentally introduced with the incsearch code.
  1942.  
  1943.   * Incremental search is now an option (defaulting to ON)
  1944.  
  1945.   * Added special matchers which match packages depending on another
  1946.   package.  These matchers take another matcher as an argument, so
  1947.   you can specify conditions such as "packages depending on packages
  1948.   maintained by me"
  1949.  
  1950. [11/21/2001]
  1951. Version 0.2.7.999 "This release will self-destruct in 10 seconds"
  1952.   * This release is a prerelease to 0.2.8, to test the new incsearch code.
  1953.  
  1954.   * Incremental search implemented, finally.
  1955.  
  1956.   * Don't crash if tasksel is missing.  (Debian bug #120578)
  1957.  
  1958.   * Make sure to use the correct translated column widths all the time.
  1959.     (Debian bug #114401)
  1960.  
  1961.   * Minor memory leak in search code fixed (it would leak a few bytes
  1962.   every time you entered a new search term)
  1963.  
  1964. [11/20/2001]
  1965. Version 0.2.7.3 "Boy I'm glad I'm not a turkey"
  1966.   * Categories updated to take into account many new packages in the
  1967.   archive.
  1968.  
  1969.   * New pl translation finally merged.  (Debian bug #114396)
  1970.  
  1971.   * Fixed reference to ~a/~A in README (Debian bug #116695)
  1972.  
  1973. [11/20/2001]
  1974. Version 0.2.7.2 "Ludicrous Speed"
  1975.   * Rewrote the task loader based on input from Jason Gunthorpe.
  1976.     The new version should be significantly faster, especially on
  1977.   low-end systems.  (Debian bug #116750)
  1978.  
  1979.   * Fixed an annoying visual bug involving the page-up key.
  1980.  
  1981.   * Added a menu item to reload the cache on demand (useful for debugging)
  1982.     This is a compile-time option and defaults to being disabled.
  1983.  
  1984.   * The "f" key in Minesweeper mode is now documented in the online help.
  1985.     (Debian bug #120251)
  1986.  
  1987. [10/01/2001]
  1988. Version 0.2.7.1 "Millenium Hand and Shrimp"
  1989.   * Made it compile again using g++-3.
  1990.  
  1991. [10/01/2001]
  1992. Version 0.2.7 "All the zeros and ones"
  1993.   * Version number bumped, just because this is not merely a trivial bugfix,
  1994.   and the version numbers were getting silly.
  1995.  
  1996.   * Added support for the Task header.  (Debian bug #113657)
  1997.     I'm not sure what will happen if you have task- packages as well as
  1998.     Task headers.  Probably something weird.
  1999.  
  2000. [9/22/2001]
  2001. Version 0.2.6.5 "Twisting arms"
  2002.   * Work around a g++ bug on arm by reversing the order of some #includes.
  2003.  
  2004.   * Reverting options no longer sets options which had been set by the user's
  2005.   personal configuration to a blank string.
  2006.  
  2007. [9/15/2001]
  2008. Version 0.2.6.4 "If at first you don't succeed"
  2009.   * Loading keybindings works again.  In addition, it works correctly
  2010.   in the presence of themes.  (the keybindings defined in the theme can
  2011.   be individually overridden by the user)  Fixes Debian bug #112307
  2012.  
  2013.   * The list of available keybindings in README has been corrected.
  2014.  
  2015. [9/14/2001]
  2016. Version 0.2.6.3 "More bug-skooshing"
  2017.   * When compiled without optimization, aptitude no longer crashes whenever
  2018.   a package is unhighlighted.  (I shudder to think why the optimized build
  2019.   wasn't crashing)
  2020.  
  2021.   * move_forward_level no longer ever "falls off the edge of the world".
  2022.   This fixes the segfault reported in #112267.
  2023.  
  2024. [9/13/2001]
  2025. Version 0.2.6.2 "Bug-skooshing"
  2026.   * The program no longer crashes when the hierarchy editor is used.
  2027.   All known something-completely-doesn't-work type bugs are now fixed.
  2028.  
  2029.   * Updated the package categorizations.
  2030.  
  2031. [9/13/2001]
  2032. Version 0.2.6.1 "Darkness over Manhatten"
  2033.   * Fixes a horrible bug in 0.2.6 which prevented downloads from working.
  2034.   (Debian bug #111950)
  2035.  
  2036.   * The translations should be back in the package again.  (d'oh!)
  2037.   (Debian bug #111904)
  2038.  
  2039.   * The default display is back to its usual configuration (oops)
  2040.  
  2041.   * An option now appears in the "UI Options" dialog for the default grouping.
  2042.  
  2043.   * The scrolling behavior of the line-editor should be more friendly.
  2044.   (it'll scroll by single characters to a greater extent)
  2045.  
  2046. [9/8/2001]
  2047. Version 0.2.6 "It's against my programming to impersonate a deity"
  2048.   * IMPORTANT NOTE: this version will not compile on potato.  If anyone
  2049.   cares about this, I can patch the code to not compile themes on
  2050.   potato.  (the problem is that a feature I use to load themes isn't
  2051.   available in potato's libapt)  Alternatively, some brave soul could
  2052.   patch aptitude to load themes using potato's libapt...
  2053.  
  2054.   * Released despite the fact that 0.2.5.3 is not yet in testing.  From
  2055.   my glances at the testing bot's output, the problem is that the deity
  2056.   people are being lazy and not fixing RC bugs, which (since aptitude depends
  2057.   on a version of apt not in testing) is preventing the new apt from going
  2058.   into testing (which would break deity in testing).  And aptitude can't go
  2059.   into testing without the new apt.  Blah.
  2060.     By the time deity-devel fixes their bugs and gets recompiles for all archs
  2061.   and so on, this will be ready for testing.  I would have uploaded it a
  2062.   long time ago, had I realized what would happen.
  2063.  
  2064.   * This version adds support for externally defined package hierarchies,
  2065.   one of the major original goals of aptitude.
  2066.     As usual, this turned out to integrate less well into the program than
  2067.   I had hoped.  Fixing this will probably require another tree-class rewrite,
  2068.   and I think I'll aim at fixing it in 0.4.x.  Anyway, though, the basic
  2069.   stuff is there.  A lot of the work, actually, was in a massive and concerted
  2070.   attempt to make a first-cut hierarchy of all the packages in sid.  This
  2071.   was successful, in the limited sense that such a hierarchy now exists (and
  2072.   is distributed with the program)  However, it has many problems and
  2073.   even some inconsistencies.  Further work on that front is needed.
  2074.  
  2075.     The hierarchy stuff is documented in README.hier.  If you are an APT
  2076.   frontend author, please be aware that it is trivial to implement, and a
  2077.   (slow) generic implementation is available in src/generic/pkg_hier.{cc,h}.
  2078.   (this is currently the implementation used by aptitude itself)
  2079.     In other words: I want to encourage people to use this mechanism.
  2080.  
  2081.     If you are interested in helping improve the categorizations, I suggest
  2082.   using the internal category editor (press "E" while viewing packages)  The
  2083.   Vertical-Split layout is particularly useful for this.
  2084.  
  2085.     Efficiency is somewhat of a concern with this code; however, if you do
  2086.   not use it, it is my hope that it will never affect your use of the program.
  2087.  
  2088.   * In addition, there is slightly hacky support for a "flat package browser".
  2089.   This goes hand-in-hand with the above change, as I found that complex
  2090.   hierarchies were actually harder (for my little mind :) ) to navigate using
  2091.   aptitude's traditional tree-based approach.  Do "New Categorical Browser"
  2092.   from the "Views" menu to try this out.
  2093.  
  2094.   * The screen layout may now be configured by the user.  This is
  2095.   currently only available by editing configuration files, and is
  2096.   undocumented (because it's complicated, and I may change the format
  2097.   for a few revisions while I'm trying to figure out the best way
  2098.   of doing things)  See $prefix/share/aptitude/aptitude-defaults for
  2099.   some examples.
  2100.  
  2101.   * "Theming support" is available.  A "theme" is basically a collection
  2102.   of settings that makes aptitude behave and look differently.  The only
  2103.   themes available are "Vertical-Split" (highly recommended by me for wide
  2104.   consoles or xterms, especially if you're editing package hierarchies), and
  2105.   "Dselect" (not particularly useful even if you are a dselect junkie)
  2106.  
  2107.   * Aptitude::UI::Default-Grouping is now documented, and will not be
  2108.   used to set the grouping of a preview screen (bug #110704)
  2109.  
  2110.   * Aptitude::UI::Package-Header-Format is now documented.
  2111.  
  2112.   * Colors can be defined as being bold.  This cleans out a lot of evil
  2113.   cruft.
  2114.  
  2115.   * A 'short priority' column is now available (added to support a
  2116.   dselect theme)
  2117.  
  2118.   * autoclean-on-update works again.  (bug #108565)
  2119.  
  2120.   * ~ahold works again.  (bug #111466)
  2121.  
  2122.   * Several bugs in the table layout code were fixed; it should behave much
  2123.   more sanely now.
  2124.  
  2125.   * If aptitude (God forbid!) crashes or is killed with a catchable signal,
  2126.   it will now properly shut the display down instead of leaving it in a
  2127.   screwy state.
  2128.  
  2129.   * Fixed building on ia64 (old nasty debug code was breaking it)
  2130.  
  2131.   * Deleted the note in the README about "Save Options"
  2132.  
  2133.   * The configuration is now saved to config.new and moved to config using
  2134.   rename(2).  This should guard better against problems with the save process.
  2135.  
  2136.   * Subtree names in small windows are no longer clipped to one character
  2137.   too short.
  2138.  
  2139.   * Updated my mailing address in README and AUTHORS to @debian.org.
  2140.  
  2141. [8/6/2001]
  2142. Version 0.2.5.3 "I hate build errors"
  2143.   * getopt_long returns an int, not a char.  This caused signedness problems
  2144.   on powerpc.
  2145.   * time() and difftime() are in time.h.  This caused compile problems
  2146.   on the Hurd; it seems they were accidentally implicitly included on other
  2147.   platforms.
  2148.   * "make dist" no longer generates the ChangeLog automatically from RCS
  2149.   entries.  This means that I'll have to maintain it manually, but that
  2150.   REALLY beats having to download the full log for every file over a phone
  2151.   line every time I release a new version.
  2152.  
  2153. [7/27/2001]
  2154. Version 0.2.5.2 "Dashing away with a smoothing iron"
  2155.   * Fix an endianess problem that caused crashes on Alpha (among others)
  2156.   (Debian bug #106588)
  2157.  
  2158. [7/24/2001]
  2159. Version 0.2.5.1 "Hand me the brown paper bag, nurse!"
  2160.   * Using a widget with a history list no longer segfaults the program.
  2161.   Lesson of the day: never assume that a change is benign even if it couldn't
  2162.   possibly cause any problems!  (Debian bug #106378)
  2163.  
  2164. [7/23/2001]
  2165. Version 0.2.5 "Drop the text editor and back away slowly"
  2166.   * Multi-CD installs now work.  (Debian bug #104236)
  2167.  
  2168.   * Mouse support added.  Doesn't do much now, but the menus and buttons will
  2169.   work with it, and you can double-click packages to see information on them.
  2170.  
  2171.   * The download list can be scrolled left and right using the left and right
  2172.   arrow keys.
  2173.  
  2174.   * Line-editors can now have a history list.  (used when entering search and
  2175.   limit terms, grouping mechanisms, and sorting policies)
  2176.  
  2177.   * The prompt to enter a search term now defaults to an empty string; press
  2178.   up or Control-P to recall the previous term.
  2179.  
  2180.   * The 'set group' command now displays the current group as a default
  2181.   entry.  (Debian bug #103962)
  2182.  
  2183.   * The Minesweeper help screen should really work this time.
  2184.  
  2185.   * The Install/Remove menu item does the same thing as pressing 'g' when
  2186.   a preview is selected.
  2187.  
  2188.   * Added a line at the top of the screen listing some important keybindings,
  2189.   and removed the welcome dialog.  The welcome dialog was annoying, and
  2190.   extensive user testing (consisting of me watching over my sister's shoulder
  2191.   for about 5 minutes) revealed that people don't bother to read the
  2192.   keybinding information in it anyway.  (Debian bug #104483)
  2193.  
  2194.   * The primary Undo keybinding (ie, the one displayed in the menu) is now
  2195.   C-u, not C-_.
  2196.  
  2197. [7/19/2001]
  2198. Version 0.2.4 "C++ standard?  What C++ standard?"
  2199.   * aptitude compiles with g++-3.0.  (Debian bug #104723)
  2200.   * help-fi.txt is now in CVS (it was in the distribution tar.gz, but never
  2201.   got added to CVS.  Go figure)
  2202.  
  2203. [7/11/2001]
  2204. Version 0.2.3 "Curse you, Peter Pan!"
  2205.   * Finally, a new version..unfortunately, aptitude 0.2.2 needs two more days
  2206.   to get into testing, and I'm going to be gone in a few days.  I want to
  2207.   upload this version significantly before the freeze, since it fixes some
  2208.   bugs and could also add some that'll have to be squashed.  So I'm going to
  2209.   say farewell to my dreams of 0.2.2 in testing, and upload this.  Maybe I
  2210.   should increase the urgency, I really don't want the version in testing
  2211.   to be released with woody.
  2212.  
  2213.   * This version of aptitude should compile on Progeny Linux and on potato.
  2214.  
  2215.   * aptitude can now attempt to automatically su to the root user when
  2216.   running as a non-root user.  Treat this with some care, as it's a fairly
  2217.   complex and new feature -- ie, there are probably bugs and unexpected
  2218.   behavior lurking in it.
  2219.  
  2220.     However, this should provide an escape route in "OMG, I just spent an hour
  2221.   picking programs to install and forgot I wasn't root!" situations.
  2222.  
  2223.   * aptitude now supports some command-line options, see "man aptitude" for
  2224.   details.
  2225.  
  2226.   * "status bar" downloads aren't any more; "split-screen" is more
  2227.   accurate.  They display the currently active items and leave out the
  2228.   history of past downloads.
  2229.  
  2230.   * With any luck, the media-change message should now fit on one line.
  2231.   This still doesn't handle the case where the CD name is longer than the
  2232.   screen width, but I hope it'll do for now.
  2233.  
  2234.   * Pressing "q" while a 'status bar' download is in progress now stops it.
  2235.  
  2236.   * If the package list is resized so that the selection would be off the
  2237.   screen, the selection will now be preserved. (Debian bug #103963)
  2238.  
  2239.   * A package description with a word which is longer than the screen width
  2240.   will no longer crash aptitude.  (Debian bug #103691)
  2241.  
  2242.   * Broken dependencies now have a visual marking other than color.
  2243.   (Debian bug #79047)
  2244.  
  2245.   * If the menubar autohides and the user opted to be able to close all
  2246.   screens without exiting the program, force the menu to be visible
  2247.   anyway if no screens are active. (Debian bug #102918)
  2248.  
  2249.   * Fixed bugs that prevented the "utils" and "hamradio" sections from having
  2250.   descriptions displayed.
  2251.  
  2252.   * If you try to start aptitude as root while the apt cache is locked, it
  2253.   will open the cache read-only. (previously it just refused to run at all)
  2254.  
  2255.   * A limit type based on the action to be taken with a package
  2256.   (install/upgrade/remove/purge/reinstall/hold) is now available.
  2257.   (Ted Tso's suggestion, no bug #)
  2258.  
  2259.   * The 'action' keys can now advance the cursor to the next item at the
  2260.   current level.  They won't advance into subtrees or out of the current
  2261.   subtree; this is because it's nontrivial for me to move to the "next"
  2262.   subtree due to the design, and moving out of a subtree violates the
  2263.   Principle of Least Surprise (not to mention probably causing you to delete
  2264.   half your packages)  (Debian bug #104209)
  2265.  
  2266.   * Pressing '?' while playing Minesweeper will actually show a help screen
  2267.   now.
  2268.  
  2269.   * You can now run dpkg-reconfigure from within aptitude (it's a silly
  2270.   feature, but it's also about 10 lines of code..)
  2271.  
  2272.   * When aptitude starts for the first time, it will *not* mark every
  2273.   package as new.
  2274.  
  2275. [6/29/2001]
  2276. Version 0.2.2 "Finlandia"
  2277.   * The Finnish translations have been updated to work with 0.2.0.  This is
  2278.   the major change in this release.
  2279.  
  2280.   * Default widths can now be set by the translator, albiet in a slightly
  2281.   hacky way.  (you can translate a string of numbers to set them.  See
  2282.   pkg_columnizer.cc for a short description)
  2283.  
  2284.   * A short description of each section is now displayed next to the section
  2285.   itself.  This clutters things up a bit and may be modified or removed in
  2286.   a future release.
  2287.  
  2288. [6/28/2001]
  2289. Version 0.2.1 "Another Fine Mess"
  2290.   * Options are now automatically saved when you hit "OK".  Let's hope I was
  2291.   overly paranoid earlier about the possible consequences of this..
  2292.  
  2293.   * Installing from CD-ROMs works.  Amazingly, this worked perfectly in every
  2294.   release through 0.1.9 -- 0.2.0 broke it when I changed the semantics of
  2295.   popup_widget(), and I couldn't test it until I finally found a CD..
  2296.  
  2297.   * Minesweeper's dialog boxes (new game, etc) work.  (although pressing
  2298.   Enter while Cancel is selected does the Wrong Thing..)
  2299.  
  2300.   * The original behavior of the tree widgets has been restored: they only
  2301.   scroll one line at a time.  Personally, I find this to be much better; I
  2302.   hope you do too.
  2303.  
  2304.   * Really fixed the signedness issues with addch() this time.  (I hope..)
  2305.  
  2306.   * The ancient bug that caused the root of the tree to be hidden when you
  2307.   pressed End has been found and terminated (with extreme prejudice)
  2308.  
  2309. [6/25/2001]
  2310. Version 0.2.0 "Damn The Torpedoes, Full Speed Ahead!"
  2311.   * Ok, it took a bit longer than I expected.  Sue me.
  2312.  
  2313.   This is the first version in the 0.2.0 "stable" series, where "stable"
  2314. means "working reasonably well".  User-visible changes from 0.0.x include:
  2315.  
  2316.   * The UI has been completely rewritten.  Several changes below
  2317.   follow from this, but in general it allowed the interface to become
  2318.   more flexible and dynamic.
  2319.  
  2320.   * aptitude now supports a split-screen display.  It isn't visible by
  2321.   default in all screens; press 'D' to show or hide it.
  2322.  
  2323.   * There is a global menubar.
  2324.  
  2325.   * The currently active views are arranged less like a stack: you can
  2326.   cycle between them or jump to a particular one.
  2327.  
  2328.   * 'x' no longer has any function.  You cannot say "revert all
  2329.   changes I made in this display", because with a non-stack display
  2330.   model, "all changes I made in this display" doesn't make sense.
  2331.  
  2332.   * You can read this document from within the program.
  2333.  
  2334.   * The program options can be modified from within the program.
  2335.  
  2336.   * You can configure the way in which packages are grouped and
  2337.   sorted.
  2338.  
  2339.   * You can play Minesweeper from within the program.
  2340.  
  2341.   * The download display has been entirely rewritten.  ie, it works
  2342.   now and isn't so much of a hack.
  2343.  
  2344.   * When a package is marked for installation, aptitude can now
  2345.   install the packages it recommends and/or suggests as well.
  2346.  
  2347.   * aptitude can now perform clean and autoclean operations.
  2348.  
  2349.   * much, much more.  (well, maybe not.  Do I look like I know?)
  2350.  
  2351. Changes from version 0.1.9:
  2352.  
  2353.   * Aptitude::UI::Prompt-On-Exit works again.
  2354.  
  2355.   * The extended description area can be hidden by default.
  2356.  
  2357.   * Autoclean actually works, rather than just saying that it works.
  2358.  
  2359.   * The menubar now automatically pops up the first menu, rather than
  2360.   doing this "select the menu name" thing.
  2361.  
  2362.   * It should now be possible to view the NEWS file from the Help
  2363.   menu.
  2364.  
  2365.   * Removed the Test Error.
  2366.  
  2367.   * Added src/vscreen/README.layout to the files which are included in
  2368.   the distribution.
  2369.  
  2370.   * You now get the extended description area, status line, and so on
  2371.   in all screens, even if you access them via a version item (oops)
  2372.  
  2373.   * The extended description no longer allows you to scroll off the bottom.
  2374.  
  2375.   * Fixed sorting, in an only slightly ugly way.  (the configurable
  2376.   sorting was only being applied to the first level of hierarchy)
  2377.  
  2378.   * Eight-bit characters should work again in vs_pager, I hope.
  2379.  
  2380.   * vscreen/ compiles with g++-3.0.
  2381.     The convention I'm now using for STL classes is this: header files
  2382.   should explicitly use "std::" to access them; .cc files should
  2383.   declare "using std" (AFTER all #includes!)
  2384.  
  2385.   * Several strings were still hard to translate because they were
  2386.   used in concatenation to produce a result.
  2387.  
  2388.   * Menu tweaks: the "o" in "Remove obsolete packages" is now
  2389.   highlighted.
  2390.  
  2391.   * Fixed some random deadlocks by using recursive mutexes.
  2392.  
  2393.   * Documentation updated, although not as much as I wanted to.
  2394.  
  2395. Pre-0.2.0 versions:
  2396. ===============================================================================
  2397. [6/18/2001]
  2398. Version 0.1.9 "Speak Now Or Forever Hold Your Peace."
  2399.   * If there are no serious bug reports about this, APTITUDE 0.2 WILL
  2400.   BE UPLOADED TO UNSTABLE IN THE NEAR FUTURE!  Therefore, if you know of
  2401.   a problem that should prevent this from being released into the wild,
  2402.   PLEASE TELL ME!  Thank you.
  2403.  
  2404.   * There is now a header which displays various useful information.
  2405.  
  2406.   * The views all display a header, description area, and status line.
  2407.   (previously only the main package list displayed them)
  2408.  
  2409.   * The status line now does something slightly more sensible when no package
  2410.   is selected.  Suggestions for further refinement welcome
  2411.  
  2412.   * Changing the status layout configuration now has an immediate effect.
  2413.  
  2414.   * You can now have a separate limit for preview screens
  2415.   (Aptitude::UI::Preview-Limit)
  2416.  
  2417.   * Various informational messages are displayed in the status line now if
  2418.   the "minibuffer interaction" option is set.
  2419.  
  2420.   * Package matchers for Origin and Archive are now available.
  2421.  
  2422.   * There is now an option ("Aptitude::UI::Welcome-Dialog") controlling
  2423.   whether the potentially annoying welcome dialog is displayed on startup.
  2424.  
  2425.   * Various potential crashes fixed, I hope.
  2426.  
  2427. [6/15/2001]
  2428. Version 0.1.8 "Making a List and Checking It Twice"
  2429.   * Viewing dependencies no longer causes Aptitude to enter an infinite loop
  2430.  
  2431.   * Added consistency checking: you can no longer perform an installation
  2432.   run if there are broken packages (the problem-resolver will run and you
  2433.   will be sent back to the preview screen)
  2434.  
  2435.   * Aptitude can now install Recommends and Suggests when a package is
  2436.   selected for installation.  (note, however, that libapt is a little screwy
  2437.   and seems to behave incorrectly if there is an OR in the Recommends: or
  2438.   Suggests: line.  I'll work up a proper bug report when I have a chance)
  2439.  
  2440.     This only works if Auto-Install is on.  Therefore:
  2441.  
  2442.   * Auto-Install IS NOW ON BY DEFAULT!  I think this should be fine, but people
  2443.   should be aware of this.
  2444.  
  2445.   * Aptitude can now perform the "autoclean" operation of apt-get.  It can
  2446.   also perform the "autoclean" operation automatically whenever packages are
  2447.   updated.  Addresses Debian bug #97653.
  2448.  
  2449.   THIS IS ON BY DEFAULT!
  2450.   If you think having it be on by default is bad, PLEASE LET ME KNOW!
  2451.   If you think having it be on by default is good, PLEASE LET ME KNOW!
  2452.  
  2453.   I have mixed feelings about this, because while naive users who just take
  2454.   the defaults will probably benefit from this, I feel that it violates the
  2455.   "principle of least surprise".
  2456.  
  2457.   * Reinstalled packages are no longer listed as broken in the preview screen.
  2458.  
  2459.   * Reinstalled packages and versions of reinstalled packages are colorized
  2460.   correctly.
  2461.  
  2462.   * Aptitude::Log is now documented.
  2463.  
  2464.   * Action logs are now sorted by type and package name.  In other words: it
  2465.   should now be possible to make sense of them.
  2466.  
  2467.   * Essential packages can be selected using a matcher.
  2468.  
  2469.   * Packages which are essential have a line saying "Essential: Yes" in
  2470.   their info screens.
  2471.  
  2472.   * Marking an essential package for removal is now difficult (if you can get
  2473.   the problem-resolver to do it, though, the program won't complain when you
  2474.   try to remove them.  I don't think the problem-resolver will ever do this,
  2475.   though..)  Addresses Debian bug #86115
  2476.  
  2477.   * Packages can be grouped and sorted by priority.
  2478.  
  2479.   * Cleaning the package cache gives more feedback.
  2480.  
  2481.   * Recommends and suggests are colored red if they are not met.
  2482.  
  2483.   * Certain trees (specifically package installation modes and priorities)
  2484.   now are sorted in a non-alphabetical order.  For instance, with priorities,
  2485.   the highest priority comes first, followed by the next-highest, and so on.
  2486.  
  2487.   * Fixed a crash when using ANDs in matching expressions.
  2488.  
  2489. [6/4/2001]
  2490. Version 0.1.7 "No."
  2491.   * Scrollbars should now be fixed in the popup pagers.  (there are still some
  2492.   visual artifacts, which I'm tempted to attribute to Curses bugs..)
  2493.  
  2494.   * A Minesweeper game is now available in aptitude, to liven up those long
  2495.   downloads.  Select "play Minesweeper" from the main menu..
  2496.  
  2497.   * Trying to repeat a search before a search has been performed no longer
  2498.   crashes the program.
  2499.  
  2500.   * Many more items added to the options menu and dialogs.  Internally we now
  2501.   use static tables to build the option dialogs, which should make it easier
  2502.   to add new options to them.
  2503.  
  2504.   * Fixed several small problems with the documentation of configuration
  2505.   options.
  2506.  
  2507.   * A popup window now appears for the entire time that aptitude is setting
  2508.   up after loading the cache.  (it currently says "loading cache")  The real
  2509.   solution is to make this not take so long, but..
  2510.  
  2511.   * NOTE: this version does NOT have the "don't let the user do something
  2512.   broken" code featured in 0.0.8.7.  With luck, 0.1.8 will have its own
  2513.   version of that logic.
  2514.  
  2515. [5/3/2001]
  2516. Version 0.1.6 "Are We There Yet?"
  2517.   * Merged with the stable branch through 0.0.8.6
  2518.  
  2519.   * File menu renamed to Actions (since that's what it is)
  2520.  
  2521.   * Undo re-enabled, and created an "Undo menu".  Note that undo no longer has
  2522.   the mark/revert behavior it used to -- in fact, it cannot, because the UI
  2523.   is no longer a strict stack (you can switch from one screen to another freely)
  2524.  
  2525.   * The README can now be viewed (from within the program) from the Help menu.
  2526.  
  2527.   * The menus and a lot more UI stuff should now be fully translatable.
  2528.  
  2529.   * Fixed a nasty little bug where undoing one action would make all
  2530.   auto-upgraded packages revert to being held.  (backported to 0.0.8.6)
  2531.  
  2532.   * When displaying a keybinding to the user, C-_ is displayed as C-_ rather
  2533.   than C-^?.
  2534.  
  2535.   * Information about the currently selected item is now displayed in the
  2536.   "status bar" style, with an additional "bold" attribute.  Makes it easier to
  2537.   tell apart from, say, an extended description.
  2538.  
  2539.   * Fixed some bugs in the logic for causing the download display to
  2540.   constantly stick to the end: in particular, the currently downloading
  2541.   item should now be on the bottom line of the screen rather than being
  2542.   off the bottom (and thus invisible)
  2543.  
  2544.   * If ~/.aptitude does not exst when the user selects "save options",
  2545.   it is now created.
  2546.  
  2547. [4/27/2001]
  2548. Version 0.1.5 "Will Debianize For Food"
  2549.   * All changelog entries which are really from 2001 are now listed as being
  2550.   from 2001.  However much I wish I could stop the forward march of time, I
  2551.   don't think that's the way to go about doing it.
  2552.  
  2553.   * Split-screen!  Ok, it's slightly hacky, unconfigurable, can't display
  2554.   anything besides the package description, and the bindings are quirky, but
  2555.   hey, the idea is there :)
  2556.     For lazy people :), 'D' shows/hides the description window and 'a' and 'z'
  2557.   move up/down in it.  'Tab' can be used to switch to it, at which point the
  2558.   usual navigation keys work.  At least, the ones I've implemented (up one line
  2559.   and down one line) work.
  2560.  
  2561.   * A precompiled matcher is now always used to perform searches.  This not
  2562.   only makes searches (hopefully) faster, it also prevents crashes when a bad
  2563.   search term is encountered a la bug #95455.
  2564.  
  2565.   * Packages which don't have an explicit source package listed should have
  2566.   a source package which has the same name as the package itself.  The info
  2567.   screen now makes use of this fact.
  2568.  
  2569.   * Exiting now saves the selection info again (there's not yet an
  2570.   "exit and discard changes" -- just Ctrl-C :-) )
  2571.  
  2572. [4/10/2001]
  2573. Version 0.1.4 "Once there was an Elephant, who tried to use the Telephant"
  2574.   * Merged with stable up through 0.0.8.3.
  2575.  
  2576.   * The multiplexer now jumps to the "previous" widget when the current
  2577.   one is destroyed.  The point of this is that the main aptitude display will
  2578.   act more or less like a stack again, which is a lot more convenient than how
  2579.   it was acting in 0.1.3.
  2580.  
  2581.   * The "Cancel" button displayed after downloading packages actually works.
  2582.  
  2583.   * When downloading stuff, the "saving extended information" progress
  2584.   bar is hidden.
  2585.  
  2586.   * The (non-minibuffer) download screens now have an "overall progress"
  2587.   indicator.
  2588.  
  2589.   * The status line now displays information about the currently
  2590.   selected menu item.
  2591.  
  2592. [3/23/2001]
  2593. Version 0.1.3 "South Blue Quickly"
  2594.   * Still a BETA DEVELOPMENT RELEASE.
  2595.  
  2596.   * Worked around a dumb autoconf bug.
  2597.  
  2598.   * Merged with stable updates through 0.0.8.0.
  2599.  
  2600.   * Added a match type for versions (~V)
  2601.  
  2602.   * Fixed a bug that caused the download-list to be updated at very
  2603.   irregular intervals.
  2604.  
  2605.   * Added a popup after the download that claims you can continue
  2606.   or cancel.  You can't.  But it's a nice thought anyway.  (see the first item)
  2607.  
  2608.   * Added sorting policies.  It was harder than it sounds.  See README.
  2609.  
  2610. [2/21/2001]
  2611. Version 0.1.2 "Erlk÷nig"
  2612.   * Still a BETA DEVELOPMENT RELEASE.
  2613.  
  2614.   * How packages are grouped into the hierarchy can finally be configured!
  2615.   Currently there are only a few totally new options, but I'm sure people will
  2616.   find novel ways to brea^H^H^H^Hconfigure their systems.  Also, it's dead
  2617.   simple to add parsing for new policies (see load_config.cc and
  2618.   pkg_grouppolicy.cc)
  2619.     See the "GROUPING CONFIGURATION" section in the README for more information.
  2620.  
  2621.   * The download screen now scrolls automagically!  This closes one of the
  2622.   longest-standing and most just complaints about Aptitude. (TODO: add a
  2623.   scollbar widget -- not hard)
  2624.  
  2625.   * The "bytes downloaded" message shown when download completes now allows you
  2626.   to scroll the download screen behind it.  (TODO: display this as a "minibuffer"
  2627.   if the user requests it)
  2628.  
  2629.   * Synced with 0.0.7.15, fixes various minor issues and makes the default
  2630.   grouping more sane.
  2631.  
  2632.   * When you do a "forget new", the display is updated to reflect that fact.
  2633.  
  2634.   * Supposedly, package-info lines should be hidden when you perform a download.
  2635.   I'm not sure this actually works..
  2636.  
  2637.   * There's code to allow different sorting policies, not that you can actually
  2638.   use it.  (eg, sort by size..)
  2639.  
  2640.   * Divide-by-zero errors no longer randomly happen while you're downloading.
  2641.  
  2642. [1/30/2001]
  2643. Version 0.1.1 "Fool!  I told you the Electric Rubber Ducky Incident
  2644.                was never to be mentioned in my presence again!"
  2645.   * Still a BETA DEVELOPMENT RELEASE.
  2646.  
  2647.   * Updating package lists and installing packages is now possible!  This is
  2648.   still a little dicey and will improve in coming releases, but you can do it.
  2649.  
  2650.   * aptitude now compiles (and works) with APT 0.4, in addition to APT 0.3
  2651.     No 0.4 special features are explicitly supported yet.
  2652.  
  2653.   * configure.in now aborts if libsigc++ can't be found.
  2654.  
  2655.   * Keybindings for the current view were incorrectly active while the menu was
  2656.   being used.  Fixed.
  2657.  
  2658.   * You can now choose whether the menu should auto-hide, and by default it
  2659.   doesn't.
  2660.  
  2661.   * Searching for packages is again possible.  I've tried something that will
  2662.   hopefully make it less slow..
  2663.  
  2664.   * The apt package cache can be cleared from aptitude.
  2665.  
  2666.   * Various crashes fixed.
  2667.  
  2668. [12/3/2000]
  2669. Version 0.1.0 "Release without a name"
  2670.   * This is a BETA DEVELOPMENT RELEASE.  It is not fully functional yet; please
  2671.   use older versions if you need missing features.
  2672.  
  2673.   * The ui-rewrite tag finally belches forth a working binary!  Yes,
  2674.   aptitude 0.1.0 is here at last.  Changes are too numerous to really list, but:
  2675.  
  2676.   * vscreen is now a full widget library based on libsigc++, supporting real
  2677.   layout, signals/slots (of course), and..um..lots of other good stuff.  Look
  2678.   at the header files for more info (yes, I'll probably eventually fork it into
  2679.   another project)
  2680.  
  2681.   * this means that aptitude now depends (build and runtime) on libsigc++0.
  2682.     Sorry, potato users :(
  2683.  
  2684.   * On the plus side, we finally have a (links-style) menubar.
  2685.  
  2686.   * User-specific options (in ~/.aptitude/config) are supported, and can be
  2687.   explicitly saved by the user.
  2688.  
  2689.   * The new version doesn't handle small terminals so well yet (and resizing
  2690.   an xterm will cause a segfault!)
  2691.  
  2692. ===============================================================================
  2693. Pre-0.1.0 versions begin here:
  2694.  
  2695. [6/8/2001]
  2696. Version 0.0.8.7.1 "D'oh"
  2697.   * The limit of the preview screen can once again be modified.  Thanks to
  2698.   Michael Politowski for pointing out a simple typo.
  2699.  
  2700. [6/4/2001]
  2701. Version 0.0.8.7 "Home from the Hospital"
  2702.   * Displaying information about a particular package version will now use
  2703.   the description of THAT version.
  2704.  
  2705.   * Fixed some problems with the autotools suite.
  2706.  
  2707.   * If the user's selections in the preview screen mean that something has
  2708.   to be fixed-up, the program now does the fixing and presents another preview.
  2709.   This addresses the following Debian bugs: #87774, #96559.  It may not fully
  2710.   close them; I am not certain whether the problem in those bugs is that I
  2711.   am incorrectly displaying the state of the packages, or that the problem
  2712.   resolver is doing stuff behind the user's back.
  2713.     Note: this is NOT forward-ported to version 0.1.x; this code is different
  2714.   enough in that track that I'll have to come up with a solution separately.
  2715.  
  2716. [5/3/2001]
  2717. Version 0.0.8.6 "Groundhog Day"
  2718.   * Really don't save extended state info if that info was modified (I thought
  2719.   this worked in 0.0.8.4, but, doh, I actually had done it in the unstable
  2720.   branch)
  2721.  
  2722.   * Hitting "purge" on a package version now does the expected.
  2723.   (Debian buf #96228, reported by the same JP)
  2724.  
  2725. [5/1/2001]
  2726. Version 0.0.8.5 "Bring Me A Shrubbery!"
  2727.   * Fixed two bugs relating to translations, reported by the ever-vigilant
  2728.   Michal Politowski:
  2729.      - Reran gettextize so that translations get installed with usable names.
  2730.      (Debian bug #95749)
  2731.      - Changed "purge" to "purged" when it is used to describe a package's
  2732.      current state.  (this lets translators distinguish between them, and is
  2733.      probably better anyway) (Debian bug #95867)
  2734.  
  2735. [4/27/2001]
  2736. Version 0.0.8.4 "I hate finals"
  2737.   * aptitude now only saves its extended state information if that information
  2738.   was modified (Debian bug #93135, reported by JP Sugarbroad <taral@taral.net>)
  2739.  
  2740.   * Don't segfault when the user searches while the cursor is on the last
  2741.   item in the tree.  (Debian bug #95495, reported by
  2742.   Len Sorensen <lsorense@opengraphics.com>)
  2743.  
  2744.   * Added description of action/state flags to online help and README.
  2745.   (Debian bug #93216, reported by Piotr Krukowiecki <piotr@pingu.ii.uj.edu.pl>)
  2746.  
  2747.   PS - debian bug #90909, referenced below, dealt with a crash that occured when
  2748.   updating the package lists while viewing information about a package.  Sorry
  2749.   for the overly terse entry.
  2750.  
  2751. [4/5/2001]
  2752. Version 0.0.8.3 "Palindrome"
  2753.   * Fix Debian bug #90909, reported by Robert Bihlmeyer <robbe@orcus.priv.at>
  2754.     This bug was due to the fact that I inexplicably overrode an important
  2755.   method to do nothing.
  2756.  
  2757.   * Added a Galacian manpage and help file.
  2758.    Thanks go to Jacobo Tarrio <jtarrio@iname.com>.
  2759.  
  2760. [3/23/2001]
  2761. Version 0.0.8.2 "Midterms suck"
  2762.   * Fix compile problems with apts in the 0.3 series.  (this one was actually
  2763.   tested with 0.3, so there)
  2764.  
  2765. [3/18/2001]
  2766. Version 0.0.8.1 "Do you know how hard it is to come up with dozens of
  2767.                  clever and witty release names?  I bet you don't!  I bet
  2768.                  no-one even reads these!  I bet it doesn't matter if I rant
  2769.                  for pages and pages and pages about teapots in the sky!"
  2770.   * Fixed a long-standing but undetected bug.  It turns out that some packages
  2771.   exist in the database but aren't available (they are called into existence by,
  2772.   for instance, a dependency on a non-existant package)  But aptitude was storing
  2773.   "sticky" state information for these packages.  This had a number of
  2774.   subtle but potentially startling consequences; among them is the
  2775.   fact that if a package of that name was eventually uploaded to the
  2776.   archive, it wouldn't show up as "new".
  2777.  
  2778. [3/16/2001]
  2779. Version 0.0.8.0 "Roll over, roll over.."
  2780.   * Galician translations, thanks to Jacobo Tarrio <jtarrio@iname.com>.
  2781.    (is it a sign that your program is popular when people translate it to
  2782.    languages you've never heard of?  Thank God for web1913 :) )
  2783.  
  2784.   * Spent a few minutes figuring out how to do (non-sticky, sorry) installation
  2785.    of a particular version.  Finally those version lists do what they oughta!
  2786.    More or less.
  2787.  
  2788.   * Incremented the third digit of the version.  Please don't laugh.
  2789.  
  2790. [3/04/2001]
  2791. Version 0.0.7.19 "Jubjub"
  2792.   * help-pl.txt is really installed.
  2793.   * Don't print spurious errors when the user enters blank patterns.
  2794.   * The "search again" binding now really has two values instead of just one.
  2795.  
  2796. [3/03/2001]
  2797. Version 0.0.7.18 "Jabberwocky"
  2798.   * Retroactively corrected NEWS entries which were in '00 but should have been
  2799.    in '01.
  2800.   * Fixed bugs reported by Michal Politowski <mpol@charybda.icm.edu.pl>
  2801.     - Accented characters in the status line are no longer displayed
  2802.      incorrectly (a stupid sign-extension bug)
  2803.     - Fixed a few cases of overeager marking of strings for translation.
  2804.     - Fixed three crashes in the parsers for matchers and limits
  2805.   * Entering an invalid limit will no longer occasionally cause dozens of
  2806.    errors.
  2807.   * Gave in and made "n" an alternate binding for "search again".
  2808.   * Added Polish translation, contributed by Michal Politowski.
  2809.  
  2810. [2/24/2001]
  2811. Version 0.0.7.17 "I will not make a stupid Brown Paper Bag reference here"
  2812.   * Fixed a horribly STUPID bug in the APT 0.5 support, involving me misreading
  2813.    the prototype of VersioningSystem::CheckDep and passing the arguments
  2814.    in reverse order from what it expected!  Oops.
  2815.  
  2816. [2/23/2001]
  2817. Version 0.0.7.16 "Brought to you by the letter F"
  2818.   * Added two new translations:
  2819.     - Finnish, contributed by Jaakko Kangasharju <ashar@iki.fi>
  2820.     - French, contributed by Martin Quinson <mquinson@ens-lyon.fr>
  2821.  
  2822.   * Made some formerly untranslatable strings in load_config.cc translatable
  2823.    (thanks to Jaakko for pointing this out)
  2824.  
  2825.   * configure.in now hacks around brokenness in some autoconf releases
  2826.   that caused C++ code to break.
  2827.  
  2828. [2/01/2001]
  2829. Version 0.0.7.15 "Coda"
  2830.   * Fixed a whole slew of bugs that Zack Weinberg <zackw@stanford.edu> was
  2831.   unfortunate to run into simultaneously:
  2832.     - Running into an error while loading the configuration no longer causes
  2833.      the program to panic and display a blank "we couldn't start successfully"
  2834.      screen.
  2835.     - Keybinding subgroups don't cause a spurious error message.
  2836.     - If startup isn't successful (and thus the package file wasn't read),
  2837.      trying to exit no longer causes a crash.  (just in case, added checks in
  2838.      several other places for NULL pointers as well)
  2839.     - The bindings for vs_tree (Aptitude::UI::Keybindings::Tree) can now also
  2840.      be reconfigured from the toplevel, as expected.
  2841.  
  2842. [12/18/2000]
  2843. Version 0.0.7.14 "Grouping therapy"
  2844.   * Suggestions and patches from Arto Jantunen <viiru@debian.org>:
  2845.     - Tasks are now displayed as a separate "section"
  2846.     - The hierarchy has been 'inverted'.  The primary grouping mechanism is now
  2847.      the 'subsection', with the 'top section' above it.
  2848.     - Redundant hierarchy such as "virtual/virtual" is no longer there.
  2849.     - the online help explains about the 'f' key.
  2850.   * Various bugs, crashes, and bad behavior with APT 0.4 thrashed out.
  2851.  
  2852. [12/12/2000]
  2853. Version 0.0.7.13 "Portage"
  2854.   * aptitude should now compile without modifications against APT 0.4.  The
  2855.   fancy new features won't be used and will probably never be hooked into this
  2856.   branch -- the long-vapoured (but still slowly approaching) rewritten version
  2857.   will be where I fiddle with that stuff.
  2858.  
  2859. [11/27/2000]
  2860. Version 0.0.7.12 "Bored in Providence"
  2861.   * The long-standing TODO item of allowing a single package to be installed
  2862.    without affecting anything else is more-or-less fixed, although I'm not
  2863.    sure if it's the best implementation (actually, I'm sure it probably has
  2864.    unfortunate glitches still..)  Press "I" and read about it in the README
  2865.    (although I should clear that documentation up..)
  2866.  
  2867. [11/26/2000]
  2868. Version 0.0.7.11 "My Grandma, what big Segfaults you have!"
  2869.   * Fix a long-standing bug that triggered a segfault-on-start in extremely
  2870.    unusual circumstances (which is how it avoided me for so long)
  2871.  
  2872. [11/26/2000]
  2873. Version 0.0.7.10 "I didn't do it!  No-one saw me do it!"
  2874.   * Errr...the changes in the last version included a hack to make packages
  2875.    appear in the right indentation from the left-hand side of the screen.  This
  2876.    hack also happened to cause the program to misbehave very badly in some
  2877.    circumstances (eg, when trying to download packages)  I've replaced it with
  2878.    a more invasive hack that actually works.  Oh, and I tested it this time.
  2879.    Testing things is a good idea..
  2880.  
  2881. [11/25/2000]
  2882. Version 0.0.7.9 "YOW!  I've been LAID OUT by a COLUMN GENERATOR!"
  2883.   * The only change in this release is a total rewrite of the column-generation
  2884.   code.  It's much less crufty and should allocate space more cleverly on
  2885.   larger displays. (this also fixes a debbts report)
  2886.     The column configuration is slightly different; if you have a custom
  2887.   configuration, you might want to check the README.
  2888.  
  2889. [11/22/2000]
  2890. Version 0.0.7.8 "Silence of the Turkeys"
  2891.   * Fixed a minor typo in the README reported in the Debian BTS.
  2892.   * Similarly, fixed a small interface bug with the package-limit string.
  2893.   * Finally got around to adding the delete-to-end-of-line and
  2894.    delete-to-beginning-of-line functions to the line-editor.
  2895.   * Logs of install runs now display (for upgraded packages) the version being
  2896.    upgraded from and the version being upgraded to.
  2897.  
  2898. [10/27/2000]
  2899. Version 0.0.7.7 "Pentecost"
  2900.   * More translations (es_ES and pt_BR) added.  Thanks to
  2901.    Jorge Carrasquilla Soares and Douglas Moura Ferreira for contributing
  2902.    these.
  2903.  
  2904. [10/15/2000]
  2905. Version 0.0.7.6 "Package Management for Pern"
  2906.   * Debian bug #74788 fixed: threads are eliminated if not available, allowing
  2907.    aptitude to compile on the Hurd.  (go Hurders!)
  2908.  
  2909. [10/13/2000]
  2910. Version 0.0.7.5 "Friday the 13th"
  2911.   * Fixed the bug reported by Jordi Mallach <jordi@debian.org>, where "x"
  2912.    had its view of its arguments backwards.  (this was introduced by the change
  2913.    in 0.0.7.2 which altered the messages displayed when saving as an
  2914.    unprivileged user)
  2915.  
  2916. [10/11/2000]
  2917. Version 0.0.7.4 "Ich bin ein Berliner!"
  2918.   * corrected German translations.  Hopefully .de users won't mind no longer
  2919.    being amused by my fractured Deutsch.  Thanks to Sebastian Schaffert
  2920.    for contributing these.
  2921.  
  2922.   * Masato Taruishi has contributed a patch to internationalize even more
  2923.    strings (it is even possible to have language-specific online help,
  2924.    although no internationalized help files are written yet)  He also
  2925.    updated the Japanese translation to reflect this.  (the German translation,
  2926.    unfortunately, continues to lag behind)
  2927.  
  2928. [10/3/2000]
  2929. Version 0.0.7.3 "If I only had a brain"
  2930.   * aptitude now REALLY has a manpage.  (if it doesn't get installed by
  2931.    "make dist", it's not in the program..)
  2932.  
  2933. [9/23/2000]
  2934. Version 0.0.7.2
  2935.   * "Bug-reports keep fallin' on my head"
  2936.  
  2937.   * aptitude now has a manpage.
  2938.  
  2939.   * The program now works properly with local files (this was a problem
  2940.    that arose from my abuse of libapt)
  2941.  
  2942.   * If aptitude is run as an unprivileged user, pressing "q" and "x" no longer
  2943.    mention saving anything.
  2944.  
  2945.   * Merged in an i18n patch (thanks to Masato Taruishi for this and the
  2946.    Japanese translation)  There is a German translation done by me, but
  2947.    given the state of my German, a native speaker may want to send me
  2948.    a corrected translation.
  2949.  
  2950. [8/03/2000]
  2951. Version 0.0.7.1
  2952.   * "Faster than a speeding river of molasses" release.
  2953.  
  2954.   * The lengthy hiatus here was due to the fact that I was originally
  2955.    planning to fix a bunch of cruft and release quickly towards the
  2956.    beginning of the summer <sarcastic laughter>  Then I decided to rewrite
  2957.    the UI in a branch in CVS.  That's not done, but the more braindead
  2958.    mistakes really ought to be fixed, and should have been back in May when
  2959.    I found them...
  2960.  
  2961.   * Aptitude can now generate a simple logfile when doing a dpkg run
  2962.    (and optionally pipe it into a command)  It's not much (it should really
  2963.    be sorted, or at least include more info), but it can help with "err, what
  2964.    were those 500 packages I just upgraded?" situations :-)
  2965.  
  2966.   * Column-formatting uses printf-style %-escapes instead of the old
  2967.    method.
  2968.  
  2969.   * Fixes the "DOH, lockfiles don't go in /" bug.
  2970.  
  2971.   * file: URLs (ie, local package repositories) now work.
  2972.  
  2973. [4/18/2000]
  2974. Version 0.0.7
  2975.   * The segfault that plagued 0.0.6.9 seems to be gone.  Thanks go to
  2976.    Panu HΣllfors <panupa@iki.fi> for helping me narrow the problem down.
  2977.    Please let me know if you encounter similar problems (or, indeed, any
  2978.    problems :) ).
  2979.  
  2980.      The following changes were in 0.0.6.9 but not mentioned (oops):
  2981.  
  2982.   * Wrote a proper help screen, so you don't get the full README when you press
  2983.    '?'.  We still don't have a mechanism for dynamically adjusting the display
  2984.    based on keybindings, but this should make things somewhat nicer for
  2985.    newbies.
  2986.  
  2987. [4/9/2000]
  2988. Version 0.0.6.9
  2989.   *  This version introduces undo capabilities.  You can undo any number of
  2990.     actions on packages (install, remove, etc--even "forget new")  See the
  2991.     manual for details.
  2992.  
  2993.   *  As a result, there are now two ways to quit: "q" quits and saves changes,
  2994.     and "x" quits and discards changes.
  2995.  
  2996.   *  Major restructuring of the directory tree.  The toplevel now contains only
  2997.     code for aptitude itself--low-level UI stuff is in vscreen/ and generic
  2998.     useful routines (eg, the apt-cache wrapper) are in generic/
  2999.  
  3000.   *  Major changes to the keybinding code; keybindings are now mostly shared
  3001.     between the different contexts they occur in, with the ability to override
  3002.     a keybinding in a particular context.
  3003.  
  3004.   *  Added some alternative keybindings (vi-style and others), by popular
  3005.     request.
  3006.  
  3007.   *  Reorganized the TODO list and added a bunch of stuff to it.
  3008.  
  3009.   *  Searching now handles virtual packages
  3010.  
  3011.   *  Limiting on package names no longer segfaults
  3012.  
  3013.   *  Columns with nothing to display should display a placeholder value
  3014.     (eg, "<none>") instead of simply being blank.
  3015.  
  3016.   *  Fixed various problems with detecting and flagging broken dependencies
  3017.  
  3018.   *  Fixed various problems with the handling and displaying of OR groups
  3019.  
  3020.   *  Reverse dependencies which occur because of Provides are now displayed
  3021.     correctly.
  3022.  
  3023.   *  There is no longer a default binding for just displaying a package's
  3024.     description; "i" will display the full information screen by default.
  3025.     (it's just as easy to see the description this way, and you get more
  3026.      information as well)  The old behavior can be regained by binding
  3027.     Description to "i": 'Aptitude::UI::Keybindings::Description "i";' in
  3028.     /etc/apt/apt.conf  (you may need to remove the binding for InfoScreen
  3029.     as well)
  3030.  
  3031.   *  Various segfaults when trying to get information about virtual packages
  3032.     were fixed.
  3033.  
  3034.   *  You can now perform a package-list update or an install run from any apt
  3035.     tree, not just a package list (or at least you should be able to)  Of course,
  3036.     if the package you are viewing vanishes from the cache as a result, you will
  3037.     be sent back to where you came from.
  3038.  
  3039.   *  Added a match type, ~c, which matches removed packages with conffiles
  3040.     remaining on the system.
  3041.  
  3042.   *  You can now easily toggle the display of column headers at runtime by
  3043.     pressing "h".
  3044.  
  3045. 2/06/2000
  3046. Version 0.0.6a
  3047.   *  Fixed a rather embarassing compile error that got into 0.0.6.
  3048.  
  3049. 2/06/2000
  3050. Version 0.0.6
  3051.   *  Greatly improved search capabilities.  You can now match on many different
  3052.     attributes of a package, and combine search terms into complex expressions.
  3053.     This is used both for searching and implementing "display limits", which
  3054.     act as a filter for the visible list of packages.  See README for details.
  3055.  
  3056.   *  Added commands to expand and collapse an entire tree of packages.
  3057.  
  3058.   *  Searches now have a 'wraparound' behavior.
  3059.  
  3060.   *  Actually set up a binding for Refresh, handle it globally.
  3061.  
  3062.   *  Made the display of broken packages more uniform.
  3063.  
  3064.   *  Fixed a problem that caused packages to be put on hold when you cancelled
  3065.     a removal or an install.
  3066.  
  3067.   *  Pressing "hold" on a package which can't be upgraded now /toggles/ the
  3068.     sticky-hold state (it was hard to turn it off previously)
  3069.  
  3070.   *  Fixed another dependency-OR handling bug which caused OR lists to appear
  3071.     to include the first package before the list.
  3072.  
  3073.   *  Changed the install-preview screen to more correctly packages whose state
  3074.     was changed by fixing broken dependencies.  Packages which are being
  3075.     installed or deleted for this reason get their own trees.
  3076.  
  3077.   *  The amount of padding after a column can now vary by column and is
  3078.     configurable.
  3079.  
  3080.   *  Errors now use a single color definition, and are white on red.
  3081.  
  3082.   *  You can now download and view the Changelog for a package (not perfect
  3083.     yet: you get HTML cruft, not all packages work (that I may not be able
  3084.     to fix) )
  3085.  
  3086.   *  Fixed a bug which caused problems with displaying errors.
  3087.  
  3088.   *  Added column types for the section and priority.
  3089.  
  3090.   *  Added a minimal online-help system (just displays the README)
  3091.  
  3092.   *  Internal change (not used yet): the vscreen main loop now supports the
  3093.     registration of timers.  (configure with --with-periodic-beep to
  3094.     enable a really annoying beep at one-second intervals)
  3095.  
  3096.   *  Internal change: the status/header-lines and status widget handling of
  3097.     vs_tree were split into a new class, vs_minibuf_win.
  3098.  
  3099.   *  Internal change: vscreen::repaint no longer implicitly calls refresh.
  3100.  
  3101.   *  Internal change: the code to orchestrate downloads moved to
  3102.     download.{cc,h}
  3103.  
  3104. 1/19/2000
  3105. Version 0.0.5
  3106.   *  This release has a lot of bugfixes, column formatting support, and a
  3107.     greatly fixed status-line editor.
  3108.  
  3109.   *  Sanitized and made consistent a lot of arbitrary decisions about what
  3110.     version to use when looking statistics up about a package.  The function
  3111.     pkg_item::visible_version() handles this.
  3112.  
  3113.   *  You can now get package information by pressing Enter while a particular
  3114.     version of a package is selected.  Information about that version will
  3115.     be displayed.
  3116.  
  3117.   *  Don't crash if the user tries to update the package lists while not root
  3118.     or while another apt is running.  (oops..)
  3119.  
  3120.   *  The preview screen *should* separate out packages which can't be upgraded
  3121.     because of broken dependencies.
  3122.  
  3123.   *  Broken versions weren't being displayed with a "broken" color; fixed.
  3124.  
  3125.   *  Throttle the update frequency of the progress bars; previously I was
  3126.     updating as quickly as possible, which lead to a massive loading up of the
  3127.     system.  This change greatly improved startup times.
  3128.  
  3129.   *  libncurses5 sometimes sends KEY_RESIZEs -- don't assert their absence
  3130.     anymore, just ignore them :)
  3131.  
  3132.   *  column support!  Configurable!  This is really the major feature in this
  3133.     release; see the README for more
  3134.  
  3135.   *  Overhauled the status-line editing widget to fix a lot of small bugs and
  3136.     greatly improve editing.
  3137.  
  3138.   *  Added a single keystroke to repeat the last search (bind something to
  3139.     ReSearch)
  3140.  
  3141.   *  At the request of omega@anomie.dhis.net, added a status tree for obsolete
  3142.     packages.
  3143.  
  3144. 1/10/2000
  3145. Version 0.0.4a
  3146.   *  "Faster than a speeding bullet" release.  (I really am starting to regret
  3147.     trying to come up with clever names for releases. :) )
  3148.  
  3149.   *  Had a sudden flash of inspiration and added the three-line fix needed to
  3150.     hack around libncurses5's leaveok() brokenness.
  3151.  
  3152. 1/10/2000
  3153. Version 0.0.4
  3154.   *  "New Year's Resolution" release.  I actually managed to fix everything
  3155.     which I claimed I would, but I've resolved never to promise to fix
  3156.     something in the next release again.  Even to myself. ;-)  Also, I want
  3157.     to release versions more often..
  3158.  
  3159.   *  Aptitude now tries to Do The Right Thing with regard to the dselect
  3160.     state of a package by adjusting its own state when the dselect state
  3161.     changes in between runs.  This prevents the really bad problems I
  3162.     experienced.
  3163.  
  3164.   *  The interface coloration is now configurable (see README for details)
  3165.  
  3166.   *  More information is available in the download screen -- the actual amount
  3167.     of data dowloaded for each item and an estimated time to completion (for
  3168.     everything) are displayed.
  3169.  
  3170.   *  Compiles against libncurses5, although there's an annoying visual bug when
  3171.     using libncurses5 that I can't get rid of (leaveok doesn't seem to hide
  3172.     the cursor anymore..)
  3173.  
  3174.   *  Fixed the bug which caused ORs in dependencies to apparently continue
  3175.     forever (that is, "Depends: libc6, mutt | mail-reader, libncurses4" would
  3176.     be displayed as "Depends: libc6, mutt | mail-reader | libncurses4")
  3177.  
  3178.   *  Rewrote the various messages and interaction involving the status line
  3179.     to be done the Right Way[tm].
  3180.  
  3181.   *  Aptitude now (by default) displays what changes will be made -- that
  3182.     is, which packages will be installed, removed, etc, before
  3183.     performing a package run -- press the "install packages" key again to
  3184.     continue.
  3185.  
  3186.   *  Setting Aptitude::Auto-Install to true will cause dependencies of a
  3187.     package to automatically be marked for installation when you select it to
  3188.     be installed.
  3189.  
  3190.   *  Aptitude now (by default) attempts to resolve missing dependencies and
  3191.     fix broken packages before doing an install run.  To disable this, set
  3192.     "Aptitude::Fix-Broken" to false.
  3193.  
  3194.   *  A screen with all information about the package collected into one
  3195.     location is now available (by default, you can access it by pressing
  3196.     Enter while a package is selected)
  3197.  
  3198.   *  Finally got rid of the visual bug that caused non-selectable things to
  3199.     appear selected (I fixed it by not displaying them as selected even when
  3200.     they are ;-) )
  3201.  
  3202.   *  Added descriptive headers to the version and dependency lists.
  3203.  
  3204.   *  Made the behavior of selections around non-selectable items much more
  3205.     logical.
  3206.  
  3207.   *  Package trees now display, in the header, an estimate of the number of
  3208.     bytes which will be downloaded and installed on the next package run.
  3209.  
  3210.   *  Packages can now be reinstalled.
  3211.  
  3212.   *  Removed a lot of the old test code.  The next release will probably (see
  3213.     my resolution :) ) rename "testscr.cc" to "main.cc".
  3214.  
  3215.   *  Documentation updates.  Rewrote aptitude-hackers-guide.txt to be less a
  3216.     file-by-file tour and more a high-level overview.
  3217.  
  3218.   *  Included a real CVS commit log (see ChangeLog)
  3219.  
  3220. 12/20/1999
  3221. Version 0.0.3
  3222.   *  "Merry Christmas and a Happy Armageddon" release.  This'll probably be the
  3223.     last Aptitude release before the year 2000.  Assuming that civilization has
  3224.     not collapsed, expect to see another version early in the new year.
  3225.     (hopefully before potato freezes ;-) )  If not, I guess I'll have to start
  3226.     porting it to the abacus platform..
  3227.  
  3228.   *  Configurable keybindings!  Rejoice!  See README for more info and
  3229.     examples.
  3230.  
  3231.   *  aptitude now has persistent state, stored (by default) in
  3232.     /var/state/aptitude.
  3233.  
  3234.   *  This is used to implement some dselect-like capabilities, including
  3235.     'sticky' selections that persist across sessions and the ability to track
  3236.     new packages.  New packages are implemented in a manner entirely orthogonal
  3237.     to selection state, which means (in short words) that a package can
  3238.     remain "new" for an indefinite amount of time, even after it's installed.
  3239.  
  3240.   *  Two configuration options, Aptitude::Forget-New-On-Update and
  3241.     Aptitude::Forget-New-On-Install, are provided to automatically clear the
  3242.     list of new packages.
  3243.  
  3244.   *  As an unforunate side-effect, dselect selections are no longer inherited.
  3245.     The main reason is that I couldn't think of a clean way to save the
  3246.     package states into the dselect database (calling dpkg --set-selections
  3247.     should work, but you have to play with lockfiles then..)  And it's tricky
  3248.     in general to try to manage two almost-but-not-quite identical databases
  3249.     of info.
  3250.      This may come back in the next release if I can work out how to do it
  3251.     (but it'll probably be controlled by a flag and off by default)  On the
  3252.     other hand, it's not really needed unless you're trying to mix dselect
  3253.     and aptitude.
  3254.  
  3255.   *  The package list can be searched.  This occasioned at least one really
  3256.     nasty (but non-buggy!) hack, which I'll fix in the next release.  Currently
  3257.     *only* package lists (not version lists, etc) can be meaningfully searched,
  3258.     and searching only looks for substrings in the package name -- no
  3259.     regexps or checking of descriptions. (guess when this'll be fixed?)
  3260.  
  3261.   *  A progress bar is now available for initialization and so on
  3262.  
  3263.   *  Errors are displayed by the UI (needs a little work still, but
  3264.     functional..)
  3265.  
  3266.   *  An annoying resize bug in 0.0.2 was fixed -- if you resized the xterm
  3267.     during a download, everything would start to flicker.
  3268.  
  3269.   *  Various segfaults, crashes, hangs, and visual quirks were eliminated.
  3270.  
  3271.   *  This is the first release to get a tag in CVS! :)
  3272.  
  3273. 12/5/1999
  3274. Version 0.0.2
  3275.   * aptitude can now download and install packages!  This means that it's
  3276.    now technically possible to use it in place of other package management
  3277.    tools, although it's still lacking some stuff that would make it a really
  3278.    useful program.  This is the major change, and the reason for the new
  3279.    release.
  3280.   * dselect selections are now inherited
  3281.   * short package descriptions are displayed in the status line of the package
  3282.    tree
  3283.   * you can mark package *versions* for installation and removal (sometimes)
  3284.   * broken dependencies should be visually flagged
  3285.   * Various other bugfixes and tweaks.
  3286.  
  3287. 11/18/1999
  3288. Version 0.0.1  --  Very preliminary alpha version released for comment and/or
  3289.                    criticism.
  3290.  
  3291. 10/20/1999
  3292. Version 0.0.0  --  Added automake support, it requires this file.
  3293.                    Nothing else to say, I don't have enough code to make
  3294.            this file useful yet.
  3295.