~peter-pearse/ubuntu/natty/libgcrypt11/prop001

« back to all changes in this revision

Viewing changes to src/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2007-04-09 11:22:41 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070409112241-hzwl3tex8cmr2dkz
Tags: 1.2.4-2
* Upload to unstable.
* Drop -lgpg-error from libgcrypt-config --libs output. (Closes: #405238)
* Switch to debhelper v5 mode.
* New upstream version closes filehandles in gcry_rndlinux_gather_random().
  (Closes: #403613)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2007-02-01  Werner Koch  <wk@g10code.com>
 
2
 
 
3
        * secmem.c (_gcry_private_is_secure): Trapped by gcc, void* has a
 
4
        size only in gcc.  Reported by Christian Biere.
 
5
 
 
6
2007-01-31  Werner Koch  <wk@g10code.com>
 
7
 
 
8
        * secmem.c (_gcry_private_is_secure): Fixed severe implementation
 
9
        flaw.  Might be the reason for some of the more obscure bugs.
 
10
        (MB_WIPE_OUT): Use wipememory2.
 
11
 
 
12
2006-11-30  Werner Koch  <wk@g10code.com>
 
13
 
 
14
        * gcrypt.h.in: Replace socklen_t with gcry_socklen_t.
 
15
        * gcrypt.h.in: Replace version by @VERSION@.
 
16
 
 
17
        * gcrypt.h: Add fallback type for socklen_t.  Move to ...
 
18
        * gcrypt.h.in: ... this file.
 
19
        * Makefile.am (EXTRA_DIST): Add gcrypt.h.in.
 
20
 
 
21
2006-10-19  Werner Koch  <wk@g10code.com>
 
22
 
 
23
        * global.c (gcry_control) <GCRYCTL_INIT_SECMEM>: Return an error
 
24
        if the memory could not be locked.
 
25
        * secmem.c (not_locked): New.
 
26
        (_gcry_secmem_get_flags): Return that flag.
 
27
        * secmem.h (GCRY_SECMEM_FLAG_NOT_LOCKED): New.
 
28
 
 
29
2006-08-29  Werner Koch  <wk@g10code.com>
 
30
 
 
31
        * global.c (gcry_xrealloc): Set secure flag when calling out of
 
32
        core handler.
 
33
 
1
34
2006-08-28  Werner Koch  <wk@g10code.com>
2
35
 
3
36
        * global.c (gcry_control): Clandestine API change for