~ubuntu-branches/ubuntu/maverick/gvfs/maverick-proposed

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-02-23 13:00:18 UTC
  • mfrom: (1.1.54 upstream)
  • Revision ID: james.westby@ubuntu.com-20100223130018-m3txkn095qz6z0w9
Tags: 1.5.4-0ubuntu1
* New upstream release:
  - gphoto2: Better support for devices that are read-only + delete
  - gdu: Various fixes and preparation for LVM
  - ftp: fix asserts
  - sftp: remember to save password if username changed (LP: #365662)
  - gio module: don't call g_file_find_enclosing_mount_async callback
    directly
  - gvfs-monitor: Track moves if available
  - Translation updates
* debian/control.in: Bump gdu and glib build dependency, according to
  configure.ac.
* debian/rules: Explicitly set D-Bus service dir configuration option, to
  work around regression in upstream configure.ac (now fixed in trunk).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
commit ca93089f30a5943e902c2734af2db78534a2f560
 
2
Author: Alexander Larsson <alexl@redhat.com>
 
3
Date:   2010-02-22
 
4
 
 
5
    Add missing files to POTFILES.in
 
6
 
 
7
M       po/POTFILES.in
 
8
 
 
9
commit a7cb9972204cdaf6d0c2be322537dc788f8bb556
 
10
Author: Alexander Larsson <alexl@redhat.com>
 
11
Date:   2010-02-22
 
12
 
 
13
    Require gdu 2.29.0
 
14
 
 
15
M       configure.ac
 
16
 
 
17
commit aa1f57737acc4ba448eae0f38693bb0035f8b8cd
 
18
Author: Jonh Wendell <jwendell@gnome.org>
 
19
Date:   2010-02-22
 
20
 
 
21
    Updated Brazilian Portuguese translation
 
22
 
 
23
M       po/pt_BR.po
 
24
 
 
25
commit 653eb6b4ccc1354eda261fdd03dd28a59db851f6
 
26
Author: Alexander Larsson <alexl@redhat.com>
 
27
Date:   2010-02-22
 
28
 
 
29
    Update for release
 
30
 
 
31
M       NEWS
 
32
 
 
33
commit 0d87df3576baf0856168a828ca5624b79f996506
 
34
Author: vasudeven <agnihot3@gmail.com>
 
35
Date:   2010-02-22
 
36
 
 
37
    updated Tamil translation
 
38
 
 
39
M       po/ta.po
 
40
 
 
41
commit 4fd3f8eb383f2e99aa551d351e2e4f561a147bd3
 
42
Author: vasudeven <agnihot3@gmail.com>
 
43
Date:   2010-02-22
 
44
 
 
45
    updated Tamil translation
 
46
 
 
47
M       po/ta.po
 
48
 
 
49
commit a99ac8c7dcc49c0ce16c0453e851ad25521c07d1
 
50
Author: Daniel Nylander <po@danielnylander.se>
 
51
Date:   2010-02-21
 
52
 
 
53
    Updated Swedish translation
 
54
 
 
55
M       po/sv.po
 
56
 
 
57
commit 17503e4a2ba236ab13f35e6993aee33d2b0366a6
 
58
Author: Leonid Kanter <leon@asplinux.ru>
 
59
Date:   2010-02-21
 
60
 
 
61
    Updated Russian translation
 
62
 
 
63
M       po/ru.po
 
64
 
 
65
commit 7b32a0e86e8c74f415f9da3172e6ee4e10de78d3
 
66
Author: Mario Blättermann <mariobl@gnome.org>
 
67
Date:   2010-02-20
 
68
 
 
69
    Updated German translation
 
70
 
 
71
M       po/de.po
 
72
 
 
73
commit 1a18a82314a89d9ef22798261ed56de78175d3bd
 
74
Author: Marcus Meissner <meissner@suse.de>
 
75
Date:   2010-02-19
 
76
 
 
77
    Bug 610259 – Handle readonly+delete devices
 
78
 
 
79
    https://bugzilla.gnome.org/show_bug.cgi?id=610259
 
80
 
 
81
    Signed-off-by: David Zeuthen <davidz@redhat.com>
 
82
 
 
83
M       daemon/gvfsbackendgphoto2.c
 
84
 
 
85
commit 1f0f5b85bf282069830fe9b3fb71800bab9d521a
 
86
Author: David Zeuthen <davidz@redhat.com>
 
87
Date:   2010-02-19
 
88
 
 
89
    Identify gdu volume objects using presentable id, not the device file
 
90
 
 
91
    We need this bugfix to get LVM2 to work - this is because
 
92
    GduLinuxLvm2Volume objects may not have a device file at all.
 
93
 
 
94
 
 
95
    Signed-off-by: David Zeuthen <davidz@redhat.com>
 
96
 
 
97
M       monitor/gdu/ggduvolumemonitor.c
 
98
 
 
99
commit 43caa40830960e2e295ec9fccb3eebef4885ab5a
 
100
Author: David Zeuthen <davidz@redhat.com>
 
101
Date:   2010-02-19
 
102
 
 
103
    Clarify comment in should_drive_be_ignored() function
 
104
 
 
105
    Signed-off-by: David Zeuthen <davidz@redhat.com>
 
106
 
 
107
M       monitor/gdu/ggduvolumemonitor.c
 
108
 
 
109
commit 2509eee2d63664d91b5f4152c42252b8e3ae2b63
 
110
Author: David Zeuthen <davidz@redhat.com>
 
111
Date:   2010-02-19
 
112
 
 
113
    Add has_presentable() method to GGduVolume
 
114
 
 
115
    Signed-off-by: David Zeuthen <davidz@redhat.com>
 
116
 
 
117
M       monitor/gdu/ggduvolume.c
 
118
M       monitor/gdu/ggduvolume.h
 
119
 
 
120
commit 9bc16c5eac225e42c414f732f61eed27a8866e99
 
121
Author: David Zeuthen <davidz@redhat.com>
 
122
Date:   2010-02-19
 
123
 
 
124
    Use g_strcmp0 to compare strings, not ==
 
125
 
 
126
    Signed-off-by: David Zeuthen <davidz@redhat.com>
 
127
 
 
128
M       monitor/gdu/ggdudrive.c
 
129
 
 
130
commit 349d2e8bb4f781ea7be9094d54438ff7e470b610
 
131
Author: David Zeuthen <davidz@redhat.com>
 
132
Date:   2010-02-19
 
133
 
 
134
    Handle GduDevice being NULL when stopping the drive
 
135
 
 
136
    Signed-off-by: David Zeuthen <davidz@redhat.com>
 
137
 
 
138
M       monitor/gdu/ggdudrive.c
 
139
 
 
140
commit 14c6de23dc069974f3edde72501dc053ae0f57ed
 
141
Author: David Zeuthen <davidz@redhat.com>
 
142
Date:   2010-02-19
 
143
 
 
144
    If a GGduDrive lacks a GduDevice, set removable to FALSE
 
145
 
 
146
    Signed-off-by: David Zeuthen <davidz@redhat.com>
 
147
 
 
148
M       monitor/gdu/ggdudrive.c
 
149
 
 
150
commit 28cac0d0e24e8e3f58ef82503b5acedd7fc5b096
 
151
Author: David Zeuthen <davidz@redhat.com>
 
152
Date:   2010-02-19
 
153
 
 
154
    Update comment stating that it's fine to have a NULL GduDevice
 
155
 
 
156
    Signed-off-by: David Zeuthen <davidz@redhat.com>
 
157
 
 
158
M       monitor/gdu/ggdudrive.c
 
159
 
 
160
commit 58dcf9fb5d25f292cc4c99b51c4263b2e23241be
 
161
Author: Tomas Bzatek <tbzatek@redhat.com>
 
162
Date:   2010-02-19
 
163
 
 
164
    ftp: GVfsJobPull: perform any cache lookups before opening data
 
165
    connection
 
166
 
 
167
    After the delete op, cache was invalidated and an attempt was made
 
168
    to retrieve
 
169
    file size in do_pull() while data connection was already opened. This
 
170
    patch
 
171
    only moves all necessary operations before setting up actual data
 
172
    stream for
 
173
    download.
 
174
 
 
175
    Fixes bug 610395
 
176
 
 
177
M       daemon/gvfsbackendftp.c
 
178
 
 
179
commit d2d9ec2d7144c6b41788f79cd5da390e46f49232
 
180
Author: Fran Diéguez <frandieguez@ubuntu.com>
 
181
Date:   2010-02-19
 
182
 
 
183
    Updated Galician Translation
 
184
 
 
185
M       po/gl.po
 
186
 
 
187
commit 82667b5437c49ab73d36d1d3b3f664ea25c35397
 
188
Author: Tomas Bzatek <tbzatek@redhat.com>
 
189
Date:   2010-02-19
 
190
 
 
191
    sftp: retain chosen password save option across mount phases
 
192
 
 
193
    When username changes, we need to respawn the underlying process and
 
194
    go through handle_login() again. We need to save the GPasswordSave
 
195
    value
 
196
    temporarily to have the password actually saved if desired.
 
197
 
 
198
M       daemon/gvfsbackendsftp.c
 
199
 
 
200
commit 2a1b925f80f3b7decf70139834dd002971e6735e
 
201
Author: Matej Urbančič <mateju@svn.gnome.org>
 
202
Date:   2010-02-19
 
203
 
 
204
    Updated Slovenian translation
 
205
 
 
206
M       po/sl.po
 
207
 
 
208
commit 836feafd91ec27b869b2b12ab3965079f9f3c661
 
209
Author: Matej Urbančič <mateju@svn.gnome.org>
 
210
Date:   2010-02-19
 
211
 
 
212
    Updated Slovenian translation
 
213
 
 
214
M       po/sl.po
 
215
 
 
216
commit f5b66ae4ab494f020106a92d0e6c9a4ad1730813
 
217
Author: Christian Kellner <gicmo@gnome.org>
 
218
Date:   2010-02-19
 
219
 
 
220
    Always call back from mainloop in
 
221
    g_daemon_file_find_enclosing_mount_async
 
222
 
 
223
    On cache hit g_daemon_file_find_enclosing_mount_async would
 
224
    immediately
 
225
    call the callback function which breaks the aysnc-pattern contract.
 
226
    Fixes bug #609002.
 
227
 
 
228
M       client/gdaemonvfs.c
 
229
 
 
230
commit 3f83307a35931e7509b7b0583e5f6a0ed3b7bbc4
 
231
Author: Jorge González <jorgegonz@svn.gnome.org>
 
232
Date:   2010-02-19
 
233
 
 
234
    Updated Spanish translation
 
235
 
 
236
M       po/es.po
 
237
 
 
238
commit e49e9cc3ff23c50e0748316fd728de5dfd5a2db1
 
239
Author: Christian Kellner <gicmo@gnome.org>
 
240
Date:   2010-02-19
 
241
 
 
242
    gvfs-save: cmd-line help fix newly introduced typo (oops)
 
243
 
 
244
M       programs/gvfs-save.c
 
245
 
 
246
commit 9936956378f295a12b05b5194af2397be2a9c94f
 
247
Author: Christian Kellner <gicmo@gnome.org>
 
248
Date:   2010-02-19
 
249
 
 
250
    Use AS_HELP_STRING everywhere
 
251
 
 
252
    Heavly based on a patch from Mikel Olasagasti
 
253
    <hey_neken@mundurat.net>;
 
254
    fixes bug #586726.
 
255
 
 
256
M       configure.ac
 
257
 
 
258
commit efb0fb0159df98403c6548cb00052a95e5b42f9a
 
259
Author: Jorge González <jorgegonz@svn.gnome.org>
 
260
Date:   2010-02-18
 
261
 
 
262
    Updated Spanish translation
 
263
 
 
264
M       po/es.po
 
265
 
 
266
commit 0344cf33086573006a8917b9d01169e12b6ba7c8
 
267
Author: Christian Kellner <gicmo@gnome.org>
 
268
Date:   2010-02-18
 
269
 
 
270
    gvfs-save: Fix cmd-line help and error reporting
 
271
 
 
272
    Last part to fix bug #593045
 
273
 
 
274
M       programs/gvfs-save.c
 
275
 
 
276
commit b7cf5c8aab80aa43eca9b9603bc76483f847d288
 
277
Author: Christian Kellner <gicmo@gnome.org>
 
278
Date:   2010-02-18
 
279
 
 
280
    gvfs-move: Fix cmd-line help and error reporting
 
281
 
 
282
    Partly fixes bug #593045
 
283
 
 
284
M       programs/gvfs-move.c
 
285
 
 
286
commit 9ae416270a036a1be4c7bb28fbb934d46e68123d
 
287
Author: Christian Kellner <gicmo@gnome.org>
 
288
Date:   2010-02-18
 
289
 
 
290
    gvfs-copy: Fix cmd-line help and error reporting
 
291
 
 
292
    Partly fixes bug #593045
 
293
 
 
294
M       programs/gvfs-copy.c
 
295
 
 
296
commit 79baa66e0c7cae05620187948c960bbe04f731a6
 
297
Author: Christian Kellner <gicmo@gnome.org>
 
298
Date:   2010-02-18
 
299
 
 
300
    gvfs-monitor-[dir|file]: Support for "move events"
 
301
 
 
302
    GIO gained has support for file-monitoring "move events" since 2.23.4.
 
303
    Make use of those in gvfs-monitor-[dir|file] unless new commandline
 
304
    option "-N" is specified. (Bump glib requirement accordingly).
 
305
 
 
306
M       configure.ac
 
307
M       programs/gvfs-monitor-dir.c
 
308
M       programs/gvfs-monitor-file.c
 
309
 
 
310
commit e1777882d5f8088c9c61732396aceb835139c531
 
311
Author: Vladimir Melo <vmelo@gnome.org>
 
312
Date:   2010-02-17
 
313
 
 
314
    Updated Brazilian Portuguese translation
 
315
 
 
316
M       po/pt_BR.po
 
317
 
 
318
commit 2ff92f74cebf29c308babba6ea3d9fa0f2b3b967
 
319
Author: vasudeven <agnihot3@gmail.com>
 
320
Date:   2010-02-17
 
321
 
 
322
    updated Tamil translation
 
323
 
 
324
M       po/ta.po
 
325
 
 
326
commit 4af8e8d04ef992805766066d4684adc782588d95
 
327
Author: Mario Blättermann <mariobl@gnome.org>
 
328
Date:   2010-02-17
 
329
 
 
330
    Updated German translation
 
331
 
 
332
M       po/de.po
 
333
 
 
334
commit 25c16e2d78d026e4a9d9a1f2cb089ff8f0d7b3b0
 
335
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
336
Date:   2010-02-16
 
337
 
 
338
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
 
339
 
 
340
M       po/zh_HK.po
 
341
M       po/zh_TW.po
 
342
 
 
343
commit 2286d939a7c931f63847268b4ffb842dca7df3e7
 
344
Author: Fran Diéguez <frandieguez@ubuntu.com>
 
345
Date:   2010-02-15
 
346
 
 
347
    Updated Galician Translation
 
348
 
 
349
M       po/gl.po
 
350
 
 
351
commit 61a48504d65bacaf3e3cd48f5885757975145daf
 
352
Author: Bruno Brouard <annoa.b@gmail.com>
 
353
Date:   2010-02-15
 
354
 
 
355
    Updated French translation
 
356
 
 
357
M       po/fr.po
 
358
 
 
359
commit f06989be68a60215b66376210bd367507c7b5c3c
 
360
Author: Tomas Bzatek <tbzatek@redhat.com>
 
361
Date:   2010-02-15
 
362
 
 
363
    sftp: Cancel all pending reads in reply_stream on unmount
 
364
 
 
365
    Close the active read_reply_async() channel waiting for input from
 
366
    the sftp process.
 
367
 
 
368
M       daemon/gvfsbackendsftp.c
 
369
 
 
370
commit f7634738ef201deefec1148ef98ee94b6456633c
 
371
Author: Christian Kellner <gicmo@gnome.org>
 
372
Date:   2010-02-15
 
373
 
 
374
    Call gio-querymodules only when DESTDIR is not set
 
375
 
 
376
    This is a bug introduced in a18a1896c0bceaf9a467f00a9678e322d615e786.
 
377
    We want to call gio-querymodules on install, except when building a
 
378
    package.
 
379
    Based on a patch from Vincent Untz <vuntz@gnome.org>. Fixes #609927.
 
380
 
 
381
M       Makefile.am
 
382
 
 
383
commit 52ab4355f74a0862815ce2d29a6388830c2cb244
 
384
Author: Christian Kellner <gicmo@gnome.org>
 
385
Date:   2010-02-14
 
386
 
 
387
    Use g_poll instead of poll in metatree.c
 
388
 
 
389
    Patch by "paul <ephraim_owns@hotmail.com>" Fixes bug #60468.
 
390
 
 
391
M       metadata/metatree.c
 
392
 
 
393
commit 3618893e907ebf3d89237cd70460da81b9429f11
 
394
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
 
395
Date:   2010-02-13
 
396
 
 
397
    Update Romanian translation
 
398
 
 
399
M       po/ro.po
 
400
 
 
401
commit 79cdc9f437a4ca28af30856651d489e5b8e17e1e
 
402
Author: Matej Urbančič <mateju@svn.gnome.org>
 
403
Date:   2010-02-11
 
404
 
 
405
    Updated Slovenian translation
 
406
 
 
407
M       po/sl.po
 
408
 
 
409
commit ca9185021c0174f37698aa2532db9ac27aa40c66
 
410
Author: Kjartan Maraas <kmaraas@gnome.org>
 
411
Date:   2010-02-10
 
412
 
 
413
    Updated Norwegian bokmål translation
 
414
 
 
415
M       po/nb.po
 
416
 
 
417
commit 7149d2064a4e95123f484b66158a7d9bed508a72
 
418
Author: Tomas Bzatek <tbzatek@redhat.com>
 
419
Date:   2010-02-09
 
420
 
 
421
    Post release version bump
 
422
 
 
423
M       configure.ac
 
424
 
1
425
commit 7c6680f4cba8b5e5792d58802a62da1374a98341
2
426
Author: Tomas Bzatek <tbzatek@redhat.com>
3
 
Date:   2010-02-09
 
427
Date:   2010-02-09
4
428
 
5
429
    Update NEWS for 1.5.3
6
430