summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: ead5369371523debbbdf23cca94283bc8a7f0597 (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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
2007-07-03  Werner Koch  <wk@g10code.com>

	* configure.ac (NETLIBS): Use ws2_32 instead of wsock32.

2007-06-15  Werner Koch  <wk@g10code.com>

	* autogen.sh: Use = and not == in test to be POSIXly correct.
	Change shell back to /bin/sh.

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

	* autogen.sh: Require bash.

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

	* autogen.sh <--build-w32>: Modernize. 

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

	* configure.ac: Require automake 1.10 and autoconf 2.61.
	(AM_PROG_CC_C_O): New.  Error out if no C-89 cc is installed.
	(gl_HEADER_SYS_SOCKET): Explicitly add this for documentation. 

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

	* configure.ac: Use -Wpointer-arith is possible.

2006-11-22  Werner Koch  <wk@g10code.com>

	Released 1.0.1.

2006-11-21  Werner Koch  <wk@g10code.com>

	* configure.ac (AH_BOTTOM): Define PTH_SYSCALL_SOFT to 0.
	(AC_INIT): Use the SVN magic.

	* m4/gnupg-pth.m4 (GNUPG_PTH_VERSION_CHECK): Use --all with
	pth-config.

2006-11-15  Werner Koch  <wk@g10code.com>

	* autogen.sh: Add convenience option --build-amd64.

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

	Released 1.0.0.

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

	* Makefile.am (stowinstall): New convenience target.

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

	Released 0.9.3.

	* tests/Makefile.am (LDADD): Add NETLIBS.

	* configure.ac: Check for cmsghdr.
	(USE_DESCRIPTOR_PASSING): Define it then.

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

	* m4/gnupg-pth.m4: New.  Taked from GnuPG.

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

	Released 0.9.2.
	
2006-10-04  Werner Koch  <wk@g10code.com>

	Released 0.9.1.
	
	* configure.ac (AB_INIT): New.

	* m4/autobuild.m4: New.

2006-09-19  Werner Koch  <wk@g10code.com>

	* tests/fdpassing.c: Reverted Marcus changes.
	(client): New arg FNAME to replace hardwired file name.
	(main): Pass motd to client.
	* tests/Makefile.am (AM_CPPFLAGS): Removed.
	(EXTRA_DIST): Add motd.

2006-09-19  Marcus Brinkmann  <marcus@g10code.de>

	* tests/fdpassing.c (MOTD): New macro.
	* tests/Makefile.am (AM_CPPFLAGS): New variable.
	* tests/motd: New file.

2006-09-14  Werner Koch  <wk@g10code.com>

	Released 0.9.0.

	* configure.ac: Check for S_PEERCRED.  Include check for socklen_t.
	* m4/sys_socket_h.m4, m4/onceonly.m4, m4/socklen.m4: New.
	* m4/Makefile.am: New.

2006-09-05  Werner Koch  <wk@g10code.com>

	* configure.ac (AH_BOTTOM): Define _ASSUAN_IN_LIBASSUAN.

2005-10-24  Werner Koch  <wk@g10code.com>

	* COPYING.LESSER: Added.
	* README.CVS: Renamed to ..
	* README.SVN: .. this.

2005-10-08  Marcus Brinkmann  <marcus@g10code.de>

	* configure.ac: Check for socket library and add it to
	LIBASSUAN_CONFIG_LIBS if necessary.

2005-10-07  Marcus Brinkmann  <marcus@g10code.de>

	* configure.ac: Invoke AC_CANONICAL_HOST.  Define _XOPEN_SOURCE,
	_XOPEN_SOURCE_EXTENDED and __EXTENSIONS__ on Solaris.
	Add stpcy as replacement function.
	Add setenv as replacement function (and check for unistd.h).

2005-06-20  Werner Koch  <wk@g10code.com>

	Released 0.6.10.

2004-12-22  Werner Koch  <wk@g10code.com>

	Released 0.6.9.

	For security reasons switched to automake 1.9.

2004-12-18  Werner Koch  <wk@g10code.com>

	* autogen.sh: Add Option --build-w32.

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

	* configure.ac: Define HAVE_W32_SYSTEM and HAVE_DOSISH_SYSTEM.
	Add -lwsock2 to the config lib flags for W32.

2004-11-25  Werner Koch  <wk@g10code.com>

	Released 0.6.8.

2004-09-27  Werner Koch  <wk@g10code.com>

	* config.sub, config.guess: Updated. 

2004-06-23  Marcus Brinkmann  <marcus@g10code.de>

	* configure.ac: Check for <sys/uio.h>.

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

	Released 0.6.6.

2004-04-02  Thomas Schwinge  <schwinge@nic-nac-project.de>

	* autogen.sh: Added ACLOCAL_FLAGS.

2004-02-20  Werner Koch  <wk@gnupg.org>

	Released 0.6.4.

2004-02-11  Werner Koch  <wk@gnupg.org>

	* autogen.sh (check_version): Removed bashism and simplified.

2004-01-29  Werner Koch  <wk@gnupg.org>

	Released 0.6.3.

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

	Released 0.6.2.

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

	* TODO: New.
	* Makefile.am: Add README.CVS and autogen.sh.  Removed m4/Makefile.
	* README.CVS: New.
	* autogen.sh: Revamped.
	* configure.ac: Add automake version number for autogen.sh use.

2003-11-17  Werner Koch  <wk@gnupg.org>

	Released 0.6.1.

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

	Released 0.6.0.

2003-07-29  Werner Koch  <wk@gnupg.org>

	* configure.ac: Cleanups for newer autoconf.

2003-07-29  gettextize  <bug-gnu-gettext@gnu.org>

	* Makefile.am (EXTRA_DIST): Add config.rpath.
	* configure.ac (AC_CONFIG_FILES): Add po/Makefile.in,

2003-04-28  gettextize  <bug-gnu-gettext@gnu.org>

	* Makefile.am (SUBDIRS): Add m4.
	(ACLOCAL_AMFLAGS): New variable.
	(EXTRA_DIST): New variable.
	* configure.ac (AC_CONFIG_FILES): Add po/Makefile.in,

2003-02-18  Neal H. Walfield  <neal@g10code.de>

	* COPYING: New file.

2003-02-18  Neal H. Walfield  <neal@g10code.de>

	* configure.ac: Fix typo.
	(AC_CONFIG_FILES): Remove common/Makefile.am.
	* common: Remove directory.

2003-02-18  Neal H. Walfield  <neal@g10code.de>

	* common: New directory.
	* Makefile.am (SUBDIRS): Add common.

	* configure.ac: Check for funopen.  If not present, check for
	fopencookie and implement it in terms of that.  Otherwise, fail.
	(AC_CONFIG_FILES): Add common/Makefile.

2003-02-18  Neal H. Walfield  <neal@g10code.de>

	* configure.ac (AC_CONFIG_FILES): Add src/libassuan-config.
	(LIBASSUAN_CONFIG_LIBS, LIBASSUAN_CONFIG_CFLAGS): New variables.
	AC_SUBST them.

2003-02-17  Neal H. Walfield  <neal@g10code.de>

	* AUTHORS: New file.
	* INSTALL: New file.
	* Makefile.am: New file.
	* NEWS: New file.
	* README: New file.
	* autogen.sh: New file, copied from newpg.
	* configure.ac: New file, imported from newpg.
	* depcomp: New file.
	* install-sh: New file.
	* missing: New file.
	* mkinstalldirs: New file.

	* doc: New directory.
	* src: New directory.
	* tests: New directory.