~ubuntu-branches/ubuntu/quantal/gwibber/quantal

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Robert Ancell, Ken VanDine, Robert Ancell
  • Date: 2012-05-14 17:39:39 UTC
  • mfrom: (130.1.1 precise-proposed)
  • Revision ID: package-import@ubuntu.com-20120514173939-p4px9mculkege533
Tags: 3.4.1-0ubuntu2
[ Ken VanDine ]
* debian/control
  - dropped unneeded recommends for python-libproxy (LP: #997706)
  - dropped unneeded depends for python-simplejson
* debian/gwibber.install
  - dropped unused service icons for jaiku and brightkite
  
[ Robert Ancell ]
* debian/control:
  - Use standards version 3.9.3
  - Drop dependency on liblaunchpad-integration-3.0-dev
* debian/patches/01_lpi.patch:
  - Dropped, we no longer do Launchpad integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Generated by Makefile. Do not edit.
2
2
 
 
3
2012-04-25  Ken VanDine  <ken.vandine@canonical.com>
 
4
 
 
5
        Use matching icons for unity lens categories
 
6
 
 
7
2012-04-25  Ken VanDine  <ken.vandine@canonical.com>
 
8
 
 
9
        Updated lens category icons to include some padding to match the other icons in unity-asset-pool
 
10
 
 
11
2012-04-24  Ken VanDine  <ken.vandine@canonical.com>
 
12
 
 
13
        updated NEWS
 
14
 
 
15
2012-04-24  Ken VanDine  <ken.vandine@canonical.com>
 
16
 
 
17
        Updated from trunk
 
18
 
 
19
2012-04-24  Ken VanDine  <ken.vandine@canonical.com>
 
20
 
 
21
        dist fixes
 
22
 
 
23
2012-04-24  Ken VanDine  <ken.vandine@canonical.com>
 
24
 
 
25
        Use the new icons in the lens
 
26
 
 
27
2012-04-24  Ken VanDine  <ken.vandine@canonical.com>
 
28
 
 
29
        Added icons for unity lens categories
 
30
 
 
31
2012-04-25  Ken VanDine  <ken.vandine@canonical.com>
 
32
 
 
33
        updated NEWS
 
34
 
 
35
2012-04-25  Ken VanDine  <ken.vandine@canonical.com>
 
36
 
 
37
        Specify /usr/bin/python in gwibber-accounts instead of relying on env (LP: #988385)
 
38
 
 
39
2012-04-25  Ken VanDine  <ken.vandine@canonical.com>
 
40
 
 
41
        Specify /usr/bin/python in gwibber-accounts instead of relying on env (LP: #988385)
 
42
 
 
43
2012-04-24  Ken VanDine  <ken.vandine@canonical.com>
 
44
 
 
45
        prepare for 3.4.1
 
46
 
 
47
2012-04-20  Ken VanDine  <ken.vandine@canonical.com>
 
48
 
 
49
        catch GLib.GError instead of GLib.Error (LP: #940182)
 
50
 
 
51
2012-04-20  Ken VanDine  <ken.vandine@canonical.com>
 
52
 
 
53
        catch GLib.GError instead of GLib.Error (LP: #940182)
 
54
 
 
55
2012-04-20  Ken VanDine  <ken.vandine@canonical.com>
 
56
 
 
57
        fallback to displaying full sender's name if the nickname is empty, even if show-fullname is false (LP: #985801)
 
58
 
 
59
2012-04-19  Ken VanDine  <ken.vandine@canonical.com>
 
60
 
 
61
        fallback to displaying full sender's name if the nickname is empty, even if show-fullname is false (LP: #985801)
 
62
 
 
63
2012-04-12  Ken VanDine  <ken.vandine@canonical.com>
 
64
 
 
65
        foursquare: Don't crash on unicode characters in a users fullname, thanks to Raza Sayed (LP: #975437)
 
66
 
 
67
2012-04-04  Ken VanDine  <ken.vandine@canonical.com>
 
68
 
 
69
        Defer calling unset on the seen HashMap until after we are done iterating it, 
 
70
        it will resize making the iterator invalid.  (LP: #959068)
 
71
        
 
72
        This is fixed in the 0.7 series of libgee https://bugzilla.gnome.org/show_bug.cgi?id=671327
 
73
 
 
74
2012-04-04  Ken VanDine  <ken.vandine@canonical.com>
 
75
 
 
76
        use prepend instead of append for speed
 
77
 
 
78
2012-04-04  Ken VanDine  <ken.vandine@canonical.com>
 
79
 
 
80
        Defer calling unset on the seen HashMap until after we are done iterating it, 
 
81
        it will resize making the iterator invalid.  (LP: #959068)
 
82
        
 
83
        This is fixed in the 0.7 series of libgee https://bugzilla.gnome.org/show_bug.cgi?id=671327
 
84
 
 
85
2012-04-04  Ken VanDine  <ken.vandine@canonical.com>
 
86
 
 
87
        Don't try to iterate over the seen HashMap if it isn't empty (LP: #959068)
 
88
 
 
89
2012-04-03  Ken VanDine  <ken.vandine@canonical.com>
 
90
 
 
91
        updated NEWS
 
92
 
3
93
2012-04-01  Ken VanDine  <ken.vandine@canonical.com>
4
94
 
5
95
        Encode URLs to UTF8 before using them. (LP: #954374)