~er-abhinav-upadhyay/computer-janitor/bug-726616

« back to all changes in this revision

Viewing changes to computerjanitorapp/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Lars Wirzenius
  • Date: 2009-08-21 15:48:12 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090821154812-s89fcyo4co74tk7o
Tags: 1.13.2-0ubuntu1
* New upstream version. Closes bugs in Launchpad:
  - System cleaner removes explicitly installed third-party packages
    (LP: #285746)
  - I do not want to remove '/' (LP: #337241)
  - computer-janitor incomplete error description (LP: #365325)
  - computer-janitor commandline interface not pipe-friendly (LP: #375094)
  - Python 2.6 DeprecationWarning: Accessed deprecated property 
    Package.candidateDownloadable (LP: #407127)
  - Should use GtkBuilder rather than libglade (LP: #403537)
  - Ambiguous wording in confirmation alert box (LP: #349336)
  - computer-janitor-gtk crashed with UnicodeDecodeError in 
    get_description() (LP: #352461)
  - Can't deselect fixes with space in computer-janitor (LP: #355535)
  - relatime tweak will not be necessary in karmic (LP: #369151)
  - computer janitor needs filesize column (LP: #396522)
* Packaging now uses dh from debhelper 7.

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.12.1"
 
17
VERSION = "1.13.2"
18
18
 
19
19
 
20
20
# Set up gettext. This needs to be before the import statements below