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

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2012-12-06 17:30:50 UTC
  • Revision ID: package-import@ubuntu.com-20121206173050-n7mxi5fzlsvtdh9l
Tags: 5.5.2
* lp:~mvo/software-center/fix-pygobject-deprecation-warnings:
  - fix deprecation warninings with the latest python-gi
* lp:~mvo/software-center/minor-logging-fixes:
  - drop some LOG.info() messages to LOG.debug() to spam the user
    less
* lp:~mvo/software-center/trivial-close-ui-tweak:
  - hide the main window immediately when closing down
* lp:~mvo/software-center/5.4-fix-save-person-to-config:
  - This branch ensures that the "username" is saved everytime
    that the ubuntu sso whoami call is done
* lp:~mvo/software-center/use-dpkg-builddeps:
  - use dpkg-checkbuilddeps to find test-dependencies
* lp:~mvo/software-center/update-sc-cmdline-flexibility:
  - update-software-center-agent: 
    + add --target-db-path commandline
  - update-software-center: 
    + add --app-install-desktop-dir and --target-db-path commandline
* lp:~mvo/software-center/raring-pep8:
  - fixes for new pep8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
software-center (5.5.2) raring; urgency=low
 
2
 
 
3
  * lp:~mvo/software-center/fix-pygobject-deprecation-warnings:
 
4
    - fix deprecation warninings with the latest python-gi
 
5
  * lp:~mvo/software-center/minor-logging-fixes:
 
6
    - drop some LOG.info() messages to LOG.debug() to spam the user
 
7
      less
 
8
  * lp:~mvo/software-center/trivial-close-ui-tweak:
 
9
    - hide the main window immediately when closing down
 
10
  * lp:~mvo/software-center/5.4-fix-save-person-to-config:
 
11
    - This branch ensures that the "username" is saved everytime
 
12
      that the ubuntu sso whoami call is done
 
13
  * lp:~mvo/software-center/use-dpkg-builddeps:
 
14
    - use dpkg-checkbuilddeps to find test-dependencies
 
15
  * lp:~mvo/software-center/update-sc-cmdline-flexibility:
 
16
    - update-software-center-agent: 
 
17
      + add --target-db-path commandline
 
18
    - update-software-center: 
 
19
      + add --app-install-desktop-dir and --target-db-path commandline
 
20
  * lp:~mvo/software-center/raring-pep8:
 
21
    - fixes for new pep8
 
22
 
 
23
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 06 Dec 2012 17:30:50 +0100
 
24
 
1
25
software-center (5.5.1.1) raring; urgency=low
2
26
 
3
27
  * Fix FTBFS in the clean target by build-depending on python-dbus,
3835
3859
    - fix pyflakes warnins
3836
3860
  * softwarecenter/db/reviews.py:
3837
3861
    - ensure pkgname is a str (and not unicode), otherwise 
3838
 
      GObject.spawn_async crashes (LP: #761357)
 
3862
      GLib.spawn_async crashes (LP: #761357)
3839
3863
  * softwarecenter/backend/zeitgeist_simple.py:
3840
3864
    - do not crash if a zeitgeist has no subjects (LP: #761905)
3841
3865
 
3906
3930
    - do not crash if /var/lib/apt-xapian-index/cataloged_times.p can
3907
3931
      not be read (LP: #636049)
3908
3932
  * merged lp:~mvo/software-center/get-reviews-subprocess (LP: #743020):
3909
 
    - don't use multiprocessing anymore, instead GObject.spawn_async()
 
3933
    - don't use multiprocessing anymore, instead GLib.spawn_async()
3910
3934
      a helper app, this finally fixes the crashes with accessibility
3911
3935
      turned on (LP: #743020)
3912
3936
    - update rnrclient_pristine.py to the latest upstream version
3914
3938
    - add support for getting all the origins of the DB, this is
3915
3939
      needed for the new rnrclient_pristine.py functionatlity
3916
3940
    - ship get_reviews_helper.py, get_review_stats_helper.py for
3917
 
      the GObject.spawn_async() change
 
3941
      the GLib.spawn_async() change
3918
3942
    - this also makes the reviews fully work in the guest session again
3919
3943
 
3920
3944
  [ Gary Lasker ]