~ubuntu-branches/ubuntu/hardy/gnupg/hardy-updates

« back to all changes in this revision

Viewing changes to util/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-11-03 09:18:26 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20061103091826-89kwl8tk1xypbmtk
Tags: upstream-1.4.5
ImportĀ upstreamĀ versionĀ 1.4.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2006-07-31  Werner Koch  <wk@g10code.com>
 
2
 
 
3
        * iobuf.c (iobuf_ioctl, fd_cache_invalidate): Allow closing all
 
4
        open files.
 
5
 
 
6
2006-07-29  Marcus Brinkmann  <marcus@g10code.de>
 
7
 
 
8
        * secmem.c (init_pool): Close FD after establishing the mapping.
 
9
 
 
10
2006-07-20  David Shaw  <dshaw@jabberwocky.com>
 
11
 
 
12
        * http.c (send_request): A zero-length proxy is the same as no
 
13
        proxy at all.  Suggested by J. Scott Berg.
 
14
 
 
15
2006-04-17  David Shaw  <dshaw@jabberwocky.com>
 
16
 
 
17
        * miscutil.c (make_printable_string): Fix bug where some control
 
18
        characters lose part of their ASCII representation.
 
19
 
 
20
2006-04-11  David Shaw  <dshaw@jabberwocky.com>
 
21
 
 
22
        * memory.c (realloc): Revert m_guard fix and stick an #error in
 
23
        there to inform people not to use it.
 
24
 
 
25
2006-04-11  Werner Koch  <wk@g10code.com>
 
26
 
 
27
        * iobuf.c (IOBUF_BUFFER_SIZE): New to replace hardwired 8192.
 
28
 
 
29
2006-04-06  David Shaw  <dshaw@jabberwocky.com>
 
30
 
 
31
        * memory.c (realloc): Fix compile problem with --enable-m-guard.
 
32
 
1
33
2006-03-30  David Shaw  <dshaw@jabberwocky.com>
2
34
 
3
35
        * cert.c (main): Fix test program build warning on OSX.