~ubuntu-branches/ubuntu/natty/computer-janitor/natty

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Lars Wirzenius
  • Date: 2009-09-09 17:37:19 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090909173719-p6nx0vhgs39irsmc
Tags: 1.13.3-0ubuntu1
* New upstream release. Fixes the following bugs in Ubuntu:
  - incomplete translation template (Closes: LP: #425018)
  - "cleanup" button sensitive when there's nothing to clean up
    (Closes: LP: #418319)
  - wrong launchpad page link in about box (Closes: LP: #417309)
* Also, upstream re-introduced the "unsupported package" plugin, and
  the Ubuntu packaging added a default whitelist file listing the
  most common manually installed third-party packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
disabled = ["add_nfs_common_plugin.py",
23
23
            "check_admin_group_plugin.py",
24
24
            "fstab_plugin.py",
25
 
            "unsupported_plugin.py",
26
25
            "landscape_stub_plugin.py"]
27
26
 
28
27
def plugins():