ChangeLog.CVS 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737
  1. Mon May 17 21:25:44 2004 Joe Orton <[email protected]>
  2. * neon.mak: Fix for handling of paths with spaces, and
  3. simplify (Jon Foster <[email protected]>).
  4. Thu May 13 11:42:07 2004 Joe Orton <[email protected]>
  5. * configure.in: Don't rely on echo -n in ne_version.
  6. Sun Feb 22 20:29:04 2004 Joe Orton <[email protected]>
  7. * configure.in: Move memleak.h include to end of config.h.
  8. Sun Feb 22 18:44:55 2004 Joe Orton <[email protected]>
  9. * configure.in: Fix to run DAV tests when an XML parser is
  10. configured.
  11. Sat Jan 24 17:50:52 2004 Joe Orton <[email protected]>
  12. * configure.in: AC_DEFINE _GNU_SOURCE again so that it's used
  13. during compiler checks.
  14. Sat Jan 24 17:33:54 2004 Joe Orton <[email protected]>
  15. * configure.in: Cleanup; move all AC_SUBSTs together; use a single
  16. AH_TOP for config.h.in header; require autoconf 2.58.
  17. Thu Jan 1 17:40:34 2004 Joe Orton <[email protected]>
  18. * neon-config.in: Handle 'lfs' feature.
  19. Sat Nov 15 09:42:40 2003 Joe Orton <[email protected]>
  20. * neon-config.in: Print help output on stderr for unknown arguments.
  21. (usage): Update help output for new NE_FLAG_ substitutions.
  22. Sat Nov 15 09:24:49 2003 Joe Orton <[email protected]>
  23. * configure.in: Update for use latest autoconf best-practice:
  24. s/AC_HELP_STRING/AS_HELP_STRING.
  25. Fri Nov 14 11:28:24 2003 Joe Orton <[email protected]>
  26. * configure.in, neon-config.in: Use new NE_FLAG substitutions
  27. for feature detection.
  28. Fri Nov 14 09:08:10 2003 Joe Orton <[email protected]>
  29. * configure.in: Add -export-symbols-regex to NEON_LINK_FLAGS to
  30. prevent export of ne__ symbols where possible.
  31. Sun Oct 26 12:42:15 2003 Joe Orton <[email protected]>
  32. * neon-config.in: Fix to exit with failure for an unrecognized
  33. option.
  34. Sat Oct 25 10:37:59 2003 Joe Orton <[email protected]>
  35. * configure.in: Use AC_LIBTOOL_TAGS if available.
  36. Mon Sep 22 20:56:21 2003 Joe Orton <[email protected]>
  37. * Makefile.in: Respect @datadir@ from configure (Max Bowsher).
  38. Sun Sep 14 11:13:36 2003 Joe Orton <[email protected]>
  39. * configure.in: Run NEON_TEST before LIBNEON_SOURCE_CHECKS, to
  40. help prevent time_t format string detection failing due to changed
  41. CFLAGS.
  42. Fri Jun 20 17:51:05 2003 Joe Orton <[email protected]>
  43. * configure.in, neon-config.in: Don't pass user-supplied CPPFLAGS
  44. through to neon-config, it is no longer necessary.
  45. Sun Apr 6 19:51:31 2003 Joe Orton <[email protected]>
  46. * doc/manual.xml: Include clicert reference docs.
  47. * doc/ref/clicert.xml: New file.
  48. Sun Apr 6 19:24:47 2003 Joe Orton <[email protected]>
  49. * Makefile.in (XMLTO): New variable.
  50. (docs-man, docs-pdf, docs-ps, docs-html): Use $(XMLTO) variable.
  51. Wed Mar 26 20:09:12 2003 Joe Orton <[email protected]>
  52. * Makefile.in (DIST_HEADERS): Add ne_tls.h
  53. * neon.mak: Build ne_openssl.obj for SSL build, ne_stubssl.obj for
  54. non-SSL build.
  55. Sun Mar 9 10:38:36 2003 Joe Orton <[email protected]>
  56. * configure.in: Set ALLOW_INSTALL=yes early to allow later
  57. overrides.
  58. * Makefile.in (install-yes): Remove dependence on subdirs.
  59. (install-lib): Depend on subdirs; don't install neon.pc.
  60. (install-config): Install neon.pc here.
  61. Sat Mar 1 21:50:17 2003 Joe Orton <[email protected]>
  62. * Makefile.in (cover): New target.
  63. Sat Mar 1 20:39:32 2003 Joe Orton <[email protected]>
  64. * configure.in: Add --enable-memleak argument; if enabled, have
  65. config.h include memleak.h, add top_srcdir/src to include path,
  66. and substitute ALLOW_INSTALL as 'memleak'. Otherwise, substitute
  67. ALLOW_INSTALL as 'yes'.
  68. * Makefile.in (install): Use install-@ALLOW_INSTALL@.
  69. (install-yes): Renamed from install.
  70. (install-memleak): Prevent installation with non-standard ABI.
  71. Fri Dec 27 15:15:54 2002 Joe Orton <[email protected]>
  72. * neon.pc.in: New file.
  73. * configure.in: Generate neon.pc.
  74. * Makefile.in (install-lib): Install neon.pc
  75. Tue Nov 19 11:24:40 2002 Joe Orton <[email protected]>
  76. * configure.in: Use NEON_TEST before NEON_XML_PARSER to prevent
  77. problems if NEON_XML_PARSER adds anything to CPPFLAGS which breaks
  78. gcc -Werror (e.g. -I/usr/local/include).
  79. Sat Sep 21 12:29:56 2002 Joe Orton <[email protected]>
  80. * neon-config.in: Add support for `--la-file' argument, to print
  81. location of libtool .la file.
  82. Sat Sep 14 12:46:21 2002 Joe Orton <[email protected]>
  83. * configure.in: Add AC_COPYRIGHT, use AC_MSG_NOTICE for
  84. post-configure message, update for modern use of AC_CONFIG_FILES
  85. and AC_OUTPUT.
  86. Thu Aug 29 23:49:40 2002 Joe Orton <[email protected]>
  87. Further Win32 updates from Blair Zajac:
  88. * config.hw.in: Define HAVE_ERRNO_H; fix non-SSL build.
  89. * neon.mak: Fix to build DAV sources if EXPAT_FLAGS is set but not
  90. EXPAT_SRC.
  91. Sun Aug 25 23:37:59 2002 Joe Orton <[email protected]>
  92. Win32 updates from Blair Zajac <[email protected]>:
  93. * neon.mak: Fix expansion of $(LIB32_OBJS) variable that was
  94. causing nmake failures. Allow non-DAV build if EXPAT_SRC is not
  95. specified.
  96. * config.hw.in: Remove hard-coded defines.
  97. * INSTALL.win32: Overhaul.
  98. Sat Aug 10 10:42:09 2002 Joe Orton <[email protected]>
  99. * configure.in: Substitue OPENSSL into Makefiles as an absolute
  100. path.
  101. Fri Aug 9 20:45:01 2002 Joe Orton <[email protected]>
  102. * configure.in: Update to use modern three-argument AC_INIT and
  103. AC_CONFIG_SRCDIR. Pick up version string from .version; thanks to
  104. Greg Stein for they `esyscmd' trick. Move NEON_WITH_LIBS earlier.
  105. Use AC_HELP_STRING for --disable-webdav.
  106. Fri Aug 9 20:41:24 2002 Joe Orton <[email protected]>
  107. * config.hw.in, neon.mak, INSTALL.win32: Win32 build update from
  108. Gerald Richter: add optional NEON_NODAV and OPENSSL_STATIC flags,
  109. update locations of includes and libraries.
  110. Sun Jun 30 11:08:56 2002 Joe Orton <[email protected]>
  111. * neon.mak: Enable WIN32_LEAN_AND_MEAN etc, to prevent X509_NAME
  112. definition conflicting with OpenSSL headers in recent versions of
  113. Platform SDK (Branko Èibej).
  114. Thu Jun 13 20:35:43 2002 Joe Orton <[email protected]>
  115. * configure.in: Call NEON_WITH_LIBS for --with-libs option.
  116. Tue Jun 4 13:27:48 2002 Joe Orton <[email protected]>
  117. * neon.mak: Always build ne_compress.obj; patch from Branko Èibej.
  118. Tue Jun 4 09:38:24 2002 Joe Orton <[email protected]>
  119. * Makefile.in (man1dir, man3dir): Use $(mandir). (Rodney Dawes)
  120. Mon Jun 3 20:47:14 2002 Joe Orton <[email protected]>
  121. * Makefile.in (install-html, install-man): Fix for VPATH builds.
  122. Sat May 25 15:01:18 2002 Joe Orton <[email protected]>
  123. * configure.in: Only enable SSL tests if an `openssl' binary is
  124. found in $PATH.
  125. Thu May 23 20:31:01 2002 Joe Orton <[email protected]>
  126. * configure.in: Require a release version of autoconf.
  127. Sat May 18 14:43:15 2002 Joe Orton <[email protected]>
  128. * Makefile.in (docs-man): Use customisation layer.
  129. Sat Apr 13 22:34:00 2002 Joe Orton <[email protected]>
  130. * configure.in, neon-config.in: Pass LDFLAGS and CPPFLAGS setting
  131. given to configure through to neon-config --libs/--cflags output.
  132. Mon Feb 25 20:53:28 2002 Joe Orton <[email protected]>
  133. * neon.mak (OPENSSL_FLAGS): Define NEON_SSL not ENABLE_SSL
  134. (Branko).
  135. Mon Feb 25 20:46:04 2002 Joe Orton <[email protected]>
  136. * config.hw.in: Add NE_FMT_OFF_T (Dan Berlin, Branko Èibej).
  137. Sun Feb 10 20:35:55 2002 Joe Orton <[email protected]>
  138. * Makefile.in (docs-html): Use XSL customisation layer for the
  139. HTML output.
  140. Wed Feb 6 00:42:32 2002 Joe Orton <[email protected]>
  141. * configure.in: Require autoconf 2.52d for AC_C_BIGENDIAN which
  142. supports cross-compiling.
  143. Sat Jan 26 11:19:39 2002 Joe Orton <[email protected]>
  144. * configure.in: Define TESTS and HELPERS appropriately for whether
  145. DAV, SSL, zlib are supported.
  146. Sat Jan 26 11:03:38 2002 Joe Orton <[email protected]>
  147. * neon.mak: Add OpenSSL, zlib support (Branko Èibej).
  148. Sat Jan 26 00:15:29 2002 Joe Orton <[email protected]>
  149. * neon.dsp, neon.dsw: Removed per advice from Branko.
  150. Thu Jan 24 21:02:02 2002 Joe Orton <[email protected]>
  151. * Makefile.in (check): Run check target in test subdir.
  152. (subdirs): Remove redundant subshell.
  153. (distclean): Clean harder.
  154. Thu Jan 24 20:46:28 2002 Joe Orton <[email protected]>
  155. * neon.mak: Remove sslcerts.c from build.
  156. Sun Jan 20 12:51:27 2002 Joe Orton <[email protected]>
  157. * configure.in: Create test/common for vpath build.
  158. Tue Jan 8 21:35:12 2002 Joe Orton <[email protected]>
  159. * neon.mak: Rewritten by Branko Èibej <[email protected]>.
  160. * config.hw.in: Update from Branko Èibej.
  161. Thu Jan 3 08:48:00 2002 Joe Orton <[email protected]>
  162. * Makefile.in (neon-config): Add target.
  163. Thu Jan 3 08:47:06 2002 Joe Orton <[email protected]>
  164. * neon-config.in (libs): Don't print -L/usr/lib or -L/lib.
  165. Thu Jan 3 08:43:08 2002 Joe Orton <[email protected]>
  166. * configure.in: Make neon-config executable in the build tree.
  167. Mon Dec 17 22:54:00 2001 Joe Orton <[email protected]>
  168. * Makefile.in (install-lib, install-headers, install-config):
  169. Support DESTDIR; patch from Pawel Golaszewski <[email protected]>.
  170. Sat Oct 27 12:23:57 2001 Joe Orton <[email protected]>
  171. * neon-config.in: Add "--support FEATURE" option; the script exits
  172. with success if given FEATURE is supported.
  173. Sat Oct 6 13:11:57 2001 Joe Orton <[email protected]>
  174. * configure.in: Require autoconf 2.50. Use AC_HELP_STRING.
  175. Sun Sep 30 23:44:56 2001 Joe Orton <[email protected]>
  176. * configure.in, neon-config.in: Clean up handling of cflags/libs
  177. exporting.
  178. Sat Sep 29 12:45:25 2001 Joe Orton <[email protected]>
  179. * Makefile.in: Add Makefile re-generation target, have clean
  180. recurse into test too, have check depend on subdirs, distribute
  181. ne_compress.h.
  182. Tue Sep 25 07:34:32 2001 Mo DeJong <[email protected]>
  183. * configure.in: Move check for signal.h into
  184. LIBNEON_SOURCE_CHECKS.
  185. Mon Sep 24 20:28:26 2001 Joe Orton <[email protected]>
  186. * autogen.sh: Bomb out on errors (set -e).
  187. Mon Sep 24 20:20:08 2001 Joe Orton <[email protected]>
  188. * autogen.sh: Clean up, use libtoolize.
  189. * ltmain.sh: Removed from CVS.
  190. Mon Sep 24 20:17:18 2001 Joe Orton <[email protected]>
  191. * configure.in: Use three-argument AC_DEFINE for _GNU_SOURCE (Mo
  192. DeJong).
  193. Tue Sep 11 23:20:23 2001 Joe Orton <[email protected]>
  194. * config.hw.in: Define USE_DAV_LOCKS.
  195. Mon Aug 13 21:07:28 2001 Joe Orton <[email protected]>
  196. * neon.mak: Add support for SSL (Peter Boos).
  197. Sat Jun 30 12:22:17 2001 Joe Orton <[email protected]>
  198. * configure.in: Add NEONLIBS to LIBS, so that the depedencies are
  199. added to the link line. This means they are picked up as
  200. references in the .so, and also listed in the libtool .la file.
  201. Tue Jun 12 13:02:58 2001 Joe Orton <[email protected]>
  202. * config.hw.in: Renamed from config.hw, and have version
  203. substituted in when tarball is rolled. Adjust for XML parser
  204. changes. (Gerald Richter)
  205. Sun Jun 10 16:41:46 2001 Joe Orton <[email protected]>
  206. * configure.in: Check for pipe() for tests, use NEON_DEBUG.
  207. Fri Jun 8 22:57:24 2001 Joe Orton <[email protected]>
  208. * config.hw: Fixes from Gerald Richter <[email protected]>.
  209. * neon.mak, INSTALL.win32: New files from Gerald Richter.
  210. Thu May 31 00:00:32 2001 Joe Orton <[email protected]>
  211. * configure.in: Disable shared library build by default. Use
  212. NE_DEBUGGING rather than DEBUGGING. Check for 'usleep' for tests.
  213. Sun Apr 29 16:41:17 2001 Joe Orton <[email protected]>
  214. * configure.in: Produce test/Makefile.
  215. Wed Mar 14 22:51:28 2001 Joe Orton <[email protected]>
  216. * Makefile.in (DIST_HEADERS): Add http_auth.h
  217. Wed Mar 14 22:45:51 2001 Joe Orton <[email protected]>
  218. * configure.in: Build bundled directory regardless of
  219. --disable-webdav.
  220. Sun Feb 25 17:00:40 2001 Joe Orton <[email protected]>
  221. * configure.in: Rename NEON_IS_BUNDLED to NEON_BUILD_BUNDLED.
  222. Sun Feb 25 16:53:28 2001 Joe Orton <[email protected]>
  223. * configure.in: Set NEON_IS_BUNDLED to "yes".
  224. Sat Feb 24 00:09:57 2001 Joe Orton <[email protected]>
  225. * configure.in: Add --disable-webdav flag to disable WebDAV
  226. support. Set NEON_NEED_XML_PARSER=yes if DAV is not disabled.
  227. Sun Jan 28 23:10:39 2001 Joe Orton <[email protected]>
  228. * Makefile.in: Remove neon_config.h from DIST_HEADERS.
  229. Sun Jan 28 10:41:40 2001 Joe Orton <[email protected]>
  230. * configure.in: Don't produce neon_config.h.
  231. Tue Jan 23 23:16:25 2001 Joe Orton <[email protected]>
  232. * configure.in: Moved version defns into NEON_VERSIONS macros.
  233. Produce src/neon_config.h.
  234. Tue Jan 16 20:16:47 2001 Joe Orton <[email protected]>
  235. * configure.in: Bumped version to 0.10.1.
  236. Mon Jan 15 22:59:47 2001 Joe Orton <[email protected]>
  237. * configure.in: Bumped version to 0.10.0.
  238. Sun Jan 14 23:55:47 2001 Joe Orton <[email protected]>
  239. * Makefile.in (distclean): Don't remove neon_config.h. (install):
  240. Depend on subdirs.
  241. Wed Jan 10 22:46:53 2001 Joe Orton <[email protected]>
  242. * configure.in: Use NEON_LINK_FLAGS to pass through -version-info
  243. and interface version flags. Add -I${top_builddir} to CFLAGS.
  244. Remove NEONOBJS declaration, let NEON_LIBTOOL_BUILD do it.
  245. Wed Dec 20 00:11:56 2000 Joe Orton <[email protected]>
  246. * configure.in: Bumped version to 0.9.1, interface version to
  247. 9:1:0.
  248. Tue Dec 19 22:15:45 2000 Joe Orton <[email protected]>
  249. * Makefile.in: Build using recursive make into src directory. Add
  250. VPATH support. (Mo DeJong <[email protected]>)
  251. Tue Dec 19 22:13:40 2000 Joe Orton <[email protected]>
  252. * configure.in: Build using new src/Makefile.in.
  253. Sun Dec 17 19:53:36 2000 Joe Orton <[email protected]>
  254. * config.sub, config.guess, ltconfig, ltmain.sh: Update to libtool
  255. 1.3.5 versions.
  256. Sun Dec 17 18:43:00 2000 Joe Orton <[email protected]>
  257. * Makefile.in: Remove all traces of example programs. Fix
  258. uritest.
  259. Thu Dec 14 21:47:48 2000 Joe Orton <[email protected]>
  260. * configure.in: Bumped version to 0.8.0, interface version to
  261. 8:0:0.
  262. Thu Dec 14 20:57:49 2000 Joe Orton <[email protected]>
  263. * configure.in: Removed configuration of examples.
  264. Wed Dec 13 20:14:53 2000 Joe Orton <[email protected]>
  265. * config.hw: Added for Windows.
  266. Sun Nov 26 09:52:29 2000 Joe Orton <[email protected]>
  267. * example/: Removed directory (now in separate neon-examples
  268. package).
  269. Tue Sep 12 10:33:50 2000 Joe Orton <[email protected]>
  270. * Makefile.in: Remove sitecopy bits which somehow got left in
  271. there.
  272. Tue Sep 12 00:41:49 2000 Joe Orton <[email protected]>
  273. * configure.in: Bumped version to 0.7.3, interface version to
  274. 7:1:1.
  275. Tue Sep 12 00:39:49 2000 Joe Orton <[email protected]>
  276. * Makefile.in (distclean): New target.
  277. Thu Sep 7 00:14:15 2000 Joe Orton <[email protected]>
  278. * configure.in: Bumped version to 0.7.2, interface version to
  279. 7:0:1.
  280. Thu Sep 7 00:10:54 2000 Joe Orton <[email protected]>
  281. * Makefile.in: Added 'all' target (patch by Greg Stein
  282. <[email protected]>).
  283. Sun Sep 3 10:32:09 2000 Joe Orton <[email protected]>
  284. * Makefile.in (SHELL): Added definition. Changed xalloc.h to
  285. ne_alloc.h in DIST_HEADERS. Thanks to Eric Mumpower
  286. <[email protected]>.
  287. Tue Aug 15 21:53:37 2000 Joe Orton <[email protected]>
  288. * configure.in: Bumped version to 0.7.1, interface version to
  289. 6:1:1.
  290. Mon Aug 14 09:28:47 2000 Joe Orton <[email protected]>
  291. * configure.in: Bumped version to 0.7.0, interface version to
  292. 6:0:0.
  293. Sun Aug 13 15:59:58 2000 Joe Orton <[email protected]>
  294. * configure.in: Bumped version to 0.6.1, interface version to
  295. 5:1:1.
  296. Sat Aug 12 17:10:09 2000 Joe Orton <[email protected]>
  297. * configure.in: Bumped version to 0.6.0, interface version to
  298. 5:0:1.
  299. Sat Aug 12 17:08:54 2000 Joe Orton <[email protected]>
  300. * configure.in: Add --with-extra-includes and --with-extra-libs
  301. configure parameters
  302. Sat Aug 12 17:07:22 2000 Joe Orton <[email protected]>
  303. * example/nget.c (redirect_notify): New function. (main): Support
  304. automatic redirects.
  305. Sat Aug 12 16:53:50 2000 Joe Orton <[email protected]>
  306. * Makefile.in: Build http_redirect.lo.
  307. Sat Aug 12 14:43:28 2000 Joe Orton <[email protected]>
  308. * example/nget.c (pretty_progress_bar): Use 'off_t' not size_t
  309. arguments.
  310. Sat Aug 12 02:11:05 2000 Joe Orton <[email protected]>
  311. * configure.in: Bumped interface version to 4:1:0, version to
  312. 0.5.1.
  313. Fri Aug 11 17:18:19 2000 Joe Orton <[email protected]>
  314. * configure.in: Bumped interface version to 4:0:0, version to
  315. 0.5.0.
  316. Fri Jul 28 13:35:06 2000 Joe Orton <[email protected]>
  317. * configure.in: Bumped interface version to 3:2:1, version to
  318. 0.4.2.
  319. Fri Jul 28 11:26:18 2000 Joe Orton <[email protected]>
  320. * configure.in: Bumped interface version to 3:1:1, version to
  321. 0.4.1.
  322. Fri Jul 28 11:25:05 2000 Joe Orton <[email protected]>
  323. * example/nget.c: Include nsocket.h not socket.h.
  324. Fri Jul 28 10:31:50 2000 Joe Orton <[email protected]>
  325. * configure.in: Bumped interface version to 3:0:1. Bumped version
  326. to 0.4.0.
  327. Thu Jul 27 22:01:11 2000 Joe Orton <[email protected]>
  328. * Makefile.in: Install nsocket.h not socket.h.
  329. Thu Jul 27 21:59:45 2000 Joe Orton <[email protected]>
  330. * configure.in: Tell neon-config that header files are in
  331. $(includedir)/neon. Use NEON_WARNINGS macro for compiler
  332. warnings.
  333. Thu Jul 20 19:20:23 2000 Joe Orton <[email protected]>
  334. * Makefile.in: Install headers into $(includedir)/neon rather
  335. libneon. Add dav_locks.h, xalloc.h, neon_md5.h, neon_i18n.h to
  336. list of headers installed.
  337. Mon Jul 17 09:11:46 2000 Joe Orton <[email protected]>
  338. * configure.in: Bumped version to 0.3.1, interface version to
  339. 2:0:1.
  340. Sun Jul 16 18:47:47 2000 Joe Orton <[email protected]>
  341. * configure.in: Bumped version to 0.3.0.
  342. Sun Jul 16 17:17:51 2000 Joe Orton <[email protected]>
  343. * Makefile.in (nbrowse, nserver, debug-nserver, debug-nbrowse):
  344. Added targets.
  345. Sun Jul 16 17:15:08 2000 Joe Orton <[email protected]>
  346. * example/nget.c (main): Updated for new SSL interface.
  347. Sun Jul 16 16:51:16 2000 Joe Orton <[email protected]>
  348. * configure.in: Added --enable-gnome-examples switch.
  349. Sun Jun 18 12:56:00 2000 Joe Orton <[email protected]>
  350. * example/nserver.c: New file.
  351. Sun Jun 18 12:54:43 2000 Joe Orton <[email protected]>
  352. * example/nbrowse.glade: Added Glade project file.
  353. Sun Jun 18 12:51:56 2000 Joe Orton <[email protected]>
  354. * example/nbrowse/main.c, example/nbrowse/interface.c,
  355. example/nbrowse/callbacks.c, example/nbrowse/support.c: Added
  356. files from Glade.
  357. Thu May 25 01:04:11 2000 Joe Orton <[email protected]>
  358. * configure.in: Bumped NEON_INTERFACE_VERSION to 1:0:0. With
  359. --enable-warnings, only include -Wstrict-prototypes if we're not
  360. building with SSL support.
  361. Thu May 25 01:01:01 2000 Joe Orton <[email protected]>
  362. * Makefile.in: Pass --quiet to libtool to make it a bit less
  363. chatty. (again, debug-nget): New target.
  364. Tue May 23 17:14:43 2000 Joe Orton <[email protected]>
  365. * example/nget.c (main): Use http_session_create/destroy. Quit if
  366. http_set_secure fails.
  367. Tue May 23 15:35:16 2000 Joe Orton <[email protected]>
  368. * example/nget.c (parse_args, conn_notify): New functions.
  369. (main): Call neon_debug_init, call sock_init. Register
  370. conn_notify. If scheme is "https", use a secure connection.
  371. Tue May 23 14:14:05 2000 Joe Orton <[email protected]>
  372. * example/nget.c (parse_args): New function. (main):
  373. Sun May 21 23:54:48 2000 Joe Orton <[email protected]>
  374. * neon-config.in: Use @NEON_LIBDIR@ not -L@libdir@ in --libs
  375. output.
  376. Sun May 21 23:53:41 2000 Joe Orton <[email protected]>
  377. * configure.in: Call NEON_SSL macro, add LDFLAGS to NEON_LIBDIR to
  378. pick up OpenSSL library location.
  379. Sat May 20 21:47:54 2000 Joe Orton <[email protected]>
  380. * example/nget.c: Include neon_config.h for NEON_VERSION
  381. declaration.
  382. Sat May 20 21:47:29 2000 Joe Orton <[email protected]>
  383. * configure.in: Added --enable-warnings parameter.
  384. Sat May 20 21:46:54 2000 Joe Orton <[email protected]>
  385. * Makefile.in (libneon.la): Fixed passing interface version.
  386. Sun May 14 00:40:38 2000 Joe Orton <[email protected]>
  387. * configure.in (NEON_VERSION): Bumped to 0.2.0.
  388. Sun May 14 00:28:33 2000 Joe Orton <[email protected]>
  389. * Makefile.in (install-config): New goal.
  390. Sun May 14 00:26:00 2000 Joe Orton <[email protected]>
  391. * configure.in: Added --enable-debugging argument. Added
  392. NEON_LIBDIR, NEON_INCLUDEDIR, NEON_LIBS, NEON_CFLAGS for
  393. neon-config. Produce neon-config from neon-config.in.
  394. * neon-config.in: New file, modified from libxml.
  395. Sat May 13 23:16:46 2000 Joe Orton <[email protected]>
  396. * configure.in: Builed static and shared libraries by default.
  397. Sat May 13 16:32:15 2000 Joe Orton <[email protected]>
  398. * config.sub, config.guess, ltmain.sh, ltconfig: Updated from
  399. libtool-1.3.4.
  400. Sat May 13 13:45:56 2000 Joe Orton <[email protected]>
  401. * example/nget.c: Don't include neon.h.
  402. Sat May 13 13:44:22 2000 Joe Orton <[email protected]>
  403. * Makefile.in: Use libtool. (install-examples): New goal.
  404. * configure.in: Define NEON_VERSION.
  405. Thu May 11 14:14:00 2000 Joe Orton <[email protected]>
  406. * example/nget.c (main): Set user-agent.
  407. Thu May 11 14:10:24 2000 Joe Orton <[email protected]>
  408. * ltconfig, ltmain.sh, config.sub, config.guess: Added libtool
  409. support files.
  410. * configure.in: Call AC_PROG_LIBTOOL and AC_DISABLE_STATIC.
  411. * .cvsignore: Added libtool.
  412. Wed May 10 19:17:24 2000 Joe Orton <[email protected]>
  413. * configure.in: Print configuration message, check for ranlib.
  414. Wed May 10 19:16:43 2000 Joe Orton <[email protected]>
  415. * example/nget.c (main): Allow output to stdout.
  416. Wed May 10 19:15:56 2000 Joe Orton <[email protected]>
  417. * Makefile.in: Added shared, install* targets
  418. Wed May 10 17:47:30 2000 Joe Orton <[email protected]>
  419. * example/nget.c (pretty_progress_bar): New function, from
  420. cadaver.
  421. Wed May 10 14:42:45 2000 Joe Orton <[email protected]>
  422. * example/nget.c: New file.
  423. Wed May 10 14:41:39 2000 Joe Orton <[email protected]>
  424. * configure.in, Makefile.in, .cvsignore, install-sh: New files.