Change log for apt-listchanges package in Debian

161 of 61 results
4.4
Published in experimental-release
apt-listchanges (4.4) experimental; urgency=medium

  * Performance improvement: don't parse and extract files from each deb
    twice when network changelogs are enabled and we're displaying both
    changelogs and news.
  * As per the discussion in bug #1054108, enable version-number-based
    parsing logic for local changelog files, not just for network
    changelogs. To be clear: this applies only to changelog files, not
    NEWS files.

 -- Jonathan Kamens <email address hidden>  Thu, 19 Oct 2023 20:29:50 -0400
4.3
Superseded in experimental-release
apt-listchanges (4.3) experimental; urgency=medium

  * Clean up database files and shapshots on purge. (Closes: #1053925)
  * Capture list of debs properly in snapshots in APT mode.
  * Save displayed entries to database and snapshot even when user cancels
    update at the confirm prompt.
  * Treat packages with the same package name but different architectures
    as distinct. In most cases this won't make any difference, but it should
    still be done this way so the edge cases are handled correctly.

 -- Jonathan Kamens <email address hidden>  Wed, 18 Oct 2023 22:19:50 -0400
4.2
Superseded in experimental-release
apt-listchanges (4.2) experimental; urgency=medium

  * Fix a bug in 4.1 which was causing the seen database to be corrupted
    and causing repeat changelog entries to be displayed. (Closes: #1053812)
  * Add new snapshot functionality for experimental releases. See
    README.Debian for details.
  * Fix for: a NEWS entry which matches an entry in the changelog file
    should not cause processing of the changelog to stop.
  * The database structure has been refactored to facilitate strong typing
    hints and and also to make the database more robust and the code which
    uses it clearer and more straightforward. When this release is
    installed the old database is discarded. If you would like to
    prepopulate the new database to speed up future apt-listchanges runs,
    run `systemctl start apt-listchanges.service` as root.
  * Adjust the logic for when we save changes out to the seen database.
    Specifically, we need to attempt to save changes even when we haven't
    displayed any changelog or news entries to the user, because it's
    possible that we seeded the database while determining that nothing
    should be displayed, and those seeds should be saved. At the same
    time, however, don't rewrite the database when we haven't actually
    made any changes.
  * Revert setting the LESSSECURE environment variable, since it messes up
    the terminal state of the user suspends and resumes apt-listchanges
    running inside apt. (Closes: #1053863)
  * Do some minor refactoring of the database populating script to make it
    easier to unit-test and debug.
  * Other minor non-functional fixes.
  * Update Chinese (zh_CN) program translation. Thanks to Xiyue Deng.

 -- Jonathan Kamens <email address hidden>  Fri, 13 Oct 2023 01:39:00 -0400
4.1
Superseded in experimental-release
apt-listchanges (4.1) experimental; urgency=medium

  * Updated Portuguese translation of man page. Thanks to Américo
    Monteiro. (Closes: #1053432)
  * After releasing 4.0 we discovered that it fixes an additional bug.
    (Closes: #988090)
  * Updated Brazilian Portuguese translation of the program. Thanks to
    Paulo Henrique de Lima Santana. (Closes: #1023988)
  * Set the LESSSECURE environment variable to reduce potential security
    exposure. Thanks to Christian Göttsche for the suggestion.
    (Closes: #1003112)
  * Updated German translation of man page and program. Thanks to Helge
    Kreutzmann. (Closes: #1053606, #1053607)
  * Improve performance for packages that don't have any changelog or NEWS
    files.
  * Improve performance when determining changelog entries for a package
    that isn't already in the database of previously seen packages.
  * Fix a bug in 4.0 which prevented the old, obsolete seen database file
    (/var/lib/apt/listchanges.db) from being deleted on upgrade.
  * Add a service which runs after installation to populate the APT seen
    database from installed packages so they don't have to be populated
    during upgrades, so interactive performance is faster for the user.
  * When extracting changelog entries from a package that is being
    upgraded, and neither the new or installed version of the package have
    local changelog entries, and we are unable to fetch the entries for
    the installed version of the package from the network, then attempt to
    do version-based filtering of the entries from the network changelog
    for the new version. (Closes: #1053696)
  * Fix an instance of entries being displayed that shouldn't have been
    because they are already present in the installed changelog files.
    (Closes: #1053725)

 -- Jonathan Kamens <email address hidden>  Mon, 09 Oct 2023 15:15:05 -0400
4.0
Superseded in experimental-release
apt-listchanges (4.0) experimental; urgency=medium

  * New maintainer. (Closes: #981890)
  * Overhaul how apt-listchanges determines which changelog and NEWS
    entries to display to users.
    (Closes: #478188, #748631, #760918, #1020858, #1023084, #1052986)
  * Don't flash Gtk frontend window briefly without displaying anything.
    (Closes: #514865)
  * Allow Gtk frontend window to start hidden with `--hide' command-line
    option or `hide' config setting.
  * Flash or badge the Gtk frontend taskbar icon when content is ready in
    the window.
  * Fix broken `--filter' command-line option / `filter' configuration
    file setting. It previously caused the program to crash when used.
    (Closes: #1052569)
  * Fix man page to no longer falsely state that `--latest' can only be
    used with a single .deb file. In fact `--latest' works fine with
    multiple .deb files.
  * Don't assume that all binary packages from the same source have the
    same changelog and news entries, thereby potentially failing to
    display some messages to the user. (Closes: #383803)
  * Flush output before prompting for install confirmation. Thanks to
    Timon Reinold. (Closes: #1028474)
  * Add a blank line after the "--- Changes for .. ---" headers to make
    them stand out a bit more. (Closes: #880142)
  * Dutch translation of the man page. Thanks to Frans Spiesschaert.
    (Closes: #1033903)
  * Romanian translation of the program. Thanks to Remus-Gabriel Chelu.
    (Closes: #1034197, #1034241)
  * Install Python files required by the application in the standard
    location rather than a custom location, and use the standard Debian
    mechanism for packaging a Debian package rather than custom packaging.
  * Remove APT_HOOK_INFO_FD backward compatibility code that was obsolete
    as of Debian 10.
  * Fix some errant debug messages that were being printed even when
    `--debug' wasn't specified.
  * Code cleanup and improvement, including `flake8' and `pylint'
    compatibility, (some) unit tests, and adherence to newer standards and
    best practices.
  * Remove TODO from /usr/share/doc/apt-listchanges since it's out-of-date
    and unlikely to be useful to anyone.

 -- Jonathan Kamens <email address hidden>  Mon, 02 Oct 2023 21:49:53 -0400
Published in sid-release
apt-listchanges (3.27) unstable; urgency=medium

  * QA upload.
  * debian/po/pt_BR.po: Update. Thanks to Paulo Henrique de Lima Santana.
    (Closes: #1023983)

 -- Marcos Talau <email address hidden>  Mon, 11 Sep 2023 05:57:26 +0530

Available diffs

Superseded in sid-release
apt-listchanges (3.26) unstable; urgency=medium

  * QA upload.
  * Remove constraints unnecessary since buster
  * Revert "Change maintainer to myself" (keep orphaned)

  [ Akbarkhon Variskhanov ]
  * doc: Fix "and than" to "and then"

 -- Bastian Germann <email address hidden>  Fri, 01 Sep 2023 14:22:56 +0200
Deleted in experimental-release (Reason: None provided.)
apt-listchanges (3.25) experimental; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch.

  [ Brian Thompson ]
  * Change maintainer to myself (closes: #981890).
  * Fix uninitialized variable.
  * Add debconf as build-dep.
  * Automated po update.

 -- Brian Thompson <email address hidden>  Mon, 19 Jul 2021 16:57:11 -0500
Published in bookworm-release
Published in bullseye-release
Superseded in sid-release
apt-listchanges (3.24) unstable; urgency=medium

  * QA upload
  * Update Portuguese man page translation (closes: #982824). Thanks Américo
    Monteiro.
  * Update German man page translation (closes: #982637). Thanks Helge
    Kreutzmann.

 -- Helge Kreutzmann <email address hidden>  Sun, 28 Mar 2021 13:06:44 +0200

Available diffs

Superseded in sid-release
apt-listchanges (3.23) unstable; urgency=medium

  * Orphan package, set maintainer to Debian QA Group (see: #981890).
  * Update Spanish translation of debconf templates (closes: #958874).
  * Don't MIME-encode e-mail subject line if it consists of printable
    ascii characters only (closes: #946700).
  * Fix a typo in man page (lintian).
  * Update *.pot and *.po files.

 -- Robert Luberda <email address hidden>  Thu, 04 Feb 2021 21:25:55 +0100

Available diffs

Superseded in sid-release
apt-listchanges (3.22+nmu3) unstable; urgency=medium

  * Non-maintainer upload.
  * Import syslog module before using it (Closes: #977858)
  * Add config files to bug reports in case they differ to debconf.

 -- Paul Wise <email address hidden>  Mon, 18 Jan 2021 14:31:47 +0800

Available diffs

Superseded in sid-release
apt-listchanges (3.22+nmu2) unstable; urgency=medium

  * Non-maintainer upload.
  * Don't convert None to int (Closes: #974983)

 -- Jochen Sprickerhof <email address hidden>  Wed, 18 Nov 2020 08:21:40 +0100

Available diffs

Superseded in sid-release
apt-listchanges (3.22+nmu1) unstable; urgency=medium

  * Non-maintainer upload.

  [ Paul Wise ]
  * Update debhelper compat level to 13, no changes needed.
  * Update standards version to 4.5.1, no changes needed.
  * Fix an indefinite article, some typos and capitalisation
  * Update FSF address in GNU General Public License grants
  * Add an option to show only the latest N entries (Closes: #962745)
  * Add support for a config dir that overrides the main config file
    (Closes: #781425)
  * Look up dirs and files in the apt config (Closes: #922186)
  * Add log and syslog frontends and title disable option (Closes: #962313)

  [ Niklas Sombert ]
  * Fix broken HTML in German translation (Closes: #964924)

 -- Paul Wise <email address hidden>  Fri, 05 Jun 2020 11:32:39 +0800

Available diffs

Superseded in sid-release
apt-listchanges (3.22) unstable; urgency=medium

  * While converting changelogs to html, e.g. for browser frontend, do not
    treat enclosing '<', '>' or trailing punctuation characters (e.g. '.'),
    as part of URLs, to properly parse links like <https://www.debian.org/>.
  * Updated program translations:
    + German (Helge Kreutzmann, closes: #944201);
    + Dutch (Frans Spiesschaert, closes: #945355).
  * Replace debian/compat file with build dependency on debhelper-compat.

 -- Robert Luberda <email address hidden>  Sun, 22 Dec 2019 13:26:57 +0100

Available diffs

Superseded in sid-release
apt-listchanges (3.21) unstable; urgency=medium

  * Fold identical binary NMUs entries together and display them
    as separate "Binary NMU of: <list of packages>" sections at
    the bottom of the changelogs list (closes: #841837, #934187).
  * Reword the continue/abort installation message shown by GTK frontend
    to make it less misleading (closes: #924313)
  * Before deleting a temporary file, try to detect if spawned program
    has actually started reading it.  This fixes showing changes in a
    programs like firefox that fork themselves and exit immediately.
  * Update German translation of man page (closes: #941346). Thanks
    to Chris Leick.
  * Fix two spelling typos in the English man page noticed by Chris,
    and unfuzzy translations.
  * Standards-Version: 4.4.1 (no changes).

 -- Robert Luberda <email address hidden>  Sun, 03 Nov 2019 20:09:22 +0100

Available diffs

Superseded in sid-release
apt-listchanges (3.20) unstable; urgency=low

  * Merge changes from Mickaël Schoentgen to improve code quality:
    + fix DeprecationWarning: invalid escape sequence;
    + fix several ResourceWarning: unclosed file;
    + fix code smells: equaliy comparisons with None, unused imports,
      trailing semi-colons.
  * Add Portuguese translation of man page (closes: #927834). Thanks
    to Américo Monteiro.
  * Build with debhelper v12.
  * debian/control:
    + remove X-Python3-Version field (lintian);
    + Standards-Version: 4.4.0.

 -- Robert Luberda <email address hidden>  Sat, 10 Aug 2019 09:14:46 +0200

Available diffs

Published in buster-release
Superseded in sid-release
apt-listchanges (3.19) unstable; urgency=medium

  * Updated debconf translations:
    + Danish (Joe Dalton; closes: #923063);
    + Russian (Lev Lamberov, closes: #920599).

 -- Robert Luberda <email address hidden>  Sun, 17 Mar 2019 23:48:06 +0100

Available diffs

Superseded in buster-release
Superseded in sid-release
apt-listchanges (3.18) unstable; urgency=medium

  [ Matt Kraai ]
  * Remove extra [ from email_re (closes: #911868).

  [ Robert Luberda ]
  * Remove custom compression settings from source/options (lintian).
  * Standards-Version: 4.2.1.

 -- Robert Luberda <email address hidden>  Thu, 29 Nov 2018 11:37:28 +0100
Superseded in buster-release
Superseded in sid-release
apt-listchanges (3.17) unstable; urgency=medium

  * Updated program translations:
    + Russian (Lev Lamberov, closes: #892059).
  * Updated debconf translations:
    + Dutch (Frans Spiesschaert, closes: #895054);
    + Portuguese (Traduz, closes: #898189).
  * Fix a typo in man page (closes: #904974).
  * debian/control:
    + add dependency on 'sensible-utils', as suggested by lintian; and remove
      version dependency on ancient version of essential 'debianutils';
    + update Vcs-* fields for salsa migration;
    + Standards-Version: 4.2.0.

 -- Robert Luberda <email address hidden>  Tue, 07 Aug 2018 23:27:22 +0200

Available diffs

Superseded in buster-release
Superseded in sid-release
apt-listchanges (3.16) unstable; urgency=medium

  * Updated debconf translations:
    + French (Alban Vidal, closes: #887128);
    + German (Helge Kreutzmann, closes: #886530).

  * Switch to debhelper v11.
  * Bump Standards-Version to 4.1.3.

 -- Robert Luberda <email address hidden>  Sun, 14 Jan 2018 17:05:51 +0100

Available diffs

Superseded in buster-release
Superseded in sid-release
apt-listchanges (3.15) unstable; urgency=medium

  * Handle `Too many levels of symbolic links' (ELOOP) error while searching
    for possible changelog file names (LP: #174314).

  * Updated debconf translations:
    + Dutch (Frans Spiesschaert, closes: #874278);
    + French (Alban Vidal, closes: #872200);
    + German (Helge Kreutzmann, closes: #877432);
    + Portuguese (Rui Branco, closes: #870084);
    + Russian (Lev Lamberov, closes: #883878).
  * Updated program translations:
    + Dutch (Frans Spiesschaert, closes: #874288);
    + German (Helge Kreutzmann, closes: #878320);
    + Japanese (Hideki Yamane, closes: #880042).
  * Updated man page translations:
    + French (Jean-Pierre Giraud, closes: #874023).

  * Cleanup English text of debconf templates, based on Justin B Rye's input
    in https://lists.debian.org/debian-l10n-english/2017/07/msg00005.html.
    Update debconf translations and unfuzzy them when possible.
  * debian/control:
    + add Rules-Requires-Root: no;
    + Standards-Version: 4.1.2.

 -- Robert Luberda <email address hidden>  Fri, 22 Dec 2017 22:07:29 +0100

Available diffs

Superseded in buster-release
Superseded in sid-release
apt-listchanges (3.14) unstable; urgency=low

  * Add  `--no-network' option that can be used to disable calls to
    `apt-get changelog' (closes: #866583) and document it in the man page.
  * Rework handling of the LESS variable: instead of overriding it, detect
    if it contains harmful settings, and try to disable them by appending
    `-+E' or `-+F' options (closes: #867144).
  * Improve handling of configuration file by debconf-helper.py:
    + refactor the script and prepare for further changes;
    + increase priority of the `apt-listchanges/which' question to medium;
    + set the debconf's `seen' flag for items that already exist in the
      configuration file;
  * Add debconf support for the following configuration options:
    `--no-network', `--reverse' (closes: #707668), `--headers',
    and `--email-format'. Re-order the debconf questions.
  * Depend on python3-debconf (closes: #867126) and check if the debconf
    module can be successfully imported before running debconf-helper.py
    in debian/config.
  * Remove the `-k 60' option from po4a.cfg to disable generation of
    outdated Spanish and Italian man pages (closes: #842996).
  * Fix a typo in man page and unfuzzy translations.
  * Update README.Debian and the man page to make it clear that in the
    default installations only the NEWS entries are displayed during
    upgrades (LP: #1662550).
  * Update *.pot and .*.po files.
  * Update Polish translations.
  * Add debian/NEWS entry for the recent changes.

 -- Robert Luberda <email address hidden>  Sun, 09 Jul 2017 10:11:29 +0200

Available diffs

Superseded in sid-release
apt-listchanges (3.13) unstable; urgency=low

  * Fix changelog parser to mark files as being in the Debian changelog
    format *before* checking if the latest version has been seen already.
  * Refactor apt-listchanges.py to remove duplicated code.
  * Rewrite main loop of program in order to limit a number of calls to
    `apt-get changelog':
    1. First group packages by the source package and next process all binary
       packages from the same source package at once.
    2. Sort the  packages in each group by their binary versions descending.
    3. Exclude those of them whose versions were already seen or are lower
       (except for the binnmu suffix) than the maximal version, i.e. the
       version of the first package in the group.
    4. Process the remaining packages until valid changelog or news entries
       are found, and call `apt-get changelog' on the first package if and
       only if no such changelog entries are found, and apt-listchanges is
       not configured to display the news entries only.
  * Override the LESS environment variable to make sure it does not contain
    certain flags like -F that might cause less program to quit before even
    user is able to see the files generated by the program.
  * Fix an issue with showing changelog entries with unrecognised urgencies
    (see #866358): map such an urgency to a non-zero value and use proper
    `is None' check for testing the mapped value.
  * Fix an exception, introduced in 2.87,  occurring when the `--since' option
    is used with the invalid number of `.deb' files. Clarify the error message
    shown in such a case.
  * In the `--verbose' mode when apt-listchanges is configured to display
    `news' only append the informational notes to the news entries instead
    of creating changelog entries.
  * Don't permit `--since' and `--show-all' to be used together. Also make
    sure that passing one of them in the command line overrides any eventual
    config file setting related to the other one.
  * Fix a spelling typo in `retrieve' (closes: #866644).

 -- Robert Luberda <email address hidden>  Sat, 01 Jul 2017 13:30:25 +0200

Available diffs

Superseded in sid-release
apt-listchanges (3.12) unstable; urgency=low

  * Upload to unstable.
  * Fix a bug in the `skipping reading other changelog files when all the
    entries were filtered out' functionality introduced in version 3.3:
    if the currently parsed file is not in the Debian changelog format,
    than return an empty urgency from the changelog parser so that remaining
    files are not omitted.
  * Call python3 from /usr/bin in postinst and config scripts, as otherwise
    the scripts might fail to load the debconf.py module (closes: #855069).
  * Makefile: add support for DEB_BUILD_OPTIONS=nodoc.
  * Standards-Version: 4.0.0.

 -- Robert Luberda <email address hidden>  Thu, 22 Jun 2017 22:37:01 +0200
Deleted in experimental-release (Reason: None provided.)
apt-listchanges (3.11~exp1) experimental; urgency=low

  * Apply patch from Ubuntu to use the `apt-get changelog' command if the
    extracted package does not provide changelog file.
  * Enhance the above patch:
    + call `apt-get' with the `-qq' option, so that it won't put additional
      lines at the top of changelog that prevented apt-listchanges from
      recognizing it as valid Debian changelog;
    + fix invalid python2 syntax in exception handler;
    + set timeout (120 seconds) for the apt-get command, just in case;
    + capture stderr of apt-get and display it as part of apt-listchanges'
      error message.

 -- Robert Luberda <email address hidden>  Sat, 29 Apr 2017 00:24:48 +0200
Superseded in buster-release
Published in stretch-release
Superseded in sid-release
apt-listchanges (3.10) unstable; urgency=medium

  * Add German translation of man page (closes: #858169).
    Thanks to Chris Leic.

 -- Robert Luberda <email address hidden>  Mon, 10 Apr 2017 23:14:07 +0200
3.9
Superseded in stretch-release
Superseded in sid-release
apt-listchanges (3.9) unstable; urgency=medium

  * Update French translations of both man page (closes: #852463),
    and program (closes: #852533). Thanks to Jean-Pierre Giraud.

 -- Robert Luberda <email address hidden>  Sun, 05 Feb 2017 09:08:17 +0100
3.8
Superseded in stretch-release
Superseded in sid-release
apt-listchanges (3.8) unstable; urgency=medium

  * Switch documentation format from docbook SGML to docbook XML for proper
    support of UTF-8 characters that appear in translated documents.
  * Fix a few typos in English man page and unfuzzy translations.
  * Add Polish translation of documentation.

 -- Robert Luberda <email address hidden>  Thu, 22 Dec 2016 17:41:51 +0100
3.7
Superseded in stretch-release
Superseded in sid-release
apt-listchanges (3.7) unstable; urgency=medium

  * Open uncompressed changelogs in binary mode (closes: #847414).

 -- Robert Luberda <email address hidden>  Sat, 10 Dec 2016 23:22:12 +0100
3.6
Superseded in stretch-release
Superseded in sid-release
apt-listchanges (3.6) unstable; urgency=medium

  * Update Dutch translation (closes: #841119).

 -- Robert Luberda <email address hidden>  Sat, 19 Nov 2016 09:14:14 +0100
3.5
Superseded in stretch-release
Superseded in sid-release
apt-listchanges (3.5) unstable; urgency=medium

  * Do not try to re-open stdin if it is not needed (closes: #837947).
  * Force "text" frontend and disable confirmations when the frontend
    was set by the environment to "gtk", but the python3-gi module
    cannot be loaded. Thanks to synaptic shouldn't appear to hang any
    more (closes: #836433).
  * Bump dephelper's compat version to 10.

 -- Robert Luberda <email address hidden>  Sun, 09 Oct 2016 18:26:07 +0200
3.4
Superseded in stretch-release
Superseded in sid-release
apt-listchanges (3.4) unstable; urgency=high

  * Fix the security issue introduced in version 3.2: make config and postinst
    scripts create new directory (with the help of `mktemp') for the helper
    Python script they execute (closes: #837534).
  * When aptitude/synaptic/etc. is used to install new upgrades without being
    restarted after apt-listchanges upgrade, it might happen that the value
    of APT_HOOK_INFO_FD is still 0. Do not fail on such a value, but display
    a warning instead (closes: #835046, LP: #1614191).
  * Print a warning message if an e-mail cannot be sent (closes: #835375).

 -- Robert Luberda <email address hidden>  Mon, 12 Sep 2016 22:47:40 +0200
3.3
Superseded in stretch-release
Superseded in sid-release
apt-listchanges (3.3) unstable; urgency=medium

  * Upload to unstable.
  * postinst.in: don't call ucf when the new configuration file differs in
    whitespaces only (closes: #823514).
  * Update Dutch translation (closes: #823974).
  * Introduce simple ALCLog class for consistent logging.
  * Rename ALSeen.py into ALCSeen.py.
  * More improvements of changelog files parsing:
    + don't try to parse `changelog.gz' file when `changelog.Debian.gz' was
      successfully read, but all its entries were filtered out (e.g. because
      they had already been seen, what can happen while processing binNMU-ed
      packages);
    + also stop reading changelog file if the first non-empty line does
      not contain valid Debian changelog header;
  * Drop support for ancient *.deb files:
    + don't look for changelog files in `/usr/doc' directories;
    + assume all paths in tarballs created by `dpkg-deb --fsys-tarfile'`
      will start with the `./' prefix.
  * Regenerate *.pot and *.po files.
  * Update Polish translation.
  * Update debian/NEWS with a summary of the changes in versions 3.x.

 -- Robert Luberda <email address hidden>  Mon, 15 Aug 2016 21:55:31 +0200
3.2
Deleted in experimental-release (Reason: None provided.)
apt-listchanges (3.2) experimental; urgency=medium

  * Improve parsing of changelog entries: ignore Emacs stuff and comments
    (closes: #336739), and try to recognize ancient changelog headers, so that
    they are shown in the proper order when `--reverse --show-all' is used.
  * Handle a few signals in apt-listchanges, and update the exit status check
    in the apt config file to break the installation  not only when the status
    is equal to 10, but also when it is greater than 10 (closes: #816054).
  * Move the code responsible for reading apt pipeline to new ALCApt module,
    refactor it, and add support for reading from file descriptor given in
    $APT_HOOK_INFO_FD instead of stdin.  This requires InfoFD option to be
    set in the apt configuration file.
  * Avoid reopening /dev/tty when stdin/stdout is already attached to terminal,
    make ttyconfirm use python's input() method instad, so that it should work
    correctly when 'su -c apt-get' is used for upgrades (closes: #663738).
  * Use named arguments in format strings to fix gettext warnings.
  * Rework debconf handling not to use debconf as a registry (closes: #521403).
    Introduce debian/debconf-helper.py, that gets inlined into postinst
    and config, and use configparser module for reading and writing our
    configuration file.

 -- Robert Luberda <email address hidden>  Sat, 30 Apr 2016 15:37:50 +0200
3.1
Superseded in experimental-release
apt-listchanges (3.1) experimental; urgency=medium

  * Drop root privileges when running commands spawned by browser,
    xterm-browser, and xterm-pager frontends (closes: #456454):
    + a non-privileged user is selected by examining the APT_LISTCHANGES_USER,
      SUDO_USER, and USERNAME environment variables;
    + if temporary directory name ends with '/0', then it is modified to end
      with '/<uid-of-new-user>';
    + a few environment variables (HOME, SHELL, LOGNAME, TMPDIR, etc.)
      are updated;
    + os.spawnl() call was replaced with subprocess.Popen() with its env, and
      preexec_fn params set properly (BTW. this also mean that shell is no
      longer involved in running the commands).
    All the above steps are needed, because `su -c' cannot be used, because it
    detaches from the controlling terminal...
    The pager frontend still runs its command as root, so that it can be usable
    in case of any errors in the implementation of the above logic.

  * Update man page for the above change. Apply some other minor fixes to it.
  * Close temporary files explicitly to have a chance to ignore an error when
    the file has been removed already (closes: #772663).
  * Exit with an error when invalid command line option is given.
  * Permit '+' character in e-mail address while converting output to html.

  * Move the code responsible for handling the seen database to new ALSeenDb.py
    module and:
    + handle the fact that ndbm in python3 adds the '.db' extension by itself,
      and update the postinst script to rename the spurious '.db.db' file
      created by version 3.0  (closes: #820732);
    + increase reliability of saving database changes, and store the previous
      version of the database in 'listchanges-old.db', also update the postrm
      script for the new file;
    + add '--dump-seen' option to display the contents of the database to
      stdout, and mention NFS-sharing in README.Debian (closes: #658444).

  * Mention `NEWS and/or changelog' in README.Debian (closes: #743366), and
    update the description of both the algorithm and recovery procedure.
  * Standards-Version: 3.9.8.

 -- Robert Luberda <email address hidden>  Sun, 17 Apr 2016 23:29:25 +0200
3.0
Superseded in experimental-release
apt-listchanges (3.0) experimental; urgency=low

  * Switch to python3 (closes: #796061).
    Merge James Lu's changes from his GitHub repository given in the
    bug report. Apart from the basic python3 syntax related updates,
    the change include replacing python-gtk2 and python-glade2 code
    with python3-gi for gtk frontend;
  * Use gettext() instead of lgettext() as a fix (or work-around)
    for an issue with python3 concatenating or not concatenating
    bytes to string depending on the current locale (see #818728).
  * Fix mail fronted to use 8bit encoding rather than base64 one.
    This requires python3 >= 3.5 for subprocess.run().
  * Apply more python3 fixes for exceptions occurring in legacy,
    non-UTF8 locales.
  * Enhance GTK frontend to display different labels for news
    items and changelogs.
  * Display titles in all other frontends as well (closes: #341917).
    Also make sure xterm-based frontends use the same settings as
    their console-based equivalents.
  * Handle local apt repositories with spaces in path (closes: #534434).
  * Fallback to non-xterm frontends when $DISPLAY is not set.
  * Drop support for deprecated frontends like w3m.
  * debian/control:
    + rename X-Python-Version control field to X-Python3-Version
      to get correct dependency on python3;
    + move dh-python from Build-Depends-Indep to Build-Depends,
      it is needed for the clean target due to `dh --with python3';
    + sort dependency fields with the wrap-and-sort command.

 -- Robert Luberda <email address hidden>  Sun, 10 Apr 2016 20:33:32 +0200
Superseded in stretch-release
Superseded in sid-release
apt-listchanges (2.89) unstable; urgency=medium

  * Fix the 'none' frontend broken since version 2.86.
  * Introduce --select-frontend option for testing purposes
    to validate different frontends before release.
  * Quit early in the apt mode if there are no packages
    to process (this partially fixes #514865).
  * Standards-Version: 3.9.8 (no changes).

 -- Robert Luberda <email address hidden>  Sat, 09 Apr 2016 21:37:50 +0200
Superseded in stretch-release
Superseded in sid-release
apt-listchanges (2.88) unstable; urgency=medium

  * Fix build reproducibility by forcing LC_ALL=C for docbook-to-man calls.
  * Update the previous debian/NEWS entry to mention renamed options.

 -- Robert Luberda <email address hidden>  Sun, 03 Apr 2016 10:09:23 +0200
Superseded in sid-release
apt-listchanges (2.87) unstable; urgency=medium

  * Use po4a for handling translations of man pages:
    + convert existing translations to *.po files, and unfuzzy them;
    + incorporate minor update of French man page by Alexandre Detiste
      from bug#796061;
    + make sure the Italian translation is actually installed;
    + update Makefiles, and add build dependency on po4a.
  * Fix encoding of non-ASCII mails (closes: #604922).
  * Convert http(s) and ftp(s) URLs into links in the browser frontend
    (closes: #587399). Additionally do the same CVE/CAN identifiers,
    and switch to using https for the Debian BTS links.
  * Introduce the --email-format option to optionally send mails in
    the HTML format (closes: #689731).
  * Rename the --save_seen option to --save-seen to match names of
    other command line options that contain hyphens rather than
    underscores (closes: #707667). Also rename --all to --show-all
    to match the name of the configuration file option. (Both older
    options are supported for backward compatibility, but no longer
    documented in the man page).
  * Enhance apt-listchanges(1) man page:
    + describe the format of the configuration file together with
      possible values of boolean options (see #707667);
    + document that browser, pager, and xterm settings can include
      arguments (closes: #784781);
    + disambiguate description of changes ordering (closes: #594844).
  * Introduce --ignore-apt-assume option to disable switching into
    non-interactive mode in case of `apt-get -y' (closes: #818712).
  * Switch to the non-interactive mode when DEBIAN_FRONTEND environment
    variable is set to "noninteractive". Add --ignore-debian-frontend
    to disable this.
  * Validate package names command line arguments (closes: #522700).
  * Try to prompt for confirmation when exception occurs (closes: #479530).
  * Update Polish translation.
  * Cleanup debian/rules a bit.
  * Drop useless build-dependency on libexpat1-dev.
  * Add debian/NEWS entry for recent changes.

 -- Robert Luberda <email address hidden>  Sat, 02 Apr 2016 20:24:43 +0200
Superseded in stretch-release
Superseded in sid-release
apt-listchanges (2.86) unstable; urgency=medium

  * New maintainer (closes: #813245).
  * Merge binnmu entries with regular ones, not to display the low urgency
    binnmus before other possibly more important entries (closes: #746428).
  * If at least one package is being upgraded, do not ignore newly installed
    packages to try to support cases when /u/s/doc/package directory changes
    into symlink to another package built from the same source.
  * Check if filenames dict contains package name key before deleting it to
    avoid exception (closes: #757203).
  * Print "Reading changelogs" into stdout, not stderr (closes: #789160).
  * Do not override the mail fronted with text when quiet mode is set and
    the mail frontend is usable (closes: #502347, #788059).
  * Handle the '--assume-yes' option of apt-get by using non-interactive
    frontend and disabling confirmation (closes: #687443, LP: #788519),
    and fix exception occurring on non-int value while parsing apt
    'quiet=' line (closes: #604130).
  * Switch debian/copright to the DEP-5 format.
  * debian/copyright:
    + use https for Vcs-* fields, and link to cgit rather than gitweb;
    + remove remaining uploader;
    + bump Standards-Verrsion to 3.9.7 (no changes).

 -- Robert Luberda <email address hidden>  Thu, 17 Mar 2016 23:35:12 +0100
Superseded in stretch-release
Superseded in sid-release
apt-listchanges (2.85.14) unstable; urgency=medium

  * Acknowledge NMU; thanks to Ben Hutchings for it; Closes: #718770, #733921,
    #742826
  * Force quite mode when not running in a TTY; thanks to Micah Anderson for the
    report and to Thomas Parmelan for the patch; Closes: #610012
  * Bump debhelper compat to 9
  * Use dpkg-parsechangelog --show-field
  * convert d/rules to DH sequencer
  * Switch to dh_python2; Closes: #785943
  * Bump Standards-Version to 3.9.6 (no changes needed)

 -- Sandro Tosi <email address hidden>  Sat, 06 Jun 2015 20:24:29 -0400
Superseded in stretch-release
Published in jessie-release
Superseded in sid-release
apt-listchanges (2.85.13+nmu1) unstable; urgency=medium


  [ Ben Hutchings ]
  * Non-maintainer upload

  [ Chris Boot ]
  * Use the package's Architecture field when looking for binNMU changelogs.
    This removes the use of dpkg-architecture and thus the dependency on
    dpkg-dev. Closes: #718770, #733921

  [ Sergey Alyoshin ]
  * Add .glade file to translation and use xgettext
  * Mark message as translatable in .glade file
  * Update Russian translation; Closes: #742826

 -- Ben Hutchings <email address hidden>  Sun, 12 Oct 2014 23:46:51 +0100

Available diffs

Superseded in jessie-release
Superseded in sid-release
apt-listchanges (2.85.13) unstable; urgency=low


  * Add missing dep on dpkg-dev, required to run dpkg-architecture; thanks to
    Ben Armstrong for the report; Closes: #733825
  * Fixed grammar in debconf Italian text; thanks to Riccardo Boninsegna for the
    report and to Luca Monducci for the patch; Closes: #709222

 -- Sandro Tosi <email address hidden>  Wed, 01 Jan 2014 15:59:35 +0100
Superseded in sid-release
apt-listchanges (2.85.12) unstable; urgency=low


  * Update the program Spanish PO file; thanks to Javier Fernandez-Sanguino;
    Closes: #686426
  * Handle new format of binNMUs; thanks to Thorsten Glaser for the report and
    to Simon Ruderich for the patch; Closes: #718770
  * Add missing newline in the debconf passtrough frontend output; thanks to
    José Manuel Santamaría Lema for the report and patch; Closes: #693805
  * bump Standards-Version to 3.9.5 (no changes needed)
  * Use Alioth canonical URLs

 -- Sandro Tosi <email address hidden>  Sun, 29 Dec 2013 13:31:26 +0100
Deleted in experimental-release (Reason: None provided.)
apt-listchanges (2.85.12~exp1) experimental; urgency=low


  [ Julien Cristau ]
  * [022b79c] apt-listchanges: debconf passthrough frontend for use with
    packagekit; Closes: #678311

  [ Sandro Tosi ]
  * [7bbe068] don't show changes only for packages configured early; thanks to
    Zack Weinberg for the patch; Closes: #573013

 -- Sandro Tosi <email address hidden>  Tue, 21 Aug 2012 01:20:55 +0200
Superseded in jessie-release
Published in wheezy-release
Superseded in sid-release
apt-listchanges (2.85.11) unstable; urgency=low


  * Don't use _() if we can't set requested locale; thanks to Ansgar Burchardt
    for the report and to Stuart Prescott for the patch; Closes: #602176
  * While parsing APT output, only return packages that are being installe, and
    not simply configured; thanks to Stuart Prescott for the analysis and the
    patch: Closes: #672230

 -- Sandro Tosi <email address hidden>  Sat, 30 Jun 2012 12:36:34 +0200
Superseded in wheezy-release
Superseded in sid-release
apt-listchanges (2.85.10) unstable; urgency=low


  [ Pierre Habouzit ]
  * Remove myself from Maintainer/Uploader as I won't work on it anymore, put
    Sandro in charge, since well, it just makes reality official.

  [ Josh Triplett ]
  * Avoid throwing an exception when sendmail does not exist. (Closes: 666086)
  * Move mail-transport-agent from Recommends to Suggests. (Closes: 599667)
  * Change exim4 to default-mta in Suggests.

  [ Sandro Tosi ]
  * Bump Standards-Version to 3.9.3 (no changes needed)

 -- Sandro Tosi <email address hidden>  Sun, 03 Jun 2012 12:32:07 +0200
Superseded in wheezy-release
Superseded in sid-release
apt-listchanges (2.85.9) unstable; urgency=low


  * Add helpful message to exit from less; thanks to Stuart Prescott for report
    and patch; Closes: #633645
  * use _render() to show test in GTK frontend; Closes: #551537
  * add --since and --reverse to manpage; thanks to Rogério Brito for the
    report; Closes: #620548
  * bump Standards-Version to 3.9.2 (no changes needed)
  * fix build* targets
  * add source format + compression options
  * added Auto-Submitted header to mails; thanks to Lee Maguire for the report;
    Closes: #641228
  * Add the debconf Slovak PO file; thanks to Slavko for the patch;
    Closes: #614207

 -- Sandro Tosi <email address hidden>  Fri, 17 Feb 2012 21:32:26 +0100
Published in squeeze-release
apt-listchanges (2.85.7+squeeze1) stable; urgency=low
  [ Sandro Tosi ]  * Don't skip the very first entry when the NEWS file is added; thanks to Ryo    IGARASHI for the report and to Robert Luberda for the patch; Closes: #590541  [ Michael Biebl ]  * Upload to stable. -- Sandro Tosi <email address hidden>  Tue, 31 May 2011 11:57:14 +0200
Superseded in wheezy-release
Superseded in sid-release
apt-listchanges (2.85.8) unstable; urgency=low
  * Update the debconf Danish PO file; thanks to Joe Dalton; Closes: #610566  * Don't skip the very first entry when the NEWS file is added; thanks to Ryo    IGARASHI for the report and to Robert Luberda for the patch; Closes: #590541 -- Sandro Tosi <email address hidden>  Tue, 31 May 2011 11:57:14 +0200

Available diffs

Superseded in wheezy-release
Superseded in squeeze-release
Superseded in sid-release
apt-listchanges (2.85.7) unstable; urgency=low
  * Update the program Catalan PO file; thanks to Jordi Mallach; Closes:    #606799 -- Sandro Tosi <email address hidden>  Sat, 11 Dec 2010 21:27:48 +0100
Superseded in squeeze-release
Superseded in sid-release
apt-listchanges (2.85.6) unstable; urgency=low


  * Update the program Danish PO file; thanks to Joe Dalton; Closes:
    #602226
  * Update the program Catalan PO file; thanks to Jordi Mallach
  * make postrm be idempotent; thanks to Gonzalo Pérez de Olaguer
    Córdoba; Closes: #602742
  * Update PO Debconf Chinese (traditional) translation; thanks to Asho
    Yeh

 -- Sandro Tosi <email address hidden>  Tue, 16 Nov 2010 22:20:39 +0100
Superseded in squeeze-release
Superseded in sid-release
apt-listchanges (2.85.5) unstable; urgency=low


  * Update the program French PO file, and revert the wrongly changed
    Debconf PO file; really Closes: #593224

 -- Sandro Tosi <email address hidden>  Mon, 20 Sep 2010 23:11:15 +0200
Superseded in sid-release
apt-listchanges (2.85.4) unstable; urgency=low


  [ Pierre Habouzit ]
  * make apt-listchange interruptible by ^C (Closes: #456271)
  * Use pythonism to guess the encoding to use (Closes: #511448) -
    thanks to Joerg Woelke <email address hidden>

  [ Sandro Tosi ]
  * Updated French translation; thanks to Christian Perrier; Closes:
    #593224

 -- Sandro Tosi <email address hidden>  Sun, 19 Sep 2010 15:19:16 +0200
Superseded in squeeze-release
Superseded in sid-release
apt-listchanges (2.85.3) unstable; urgency=low


  [ Pierre Habouzit ]
  * Make apt-listchanges guess about binNMUs again; Closes: 590989

  [ Sandro Tosi ]
  * debian/README.Debian
    - reported the workaround used to recover from situation like in #587952;
      we can't do anything else but to document it, so this also Closes: #587952
  * debian/control
    - remove Matt Zimmerman from Uploaders: thx for your work! Closes: #521476

 -- Sandro Tosi <email address hidden>  Fri, 06 Aug 2010 17:13:16 +0200
Superseded in squeeze-release
Superseded in sid-release
apt-listchanges (2.85.2) unstable; urgency=low


  * apt-listchanges no longer supposes that binary packages all have the same
    version for a given source package; Closes: #525978, #491306

 -- Pierre Habouzit <email address hidden>  Mon, 19 Jul 2010 11:15:50 +0200
Superseded in squeeze-release
Superseded in sid-release
apt-listchanges (2.85.1) unstable; urgency=low


  * apt-listchanges/DebianFiles.py
    - add an empty line (if missing) only if there's something to display;
      thanks to Julien Cristau for the report; Closes: #587957

 -- Sandro Tosi <email address hidden>  Mon, 05 Jul 2010 21:02:52 +0200
Superseded in sid-release
apt-listchanges (2.85) unstable; urgency=low


  * debian/control
    - added myself to Uploaders
    - removed b-d-i for python-dev, not needed for building the package
    - bump Standards-Version to 3.9.0 (no changes needed)
  * debian/{config, preinst}
    - add 'set -e' explicitly, and not only in the shebang
  * po/ar.po
    - added Arabic translation; thanks to Ossama Khayat for the report and
      patch; Closes: #501636
  * apt-listchanges.py, apt-listchanges/DebianFiles.py, debian/control
    - update for upcoming python-apt API transition; thanks to Julian Andres
      Klode for the report and patch; Closes: #572062
  * debian/copyright
    - refer to GPL-2 local license file
  * apt-listchanges.es.sgml
    - use escape sequence instead of apex in 'save_seen' description
  * debian/README.Debian
    - fix a typo; thanks to Paul Menzel for report and patch; Closes: #516141
  * po/et.po
    - updated Estonian translation; thanks to Ivar Smolin for the report and
      patch; Closes: #576325
  * apt-listchanges/DebianFiles.py
    - add a blank line at the end of NEWS entry (if it's not already there);
      thanks to Martin Michlmayr for the report and to Morita Sho for the patch;
      Closes: #247356

 -- Sandro Tosi <email address hidden>  Fri, 02 Jul 2010 00:27:28 +0200
Superseded in squeeze-release
Superseded in sid-release
apt-listchanges (2.84) unstable; urgency=low


  [ Christian Perrier ]
  * Fix typo in Polish translation. Closes: #510618

  [ Thadeu Lima de Souza Cascardo ]
  * Introduce the --reverse option to list entries in the reverse order.
    Closes: #172113:

 -- Thadeu Lima de Souza Cascardo <email address hidden>  Mon, 04 Jan 2010 12:17:21 -0200
Superseded in squeeze-release
Superseded in sid-release
apt-listchanges (2.83+nmu1) unstable; urgency=low


  * Non-maintainer upload with maintainer's agreement
    (he likes living dangerously)

  [ Pierre Habouzit ]
  * Apt-listchanges moves to collab-maint.

  [ Christian Perrier ]
  * Catalan (Jordi Mallach).  Closes: #548654
  * Fix pending l10n issues. Program translations:
    - Simplified Chinese. Closes: #501042
    - Brazilian Portuguese. Closes: #501637
  * Fix pending l10n issues. Debconf translations:
    - Brazilian Portuguese (Felipe Augusto van de Wiel (faw)).
      Closes: #501639
  * Add ${misc:Depends} to dependencies to properly
    deal with dependencies implied by some debhelper
    utilities. As a consequence, drop the dependency on
    debconf.

 -- Christian Perrier <email address hidden>  Tue, 29 Sep 2009 23:16:26 +0200
Superseded in squeeze-release
Superseded in sid-release
Published in lenny-release
apt-listchanges (2.83) unstable; urgency=low


  [ Christian Perrier ]
  * Fix extra space before exclamation mark in an error
    message. Translations unfuzied.
  * Fix extra question mark in one string. Translations
    unfuzzied and fixed when they had two question marks too.
  * Programs translation updates:
    - French. Closes: #469248
    - Estonian. Closes: #500979
    - Basque. Closes: #501010
    - Traditional Chinese. Closes: #501034
    - Simplified Chinese. Closes: #501039
    - Swedish. Closes: #501051
    - Japanese. Closes: #501530
    - Czech. Closes: #501212
    - Italian. Closes: #501238
    - German. Closes: #501265
    - Russian. Closes: #501469
    - Portuguese. Closes: #501494
    - Polish. Closes: #501496
    - Dutch. Closes: #501621
  * Debconf translations:
    - Swedish. Closes: #492092
    - Simplified Chinese. Closes: #501039
    - Polish. Closes: #501296
  * Russian. Closes: #501469

  [ Pierre Habouzit ]
  * Fix the Vcs-* header to add the missing "apps/" in it.
  * Thanks a lot to Christian for his invaluable help and the 23 patches he
    sent me.

 -- Pierre Habouzit <email address hidden>  Thu, 09 Oct 2008 11:29:41 +0200
161 of 61 results