~mvo/software-center/fix-lp1009039

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Gary Lasker
  • Date: 2012-06-28 18:30:00 UTC
  • mfrom: (3050.1.1 fix-lp920741-trunk)
  • Revision ID: gary.lasker@canonical.com-20120628183000-2pnhu5gixa7t8iet
* lp:~mvo/software-center/fix-lp920741-trunk:
  - add a __unicode__ method to the Application object to ensure
    that in a mixed string/unicode context the right type is
    returned and as a side-effect this fixes LP: #920741 and similar
    cases 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
software-center (5.3.3) UNRELEASED; urgency=low
 
2
 
 
3
  [ Michael Vogt ]
 
4
  * lp:~mvo/software-center/fix-lp920741-trunk:
 
5
    - add a __unicode__ method to the Application object to ensure
 
6
      that in a mixed string/unicode context the right type is
 
7
      returned and as a side-effect this fixes LP: #920741 and similar
 
8
      cases 
 
9
 
 
10
 -- Gary Lasker <gary.lasker@canonical.com>  Thu, 28 Jun 2012 14:27:20 -0400
 
11
 
1
12
software-center (5.3.2) quantal-proposed; urgency=low
2
13
 
3
14
  [ Gary Lasker ]