~ubuntu-branches/debian/squeeze/gnome-keyring/squeeze

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-03-16 09:12:31 UTC
  • mfrom: (1.1.48 upstream)
  • Revision ID: james.westby@ubuntu.com-20090316091231-qq84szpu4wpszzv6
Tags: 2.26.0-0ubuntu1
* New upstream version:
  - Implement support for running gnome-keyring-daemon under valgrind.
  - Checks for asn1Parser tool when configuring.
  - Only automatically expose PKCS#11 public key objects for private keys. 
  - Have the SSH agent only log into the token when we have a private 
    key that we want to access.
  - Disable input method in password.
* debian/control.in:
  - Build-Depends on libtasn1-3-bin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=== gnome-keyring 2.26.0 ===
 
2
 
 
3
2009-03-14  Stef Walter  <stef@memberwebs.com>
 
4
 
 
5
        * configure.in: 
 
6
        * NEWS: Version 2.26.0
 
7
 
 
8
2009-03-10  Stef Walter  <stef@memberwebs.com>
 
9
 
 
10
        * configure.in:
 
11
        * daemon/Makefile.am:
 
12
        * daemon/gnome-keyring-daemon.desktop.in.in:
 
13
        * daemon/org.gnome.keyring.service.in:
 
14
        * egg/egg-secure-memory.c:
 
15
        * pam/gkr-pam-module.c: Implement valgrind support for our 
 
16
        memory allocator, and support for running gnome-keyring-daemon
 
17
        under valgrind. Use --enable-valgrind=run
 
18
 
 
19
2009-03-04  Stef Walter  <stef@memberwebs.com>
 
20
 
 
21
        * configure.in:
 
22
        * egg/Makefile.am:
 
23
        * egg/tests/Makefile.am:
 
24
        * pkcs11/gck/Makefile.am:
 
25
        * pkcs11/gck/tests/Makefile.am: Check for asn1Parser tool in
 
26
        configure. Patch by Alberto Ruiz. Fixes bug #566731
 
27
        
 
28
2009-03-03  Stef Walter  <stef@memberwebs.com>
 
29
 
 
30
        * gp11/gp11-module.c: 
 
31
        * gp11/gp11-session.c:
 
32
        * gp11/gp11-slot.c:
 
33
        * gp11/gp11.h: Allow specifying auto-authenticate property on a 
 
34
        more fine grained level.
 
35
        
 
36
        * pkcs11/gck/gck-roots-module.c: Don't expose public key for 
 
37
        certificates as a findable PKCS#11 object.
 
38
        
 
39
        * pkcs11/ssh-agent/gck-ssh-agent-ops.c:
 
40
        * pkcs11/ssh-agent/gck-ssh-agent-standalone.c:
 
41
        * pkcs11/ssh-agent/gck-ssh-agent.c: Only login to a token once we 
 
42
        have a public key for which we want to use the private. 
 
43
 
 
44
2009-03-03  Stef Walter  <stef@memberwebs.com>
 
45
 
 
46
        * HACKING: Add link to architecture page on wiki.
 
47
 
 
48
2009-03-02  Stef Walter  <stef@memberwebs.com>
 
49
 
 
50
        * egg/egg-secure-entry.c: Fix "gnome-keyring-ask needs to disable 
 
51
        input method in password" bug #561331 Patch by Takao Fujiwara
 
52
 
1
53
=== gnome-keyring 2.25.92 ===
2
54
 
3
55
2009-03-02  Stef Walter  <stef@memberwebs.com>