summaryrefslogtreecommitdiff
path: root/doc/ChangeLog
blob: c5676409a46b7f6fc41b30b41b1bdcab0c95aae3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
2009-10-14  Werner Koch  <wk@g10code.com>

	* assuan.texi (Utilities): Describe assuan_get_command_name.

2009-09-21  Marcus Brinkmann  <marcus@g10code.de>

	* assuan.texi: Update to new API.

2009-09-01  Marcus Brinkmann  <marcus@g10code.de>

	* assuan.texi: (External I/O Loop Server): Document
	assuan_process_done.
	(assuan_register_post_cmd_notify): Change type of ERR from int to
	gpg_error_t.
	(assuan_set_error): Likewise.
	(assuan_register_option_handler): Change types in callback handler
	from int to gpg_error_t.
	(assuan_inquire_ext): Likewise.

2009-08-28  Marcus Brinkmann  <marcus@g10code.de>

	* assuan.texi: Update to API changes.
	(Data Types): Remove assuan_error_t.
	(Utilities): Remove assuan_strerror.

2008-10-29  Marcus Brinkmann  <marcus@g10code.de>

	* assuan.texi: Change return type of callback handlers in
	assuan_transact.

2007-11-14  Werner Koch  <wk@g10code.com>

	* assuan.texi (Client code): Describe the new flag bit 7 of the
	pipe_server_connect_ext function.

2007-10-18  Marcus Brinkmann  <marcus@g10code.de>

	* assuan.texi (Client requests): Document HELP.

2007-09-07  Moritz Schulte  <moritz@g10code.com>

	* assuan.texi (Client code): mention assuan_send_data() instead of
	assuan_write_data().

2007-09-03  Marcus Brinkmann  <marcus@g10code.de>

	* assuan.texi: Fix prototype and documentation for
	assuan_inquire_ext.

2007-08-24  Werner Koch  <wk@g10code.com>

	* lgpl.texi: Replace by LGPLv2.1 version.

2007-08-09  Marcus Brinkmann  <marcus@g10code.de>

	* assuan.texi (External I/O Loop): New chapter.

2007-07-12  Werner Koch  <wk@g10code.com>

	* assuan.texi (Utilities): Document that under W32 we return a
	system handle.

2007-07-05  Werner Koch  <wk@g10code.com>

	* lgpl.texi: New.  Taken from COPYING.LIB and reformatted. 
	* gpl.texi: Updated to v3.

	* assuan.texi (Utilities): Explain ASSUAN_CONFIDENTIAL.

2007-05-06  Marcus Brinkmann  <marcus@g10code.de>

	* assuan.texi: Clean up typos.

2006-10-31  Werner Koch  <wk@g10code.com>

	* assuan.texi: Finished.

2003-12-18  Werner Koch  <wk@gnupg.org>

	* assuan.texi: Changed copyright to GPL because this is not a book
	but useful documentation in other software too.  Reworked
	sectioning, updated list of error codes.
	* gpl.texi: Added.
	* fdl.texi: Removed.

2003-08-06  Werner Koch  <wk@gnupg.org>

	* lgpl.texi: New.
	* gpl.texi: Removed.
	* assuan.texi: Dropped requirement vor invariant sections,
	front- and back-cover texts.  Include lgpg.texi.

2003-02-18  Neal H. Walfield  <neal@cs.uml.edu>

	* Makefile.am: New file.
	* fdl.texi: New file.
	* gpl.texi: New file.
	* assuan.texi: Imported from newpg.


 Copyright 2003, 2006, 2007 Free Software Foundation, Inc.

 This file is free software; as a special exception the author gives
 unlimited permission to copy and/or distribute it, with or without
 modifications, as long as this notice is preserved.

 This file is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.