~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, Michael Vogt, Gary Lasker
  • Date: 2010-02-17 10:13:41 UTC
  • Revision ID: james.westby@ubuntu.com-20100217101341-x134t7lm0bss3jxn
Tags: 1.1.12
[ Michael Vogt ]
* merged lp:~mmcg069/software-center/spinner  (many thanks)
* merged lp:~mmcg069/software-center/fixes-and-tweaks  (many thanks)

[ Gary Lasker ]
* implement standalone presentation of individual software
  repositories

[ Michael Vogt ]
* README:
  - document menu.d/ directory
* softwarecenter/view/catview.py:
  - add SCPkgname xml filter
* apt-xapian-index-plugin/software-center.py:
  - add custom apt-xapian-index plugins for indexing 
    "XB-Softwarecenter-Appname" in debian/control
* apt-xapian-index-plugin/origin.py:
  - add custom apt-xapian-index plugins for indexing the origins
* softwarecenter/distro/Ubuntu.py:
  - add abstraction for distro_channel_{name,description}
* softwarecenter/distro/__init__.py:
  - make get_distro() return a singleton
* softwarecenter/view/channelpane.py:
  - for the main distro channel, show only apps, not all packages
* data/featured.menu.in:
  - add a "Featured" category

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
software-center (1.1.12) lucid; urgency=low
 
2
 
 
3
  [ Michael Vogt ]
 
4
  * merged lp:~mmcg069/software-center/spinner  (many thanks)
 
5
  * merged lp:~mmcg069/software-center/fixes-and-tweaks  (many thanks)
 
6
  
 
7
  [ Gary Lasker ]
 
8
  * implement standalone presentation of individual software
 
9
    repositories
 
10
  
 
11
  [ Michael Vogt ]
 
12
  * README:
 
13
    - document menu.d/ directory
 
14
  * softwarecenter/view/catview.py:
 
15
    - add SCPkgname xml filter
 
16
  * apt-xapian-index-plugin/software-center.py:
 
17
    - add custom apt-xapian-index plugins for indexing 
 
18
      "XB-Softwarecenter-Appname" in debian/control
 
19
  * apt-xapian-index-plugin/origin.py:
 
20
    - add custom apt-xapian-index plugins for indexing the origins
 
21
  * softwarecenter/distro/Ubuntu.py:
 
22
    - add abstraction for distro_channel_{name,description}
 
23
  * softwarecenter/distro/__init__.py:
 
24
    - make get_distro() return a singleton
 
25
  * softwarecenter/view/channelpane.py:
 
26
    - for the main distro channel, show only apps, not all packages
 
27
  * data/featured.menu.in:
 
28
    - add a "Featured" category
 
29
 
 
30
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 17 Feb 2010 10:13:41 +0100
 
31
 
1
32
software-center (1.1.11) lucid; urgency=low
2
33
 
3
34
  [ Michael Vogt ]