NEWS 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. apt-listchanges (3.3) unstable; urgency=medium
  2. Short summary of the most important changes done since version 3.0 up to 3.3:
  3. - apt-listchanges was migrated to python3. The "gtk" frontend now requires
  4. the python3-gi package to work.
  5. - The "browser", "xterm-pager", and "xterm-browser" frontends will now try
  6. to drop root privileges before spawning external commands. This only works
  7. when upgrade was initiated from a regular user account with commands like
  8. sudo|su apt-get|aptitude upgrade|install|etc.
  9. - The way apt-listchanges cooperates with apt was slightly changed; please
  10. make sure to accept the new version of `/etc/apt/apt.conf.d/20listchanges'
  11. configuration file in case dpkg prompts about the file.
  12. - apt-listchanges no longer supports deprecated frontends (e.g. "w3m")
  13. or ancient (i.e. more than about 15 years old) *.deb packages.
  14. -- Robert Luberda <robert@debian.org> Mon, 15 Aug 2016 21:55:31 +0200
  15. apt-listchanges (2.87) unstable; urgency=medium
  16. For better integration with package management system, apt-listchanges
  17. automatically switches to the non-interactive "text" frontend:
  18. - when the `-y'/`--assume-yes' option is passed to apt-get
  19. - or when DEBIAN_FRONTEND environment variable is set to "noninteractive".
  20. The new behavior can be disabled in the configuration file (or via the
  21. command-line parameters), refer to apt-listchanges(1) man page for details.
  22. The "mail" frontend can optionally send e-mails in the HTML format, see the
  23. description of `--email-format' option in the man page for more information.
  24. For the sake of consistency the `--all' and `--show_seen' options were
  25. renamed to `--show-all' and `--show-seen' respectively.
  26. -- Robert Luberda <robert@debian.org> Sat, 02 Apr 2016 20:24:43 +0200