~ubuntu-branches/ubuntu/precise/gnupg2/precise-proposed

« back to all changes in this revision

Viewing changes to tools/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-03-08 22:46:47 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090308224647-gq17gatcl71lrc2k
Tags: 2.0.11-1
* New upstream release. (Closes: #496663)
* debian/control: Make the description a little more distinctive than
  gnupg v1's. Thanks Jari Aalto. (Closes: #496323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2009-03-03  Werner Koch  <wk@g10code.com>
 
2
 
 
3
        * gpgconf.c: New command --reload.
 
4
 
 
5
        * gpgconf-comp.c (gc_component_reload): New.
 
6
 
 
7
2009-03-02  Werner Koch  <wk@g10code.com>
 
8
 
 
9
        * gpgconf-comp.c (scdaemon_runtime_change): Killsc d only if it is
 
10
        not running.
 
11
 
 
12
2009-02-27  Werner Koch  <wk@g10code.com>
 
13
 
 
14
        * gpgconf-comp.c (gpg_agent_runtime_change): Declare static.
 
15
        (scdaemon_runtime_change): New.
 
16
        (gc_backend_scdaemon): Register new function.
 
17
        (gc_options_scdaemon): Make most options runtime changable.
 
18
 
 
19
2009-01-20  Werner Koch  <wk@g10code.com>
 
20
 
 
21
        * gpgconf.c (main): Print more directories.
 
22
 
 
23
2008-12-09  Werner Koch  <wk@g10code.com>
 
24
 
 
25
        * gpg-check-pattern.c (main): Call i18n_init before
 
26
        init_common_subsystems.
 
27
        * gpg-connect-agent.c (main): Ditto.
 
28
        * gpgconf.c (main): Ditto.
 
29
        * symcryptrun.c (main): Ditto.
 
30
 
 
31
2008-12-08  Werner Koch  <wk@g10code.com>
 
32
 
 
33
        * gpgkey2ssh.c (main): Change order of output for RSA. Change name
 
34
        of DSA identifier.  Reported by Daniel Kahn Gillmor.  This is
 
35
        bug#901.
 
36
 
 
37
2008-12-05  Werner Koch  <wk@g10code.com>
 
38
 
 
39
        * gpg-connect-agent.c (opts): Use ARGPARSE_ macros.
 
40
        (start_agent) [W32]: Start agent if not running.
 
41
 
 
42
2008-12-03  Werner Koch  <wk@g10code.com>
 
43
 
 
44
        * gpgconf-comp.c <scdaemon>: Add option --card-timeout.  Remove
 
45
        unused option --disable-opensc.
 
46
 
 
47
2008-10-20  Werner Koch  <wk@g10code.com>
 
48
 
 
49
        * gpgsplit.c (write_part): Remove unused arg FNAME.  Change caller.
 
50
        (do_split): Ditto.
 
51
 
 
52
        * no-libgcrypt.c (gcry_control): Mark unused arg.
 
53
        * gpg-connect-agent.c (do_recvfd): Ditto.
 
54
        * gpgparsemail.c (mime_signed_begin, mime_encrypted_begin): Ditto.
 
55
        (pkcs7_begin): Ditto.
 
56
 
 
57
2008-10-01  Werner Koch  <wk@g10code.com>
 
58
 
 
59
        * gpg-connect-agent.c (main): New command datafile.
 
60
        (read_and_print_response): Print to the defined datafile.
 
61
 
 
62
2008-09-30  Werner Koch  <wk@g10code.com>
 
63
 
 
64
        * gpgconf.c (main) <aListDirs>: Print the bindir.
 
65
 
 
66
2008-08-06  Marcus Brinkmann  <marcus@g10code.de>
 
67
 
 
68
        * gpgconf-comp.c (gc_options_gpgsm): Change type of keyserver
 
69
        option to GC_ARG_TYPE_LDAP_SERVER.
 
70
 
 
71
        * gpgconf-comp.c (retrieve_options_from_file): Transfer the
 
72
        NO_CHANGE flag from the file name option to the list option.
 
73
 
 
74
2008-06-19  Werner Koch  <wk@g10code.com>
 
75
 
 
76
        * gpgconf-comp.c (GC_ARG_TYPE_ALIAS_LIST): New.
 
77
        (gc_arg_type): Add fallback type.
 
78
        (gc_options_gpg): Add option "group".
 
79
 
 
80
2008-06-12  Marcus Brinkmann  <marcus@g10code.de>
 
81
 
 
82
        * gpgconf-comp.c (gc_options_gpgsm): Add option keyserver.
 
83
 
 
84
2008-05-26  Marcus Brinkmann  <marcus@g10code.de>
 
85
 
 
86
        * gpgconf-comp.c: Replace pathname by filename everywhere.
 
87
 
 
88
        * gpgconf.c (enum cmd_and_opt_values): Add aListDirs.
 
89
        (opts): Add aListDirs option.
 
90
        (main): Handle aListDirs.
 
91
        * gpgconf.h (gc_percent_escape): New declaration.
 
92
        * gpgconf-comp.c (my_percent_escape): Make non-static and rename
 
93
        to ...
 
94
        (gc_percent_escape): ... this.  Change all callers.
 
95
        
 
96
2008-05-26  Werner Koch  <wk@g10code.com>
 
97
 
 
98
        * gpgconf-comp.c (gpg_agent_runtime_change) [W32]: Issue
 
99
        "reloadagent" command to gpg-agent.
 
100
 
 
101
        * gpg-connect-agent.c (main): Allow server command on the command
 
102
        line.
 
103
 
 
104
2008-05-20  Marcus Brinkmann  <marcus@g10code.de>
 
105
 
 
106
        * gpgconf.h (gc_component_check_programs): Rename to ...
 
107
        (gc_check_programs): ... this.
 
108
        (gc_component_change_options): Add argument OUT.
 
109
        (gc_component_check_options): New function.
 
110
        * gpgconf.c (enum cmd_and_opt_values): New option aCheckOptions.
 
111
        (opts): Add new option aCheckOptions (aka --check-options).
 
112
        (main): Handle new option aCheckOptions.
 
113
        * gpgconf-comp.c (gc_component_check_programs): Rename to ...
 
114
        (gc_check_programs): ... this.  Refactor core of it to ...
 
115
        (gc_component_check_options): ... this new function.
 
116
        (gc_component_change_options): Add new argument OUT.  Externally
 
117
        verify all changes.  Implement option --dry-run.
 
118
 
 
119
2008-05-09  Werner Koch  <wk@g10code.com>
 
120
 
 
121
        * gpgconf-comp.c (my_dgettext) [USE_SIMPLE_GETTEXT]:  Hack to
 
122
        parly support translations.
 
123
 
 
124
2008-04-08  Werner Koch  <wk@g10code.com>
 
125
 
 
126
        * gpgconf-comp.c (gc_options_gpg): Add --auto-key-locate.
 
127
 
 
128
2008-03-26  Werner Koch  <wk@g10code.com>
 
129
 
 
130
        * make-dns-cert.c: Include unistd.h.  Use config.h if requested.
 
131
        (cert_key): Protect read against EINTR.
 
132
        (main): Print SVN revision for standalone version.
 
133
 
1
134
2008-03-05  Werner Koch  <wk@g10code.com>
2
135
 
3
136
        * gpg-connect-agent.c (arithmetic_op): Add logical not, or and and.