~ubuntu-branches/ubuntu/oneiric/gnupg2/oneiric-proposed

« back to all changes in this revision

Viewing changes to common/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
        Estream changes as used gnupg master from 2010-07-19.
 
4
 
 
5
        * estream.c (es_fname_get, es_fname_set): New.
 
6
        (fname_set_internal): New.
 
7
        (struct estream_internal): Add fields printable_fname and
 
8
        printable_fname_inuse.
 
9
        (_es_get_std_stream): Set stream name.
 
10
        (es_fopen, es_freopen, es_deinitialize): Set fname.
 
11
 
 
12
2011-01-10  Thomas Mraz  <t8m@centrum.cz>  (wk)
 
13
 
 
14
        * pka.c (get_pka_info) [!USE_ADNS]: Turn ANSWER into a union to
 
15
        avoid aliasing problems with modern compilers.  See bug#1307.
 
16
        Reported by Steve Grubb.
 
17
 
 
18
2011-01-10  Werner Koch  <wk@g10code.com>
 
19
 
 
20
        * session-env.c (update_var): Fix same value test.  Fixes
 
21
        bug#1311.
 
22
 
 
23
2010-09-16  Werner Koch  <wk@g10code.com>
 
24
 
 
25
        * util.h: Add GPG_ERR_MISSING_ISSUER_CERT.
 
26
        * status.c (get_inv_recpsgnr_code): Ditto.
 
27
 
 
28
2010-05-03  Werner Koch  <wk@g10code.com>
 
29
 
 
30
        * asshelp.c (lock_agent_spawning, unlock_agent_spawning): New.
 
31
        (start_new_gpg_agent): Test for configured standard socket and
 
32
        try to fire up the agent in this case.
 
33
 
 
34
        * exechelp.c (gnupg_spawn_process_detached): Do not reuse PID for
 
35
        the second fork.
 
36
        (gnupg_wait_process): Do not log a message if EXITCODE is given.
 
37
 
 
38
2010-03-17  Werner Koch  <wk@g10code.com>
 
39
 
 
40
        * asshelp.c (start_new_gpg_agent) [W32]: Use a named mutex to
 
41
        avoid starting two agents.
 
42
 
 
43
2010-03-12  Werner Koch  <wk@g10code.com>
 
44
 
 
45
        * status.h (STATUS_ENTER): New.
 
46
 
 
47
2010-02-11  Marcus Brinkmann  <marcus@g10code.de>
 
48
 
 
49
        From trunk 2009-10-16, 2009-11-02, 2009-11-05:
 
50
 
 
51
        * Makefile.am (libcommon_a_CFLAGS): Use LIBASSUAN_CFLAGS instead
 
52
        of LIBASSUAN_PTH_CFLAGS.
 
53
        * get-passphrase.c (default_inq_cb, membuf_data_cb): Change return
 
54
        type to gpg_error_t.
 
55
        * asshelp.c (start_new_gpg_agent): Update use of
 
56
        assuan_socket_connect and assuan_pipe_connect.  Convert posix FD
 
57
        to assuan FD.
 
58
        [HAVE_W32_SYSTEM]: Add missing argument in assuan_socket_connect
 
59
        invocation.
 
60
        * iobuf.c (iobuf_open_fd_or_name): Fix type of FD in function
 
61
        declaration.
 
62
 
 
63
2009-10-13  Werner Koch  <wk@g10code.com>
 
64
 
 
65
        From trunk 2009-09-23:
 
66
 
 
67
        * asshelp.c (start_new_gpg_agent): Allocate assuan context before
 
68
        starting server.
 
69
 
1
70
2009-12-21  Marcus Brinkmann  <marcus@g10code.de>  (wk)
2
71
 
3
72
        * Makefile.am (audit-events.h, status.h) [!MAINTAINER_MODE]: No