~ubuntu-branches/ubuntu/lucid/software-center/lucid

« back to all changes in this revision

Viewing changes to softwarecenter/version.py

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2010-03-30 16:50:34 UTC
  • Revision ID: james.westby@ubuntu.com-20100330165034-jzhsy0p1lwrs1ecv
Tags: 1.1.22
* softwarecenter/db/update.py:
  - fix crash when locale is not supported
* apt-xapian-index-plugin/*.py:
  - fix deprecation warnings (LP: #548665)
* merged lp:~gary-lasker/software-center/channel-reloads, many
  thanks!
* when the sources.list changes, detect that and update the list
  dynamically (software-center-non-applications spec)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
VERSION='1.1.21'
 
2
VERSION='1.1.22'
3
3
CODENAME='lucid'
4
4
DISTRO='Ubuntu'
5
5
RELEASE='10.04'