aboutsummaryrefslogtreecommitdiffstats
path: root/m4/ChangeLog-2011
blob: abc34ca2791e21c4c5b6b5f763452051a1dd95ee (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
254
255
256
257
258
259
260
261
262
2011-12-02  Werner Koch  <[email protected]>

	NB: ChangeLog files are no longer manually maintained.  Starting
	on December 1st, 2011 we put change information only in the GIT
	commit log, and generate a top-level ChangeLog file from logs at
	"make dist".  See doc/HACKING for details.

2011-08-09  Werner Koch  <[email protected]>

	* libcurl.m4: s/ifelse/m4_if/.

2009-07-21  Werner Koch  <[email protected]>

	* estream.m4: New.  Taken from libestream.

2007-12-17  Werner Koch  <[email protected]>

	* ldap.m4: Test for ldap_start_tls_sA.

2007-10-23  gettextize  <[email protected]>

	* gettext.m4: Upgrade to gettext-0.16.1.
	* iconv.m4: Upgrade to gettext-0.16.1.
	* lib-ld.m4: Upgrade to gettext-0.16.1.
	* lib-link.m4: Upgrade to gettext-0.16.1.
	* lib-prefix.m4: Upgrade to gettext-0.16.1.
	* nls.m4: Upgrade to gettext-0.16.1.
	* po.m4: Upgrade to gettext-0.16.1.
	* progtest.m4: Upgrade to gettext-0.16.1.
	* codeset.m4: Upgrade to gettext-0.16.1.
	* glibc2.m4: New file, from gettext-0.16.1.
	* glibc21.m4: Upgrade to gettext-0.16.1.
	* intdiv0.m4: Upgrade to gettext-0.16.1.
	* intl.m4: New file, from gettext-0.16.1.
	* intldir.m4: New file, from gettext-0.16.1.
	* intmax.m4: Upgrade to gettext-0.16.1.
	* inttypes_h.m4: Upgrade to gettext-0.16.1.
	* inttypes-pri.m4: Upgrade to gettext-0.16.1.
	* lcmessage.m4: Upgrade to gettext-0.16.1.
	* lock.m4: New file, from gettext-0.16.1.
	* longdouble.m4: Upgrade to gettext-0.16.1.
	* longlong.m4: Upgrade to gettext-0.16.1.
	* printf-posix.m4: Upgrade to gettext-0.16.1.
	* size_max.m4: Upgrade to gettext-0.16.1.
	* stdint_h.m4: Upgrade to gettext-0.16.1.
	* uintmax_t.m4: Upgrade to gettext-0.16.1.
	* ulonglong.m4: Upgrade to gettext-0.16.1.
	* visibility.m4: New file, from gettext-0.16.1.
	* wchar_t.m4: Upgrade to gettext-0.16.1.
	* wint_t.m4: Upgrade to gettext-0.16.1.
	* xsize.m4: Upgrade to gettext-0.16.1.
	* Makefile.am (EXTRA_DIST): Add the new files.

2007-08-02  David Shaw  <[email protected]>

	* ldap.m4: Revert the mozldap change: mozldap has some significant
	differences around TLS compared to OpenLDAP, and will segfault (!)
	if the NSS library is not initialized first.  Nothing impossible
	to do, but I think I'll wait until someone actually asks us for
	mozldap support.

2007-07-27  David Shaw  <[email protected]>

	* ldap.m4: If we don't find ldap or winldap, try for mozldap.

2007-01-16  David Shaw  <[email protected]>

	* libcurl.m4: Check for curl_easy_escape() and
	curl_easy_unescape().  Replace with curl_escape() and
	curl_unescape() if libcurl doesn't have it.

2006-10-02  Werner Koch  <[email protected]>

	* autobuild.m4: New.

2006-07-12  David Shaw  <[email protected]>

	* tar-ustar.m4: Use dd instead of strings as it's more likely to
	be around.  Suggested by Nelson H. F. Beebe.

2006-07-11  David Shaw  <[email protected]>

	* tar-ustar.m4: Not all greps know the -q (quiet) flag, so
	redirect to /dev/null instead.

	* tar-ustar.m4: Pass tar data through strings so that greps that
	don't grep in binary files (Solaris) can detect the string.  Noted
	by Mark Davies.

2006-06-25  Werner Koch  <[email protected]>

	* Makefile.am: Added noexecstack.m4 and ldap.m4

2006-05-22  Marcus Brinkmann  <[email protected]>

	* noexecstack.m4: New file.

2006-05-09  David Shaw  <[email protected]>

	* libcurl.m4: Fix mistaken AC_SUBST when curl is not found.

2006-01-17  David Shaw  <[email protected]>

	* libcurl.m4: Add IDN, SSPI, NTLM, and TFTP defines.

2006-01-16  David Shaw  <[email protected]>

	* libcurl.m4: Remove GOPHER, as that is not supported in libcurl
	any longer.

2005-11-05  David Shaw  <[email protected]>

	* libusb.m4: Check for libusb-config and if we find it, use --libs
	and --cflags.  This is needed for OS X since libusb brings in
	dependencies to various Apple libraries.

2005-10-21  David Shaw  <[email protected]>

	* readline.m4: Check for rl_completion_func_t and
	rl_completion_matches.

2005-08-05  David Shaw  <[email protected]>

	* ldap.m4: If a PATH is given to --with-ldap, bias directory
	search towards the given path for includes and libraries.  Noted
	by Jason Harris.

	* Makefile.am: Distribute tar-ustar.m4.

	* libcurl.m4: If a PATH is given to --with-libcurl, look for
	curl-config in that path.  Bias directory search towards the given
	path for includes and libraries.

2005-08-04  David Shaw  <[email protected]>

	* tar-ustar.m4: New.  Check for a tar that creates USTAR format
	tar files.

2005-07-20  David Shaw  <[email protected]>

	* libcurl.m4: Check that our libcurl has
	curl_version_info(CURLINFO_NOW).

2005-06-22  David Shaw  <[email protected]>

	* libcurl.m4: Only do the OS X linker fix on Panther.  Tiger has a
	clean curl-config.

2005-04-24  David Shaw  <[email protected]>

	* libcurl.m4: Add a check for curl_free() since older versions of
	libcurl don't have it.  Substitute free() as an alternative.

2005-03-21  David Shaw  <[email protected]>

	* readline.m4: Check for completion functionality.

	* ldap.m4: Comments.

2005-03-16  David Shaw  <[email protected]>

	* ldap.m4: New.  Moved from configure.ac.

2005-02-28  David Shaw  <[email protected]>

	* libcurl.m4: Use $LIBS instead of $LDFLAGS.  This should help
	build problems on Mingw32.

2005-02-03  David Shaw  <[email protected]>

	* libcurl.m4: More comments.

2005-01-24  David Shaw  <[email protected]>

	* libcurl.m4: All versions of curl-config support --feature.

2005-01-22  David Shaw  <[email protected]>

	* libcurl.m4: Note that FTPS existed, but wasn't fully
	standards-compliant until version 7.11.0.

2005-01-17  David Shaw  <[email protected]>

	* libcurl.m4: Use LIBCURL_CPPFLAGS and not LIBCURL_INCLUDES to
	match automake syntax.

2005-01-03  David Shaw  <[email protected]>

	* Makefile.am, libusb.m4: New libusb check macro.

2004-12-24  David Shaw  <[email protected]>

	* libcurl.m4: Rewrite this to use the new --protocols flag I gave
	to the libcurl people.

	* Makefile.am: Add readline.m4 and libcurl.m4.

2004-12-23  David Shaw  <[email protected]>

	* libcurl.m4: OSX has a problem with their curl-config script.

	* readline.m4: Make sure that readline is modern enough to
	understand rl_catch_signals.

	* libcurl.m4: Don't require curl-config to be present since it
	seems some binary packages don't include it.  Allow users to
	specify LIBCURL and LIBCURL_INCLUDES for us.

2004-12-22  David Shaw  <[email protected]>

	* libcurl.m4: Be much more strict with libcurl by trying to
	compile and link a test program that uses the features that we
	need.

2004-12-21  David Shaw  <[email protected]>

	* libcurl.m4: New.

2004-12-18  David Shaw  <[email protected]>

	* readline.m4: New.

2004-07-27  gettextize  <[email protected]>

	* gettext.m4: Upgrade to gettext-0.14.1.
	* intmax.m4: New file, from gettext-0.14.1.
	* lib-ld.m4: Upgrade to gettext-0.14.1.
	* lib-prefix.m4: Upgrade to gettext-0.14.1.
	* longdouble.m4: New file, from gettext-0.14.1.
	* longlong.m4: New file, from gettext-0.14.1.
	* po.m4: Upgrade to gettext-0.14.1.
	* printf-posix.m4: New file, from gettext-0.14.1.
	* signed.m4: New file, from gettext-0.14.1.
	* size_max.m4: New file, from gettext-0.14.1.
	* ulonglong.m4: Upgrade to gettext-0.14.1.
	* wchar_t.m4: New file, from gettext-0.14.1.
	* wint_t.m4: New file, from gettext-0.14.1.
	* xsize.m4: New file, from gettext-0.14.1.
	* Makefile.am (EXTRA_DIST): Add the new files.

2003-10-25  gettextize  <[email protected]>

	* codeset.m4: New file, from gettext-0.12.1.
	* gettext.m4: New file, from gettext-0.12.1.
	* glibc21.m4: New file, from gettext-0.12.1.
	* iconv.m4: New file, from gettext-0.12.1.
	* intdiv0.m4: New file, from gettext-0.12.1.
	* inttypes.m4: New file, from gettext-0.12.1.
	* inttypes_h.m4: New file, from gettext-0.12.1.
	* inttypes-pri.m4: New file, from gettext-0.12.1.
	* isc-posix.m4: New file, from gettext-0.12.1.
	* lcmessage.m4: New file, from gettext-0.12.1.
	* lib-ld.m4: New file, from gettext-0.12.1.
	* lib-link.m4: New file, from gettext-0.12.1.
	* lib-prefix.m4: New file, from gettext-0.12.1.
	* nls.m4: New file, from gettext-0.12.1.
	* po.m4: New file, from gettext-0.12.1.
	* progtest.m4: New file, from gettext-0.12.1.
	* stdint_h.m4: New file, from gettext-0.12.1.
	* uintmax_t.m4: New file, from gettext-0.12.1.
	* ulonglong.m4: New file, from gettext-0.12.1.
	* Makefile.am: New file.