~ubuntu-branches/ubuntu/trusty/empathy/trusty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-01-10 10:18:05 UTC
  • mfrom: (213.1.2 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20130110101805-17u1i4idzvdsyu4s
Tags: 3.6.3-0ubuntu2
* Re-apply changes to switch to GStreamer 1.0.
* Update build-deps and pass enable flag in debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
commit 9d54c02581f1b01d7dc90156b68dc6704c6258f8
 
2
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
3
Date:   Wed Jan 9 11:13:37 2013 +0100
 
4
 
 
5
    prepare 3.6.3
 
6
 
 
7
 NEWS         | 22 ++++++++++++++++++++++
 
8
 configure.ac |  4 ++--
 
9
 2 files changed, 24 insertions(+), 2 deletions(-)
 
10
 
 
11
commit d626e269cd10cce37a1ca54ff7474ae6aee16df4
 
12
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
13
Date:   Fri Dec 28 14:29:40 2012 +0100
 
14
 
 
15
    extensions: fix parallel build
 
16
 
 
17
    Based on a similar fix from Debarshi Ray:
 
18
    f1ab42c0c5332e47b33ecf905afd7fd6c2a344e8
 
19
 
 
20
    https://bugzilla.gnome.org/show_bug.cgi?id=688132
 
21
 
 
22
 extensions/Makefile.am | 4 +++-
 
23
 1 file changed, 3 insertions(+), 1 deletion(-)
 
24
 
 
25
commit 796b0b439794ca55b7c4114787f80f830ad0e598
 
26
Author: Debarshi Ray <debarshir@src.gnome.org>
 
27
Date:   Fri Nov 30 19:29:13 2012 +0100
 
28
 
 
29
    Make parallel builds work
 
30
 
 
31
    There is no need to execute glib-ginterface-gen.py twice because it
 
32
    generates both the .c and .h files in one shot. Therefore, merely
 
33
    having one of them (say the .c) depend on the other (say the .h) is
 
34
    enough.
 
35
 
 
36
    Moreover, running it twice breaks parallel builds because one
 
37
    glib-ginterface-gen.py process steps on the other.
 
38
 
 
39
    Based on a suggestion from Ryan Lortie.
 
40
 
 
41
    Fixes: https://bugzilla.gnome.org/688132
 
42
 
 
43
 extensions/Makefile.am | 12 +++++++++++-
 
44
 1 file changed, 11 insertions(+), 1 deletion(-)
 
45
 
 
46
commit d95a09bded20a2cccf0847f4663fd075536399ca
 
47
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
48
Date:   Tue Jan 8 12:31:43 2013 +0100
 
49
 
 
50
    tp-chat: prepare CONNECTED on the TpConnection first
 
51
 
 
52
    We have to make sure that tp_connection_get_self_contact() won't
 
53
    return NULL.
 
54
 
 
55
    https://bugzilla.gnome.org/show_bug.cgi?id=691006
 
56
 
 
57
 libempathy/empathy-tp-chat.c | 58
 
58
 ++++++++++++++++++++++++++++++++++++--------
 
59
 1 file changed, 48 insertions(+), 10 deletions(-)
 
60
 
 
61
commit 620122e5b41b4ae529ffcdb927b6b4898d98b5f3
 
62
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
63
Date:   Tue Jan 8 10:39:11 2013 +0100
 
64
 
 
65
    account-settings: early return if SASL earlier
 
66
 
 
67
    We should update the URI schemes and service even if the account
 
68
    uses SASL, so
 
69
    it has to be done *before* the early return.
 
70
 
 
71
    I did not hit this bug before as the only CM on which we use URI
 
72
    schemes
 
73
    (rakia) was not implementing SASL channel when I implemented this
 
74
    feature.
 
75
 
 
76
    https://bugzilla.gnome.org/show_bug.cgi?id=691195
 
77
 
 
78
 libempathy/empathy-account-settings.c | 12 ++++++------
 
79
 1 file changed, 6 insertions(+), 6 deletions(-)
 
80
 
 
81
commit 273ef9afeabc1de111d4b890dccb3e9153c8c3b1
 
82
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
83
Date:   Mon Jan 7 14:23:14 2013 +0100
 
84
 
 
85
    roster-window: ellipsize infobar title
 
86
 
 
87
    This avoid to increase the width of the roster window when displaying
 
88
    the
 
89
    error.
 
90
 
 
91
    https://bugzilla.gnome.org/show_bug.cgi?id=691137
 
92
 
 
93
 src/empathy-roster-window.c | 1 +
 
94
 1 file changed, 1 insertion(+)
 
95
 
 
96
commit 1e7449f5a14e2f031389808206c9991f65d3ade7
 
97
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
98
Date:   Fri Jan 4 16:08:39 2013 +0100
 
99
 
 
100
    log-window: escape the body of the message
 
101
 
 
102
    https://bugzilla.gnome.org/show_bug.cgi?id=691085
 
103
 
 
104
 libempathy-gtk/empathy-log-window.c | 9 +++++++--
 
105
 1 file changed, 7 insertions(+), 2 deletions(-)
 
106
 
 
107
commit 1f58b2c7809a6489c069aff8b1b9d1e114bc3f2c
 
108
Author: Gheyret Kenji <gheyret@gmail.com>
 
109
Date:   Fri Jan 4 16:46:52 2013 +0900
 
110
 
 
111
    Updated Uyghur translation
 
112
 
 
113
    Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
 
114
 
 
115
 po/ug.po | 3889
 
116
 ++++++++++++++++++++++++++++++++------------------------------
 
117
 1 file changed, 1980 insertions(+), 1909 deletions(-)
 
118
 
 
119
commit a6f5c35e7b6b2e8a7d6a1f63f00b9adc01997889
 
120
Author: Dr.T.Vasudevan <drtvasudevan@gmail.com>
 
121
Date:   Sun Dec 9 12:45:23 2012 +0530
 
122
 
 
123
    Updated Tamil translation
 
124
 
 
125
 po/ta.po | 2231
 
126
 ++++++++++++++++++++++++++++++++++----------------------------
 
127
 1 file changed, 1229 insertions(+), 1002 deletions(-)
 
128
 
 
129
commit 4e24c14b1aaa4adb2e0f18bc683ac553ea9d0d03
 
130
Author: ManojKumar Giri <mgiri@redhat.com>
 
131
Date:   Mon Dec 3 16:39:32 2012 +0530
 
132
 
 
133
    Updated Odia Translation with FUEL implementation.
 
134
 
 
135
 po/or.po | 18 +++++++++++++-----
 
136
 1 file changed, 13 insertions(+), 5 deletions(-)
 
137
 
 
138
commit 173e4151ca7b04e6d4a04714efc296dae854d1e8
 
139
Author: Krishnababu Krothapalli <kkrothap@redhat.com>
 
140
Date:   Wed Nov 28 15:15:15 2012 +0530
 
141
 
 
142
    Updated Telugu Translations
 
143
 
 
144
 po/te.po | 226
 
145
 +++++++++++++++++++++++++--------------------------------------
 
146
 1 file changed, 88 insertions(+), 138 deletions(-)
 
147
 
 
148
commit 6afec09cc7b2abfd5fd196a3e0e24292d4216b4e
 
149
Author: Ani Peter <apeter@redhat.com>
 
150
Date:   Tue Nov 27 15:36:12 2012 +0530
 
151
 
 
152
    Updated Malayalam translations
 
153
 
 
154
 po/ml.po | 153
 
155
 ++++++++++++++++++++++++++++++++-------------------------------
 
156
 1 file changed, 77 insertions(+), 76 deletions(-)
 
157
 
 
158
commit 771598c130be39e4a6884d5d4fe057f10d02e60b
 
159
Author: Ani Peter <apeter@redhat.com>
 
160
Date:   Tue Nov 27 15:31:26 2012 +0530
 
161
 
 
162
    Updated Malayalam translations
 
163
 
 
164
 po/ml.po | 576
 
165
 ++++++++++++++++++++++++++++++++++++++++++---------------------
 
166
 1 file changed, 381 insertions(+), 195 deletions(-)
 
167
 
 
168
commit bb46360d0da2582688f99a44bff3a51a9a0ec2a6
 
169
Author: Rajesh Ranjan <rranjan@redhat.com>
 
170
Date:   Fri Nov 23 13:41:24 2012 +0530
 
171
 
 
172
    hindi translation update
 
173
 
 
174
 po/hi.po | 174
 
175
 +++++++++++++++++++++++++++++++++------------------------------
 
176
 1 file changed, 90 insertions(+), 84 deletions(-)
 
177
 
 
178
commit 68748b079908614ae9c1976b7fc2fa350df55772
 
179
Author: Shankar Prasad <svenkate@redhat.com>
 
180
Date:   Wed Nov 21 16:02:03 2012 +0530
 
181
 
 
182
    Updated kn translation
 
183
 
 
184
 po/kn.po | 292
 
185
 +++++++++++++++++++++++++++++++++++++--------------------------
 
186
 1 file changed, 174 insertions(+), 118 deletions(-)
 
187
 
 
188
commit 8272468f01ba232565a518bdd7c8893eca751495
 
189
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
190
Date:   Tue Nov 13 17:06:00 2012 +0100
 
191
 
 
192
    remove released flag
 
193
 
 
194
 configure.ac | 2 +-
 
195
 1 file changed, 1 insertion(+), 1 deletion(-)
 
196
 
1
197
commit 9ba4ab702ebf55397a99c8cbfe19f1ab60376b95
2
198
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
3
199
Date:   Tue Nov 13 16:59:42 2012 +0100