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

« 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-03-11 16:58:00 UTC
  • Revision ID: james.westby@ubuntu.com-20100311165800-t1x7nerqb5dxjyeq
Tags: 1.1.17
[ Gary Lasker ]
* softwarecenter/view/navhistory.py:
  - unescape the nav button label text (LP: #531689)
  - fix up and just use a single __str__ method (LP: #531780)
* softwarecenter/view/availablepane.py,
  softwarecenter/view/channelpane.py:
  - fix intermittent AttributeError when a previous
    model does not exist when refreshing the apps view
    (LP: #531820)

[ Michael Vogt ]
* merged lp:~mpt/software-center/bug-499893 (thanks)
* merged lp:~mpt/software-center/categorization (thanks)
* merged lp:~michaelforrest/software-center/ui-changes (thanks)
* data/icons/scalable/apps/partner.svg:
  - add partner icon (LP: #531694)
* softwarecenter/view/catview.py:
  - do not show header in subsection view
* softwarecenter/view/availablepane.py:
  - fix race in initial part creation (LP: #531798)
* debian/control:
  - add gnome-app-install transitional package (closes: #572941)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
software-center (1.1.17) lucid; urgency=low
 
2
 
 
3
  [ Gary Lasker ]
 
4
  * softwarecenter/view/navhistory.py:
 
5
    - unescape the nav button label text (LP: #531689)
 
6
    - fix up and just use a single __str__ method (LP: #531780)
 
7
  * softwarecenter/view/availablepane.py,
 
8
    softwarecenter/view/channelpane.py:
 
9
    - fix intermittent AttributeError when a previous
 
10
      model does not exist when refreshing the apps view
 
11
      (LP: #531820)
 
12
  
 
13
  [ Michael Vogt ]
 
14
  * merged lp:~mpt/software-center/bug-499893 (thanks)
 
15
  * merged lp:~mpt/software-center/categorization (thanks)
 
16
  * merged lp:~michaelforrest/software-center/ui-changes (thanks)
 
17
  * data/icons/scalable/apps/partner.svg:
 
18
    - add partner icon (LP: #531694)
 
19
  * softwarecenter/view/catview.py:
 
20
    - do not show header in subsection view
 
21
  * softwarecenter/view/availablepane.py:
 
22
    - fix race in initial part creation (LP: #531798)
 
23
  * debian/control:
 
24
    - add gnome-app-install transitional package (closes: #572941)
 
25
 
 
26
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 11 Mar 2010 16:58:00 +0100
 
27
 
1
28
software-center (1.1.16.1) lucid; urgency=low
2
29
 
3
30
  * softwarecenter/view/navhistory.py:
468
495
    - string fixes (thanks to shane fagan), LP: #493618
469
496
 
470
497
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 07 Dec 2009 18:32:13 +0100
471
 
 
 
498
 
472
499
software-center (1.1debian1) unstable; urgency=low
473
500
 
474
501
  * Initial upload to Debian (Closes: #558692)
1199
1226
  * Initial release
1200
1227
 
1201
1228
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 21 Aug 2009 14:52:41 +0200
 
1229