~ubuntu-branches/ubuntu/maverick/software-center/maverick-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt, Gary Lasker, Michael Vogt
  • Date: 2010-10-01 10:40:08 UTC
  • Revision ID: james.westby@ubuntu.com-20101001104008-6esdn2fb7inhmydb
Tags: 3.0.4
[ Gary Lasker ]
* softwarecenter/view/appview.py:
  - fix intermittent crash in _set_cursor (LP: #617004)

[ Michael Vogt ]
* Create the log directory not on the import paths.py. Otherwise
  if the user upgrades using a sudo based tool (like apt-get) he
  may end up with a root owned log (LP: #652151)
* softwarecenter/paths.py
  - ensure we don't create directories in /home when running as
    root
  - When detecting a not writable cache dir, try to remove it
    so that it gets re-created later with the right permissions.
    That will undo the damage in bug LP: #652151

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
software-center (3.0.4) maverick; urgency=low
 
2
 
 
3
  [ Gary Lasker ]
 
4
  * softwarecenter/view/appview.py:
 
5
    - fix intermittent crash in _set_cursor (LP: #617004)
 
6
  
 
7
  [ Michael Vogt ]
 
8
  * Create the log directory not on the import paths.py. Otherwise
 
9
    if the user upgrades using a sudo based tool (like apt-get) he
 
10
    may end up with a root owned log (LP: #652151)
 
11
  * softwarecenter/paths.py
 
12
    - ensure we don't create directories in /home when running as
 
13
      root
 
14
    - When detecting a not writable cache dir, try to remove it
 
15
      so that it gets re-created later with the right permissions.
 
16
      That will undo the damage in bug LP: #652151
 
17
 
 
18
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 01 Oct 2010 10:40:08 +0200
 
19
 
1
20
software-center (3.0.3) maverick; urgency=low
2
21
 
3
22
  * softwarecenter/view/softwarepane.py: