~ubuntu-branches/ubuntu/oneiric/gwibber/oneiric-proposed-201111142328

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2011-10-04 14:30:00 UTC
  • mfrom: (1.1.63 upstream)
  • Revision ID: package-import@ubuntu.com-20111004143000-dqxqn8u4dt7qb4qp
Tags: 3.2.0.1-0ubuntu1
* New upstream release
  - Properly get the retweeter's name instead of the original sender's 
    for identi.ca and status.net (Scott Sweeny) (LP: #834773)
  - Fix lots of missing return values, (Vincent Untz) (LP: #866026)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Generated by Makefile. Do not edit.
2
2
 
 
3
2011-10-04  Ken VanDine  <ken.vandine@canonical.com>
 
4
 
 
5
        Fix lots of missing return values, thanks Vincent Untz (LP: #866026)
 
6
 
 
7
2011-10-04  Ken VanDine  <ken.vandine@canonical.com>
 
8
 
 
9
        preparing for 3.2.0.1
 
10
 
 
11
2011-10-04  Ken VanDine  <ken.vandine@canonical.com>
 
12
 
 
13
        require libdee >= 0.5.19 (LP: #835837)
 
14
 
 
15
2011-10-03  Ken VanDine  <ken.vandine@canonical.com>
 
16
 
 
17
        Properly get the retweeter's name instead of the original sender's for identi.ca and status.net.  Thanks to Scott Sweeny (LP: #834773)
 
18
 
 
19
2011-10-03  Scott Sweeny  <scott.sweeny@canonical.com>
 
20
 
 
21
        gwibber/microblog/plugins/{identica|statusnet}/__init__.py:
 
22
        * Fix "retweeted_by" field in the statusnet/identica plugins. The code 
 
23
        originally filled in the retweeted_status/user/name value, which is the name
 
24
        of the original post author rather than the "retweeter". This change uses
 
25
        the toplevel user/name value, which is the name of the contact who issued
 
26
        the "retweet". (LP: #834773)
 
27
 
3
28
2011-09-29  Ken VanDine  <ken.vandine@canonical.com>
4
29
 
5
30
        Fixed json errors in the service API