updated neon.changes
[platform/upstream/neon.git] / ChangeLog.CVS
1 Mon May 17 21:25:44 2004  Joe Orton  <joe@manyfish.co.uk>
2
3         * neon.mak: Fix for handling of paths with spaces, and
4         simplify (Jon Foster <jon@jon-foster.co.uk>).
5
6 Thu May 13 11:42:07 2004  Joe Orton  <joe@manyfish.co.uk>
7
8         * configure.in: Don't rely on echo -n in ne_version.
9
10 Sun Feb 22 20:29:04 2004  Joe Orton  <joe@manyfish.co.uk>
11
12         * configure.in: Move memleak.h include to end of config.h.
13
14 Sun Feb 22 18:44:55 2004  Joe Orton  <joe@manyfish.co.uk>
15
16         * configure.in: Fix to run DAV tests when an XML parser is
17         configured.
18
19 Sat Jan 24 17:50:52 2004  Joe Orton  <joe@manyfish.co.uk>
20
21         * configure.in: AC_DEFINE _GNU_SOURCE again so that it's used
22         during compiler checks.
23
24 Sat Jan 24 17:33:54 2004  Joe Orton  <joe@manyfish.co.uk>
25
26         * configure.in: Cleanup; move all AC_SUBSTs together; use a single
27         AH_TOP for config.h.in header; require autoconf 2.58.
28
29 Thu Jan  1 17:40:34 2004  Joe Orton  <joe@manyfish.co.uk>
30
31         * neon-config.in: Handle 'lfs' feature.
32
33 Sat Nov 15 09:42:40 2003  Joe Orton  <joe@manyfish.co.uk>
34
35         * neon-config.in: Print help output on stderr for unknown arguments.
36         (usage): Update help output for new NE_FLAG_ substitutions.
37
38 Sat Nov 15 09:24:49 2003  Joe Orton  <joe@manyfish.co.uk>
39
40         * configure.in: Update for use latest autoconf best-practice:
41         s/AC_HELP_STRING/AS_HELP_STRING.
42
43 Fri Nov 14 11:28:24 2003  Joe Orton  <joe@manyfish.co.uk>
44
45         * configure.in, neon-config.in: Use new NE_FLAG substitutions
46         for feature detection.
47
48 Fri Nov 14 09:08:10 2003  Joe Orton  <joe@manyfish.co.uk>
49
50         * configure.in: Add -export-symbols-regex to NEON_LINK_FLAGS to
51         prevent export of ne__ symbols where possible.
52
53 Sun Oct 26 12:42:15 2003  Joe Orton  <joe@manyfish.co.uk>
54
55         * neon-config.in: Fix to exit with failure for an unrecognized
56         option.
57
58 Sat Oct 25 10:37:59 2003  Joe Orton  <joe@manyfish.co.uk>
59
60         * configure.in: Use AC_LIBTOOL_TAGS if available.
61
62 Mon Sep 22 20:56:21 2003  Joe Orton  <joe@manyfish.co.uk>
63
64         * Makefile.in: Respect @datadir@ from configure (Max Bowsher).
65
66 Sun Sep 14 11:13:36 2003  Joe Orton  <joe@manyfish.co.uk>
67
68         * configure.in: Run NEON_TEST before LIBNEON_SOURCE_CHECKS, to
69         help prevent time_t format string detection failing due to changed
70         CFLAGS.
71
72 Fri Jun 20 17:51:05 2003  Joe Orton  <joe@manyfish.co.uk>
73
74         * configure.in, neon-config.in: Don't pass user-supplied CPPFLAGS
75         through to neon-config, it is no longer necessary.
76
77 Sun Apr  6 19:51:31 2003  Joe Orton  <joe@manyfish.co.uk>
78
79         * doc/manual.xml: Include clicert reference docs.
80
81         * doc/ref/clicert.xml: New file.
82
83 Sun Apr  6 19:24:47 2003  Joe Orton  <joe@manyfish.co.uk>
84
85         * Makefile.in (XMLTO): New variable.
86         (docs-man, docs-pdf, docs-ps, docs-html): Use $(XMLTO) variable.
87
88 Wed Mar 26 20:09:12 2003  Joe Orton  <joe@manyfish.co.uk>
89
90         * Makefile.in (DIST_HEADERS): Add ne_tls.h
91
92         * neon.mak: Build ne_openssl.obj for SSL build, ne_stubssl.obj for
93         non-SSL build.
94
95 Sun Mar  9 10:38:36 2003  Joe Orton  <joe@manyfish.co.uk>
96
97         * configure.in: Set ALLOW_INSTALL=yes early to allow later
98         overrides.
99
100         * Makefile.in (install-yes): Remove dependence on subdirs.
101         (install-lib): Depend on subdirs; don't install neon.pc.
102         (install-config): Install neon.pc here. 
103
104 Sat Mar  1 21:50:17 2003  Joe Orton  <joe@manyfish.co.uk>
105
106         * Makefile.in (cover): New target.
107
108 Sat Mar  1 20:39:32 2003  Joe Orton  <joe@manyfish.co.uk>
109
110         * configure.in: Add --enable-memleak argument; if enabled, have
111         config.h include memleak.h, add top_srcdir/src to include path,
112         and substitute ALLOW_INSTALL as 'memleak'.  Otherwise, substitute
113         ALLOW_INSTALL as 'yes'.
114
115         * Makefile.in (install): Use install-@ALLOW_INSTALL@.
116         (install-yes): Renamed from install.
117         (install-memleak): Prevent installation with non-standard ABI.
118
119 Fri Dec 27 15:15:54 2002  Joe Orton  <joe@manyfish.co.uk>
120
121         * neon.pc.in: New file.
122
123         * configure.in: Generate neon.pc.
124         
125         * Makefile.in (install-lib): Install neon.pc
126
127 Tue Nov 19 11:24:40 2002  Joe Orton  <joe@manyfish.co.uk>
128
129         * configure.in: Use NEON_TEST before NEON_XML_PARSER to prevent
130         problems if NEON_XML_PARSER adds anything to CPPFLAGS which breaks
131         gcc -Werror (e.g. -I/usr/local/include).
132
133 Sat Sep 21 12:29:56 2002  Joe Orton  <joe@manyfish.co.uk>
134
135         * neon-config.in: Add support for `--la-file' argument, to print
136         location of libtool .la file.
137
138 Sat Sep 14 12:46:21 2002  Joe Orton  <joe@manyfish.co.uk>
139
140         * configure.in: Add AC_COPYRIGHT, use AC_MSG_NOTICE for
141         post-configure message, update for modern use of AC_CONFIG_FILES
142         and AC_OUTPUT.
143
144 Thu Aug 29 23:49:40 2002  Joe Orton  <joe@manyfish.co.uk>
145
146         Further Win32 updates from Blair Zajac:
147         
148         * config.hw.in: Define HAVE_ERRNO_H; fix non-SSL build.
149
150         * neon.mak: Fix to build DAV sources if EXPAT_FLAGS is set but not
151         EXPAT_SRC.
152
153 Sun Aug 25 23:37:59 2002  Joe Orton  <joe@manyfish.co.uk>
154
155         Win32 updates from Blair Zajac <blair@orcaware.com>:
156         
157         * neon.mak: Fix expansion of $(LIB32_OBJS) variable that was
158         causing nmake failures.  Allow non-DAV build if EXPAT_SRC is not
159         specified.
160
161         * config.hw.in: Remove hard-coded defines.
162
163         * INSTALL.win32: Overhaul.
164
165 Sat Aug 10 10:42:09 2002  Joe Orton  <joe@manyfish.co.uk>
166
167         * configure.in: Substitue OPENSSL into Makefiles as an absolute
168         path.
169
170 Fri Aug  9 20:45:01 2002  Joe Orton  <joe@manyfish.co.uk>
171
172         * configure.in: Update to use modern three-argument AC_INIT and
173         AC_CONFIG_SRCDIR.  Pick up version string from .version; thanks to
174         Greg Stein for they `esyscmd' trick.  Move NEON_WITH_LIBS earlier.
175         Use AC_HELP_STRING for --disable-webdav.
176
177 Fri Aug  9 20:41:24 2002  Joe Orton  <joe@manyfish.co.uk>
178
179         * config.hw.in, neon.mak, INSTALL.win32: Win32 build update from
180         Gerald Richter: add optional NEON_NODAV and OPENSSL_STATIC flags,
181         update locations of includes and libraries.
182
183 Sun Jun 30 11:08:56 2002  Joe Orton  <joe@manyfish.co.uk>
184
185         * neon.mak: Enable WIN32_LEAN_AND_MEAN etc, to prevent X509_NAME
186         definition conflicting with OpenSSL headers in recent versions of
187         Platform SDK (Branko Èibej).
188
189 Thu Jun 13 20:35:43 2002  Joe Orton  <joe@manyfish.co.uk>
190
191         * configure.in: Call NEON_WITH_LIBS for --with-libs option.
192
193 Tue Jun  4 13:27:48 2002  Joe Orton  <joe@manyfish.co.uk>
194
195         * neon.mak: Always build ne_compress.obj; patch from Branko Èibej.
196
197 Tue Jun  4 09:38:24 2002  Joe Orton  <joe@manyfish.co.uk>
198
199         * Makefile.in (man1dir, man3dir): Use $(mandir).  (Rodney Dawes)
200
201 Mon Jun  3 20:47:14 2002  Joe Orton  <joe@manyfish.co.uk>
202
203         * Makefile.in (install-html, install-man): Fix for VPATH builds.
204
205 Sat May 25 15:01:18 2002  Joe Orton  <joe@manyfish.co.uk>
206
207         * configure.in: Only enable SSL tests if an `openssl' binary is
208         found in $PATH.
209
210 Thu May 23 20:31:01 2002  Joe Orton  <joe@manyfish.co.uk>
211
212         * configure.in: Require a release version of autoconf.
213
214 Sat May 18 14:43:15 2002  Joe Orton  <joe@manyfish.co.uk>
215
216         * Makefile.in (docs-man): Use customisation layer.
217
218 Sat Apr 13 22:34:00 2002  Joe Orton  <joe@manyfish.co.uk>
219
220         * configure.in, neon-config.in: Pass LDFLAGS and CPPFLAGS setting
221         given to configure through to neon-config --libs/--cflags output.
222
223 Mon Feb 25 20:53:28 2002  Joe Orton  <joe@manyfish.co.uk>
224
225         * neon.mak (OPENSSL_FLAGS): Define NEON_SSL not ENABLE_SSL
226         (Branko).
227
228 Mon Feb 25 20:46:04 2002  Joe Orton  <joe@manyfish.co.uk>
229
230         * config.hw.in: Add NE_FMT_OFF_T (Dan Berlin, Branko Èibej).
231
232 Sun Feb 10 20:35:55 2002  Joe Orton  <joe@manyfish.co.uk>
233
234         * Makefile.in (docs-html): Use XSL customisation layer for the
235         HTML output.
236
237 Wed Feb  6 00:42:32 2002  Joe Orton  <joe@manyfish.co.uk>
238
239         * configure.in: Require autoconf 2.52d for AC_C_BIGENDIAN which
240         supports cross-compiling.
241
242 Sat Jan 26 11:19:39 2002  Joe Orton  <joe@manyfish.co.uk>
243
244         * configure.in: Define TESTS and HELPERS appropriately for whether
245         DAV, SSL, zlib are supported.
246
247 Sat Jan 26 11:03:38 2002  Joe Orton  <joe@manyfish.co.uk>
248
249         * neon.mak: Add OpenSSL, zlib support (Branko Èibej).
250
251 Sat Jan 26 00:15:29 2002  Joe Orton  <joe@manyfish.co.uk>
252
253         * neon.dsp, neon.dsw: Removed per advice from Branko.
254
255 Thu Jan 24 21:02:02 2002  Joe Orton  <joe@manyfish.co.uk>
256
257         * Makefile.in (check): Run check target in test subdir.
258         (subdirs): Remove redundant subshell.
259         (distclean): Clean harder.
260
261 Thu Jan 24 20:46:28 2002  Joe Orton  <joe@manyfish.co.uk>
262
263         * neon.mak: Remove sslcerts.c from build.
264
265 Sun Jan 20 12:51:27 2002  Joe Orton  <joe@manyfish.co.uk>
266
267         * configure.in: Create test/common for vpath build.
268
269 Tue Jan  8 21:35:12 2002  Joe Orton  <joe@manyfish.co.uk>
270
271         * neon.mak: Rewritten by Branko Èibej <brane@xbc.nu>.
272
273         * config.hw.in: Update from Branko Èibej.
274
275 Thu Jan  3 08:48:00 2002  Joe Orton  <joe@manyfish.co.uk>
276
277         * Makefile.in (neon-config): Add target.
278
279 Thu Jan  3 08:47:06 2002  Joe Orton  <joe@manyfish.co.uk>
280
281         * neon-config.in (libs): Don't print -L/usr/lib or -L/lib.
282
283 Thu Jan  3 08:43:08 2002  Joe Orton  <joe@manyfish.co.uk>
284
285         * configure.in: Make neon-config executable in the build tree.
286
287 Mon Dec 17 22:54:00 2001  Joe Orton  <joe@manyfish.co.uk>
288
289         * Makefile.in (install-lib, install-headers, install-config):
290         Support DESTDIR; patch from Pawel Golaszewski <ues@ds.pg.gda.pl>.
291
292 Sat Oct 27 12:23:57 2001  Joe Orton  <joe@manyfish.co.uk>
293
294         * neon-config.in: Add "--support FEATURE" option; the script exits
295         with success if given FEATURE is supported.
296
297 Sat Oct  6 13:11:57 2001  Joe Orton  <joe@manyfish.co.uk>
298
299         * configure.in: Require autoconf 2.50. Use AC_HELP_STRING.
300
301 Sun Sep 30 23:44:56 2001  Joe Orton  <joe@manyfish.co.uk>
302
303         * configure.in, neon-config.in: Clean up handling of cflags/libs
304         exporting.
305
306 Sat Sep 29 12:45:25 2001  Joe Orton  <joe@manyfish.co.uk>
307
308         * Makefile.in: Add Makefile re-generation target, have clean
309         recurse into test too, have check depend on subdirs, distribute
310         ne_compress.h.
311
312 Tue Sep 25 07:34:32 2001  Mo DeJong  <supermo@bayarea.net>
313
314         * configure.in: Move check for signal.h into
315         LIBNEON_SOURCE_CHECKS.
316
317 Mon Sep 24 20:28:26 2001  Joe Orton  <joe@manyfish.co.uk>
318
319         * autogen.sh: Bomb out on errors (set -e).
320
321 Mon Sep 24 20:20:08 2001  Joe Orton  <joe@manyfish.co.uk>
322
323         * autogen.sh: Clean up, use libtoolize.
324
325         * ltmain.sh: Removed from CVS.
326
327 Mon Sep 24 20:17:18 2001  Joe Orton  <joe@manyfish.co.uk>
328
329         * configure.in: Use three-argument AC_DEFINE for _GNU_SOURCE (Mo
330         DeJong).
331
332 Tue Sep 11 23:20:23 2001  Joe Orton  <joe@manyfish.co.uk>
333
334         * config.hw.in: Define USE_DAV_LOCKS.
335
336 Mon Aug 13 21:07:28 2001  Joe Orton  <joe@manyfish.co.uk>
337
338         * neon.mak: Add support for SSL (Peter Boos).
339
340 Sat Jun 30 12:22:17 2001  Joe Orton  <joe@manyfish.co.uk>
341
342         * configure.in: Add NEONLIBS to LIBS, so that the depedencies are
343         added to the link line.  This means they are picked up as
344         references in the .so, and also listed in the libtool .la file.
345
346 Tue Jun 12 13:02:58 2001  Joe Orton  <joe@manyfish.co.uk>
347
348         * config.hw.in: Renamed from config.hw, and have version
349         substituted in when tarball is rolled. Adjust for XML parser
350         changes. (Gerald Richter)
351
352 Sun Jun 10 16:41:46 2001  Joe Orton  <joe@manyfish.co.uk>
353
354         * configure.in: Check for pipe() for tests, use NEON_DEBUG.
355
356 Fri Jun  8 22:57:24 2001  Joe Orton  <joe@manyfish.co.uk>
357         
358         * config.hw: Fixes from Gerald Richter <richter@ecos.de>.
359
360         * neon.mak, INSTALL.win32: New files from Gerald Richter.
361
362 Thu May 31 00:00:32 2001  Joe Orton  <joe@manyfish.co.uk>
363
364         * configure.in: Disable shared library build by default.  Use
365         NE_DEBUGGING rather than DEBUGGING.  Check for 'usleep' for tests.
366
367 Sun Apr 29 16:41:17 2001  Joe Orton  <joe@manyfish.co.uk>
368
369         * configure.in: Produce test/Makefile.
370
371 Wed Mar 14 22:51:28 2001  Joe Orton  <joe@manyfish.co.uk>
372
373         * Makefile.in (DIST_HEADERS): Add http_auth.h
374
375 Wed Mar 14 22:45:51 2001  Joe Orton  <joe@manyfish.co.uk>
376
377         * configure.in: Build bundled directory regardless of
378         --disable-webdav.
379
380 Sun Feb 25 17:00:40 2001  Joe Orton  <joe@manyfish.co.uk>
381
382         * configure.in: Rename NEON_IS_BUNDLED to NEON_BUILD_BUNDLED.
383
384 Sun Feb 25 16:53:28 2001  Joe Orton  <joe@manyfish.co.uk>
385
386         * configure.in: Set NEON_IS_BUNDLED to "yes".
387
388 Sat Feb 24 00:09:57 2001  Joe Orton  <joe@manyfish.co.uk>
389
390         * configure.in: Add --disable-webdav flag to disable WebDAV
391         support.  Set NEON_NEED_XML_PARSER=yes if DAV is not disabled.
392
393 Sun Jan 28 23:10:39 2001  Joe Orton  <joe@manyfish.co.uk>
394
395         * Makefile.in: Remove neon_config.h from DIST_HEADERS.
396
397 Sun Jan 28 10:41:40 2001  Joe Orton  <joe@manyfish.co.uk>
398
399         * configure.in: Don't produce neon_config.h.
400
401 Tue Jan 23 23:16:25 2001  Joe Orton  <joe@light.plus.com>
402
403         * configure.in: Moved version defns into NEON_VERSIONS macros.
404         Produce src/neon_config.h.
405
406 Tue Jan 16 20:16:47 2001  Joe Orton  <joe@light.plus.com>
407
408         * configure.in: Bumped version to 0.10.1.
409
410 Mon Jan 15 22:59:47 2001  Joe Orton  <joe@light.plus.com>
411
412         * configure.in: Bumped version to 0.10.0.
413
414 Sun Jan 14 23:55:47 2001  Joe Orton  <joe@light.plus.com>
415
416         * Makefile.in (distclean): Don't remove neon_config.h.  (install):
417         Depend on subdirs.
418
419 Wed Jan 10 22:46:53 2001  Joe Orton  <joe@light.plus.com>
420
421         * configure.in: Use NEON_LINK_FLAGS to pass through -version-info
422         and interface version flags.  Add -I${top_builddir} to CFLAGS.
423         Remove NEONOBJS declaration, let NEON_LIBTOOL_BUILD do it.
424
425 Wed Dec 20 00:11:56 2000  Joe Orton  <joe@light.plus.com>
426
427         * configure.in: Bumped version to 0.9.1, interface version to
428         9:1:0.
429
430 Tue Dec 19 22:15:45 2000  Joe Orton  <joe@light.plus.com>
431
432         * Makefile.in: Build using recursive make into src directory.  Add
433         VPATH support. (Mo DeJong <mdejong@cygnus.com>)
434
435 Tue Dec 19 22:13:40 2000  Joe Orton  <joe@light.plus.com>
436
437         * configure.in: Build using new src/Makefile.in.
438
439 Sun Dec 17 19:53:36 2000  Joe Orton  <joe@light.plus.com>
440
441         * config.sub, config.guess, ltconfig, ltmain.sh: Update to libtool
442         1.3.5 versions.
443
444 Sun Dec 17 18:43:00 2000  Joe Orton  <joe@light.plus.com>
445
446         * Makefile.in: Remove all traces of example programs.  Fix
447         uritest.
448
449 Thu Dec 14 21:47:48 2000  Joe Orton  <joe@light.plus.com>
450
451         * configure.in: Bumped version to 0.8.0, interface version to
452         8:0:0.
453
454 Thu Dec 14 20:57:49 2000  Joe Orton  <joe@light.plus.com>
455
456         * configure.in: Removed configuration of examples.
457
458 Wed Dec 13 20:14:53 2000  Joe Orton  <joe@light.plus.com>
459
460         * config.hw: Added for Windows.
461
462 Sun Nov 26 09:52:29 2000  Joe Orton  <joe@light.plus.com>
463
464         * example/: Removed directory (now in separate neon-examples
465         package).
466
467 Tue Sep 12 10:33:50 2000  Joe Orton  <joe@light.plus.com>
468
469         * Makefile.in: Remove sitecopy bits which somehow got left in
470         there.
471
472 Tue Sep 12 00:41:49 2000  Joe Orton  <joe@light.plus.com>
473
474         * configure.in: Bumped version to 0.7.3, interface version to
475         7:1:1.
476
477 Tue Sep 12 00:39:49 2000  Joe Orton  <joe@light.plus.com>
478
479         * Makefile.in (distclean): New target.
480
481 Thu Sep  7 00:14:15 2000  Joe Orton  <joe@orton.demon.co.uk>
482
483         * configure.in: Bumped version to 0.7.2, interface version to
484         7:0:1.
485
486 Thu Sep  7 00:10:54 2000  Joe Orton  <joe@orton.demon.co.uk>
487
488         * Makefile.in: Added 'all' target (patch by Greg Stein
489         <gstein@lyra.org>).
490
491 Sun Sep  3 10:32:09 2000  Joe Orton  <joe@orton.demon.co.uk>
492
493         * Makefile.in (SHELL): Added definition.  Changed xalloc.h to
494         ne_alloc.h in DIST_HEADERS. Thanks to Eric Mumpower
495         <nocturne@arepa.com>.
496
497 Tue Aug 15 21:53:37 2000  Joe Orton  <joe@orton.demon.co.uk>
498
499         * configure.in: Bumped version to 0.7.1, interface version to
500         6:1:1.
501
502 Mon Aug 14 09:28:47 2000  Joe Orton  <joe@orton.demon.co.uk>
503
504         * configure.in: Bumped version to 0.7.0, interface version to
505         6:0:0.
506
507 Sun Aug 13 15:59:58 2000  Joe Orton  <joe@orton.demon.co.uk>
508
509         * configure.in: Bumped version to 0.6.1, interface version to
510         5:1:1.
511
512 Sat Aug 12 17:10:09 2000  Joe Orton  <joe@orton.demon.co.uk>
513
514         * configure.in: Bumped version to 0.6.0, interface version to
515         5:0:1.
516
517 Sat Aug 12 17:08:54 2000  Joe Orton  <joe@orton.demon.co.uk>
518
519         * configure.in: Add --with-extra-includes and --with-extra-libs
520         configure parameters
521
522 Sat Aug 12 17:07:22 2000  Joe Orton  <joe@orton.demon.co.uk>
523
524         * example/nget.c (redirect_notify): New function.  (main): Support
525         automatic redirects.
526
527 Sat Aug 12 16:53:50 2000  Joe Orton  <joe@orton.demon.co.uk>
528
529         * Makefile.in: Build http_redirect.lo.
530
531 Sat Aug 12 14:43:28 2000  Joe Orton  <joe@orton.demon.co.uk>
532
533         * example/nget.c (pretty_progress_bar): Use 'off_t' not size_t
534         arguments.
535
536 Sat Aug 12 02:11:05 2000  Joe Orton  <joe@orton.demon.co.uk>
537
538         * configure.in: Bumped interface version to 4:1:0, version to
539         0.5.1.
540
541 Fri Aug 11 17:18:19 2000  Joe Orton  <joe@orton.demon.co.uk>
542
543         * configure.in: Bumped interface version to 4:0:0, version to
544         0.5.0.
545
546 Fri Jul 28 13:35:06 2000  Joe Orton  <joe@orton.demon.co.uk>
547
548         * configure.in: Bumped interface version to 3:2:1, version to
549         0.4.2.
550
551 Fri Jul 28 11:26:18 2000  Joe Orton  <joe@orton.demon.co.uk>
552
553         * configure.in: Bumped interface version to 3:1:1, version to
554         0.4.1.
555
556 Fri Jul 28 11:25:05 2000  Joe Orton  <joe@orton.demon.co.uk>
557
558         * example/nget.c: Include nsocket.h not socket.h.
559
560 Fri Jul 28 10:31:50 2000  Joe Orton  <joe@orton.demon.co.uk>
561
562         * configure.in: Bumped interface version to 3:0:1.  Bumped version
563         to 0.4.0.
564
565 Thu Jul 27 22:01:11 2000  Joe Orton  <joe@orton.demon.co.uk>
566
567         * Makefile.in: Install nsocket.h not socket.h.
568
569 Thu Jul 27 21:59:45 2000  Joe Orton  <joe@orton.demon.co.uk>
570
571         * configure.in: Tell neon-config that header files are in
572         $(includedir)/neon.  Use NEON_WARNINGS macro for compiler
573         warnings.
574
575 Thu Jul 20 19:20:23 2000  Joe Orton  <joe@orton.demon.co.uk>
576
577         * Makefile.in: Install headers into $(includedir)/neon rather
578         libneon.  Add dav_locks.h, xalloc.h, neon_md5.h, neon_i18n.h to
579         list of headers installed.
580
581 Mon Jul 17 09:11:46 2000  Joe Orton  <joe@orton.demon.co.uk>
582
583         * configure.in: Bumped version to 0.3.1, interface version to
584         2:0:1.
585
586 Sun Jul 16 18:47:47 2000  Joe Orton  <joe@orton.demon.co.uk>
587
588         * configure.in: Bumped version to 0.3.0.
589
590 Sun Jul 16 17:17:51 2000  Joe Orton  <joe@orton.demon.co.uk>
591
592         * Makefile.in (nbrowse, nserver, debug-nserver, debug-nbrowse):
593         Added targets.
594
595 Sun Jul 16 17:15:08 2000  Joe Orton  <joe@orton.demon.co.uk>
596
597         * example/nget.c (main): Updated for new SSL interface.
598
599 Sun Jul 16 16:51:16 2000  Joe Orton  <joe@orton.demon.co.uk>
600
601         * configure.in: Added --enable-gnome-examples switch.
602
603 Sun Jun 18 12:56:00 2000  Joe Orton  <joe@orton.demon.co.uk>
604
605         * example/nserver.c: New file.
606
607 Sun Jun 18 12:54:43 2000  Joe Orton  <joe@orton.demon.co.uk>
608
609         * example/nbrowse.glade: Added Glade project file.
610
611 Sun Jun 18 12:51:56 2000  Joe Orton  <joe@orton.demon.co.uk>
612
613         * example/nbrowse/main.c, example/nbrowse/interface.c,
614         example/nbrowse/callbacks.c, example/nbrowse/support.c: Added
615         files from Glade.
616
617 Thu May 25 01:04:11 2000  Joe Orton  <joe@orton.demon.co.uk>
618
619         * configure.in: Bumped NEON_INTERFACE_VERSION to 1:0:0.  With
620         --enable-warnings, only include -Wstrict-prototypes if we're not
621         building with SSL support.
622
623 Thu May 25 01:01:01 2000  Joe Orton  <joe@orton.demon.co.uk>
624
625         * Makefile.in: Pass --quiet to libtool to make it a bit less
626         chatty.  (again, debug-nget): New target.
627
628 Tue May 23 17:14:43 2000  Joe Orton  <joe@orton.demon.co.uk>
629
630         * example/nget.c (main): Use http_session_create/destroy. Quit if
631         http_set_secure fails.
632
633 Tue May 23 15:35:16 2000  Joe Orton  <joe@orton.demon.co.uk>
634
635         * example/nget.c (parse_args, conn_notify): New functions.
636         (main): Call neon_debug_init, call sock_init.  Register
637         conn_notify. If scheme is "https", use a secure connection.
638
639 Tue May 23 14:14:05 2000  Joe Orton  <joe@orton.demon.co.uk>
640
641         * example/nget.c (parse_args): New function.  (main): 
642
643 Sun May 21 23:54:48 2000  Joe Orton  <joe@orton.demon.co.uk>
644
645         * neon-config.in: Use @NEON_LIBDIR@ not -L@libdir@ in --libs
646         output.
647
648 Sun May 21 23:53:41 2000  Joe Orton  <joe@orton.demon.co.uk>
649
650         * configure.in: Call NEON_SSL macro, add LDFLAGS to NEON_LIBDIR to
651         pick up OpenSSL library location.
652
653 Sat May 20 21:47:54 2000  Joe Orton  <joe@orton.demon.co.uk>
654
655         * example/nget.c: Include neon_config.h for NEON_VERSION
656         declaration.
657
658 Sat May 20 21:47:29 2000  Joe Orton  <joe@orton.demon.co.uk>
659
660         * configure.in: Added --enable-warnings parameter.
661
662 Sat May 20 21:46:54 2000  Joe Orton  <joe@orton.demon.co.uk>
663
664         * Makefile.in (libneon.la): Fixed passing interface version.
665
666 Sun May 14 00:40:38 2000  Joe Orton  <joe@orton.demon.co.uk>
667
668         * configure.in (NEON_VERSION): Bumped to 0.2.0.
669
670 Sun May 14 00:28:33 2000  Joe Orton  <joe@orton.demon.co.uk>
671
672         * Makefile.in (install-config): New goal.
673
674 Sun May 14 00:26:00 2000  Joe Orton  <joe@orton.demon.co.uk>
675
676         * configure.in: Added --enable-debugging argument.  Added
677         NEON_LIBDIR, NEON_INCLUDEDIR, NEON_LIBS, NEON_CFLAGS for
678         neon-config.  Produce neon-config from neon-config.in.
679
680         * neon-config.in: New file, modified from libxml.
681
682 Sat May 13 23:16:46 2000  Joe Orton  <joe@orton.demon.co.uk>
683
684         * configure.in: Builed static and shared libraries by default.
685
686 Sat May 13 16:32:15 2000  Joe Orton  <joe@orton.demon.co.uk>
687
688         * config.sub, config.guess, ltmain.sh, ltconfig: Updated from
689         libtool-1.3.4.
690
691 Sat May 13 13:45:56 2000  Joe Orton  <joe@orton.demon.co.uk>
692
693         * example/nget.c: Don't include neon.h.
694
695 Sat May 13 13:44:22 2000  Joe Orton  <joe@orton.demon.co.uk>
696
697         * Makefile.in: Use libtool.  (install-examples): New goal.
698
699         * configure.in: Define NEON_VERSION.
700
701 Thu May 11 14:14:00 2000  Joe Orton  <joe@orton.demon.co.uk>
702
703         * example/nget.c (main): Set user-agent.
704
705 Thu May 11 14:10:24 2000  Joe Orton  <joe@orton.demon.co.uk>
706
707         * ltconfig, ltmain.sh, config.sub, config.guess: Added libtool
708         support files.
709
710         * configure.in: Call AC_PROG_LIBTOOL and AC_DISABLE_STATIC.
711
712         * .cvsignore: Added libtool.
713
714 Wed May 10 19:17:24 2000  Joe Orton  <joe@orton.demon.co.uk>
715
716         * configure.in: Print configuration message, check for ranlib.
717
718 Wed May 10 19:16:43 2000  Joe Orton  <joe@orton.demon.co.uk>
719
720         * example/nget.c (main): Allow output to stdout.
721
722 Wed May 10 19:15:56 2000  Joe Orton  <joe@orton.demon.co.uk>
723
724         * Makefile.in: Added shared, install* targets
725
726 Wed May 10 17:47:30 2000  Joe Orton  <joe@orton.demon.co.uk>
727
728         * example/nget.c (pretty_progress_bar): New function, from
729         cadaver.
730
731 Wed May 10 14:42:45 2000  Joe Orton  <joe@orton.demon.co.uk>
732
733         * example/nget.c: New file.
734
735 Wed May 10 14:41:39 2000  Joe Orton  <joe@orton.demon.co.uk>
736
737         * configure.in, Makefile.in, .cvsignore, install-sh: New files.