~ubuntu-branches/ubuntu/quantal/gnupg2/quantal-proposed

« back to all changes in this revision

Viewing changes to tools/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Marc Deslauriers
  • Date: 2011-05-25 14:27:35 UTC
  • mfrom: (1.1.15 upstream) (7.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110525142735-jccyw0fopnyv728q
Tags: 2.0.17-2ubuntu1
* Merge from debian unstable. Remaining changes:
  - Add udev rules to give gpg access to some smartcard readers;
    Debian #543217.
    . debian/gnupg2.dev: udev rules to set ACLs on SCM smartcard readers.
    . debian/rules: Call dh_installudev.
  - debian/control: Rename Vcs-* to XS-Debian-Vcs-*.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2011-01-11  Werner Koch  <wk@g10code.com>
 
2
 
 
3
        * gpgtar.c, gpgtar.h, gpgtar-create.c, gpgtar-extract.c
 
4
        * gpgtar-list.c: New.  Take from GnuPG master and add missing
 
5
        functions.
 
6
        * Makefile.am (bin_PROGRAMS): Add gpgtar.
 
7
        (gpgtar_SOURCES, gpgtar_CFLAGS, gpgtar_LDADD): New.
 
8
 
 
9
2010-08-23  Werner Koch  <wk@g10code.com>
 
10
 
 
11
        * gpgconf-comp.c (retrieve_options_from_program)
 
12
        (retrieve_options_from_file, copy_file): Do not use ferror after a
 
13
        failed fclose.  Note that the stream is in any case invalid after
 
14
        calling fclose and that fclose does set ERRNO.
 
15
 
 
16
2010-08-19  Werner Koch  <wk@g10code.com>
 
17
 
 
18
        * gpgconf.c (main): Fix --check-options.
 
19
 
 
20
2010-02-11  Marcus Brinkmann  <marcus@g10code.de>
 
21
 
 
22
        From 2009-09-23, 2009-11-04, 2009-11-05, 2009-12-08:
 
23
 
 
24
        * gpg-connect-agent.c (read_and_print_response): Add arg WITHHASH.
 
25
        (getinfo_pid_cb, read_and_print_response)
 
26
        (main): Pass true for WITHHASH for the HELP command.  Update to
 
27
        new Assuan API.  Update use of assuan_socket_connect and
 
28
        assuan_pipe_connect.  Convert posix fd to assuan fd.
 
29
 
 
30
2010-01-10  Werner Koch  <wk@g10code.com>
 
31
 
 
32
        * symcryptrun.c (utmp.h): Remove header; it is not used.
 
33
 
1
34
2009-12-18  Werner Koch  <wk@g10code.com>
2
35
 
3
36
        * applygnupgdefaults (errorfile): Use mktemp.  Fixes bug#1146.