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

« back to all changes in this revision

Viewing changes to computerjanitorapp/__init__.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:
14
14
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
15
15
 
16
16
 
17
 
VERSION = "1.13.2"
 
17
VERSION = "1.13.3"
18
18
 
19
19
 
20
20
# Set up gettext. This needs to be before the import statements below