~speijnik/update-manager/main

« back to all changes in this revision

Viewing changes to UpdateManager/__init__.py

  • Committer: Stephan Peijnik
  • Date: 2010-11-22 09:35:49 UTC
  • Revision ID: debian@sp.or.at-20101122093549-k69gm4tooep8ujkp
UpdatedManager/Backend/PythonApt.py:

* Try to catch more exceptions python-apt could possibly raise and handle them gracefully.

UpdatedManager/Frontend/Gtk/ui.py:

* Fix longstanding typo "Administraion" -> "Administration".
* Fix longstanding typo, missing space when concatenating strings.

UpdatedManager/__init__.py:

* Bumped version to 0.200.5~exp. This will become 0.200.5 (or a RC of 0.200.5) as soon as we get more translations.

po/ar.po:

* Updated Arabic translation, thanks to Ossama Khayat.

po/cs.po:

* Updated Czech translation, thanks to Michal Simunek.

po/pt_BR.po:

* Updated Brazilian Portuguese translation, thanks to Sérgio Cipolla.

po/sk.po:

* Updated Slovak translation, thanks to helix84.

po/th.po:

* Updated Thai translation, thanks to Theppitak Karoonboonyanan.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
""" General definitions """
24
24
 
25
 
__version__ = "0.200.4"
 
25
__version__ = "0.200.5~exp"
26
26
""" Version string
27
27
 
28
28
A version number suffixed with ~exp indicates an experimental