~ubuntu-branches/ubuntu/natty/gnome-keyring/natty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-12-06 17:58:28 UTC
  • mfrom: (1.1.65 upstream)
  • Revision ID: james.westby@ubuntu.com-20101206175828-8xjojyxw89qacpq7
Tags: 2.92.92.is.2.32.1-0ubuntu1
* New upstream version
* debian/control.in:
  - updated the libglib requirement
* debian/libgcr0.symbols:
  - new version update
* debian/patches/02_uidir_relocate.patch:
  - updated for the new version
* debian/patches/10_git_fix_cka_trusted_collections.patch:
  - dropped, the patch is the new version
* debian/patches/90_git_pam_headers.patch:
  - dropped, the patch is the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Generate automatically. Do not edit.
2
2
 
 
3
commit ab80d91392de38b07588917daa19da59cf5842c4
 
4
Author: Stef Walter <stef@memberwebs.com>
 
5
Date:   2010-10-25
 
6
 
 
7
    Release version 2.32.1
 
8
 
 
9
 NEWS         |    9 +++++++++
 
10
 configure.in |    2 +-
 
11
 2 files changed, 10 insertions(+), 1 deletions(-)
 
12
 
 
13
commit ad71c3a0abf1c630b81d285f21d2cc50ae364d45
 
14
Merge: de6a19e 7dc01a4
 
15
Author: Stef Walter <stef@memberwebs.com>
 
16
Date:   2010-10-25
 
17
 
 
18
    Accidentally released 2.32.0 on the wrong branch.
 
19
    
 
20
    Merge it in here now.
 
21
 
 
22
commit de6a19e6f3cc990b814bbeb361da974db8519622
 
23
Author: Stef Walter <stef@memberwebs.com>
 
24
Date:   2010-10-25
 
25
 
 
26
    [gpg-agent] Don't give option to save password for symmetric encryption.
 
27
    
 
28
    When prompting for a passphrase that isn't for a key, don't give
 
29
    the option to save the password for later use.
 
30
 
 
31
 daemon/gpg-agent/gkd-gpg-agent-ops.c |   20 ++++++++++++--------
 
32
 1 files changed, 12 insertions(+), 8 deletions(-)
 
33
 
 
34
commit 538371de09c253365eee64c9479ba023b6dc32f1
 
35
Author: Daiki Ueno <ueno@unixuser.org>
 
36
Date:   2010-10-25
 
37
 
 
38
    gpg-agent: Don't try to cache password when symmetric encryption.
 
39
 
 
40
 daemon/gpg-agent/gkd-gpg-agent-ops.c |   14 ++++++++++----
 
41
 1 files changed, 10 insertions(+), 4 deletions(-)
 
42
 
 
43
commit 9ed868758a071cd478ba2431949abf225f4f9426
 
44
Author: Stef Walter <stef@memberwebs.com>
 
45
Date:   2010-10-19
 
46
 
 
47
    [daemon] Check that daemon is initialized before changing password.
 
48
    
 
49
    Before changing login keyring password or unlocking, check that daemon
 
50
    is initialized.
 
51
    
 
52
    Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=632352
 
53
 
 
54
 daemon/control/gkd-control-server.c |   16 ++++++++++++----
 
55
 daemon/gkd-main.c                   |    6 ++++++
 
56
 daemon/gkd-main.h                   |    2 ++
 
57
 3 files changed, 20 insertions(+), 4 deletions(-)
 
58
 
 
59
commit a5fe7f0b52cbce5da67b320c2b62595f59598a19
 
60
Author: Stef Walter <stef@memberwebs.com>
 
61
Date:   2010-10-18
 
62
 
 
63
    [wrap-layer] Fix login keyring password doesn't match login.
 
64
    
 
65
    When the user's unix login password doesn't match their login keyring
 
66
    (due to perhaps a change by an administrator) we need to prompt for
 
67
    the password to unlock. Now we keep track of the old one that failed
 
68
    and change their login keyring password to match their unix login.
 
69
 
 
70
 daemon/gkd-main.c                          |    2 +-
 
71
 daemon/login/gkd-login.c                   |    5 +-
 
72
 pkcs11/wrap-layer/gkm-wrap-layer.h         |    6 +-
 
73
 pkcs11/wrap-layer/gkm-wrap-login.c         |   38 ++++++++++--
 
74
 pkcs11/wrap-layer/gkm-wrap-login.h         |    2 +
 
75
 pkcs11/wrap-layer/gkm-wrap-prompt.c        |   89 +++++++++++++++++++++++++--
 
76
 pkcs11/wrap-layer/tests/test-login-hints.c |   15 ++++-
 
77
 7 files changed, 134 insertions(+), 23 deletions(-)
 
78
 
 
79
commit 03ba6357792679f96f7d425b2f45f3fbbbad8df1
 
80
Author: Stef Walter <stef@memberwebs.com>
 
81
Date:   2010-10-06
 
82
 
 
83
    [gpg-agent] Link correctly to gio
 
84
    
 
85
    On some systems this caused build problems.
 
86
 
 
87
 daemon/gpg-agent/Makefile.am |    2 ++
 
88
 1 files changed, 2 insertions(+), 0 deletions(-)
 
89
 
 
90
commit b9d8bddb2418675260f21f0bfb32763b2ccbfad6
 
91
Author: Stef Walter <stef@memberwebs.com>
 
92
Date:   2010-10-05
 
93
 
 
94
    [ui] Add extra debug guard around printing of prompt io.
 
95
    
 
96
    Printing of prompt IO could conceivably contain information that's
 
97
    sensitive. Added extra guard so the debug printing can only be
 
98
    turned on with --enable-debug also enabled.
 
99
    
 
100
    Thanks to Romain Françoise
 
101
 
 
102
 ui/gku-prompt.c |    2 ++
 
103
 1 files changed, 2 insertions(+), 0 deletions(-)
 
104
 
 
105
commit 3127fc4dda46e1221da1924d441307518167a210
 
106
Author: Žygimantas Beručka <zygis@gnome.org>
 
107
Date:   2010-10-01
 
108
 
 
109
    Updated Lithuanian translation
 
110
 
 
111
 po/lt.po |  690 ++++++++++++++++++++++++++++++++------------------------------
 
112
 1 files changed, 361 insertions(+), 329 deletions(-)
 
113
 
 
114
commit 58240b9acdd6ad54d8c6d4e8a668686a142258e4
 
115
Author: Stef Walter <stef@memberwebs.com>
 
116
Date:   2010-10-01
 
117
 
 
118
    [rpc-layer] Fix invalid memory access.
 
119
    
 
120
    Fix invalid memory access in gkm_rpc_mechanism_list_purge().
 
121
    
 
122
    Pointed out by Tim Hudson.
 
123
 
 
124
 pkcs11/rpc-layer/gkm-rpc-util.c |    4 ++--
 
125
 1 files changed, 2 insertions(+), 2 deletions(-)
 
126
 
 
127
commit fa96194b235ab9185381813db2cf701f4c9e959b
 
128
Author: Joan Duran <jodufi@gmail.com>
 
129
Date:   2010-09-29
 
130
 
 
131
    Updated Catalan translation
 
132
 
 
133
 po/ca.po |  600 +++++++++++++++++++++++++++++++++-----------------------------
 
134
 1 files changed, 323 insertions(+), 277 deletions(-)
 
135
 
 
136
commit 45a3c18bd925ea581a38c293b6138cb11d4e6344
 
137
Author: Christos Spyroglou <cspyroglou@gmail.com>
 
138
Date:   2010-09-29
 
139
 
 
140
    l10n: Updated Greek translation for gnome-keyring
 
141
 
 
142
 po/el.po |  263 ++++++++++++++++++++++++++-----------------------------------
 
143
 1 files changed, 112 insertions(+), 151 deletions(-)
 
144
 
 
145
commit 7dc01a4771defef3cee95cdd45c67abdc1991e7e
 
146
Author: Stef Walter <stef@memberwebs.com>
 
147
Date:   2010-09-27
 
148
 
 
149
    Release version 2.32.0
 
150
 
 
151
 NEWS         |    3 +++
 
152
 configure.in |    2 +-
 
153
 2 files changed, 4 insertions(+), 1 deletions(-)
 
154
 
 
155
commit 43319e1fa73b0993a5507fcd8a17113ccc59379b
 
156
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
 
157
Date:   2010-09-27
 
158
 
 
159
    Updated Basque language
 
160
 
 
161
 po/eu.po |  603 ++++++++++++++++++++++++++++++++++----------------------------
 
162
 1 files changed, 327 insertions(+), 276 deletions(-)
 
163
 
 
164
commit 009087a098788773fa0a558fbd88eb115db22af2
 
165
Author: Petr Kovar <pknbe@volny.cz>
 
166
Date:   2010-09-27
 
167
 
 
168
    Update Czech translation by Marek Cernocky
 
169
 
 
170
 po/cs.po |  614 +++++++++++++++++++++++++++++++++-----------------------------
 
171
 1 files changed, 331 insertions(+), 283 deletions(-)
 
172
 
 
173
commit 7c76c28e25ae9a7a9537be17566bae8680c77042
 
174
Author: Damyan Ivanov <dam+gnome@ktnx.net>
 
175
Date:   2010-09-26
 
176
 
 
177
    Updated Bulgarian translation
 
178
 
 
179
 po/bg.po |  578 +++++++++++++++++++++++++++++++-------------------------------
 
180
 1 files changed, 293 insertions(+), 285 deletions(-)
 
181
 
 
182
commit e027a1dc50ca9636cd828f1084eef17e5f2d52b6
 
183
Author: Damyan Ivanov <dam+gnome@ktnx.net>
 
184
Date:   2010-09-26
 
185
 
 
186
    Updated Bulgarian translation
 
187
 
 
188
 po/bg.po |  580 +++++++++++++++++++++++++++++++-------------------------------
 
189
 1 files changed, 294 insertions(+), 286 deletions(-)
 
190
 
 
191
commit 2b1c6e036a774c1fb60088ad7cdaa110059d6b37
 
192
Author: Changwoo Ryu <cwryu@debian.org>
 
193
Date:   2010-09-26
 
194
 
 
195
    Updated Korean translation
 
196
 
 
197
 po/ko.po |  611 ++++++++++++++++++++++++++++++++++----------------------------
 
198
 1 files changed, 334 insertions(+), 277 deletions(-)
 
199
 
 
200
commit 64603e6385c0350a5701ee92deee35000cb25ba9
 
201
Author: Yuri Myasoedov <ymyasoedov@src.gnome.org>
 
202
Date:   2010-09-24
 
203
 
 
204
    Updated Russian translation
 
205
 
 
206
 po/ru.po |  601 ++++++++++++++++++++++++++++++--------------------------------
 
207
 1 files changed, 294 insertions(+), 307 deletions(-)
 
208
 
 
209
commit a1a6ee89b43010d023c754d0bac7722a0a9bf05e
 
210
Author: Khaled Hosny <khaledhosny@eglug.org>
 
211
Date:   2010-09-23
 
212
 
 
213
    Updated Arabic translation
 
214
 
 
215
 po/ar.po |  126 ++++++++++++++++++++++++++++++++++----------------------------
 
216
 1 files changed, 69 insertions(+), 57 deletions(-)
 
217
 
 
218
commit 5ed31aacd66d3e65737c6db682ea97a38e1df7a6
 
219
Author: Khaled Hosny <khaledhosny@eglug.org>
 
220
Date:   2010-09-23
 
221
 
 
222
    Updated Arabic translation
 
223
 
 
224
 po/ar.po |  126 ++++++++++++++++++++++++++++++++++----------------------------
 
225
 1 files changed, 69 insertions(+), 57 deletions(-)
 
226
 
 
227
commit 90f055cdf2ff0826dbb765446f3f1e8177a16ccf
 
228
Author: Francesco Marletta <francesco.marletta@tiscali.it>
 
229
Date:   2010-09-21
 
230
 
 
231
    [l10n] Updated Italian translation
 
232
 
 
233
 po/it.po |  614 +++++++++++++++++++++++++++++++-------------------------------
 
234
 1 files changed, 310 insertions(+), 304 deletions(-)
 
235
 
 
236
commit b70410fa61b49fb50b9f5f54e44266fd9e6360f5
 
237
Author: Francesco Marletta <francesco.marletta@tiscali.it>
 
238
Date:   2010-09-21
 
239
 
 
240
    [l10n] Updated Italian translation
 
241
 
 
242
 po/it.po |  626 ++++++++++++++++++++++++++++++++------------------------------
 
243
 1 files changed, 321 insertions(+), 305 deletions(-)
 
244
 
 
245
commit 63f3a9c4939350a8b1e18fc9a61fd4d7f8155c82
 
246
Author: Daniel S. Koda <danielskoda@gmail.com>
 
247
Date:   2010-09-21
 
248
 
 
249
    Updated Brazilian Portuguese translation
 
250
 
 
251
 po/pt_BR.po |  633 ++++++++++++++++++++++++++++++++---------------------------
 
252
 1 files changed, 340 insertions(+), 293 deletions(-)
 
253
 
 
254
commit 9d757017bd17d3c51b83e319f53de96eea88ab34
 
255
Author: Stef Walter <stef@memberwebs.com>
 
256
Date:   2010-09-21
 
257
 
 
258
    Make builds 'silent' by default
 
259
 
 
260
 configure.in |    2 +-
 
261
 1 files changed, 1 insertions(+), 1 deletions(-)
 
262
 
 
263
commit 743f278642090dd97835d47a7a4b58a301d1d36c
 
264
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
 
265
Date:   2010-09-20
 
266
 
 
267
    Updated Japanese translation
 
268
 
 
269
 po/ja.po |  682 +++++++++++++++++++++++++++++++++-----------------------------
 
270
 1 files changed, 364 insertions(+), 318 deletions(-)
 
271
 
 
272
commit 5e7015a7ee0c037f8c859585b6cc9e30633f4798
 
273
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
 
274
Date:   2010-09-20
 
275
 
 
276
    Updated Japanese translation
 
277
 
 
278
 po/ja.po |  682 +++++++++++++++++++++++++++++++++-----------------------------
 
279
 1 files changed, 364 insertions(+), 318 deletions(-)
 
280
 
 
281
commit c67206d677b450037a1c8f7ef2da1a6713971605
 
282
Author: Andika Triwidada <andika@gmail.com>
 
283
Date:   2010-09-17
 
284
 
 
285
    Updated Indonesian translation
 
286
 
 
287
 po/id.po |  124 ++++++++++++++++++++++++++++++--------------------------------
 
288
 1 files changed, 60 insertions(+), 64 deletions(-)
 
289
 
 
290
commit 3352acdb34deb6d05f23b46a386443bdc08f153d
 
291
Author: Piotr Drąg <piotrdrag@gmail.com>
 
292
Date:   2010-09-15
 
293
 
 
294
    Updated Polish translation
 
295
 
 
296
 po/pl.po |  579 +++++++++++++++++++++++++++++++-------------------------------
 
297
 1 files changed, 291 insertions(+), 288 deletions(-)
 
298
 
 
299
commit ba26d64aff5a51d1ac29e0da721c0a2ee1851cbb
 
300
Author: Piotr Drąg <piotrdrag@gmail.com>
 
301
Date:   2010-09-15
 
302
 
 
303
    Updated Polish translation
 
304
 
 
305
 po/pl.po |  579 +++++++++++++++++++++++++++++++-------------------------------
 
306
 1 files changed, 291 insertions(+), 288 deletions(-)
 
307
 
 
308
commit 86c22e4886fe97c6d9d99f4937e561c574b4e5ad
 
309
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
 
310
Date:   2010-09-15
 
311
 
 
312
    Updated Danish translation
 
313
 
 
314
 po/da.po |  607 +++++++++++++++++++++++++++++++++-----------------------------
 
315
 1 files changed, 327 insertions(+), 280 deletions(-)
 
316
 
 
317
commit 2f6c305db698cac3198d88d452340f14ef7e077a
 
318
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
 
319
Date:   2010-09-15
 
320
 
 
321
    Updated Danish translation
 
322
 
 
323
 po/da.po |  607 +++++++++++++++++++++++++++++++++-----------------------------
 
324
 1 files changed, 327 insertions(+), 280 deletions(-)
 
325
 
 
326
commit d897d5d3e8a641f31e64b912ba57a86a666afbf0
 
327
Author: Aron Xu <aronxu@gnome.org>
 
328
Date:   2010-09-14
 
329
 
 
330
    Merge simplified Chinese translation from master.
 
331
 
 
332
 po/zh_CN.po |  216 ++++++++++++++++++++++++++++++----------------------------
 
333
 1 files changed, 112 insertions(+), 104 deletions(-)
 
334
 
 
335
commit eebc77a5cd5beefd47dd367e4fa7486428f84ac9
 
336
Author: Aron Xu <aronxu@gnome.org>
 
337
Date:   2010-09-14
 
338
 
 
339
    Update Simplified Chinese translation.
 
340
 
 
341
 po/zh_CN.po |  213 +++++++++++++++++++++++++++++++----------------------------
 
342
 1 files changed, 111 insertions(+), 102 deletions(-)
 
343
 
 
344
commit d5e14376b36646fe27b214803f5682fdaa85bcbe
 
345
Author: Ivar Smolin <okul@linux.ee>
 
346
Date:   2010-09-14
 
347
 
 
348
    [l10n] Updated Estonian translation
 
349
 
 
350
 po/et.po |   10 +++++-----
 
351
 1 files changed, 5 insertions(+), 5 deletions(-)
 
352
 
 
353
commit 10cfc8e7bf03433fe03206d0f4e330b1deed36cd
 
354
Author: Stef Walter <stef@memberwebs.com>
 
355
Date:   2010-09-12
 
356
 
 
357
    Release version 2.31.92
 
358
 
 
359
 Makefile.am                        |    7 +++++--
 
360
 NEWS                               |   19 +++++++++++++++++++
 
361
 egg/tests/test-data/echo-script.sh |    1 +
 
362
 3 files changed, 25 insertions(+), 2 deletions(-)
 
363
 
 
364
commit c596dc6943c61039d5bc5366e872397bd58f5c52
 
365
Merge: 4738c64 5845892
 
366
Author: Stef Walter <stef@memberwebs.com>
 
367
Date:   2010-09-12
 
368
 
 
369
    Merge branch 'pam-client-no-max-path'
 
370
 
 
371
commit 4738c645ee59c7e860f7875fb06a0fa861cb5986
 
372
Author: Adrian Bunk <adrian.bunk@movial.com>
 
373
Date:   2010-04-12
 
374
 
 
375
    autogen.sh: require automake 1.7
 
376
    
 
377
    automake 1.4 does not have AM_PROG_CC_C_O
 
378
    
 
379
    https://bugzilla.gnome.org/show_bug.cgi?id=615536
 
380
 
 
381
 autogen.sh |    8 +++++---
 
382
 1 files changed, 5 insertions(+), 3 deletions(-)
 
383
 
 
384
commit ac636369962cf911b056b98c9288901a528ae19c
 
385
Author: Ivar Smolin <okul@linux.ee>
 
386
Date:   2010-09-12
 
387
 
 
388
    [l10n] Updated Estonian translation
 
389
 
 
390
 po/et.po |  300 +++-----------------------------------------------------------
 
391
 1 files changed, 11 insertions(+), 289 deletions(-)
 
392
 
 
393
commit 104826d4cc79ecd4ca185406839c59cb8cfe21b2
 
394
Author: Wouter Bolsterlee <wbolster@gnome.org>
 
395
Date:   2010-09-12
 
396
 
 
397
    Updated Dutch translation by Wouter Bolsterlee
 
398
 
 
399
 po/nl.po |  619 +++++++++++++++++++++++++++++++++-----------------------------
 
400
 1 files changed, 334 insertions(+), 285 deletions(-)
 
401
 
 
402
commit 53391e4f569f1a3d8e4fb47502b480bc50e7e131
 
403
Author: Stef Walter <stef@memberwebs.com>
 
404
Date:   2010-09-11
 
405
 
 
406
    [egg] Fix secure memory assertion.
 
407
    
 
408
    Fix assertion that occurs when searching for pool to free memory from.
 
409
    
 
410
    https://bugzilla.gnome.org/show_bug.cgi?id=616175
 
411
 
 
412
 egg/egg-secure-memory.c |    7 ++++---
 
413
 1 files changed, 4 insertions(+), 3 deletions(-)
 
414
 
 
415
commit 5845892d3596491d1d8b06525b0642a0b49ec9d7
 
416
Author: Stef Walter <stef@memberwebs.com>
 
417
Date:   2010-09-11
 
418
 
 
419
    [pam] Don't use MAXPATHLEN in pam module.
 
420
    
 
421
    MAXPATHLEN has been reintroduced. This patch makes use of dynamic allocation
 
422
    rather than fixed MAXPATHLEN size buffers, fixing the build on GNU/Hurd again.
 
423
    
 
424
    https://bugzilla.gnome.org/show_bug.cgi?id=615618
 
425
 
 
426
 pam/gkr-pam-client.c |   31 ++++++++++++++-----------------
 
427
 1 files changed, 14 insertions(+), 17 deletions(-)
 
428
 
 
429
commit f3c08bb6f286da296d28efc7e626569f8c3b565b
 
430
Merge: 7b0231d 83dd6f1
 
431
Author: Stef Walter <stef@memberwebs.com>
 
432
Date:   2010-09-11
 
433
 
 
434
    Merge branch 'gsettings-migration'
 
435
 
 
436
commit 7b0231dbdaf42c17982fc00f8d6502cb4ccd5f1d
 
437
Author: Stef Walter <stef@memberwebs.com>
 
438
Date:   2010-09-11
 
439
 
 
440
    [gpg-agent] Don't go into endless loop when client disconnects.
 
441
    
 
442
    If gpg-agent client disconnected without using QUIT, the daemon
 
443
    would go into an endless loop.
 
444
    
 
445
    https://bugzilla.gnome.org/show_bug.cgi?id=624254
 
446
 
 
447
 daemon/gpg-agent/gkd-gpg-agent.c |   36 +++++++++++++++++++++---------------
 
448
 1 files changed, 21 insertions(+), 15 deletions(-)
 
449
 
 
450
commit 08ad82d83b3bdf4c1720cd7cc9a2bd151569ec6f
 
451
Author: Wolfgang Stöggl <c72578@yahoo.de>
 
452
Date:   2010-09-11
 
453
 
 
454
    Updated German translation
 
455
 
 
456
 po/de.po |  381 ++++++++++++++++++++++++++++++++------------------------------
 
457
 1 files changed, 197 insertions(+), 184 deletions(-)
 
458
 
 
459
commit 495468401abe79bde11a86aac19f38df150b7390
 
460
Author: Stef Walter <stef@memberwebs.com>
 
461
Date:   2010-09-10
 
462
 
 
463
    [gp11] Fix double free with copied attributes.
 
464
    
 
465
    Copied attributes would result in a double free if length was zero.
 
466
 
 
467
 gp11/gp11-attributes.c |    4 ++--
 
468
 1 files changed, 2 insertions(+), 2 deletions(-)
 
469
 
 
470
commit 56e02cccfa6f6b33ad29d78e691be94fce61f5ef
 
471
Author: Stef Walter <stef@memberwebs.com>
 
472
Date:   2010-09-10
 
473
 
 
474
    [dbus] Ref unlock object while performing async operation.
 
475
    
 
476
    Reference the GkdSecretUnlock object while performing an async
 
477
    operation, and unref in the callback.
 
478
    
 
479
    https://bugzilla.gnome.org/show_bug.cgi?id=629181
 
480
 
 
481
 daemon/dbus/gkd-secret-unlock.c |    6 +++++-
 
482
 1 files changed, 5 insertions(+), 1 deletions(-)
 
483
 
 
484
commit 5bb5466d57b077cec38ad33da2a8e73f64aafd72
 
485
Author: Bruno Brouard <annoa.b@gmail.com>
 
486
Date:   2010-09-08
 
487
 
 
488
    Updated French translation
 
489
 
 
490
 po/fr.po |  600 +++++++++++++++++++++++++++++++-------------------------------
 
491
 1 files changed, 303 insertions(+), 297 deletions(-)
 
492
 
 
493
commit 05e3b53a7729c77c0b146ff6553bd925c7ddc6e7
 
494
Merge: 18ffda4 7a80709
 
495
Author: Stef Walter <stef@memberwebs.com>
 
496
Date:   2010-09-08
 
497
 
 
498
    Merge remote branch 'pwith/628910-header-dir'
 
499
 
 
500
commit 18ffda45b68e4a3b333a99514f64d1e7647922d0
 
501
Author: Stef Walter <stef@memberwebs.com>
 
502
Date:   2010-09-08
 
503
 
 
504
    [prompt] When a non-default unlock option is selected expand.
 
505
    
 
506
    Expand the details when a non-default unlock option is selected.
 
507
    So that the user is aware of what will happen.
 
508
 
 
509
 ui/gku-prompt.c |    7 +++++++
 
510
 1 files changed, 7 insertions(+), 0 deletions(-)
 
511
 
 
512
commit 83dd6f13ab0a24092dccc69d9119df71cad448ac
 
513
Author: Stef Walter <stef@memberwebs.com>
 
514
Date:   2010-09-08
 
515
 
 
516
    [schema] Add in org.gnome.crypto.pgp gsettings schema.
 
517
    
 
518
    https://bugzilla.gnome.org/show_bug.cgi?id=622401
 
519
 
 
520
 schema/Makefile.am                      |    6 ++++--
 
521
 schema/org.gnome.crypto.pgp.convert     |    6 ++++++
 
522
 schema/org.gnome.crypto.pgp.gschema.xml |   29 +++++++++++++++++++++++++++++
 
523
 3 files changed, 39 insertions(+), 2 deletions(-)
 
524
 
 
525
commit 01353183e687934b18be9ca2aae8d5b44a4ef1ab
 
526
Author: Stef Walter <stef@memberwebs.com>
 
527
Date:   2010-09-07
 
528
 
 
529
    [gpg-agent] Add gsettings to store passphrase preferences.
 
530
    
 
531
    Depends on new glib 2.25.0 and later.
 
532
 
 
533
 .gitignore                                |    1 +
 
534
 Makefile.am                               |    1 +
 
535
 autogen.sh                                |    1 -
 
536
 configure.in                              |    5 ++-
 
537
 daemon/gpg-agent/gkd-gpg-agent-ops.c      |   51 +++++++++++++++++++++++++++++
 
538
 daemon/gpg-agent/gkd-gpg-agent-private.h  |    2 +
 
539
 daemon/gpg-agent/gkd-gpg-agent.c          |   21 ++++++++++++
 
540
 schema/Makefile.am                        |   15 ++++++++
 
541
 schema/org.gnome.crypto.cache.convert     |    3 ++
 
542
 schema/org.gnome.crypto.cache.gschema.xml |    9 ++++-
 
543
 10 files changed, 105 insertions(+), 4 deletions(-)
 
544
 
 
545
commit 7a8070979d8ae24bd9be960ccb00e39e7bb22838
 
546
Author: Philip Withnall <philip.withnall@collabora.co.uk>
 
547
Date:   2010-09-07
 
548
 
 
549
    Fix .gitignore files to correctly ignore the GTK+ 3 files
 
550
 
 
551
 gcr/.gitignore  |    2 +-
 
552
 tool/.gitignore |    2 +-
 
553
 ui/.gitignore   |    2 +-
 
554
 3 files changed, 3 insertions(+), 3 deletions(-)
 
555
 
 
556
commit 9b4993a4f1e83c4613335044b2bd781c79f31c4c
 
557
Author: Philip Withnall <philip.withnall@collabora.co.uk>
 
558
Date:   2010-09-07
 
559
 
 
560
    Fix the header installation directory for libgcr
 
561
    
 
562
    Applications using libgcr expect to be able to #include <gcr/gcr.h>, so we
 
563
    need to install the headers in a gcr/ subdirectory of the major-versioned
 
564
    gcr-$MAJOR/ directory. Closes: bgo#628910
 
565
 
 
566
 gcr/Makefile.am |    2 +-
 
567
 1 files changed, 1 insertions(+), 1 deletions(-)
 
568
 
 
569
commit 997ab708d25af38b49369733ffda27d861e45ee4
 
570
Author: Stef Walter <stef@memberwebs.com>
 
571
Date:   2010-08-29
 
572
 
 
573
    [schema] Initial org.gnome.crypto.cache schema
 
574
 
 
575
 schema/org.gnome.crypto.cache.gschema.xml |   14 ++++++++++++++
 
576
 1 files changed, 14 insertions(+), 0 deletions(-)
 
577
 
 
578
commit bc7f95c8890b3fae3dff3f519745d98267629e8b
 
579
Author: Stef Walter <stef@memberwebs.com>
 
580
Date:   2010-09-05
 
581
 
 
582
    [pkcs11] Fix errors parsing certificates.
 
583
    
 
584
     * From recent ASN.1 migration.
 
585
 
 
586
 pkcs11/gkm/gkm-certificate.c |    9 ++++-----
 
587
 1 files changed, 4 insertions(+), 5 deletions(-)
 
588
 
 
589
commit 6a9d0470e2a8fa4cf8e989c967edf01393964f87
 
590
Author: Stef Walter <stef@memberwebs.com>
 
591
Date:   2010-09-05
 
592
 
 
593
    [gcr, ui] Rework how unlock options are loaded and handled.
 
594
    
 
595
     * Rework GcrUnlockOptionsWidget API.
 
596
     * Prepare for migration to gsettings.
 
597
 
 
598
 daemon/gpg-agent/gkd-gpg-agent-ops.c |   31 +++--
 
599
 gcr/Makefile.am                      |    2 +
 
600
 gcr/gcr-unlock-options-widget.c      |  240 ++++++++++++++++++++++------------
 
601
 gcr/gcr-unlock-options-widget.h      |   29 +++-
 
602
 gcr/gcr-unlock-options-widget.ui     |   36 ++++--
 
603
 gcr/gcr-unlock-options.h             |   32 +++++
 
604
 gcr/tests/.gitignore                 |    1 +
 
605
 gcr/tests/Makefile.am                |   17 ++-
 
606
 gcr/tests/ui-test-unlock-options.c   |   83 ++++++++++++
 
607
 pkcs11/wrap-layer/gkm-wrap-prompt.c  |  116 ++++++++++-------
 
608
 ui/gku-prompt-tool.c                 |   99 ++++++--------
 
609
 ui/gku-prompt.c                      |   69 +++++++---
 
610
 ui/gku-prompt.h                      |   21 ++--
 
611
 ui/gku-prompt.ui                     |   49 ++-----
 
612
 ui/tests/test-data/prompt-empty      |    2 +
 
613
 ui/tests/test-data/prompt-full       |    4 +-
 
614
 ui/tests/test-data/prompt-test       |    1 +
 
615
 17 files changed, 544 insertions(+), 288 deletions(-)
 
616
 
 
617
commit 829425006e0c65f096adb5d9058bf5519f56ae36
 
618
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
619
Date:   2010-09-05
 
620
 
 
621
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
 
622
 
 
623
 po/zh_HK.po |   54 ++++++++++++++++++++++++++++++++----------------------
 
624
 po/zh_TW.po |   54 ++++++++++++++++++++++++++++++++----------------------
 
625
 2 files changed, 64 insertions(+), 44 deletions(-)
 
626
 
 
627
commit eec3d69e22dedfcb5e19cdc9ecf377f91279dd22
 
628
Author: Stef Walter <stef@memberwebs.com>
 
629
Date:   2010-09-05
 
630
 
 
631
    [wrap-layer] Fix saving of auto-unlock passwords.
 
632
    
 
633
    Fix saving of auto unlock passwords such as the ones in SSH
 
634
    prompts.
 
635
 
 
636
 pkcs11/wrap-layer/gkm-wrap-login.c  |    2 +-
 
637
 pkcs11/wrap-layer/gkm-wrap-prompt.c |    6 +++++-
 
638
 2 files changed, 6 insertions(+), 2 deletions(-)
 
639
 
 
640
commit 585968e9c143b73ed524b6b20f4b46aecb8ff682
 
641
Author: Stef Walter <stef@memberwebs.com>
 
642
Date:   2010-09-05
 
643
 
 
644
    [ui] Transfer auto-unlock value from prompt properly.
 
645
    
 
646
    Was transferring as boolean instead of integer.
 
647
 
 
648
 ui/gku-prompt-tool.c |   10 +++++-----
 
649
 1 files changed, 5 insertions(+), 5 deletions(-)
 
650
 
 
651
commit a4c8c2360fbc714df529b1a589f18c592db16853
 
652
Author: Duarte Loreto <happyguy_pt@hotmail.com>
 
653
Date:   2010-09-05
 
654
 
 
655
    Updated Portuguese translation
 
656
 
 
657
 po/pt.po |  625 +++++++++++++++++++++++++++++++++-----------------------------
 
658
 1 files changed, 336 insertions(+), 289 deletions(-)
 
659
 
 
660
commit 2c3d8ab0e4fa32d09e17d6e39f51d253fc9a685d
 
661
Author: Andika Triwidada <andika@gmail.com>
 
662
Date:   2010-09-04
 
663
 
 
664
    Updated Indonesian translation
 
665
 
 
666
 po/id.po |  349 +++++++++++++++++++++++++++++++++-----------------------------
 
667
 1 files changed, 184 insertions(+), 165 deletions(-)
 
668
 
 
669
commit ea6b14b13a9da7098e056e4e39e79b6fa7a11fad
 
670
Author: A S Alam <aalam@users.sf.net>
 
671
Date:   2010-09-04
 
672
 
 
673
    update for Punjabi
 
674
 
 
675
 po/pa.po |  124 ++++++++++++++++++++++++++++++++------------------------------
 
676
 1 files changed, 64 insertions(+), 60 deletions(-)
 
677
 
 
678
commit fb5506d915a4e70f4155bee985cf6bf7144a9e15
 
679
Author: drtv <vasudeven@git.gnome.org>
 
680
Date:   2010-09-03
 
681
 
 
682
    Updated Tamil translation
 
683
 
 
684
 po/ta.po |  112 ++++++++++++++++++++++++++++++++-----------------------------
 
685
 1 files changed, 59 insertions(+), 53 deletions(-)
 
686
 
 
687
commit 9577087843cb66817f306b6b2c4fed65c9f60847
 
688
Author: Daniel Nylander <po@danielnylander.se>
 
689
Date:   2010-09-03
 
690
 
 
691
    Updated Swedish translation
 
692
 
 
693
 po/sv.po |   90 +++++++++++++++++++++++++++++++++++++++----------------------
 
694
 1 files changed, 57 insertions(+), 33 deletions(-)
 
695
 
 
696
commit d5fdca45a06685ab0ff6286e29eb3618720f9fc6
 
697
Author: Kjartan Maraas <kmaraas@gnome.org>
 
698
Date:   2010-09-02
 
699
 
 
700
    Updated Norwegian bokmål translation
 
701
 
 
702
 po/nb.po |   76 ++++++++++++++++---------------------------------------------
 
703
 1 files changed, 20 insertions(+), 56 deletions(-)
 
704
 
 
705
commit 5897ae65ce2499e6991fb630fe362404728e8e34
 
706
Author: Yaron Shahrabani <sh.yaron@gmail.com>
 
707
Date:   2010-09-02
 
708
 
 
709
    Updated Hebrew translation.
 
710
 
 
711
 po/he.po |    3 +--
 
712
 1 files changed, 1 insertions(+), 2 deletions(-)
 
713
 
 
714
commit b77995b01de7565b3882a2631227cf7626a777e1
 
715
Author: Yaron Shahrabani <sh.yaron@gmail.com>
 
716
Date:   2010-09-02
 
717
 
 
718
    Updated Hebrew translation.
 
719
 
 
720
 po/he.po |    5 +++--
 
721
 1 files changed, 3 insertions(+), 2 deletions(-)
 
722
 
 
723
commit 138f83f0edcfddbe87fe3ea40b9c8b516807adc2
 
724
Author: Philip Withnall <philip@tecnocode.co.uk>
 
725
Date:   2010-09-01
 
726
 
 
727
    Update British English translation
 
728
 
 
729
 po/en_GB.po |   26 +++++++++++++++++++-------
 
730
 1 files changed, 19 insertions(+), 7 deletions(-)
 
731
 
 
732
commit 995bf0069468ad82f228d6737e17796ffbaf6028
 
733
Merge: d9ef944 2b308e5
 
734
Author: Stef Walter <stef@memberwebs.com>
 
735
Date:   2010-09-01
 
736
 
 
737
    Merge branch '624570-gtk3-option'
 
738
 
 
739
commit 2b308e57df63d4ac0de3f3469ef4c48efe77d8a6
 
740
Author: Stef Walter <stef@memberwebs.com>
 
741
Date:   2010-09-01
 
742
 
 
743
    Minor fine tuning of GTK+ 3.0 build support.
 
744
    
 
745
    https://bugzilla.gnome.org/show_bug.cgi?id=624570
 
746
 
 
747
 configure.in     |    4 ++--
 
748
 tool/Makefile.am |    2 +-
 
749
 ui/Makefile.am   |    2 +-
 
750
 3 files changed, 4 insertions(+), 4 deletions(-)
 
751
 
 
752
commit d9ef94455d115d8fed29a3071b5b19ca632fb932
 
753
Author: Stef Walter <stef@memberwebs.com>
 
754
Date:   2010-09-01
 
755
 
 
756
    [secret-store] Fix the CKA_TRUSTED attribute for collections.
 
757
    
 
758
    This attribute signifies whether the collection is properly encrypted
 
759
    or not. Fix broken boolean check.
 
760
 
 
761
 pkcs11/secret-store/gkm-secret-collection.c |    2 +-
 
762
 1 files changed, 1 insertions(+), 1 deletions(-)
 
763
 
 
764
commit 767da9c364487235985721fe91483251bcf99da0
 
765
Author: Stef Walter <stef@memberwebs.com>
 
766
Date:   2010-09-01
 
767
 
 
768
    [ssh-agent] No warning message when prompt cancelled.
 
769
    
 
770
    Don't print g_message when ssh-agent prompt is cancelled.
 
771
 
 
772
 daemon/ssh-agent/gkd-ssh-agent-ops.c |    3 ++-
 
773
 1 files changed, 2 insertions(+), 1 deletions(-)
 
774
 
 
775
commit 19f50bcdd0e762625c03b66a5533eecda0ada391
 
776
Author: Matthias Clasen <mclasen@redhat.com>
 
777
Date:   2010-09-01
 
778
 
 
779
    [pam] Fix PAM header test.
 
780
    
 
781
    https://bugzilla.gnome.org/show_bug.cgi?id=628457
 
782
 
 
783
 configure.in |    2 +-
 
784
 1 files changed, 1 insertions(+), 1 deletions(-)
 
785
 
 
786
commit 4ed44a48151706e57af32025332615320f7d18ff
 
787
Author: Stef Walter <stef@memberwebs.com>
 
788
Date:   2010-08-31
 
789
 
 
790
    Revert "[pam] Fix build on Snow Leopard."
 
791
    
 
792
    This reverts commit dc9f71c5b77ea481e71cc7c250de4a967991b16a.
 
793
    
 
794
    Reverted due to: https://bugzilla.gnome.org/show_bug.cgi?id=628384
 
795
 
 
796
 configure.in         |    2 +-
 
797
 pam/gkr-pam-module.c |    7 -------
 
798
 2 files changed, 1 insertions(+), 8 deletions(-)
 
799
 
 
800
commit c16563e487368e80a97d9d4f9288c12eea57f211
 
801
Author: Michael Kotsarinis <mk73628@gmail.com>
 
802
Date:   2010-08-31
 
803
 
 
804
    l10n: Updated Greek translation for gnome-keyring
 
805
 
 
806
 po/el.po | 1084 +++++++++++++++++---------------------------------------------
 
807
 1 files changed, 295 insertions(+), 789 deletions(-)
 
808
 
 
809
commit 28d9a8c62c7c8dcb1bc905ca0007188382ee5677
 
810
Author: Dirgita <dirgitadevina@yahoo.co.id>
 
811
Date:   2010-09-01
 
812
 
 
813
    Updated Indonesian translation
 
814
 
 
815
 po/id.po | 1204 +++++++++++++++++++++++++++++++++++++++++++++++--------------
 
816
 1 files changed, 927 insertions(+), 277 deletions(-)
 
817
 
 
818
commit 41853fa7f5af2440be5e1008ee665e0be10343fe
 
819
Author: Philip Withnall <philip.withnall@collabora.co.uk>
 
820
Date:   2010-08-25
 
821
 
 
822
    Port to GTK+ 3
 
823
    
 
824
    Add a --with-gtk=[2.0|3.0] option to configure to allow building against
 
825
    GTK+ 2 or GTK+ 3. Closes: bgo#624570
 
826
 
 
827
 configure.in                   |   34 ++++++++++++++++++++++++++++++++--
 
828
 docs/reference/gcr/Makefile.am |    5 ++---
 
829
 gcr/.gitignore                 |    1 +
 
830
 gcr/Makefile.am                |   14 +++++++-------
 
831
 gcr/gcr.pc.in                  |    8 ++++----
 
832
 gcr/tests/Makefile.am          |    2 +-
 
833
 tool/.gitignore                |    1 +
 
834
 tool/Makefile.am               |   16 +++++++++++-----
 
835
 ui/.gitignore                  |    1 +
 
836
 ui/Makefile.am                 |   18 ++++++++++++------
 
837
 10 files changed, 72 insertions(+), 28 deletions(-)
 
838
 
 
839
commit e84bca9dfd038b7927cb29214148e5b8aa015a42
 
840
Author: Милош Поповић <gpopac@gmail.com>
 
841
Date:   2010-08-31
 
842
 
 
843
    Updated Serbian translation
 
844
 
 
845
 po/sr.po       |   37 +++++++++++++++++++++++--------------
 
846
 po/sr@latin.po |   37 +++++++++++++++++++++++--------------
 
847
 2 files changed, 46 insertions(+), 28 deletions(-)
 
848
 
 
849
commit 918d8cccd6c470a7d9859dd64970e389b4ff2c44
 
850
Author: Stef Walter <stef@memberwebs.com>
 
851
Date:   2010-08-30
 
852
 
 
853
    Bump version number
 
854
 
 
855
 configure.in |    2 +-
 
856
 1 files changed, 1 insertions(+), 1 deletions(-)
 
857
 
3
858
commit 357bf1d22d5ff5120eaf843fc3818d73d53c5c91
4
859
Author: Stef Walter <stef@memberwebs.com>
5
860
Date:   2010-08-30