gstein@tigris.org wrote:
>
> Author: gstein
> Date: Thu Sep 4 07:04:59 2003
> New Revision: 6966
>
> Modified:
> trunk/subversion/libsvn_ra_dav/commit.c
> trunk/subversion/libsvn_ra_dav/fetch.c
> trunk/subversion/libsvn_ra_dav/log.c
> trunk/subversion/libsvn_ra_dav/merge.c
> trunk/subversion/libsvn_ra_dav/options.c
> trunk/subversion/libsvn_ra_dav/props.c
> trunk/subversion/libsvn_ra_dav/session.c
> trunk/subversion/libsvn_ra_dav/util.c
> Log:
> Apply patch from D.J. Heap <dj@shadyvale.net>.
>
> Fix neon-.24 usage on Windows -- neon uses ssize_t which is only
> declared in ne_socket.h and neon's config.h (perhaps there's a better
> way to get it than including ne_socket.h everywhere?), and in session.c
> there's a variable declared and initted using a non-standard style.
Neon 0.24.1 was just released with these fixes:
Changes in release 0.24.1:
* Add support for "GSS-Negotiate" Kerberos authentication scheme (from
Risko Gergely and Burjan Gabor).
* Disable Nagle to improve performance of small requests (thanks to
Jim Whitehead and Teng Xu).
* Fix compatibility with OpenSSL 0.9.6 (broken in 0.24.0).
* Fix prototype mismatch in ne_207.c.
* Define ssize_t from ne_request.h for Win32.
* Prevent segfault on zlib initialization failures.
* ne_sock_init does not fail if PRNG could not be seeded.
* Fix segfault in cookies code (Markus Mueller).
* Documentation updates.
I'm thinking we should just require 0.24.1 for the svn 0.29.0 release
to avoid some of these seg faults, and we could also changes, such as
the including of ne_socket.h.
Also, I'd feel more comfortable if this line
NEON_WANTED_REGEX=0.2[34].?
was changed to
NEON_WANTED_REGEX=0.2(3.9|4.1)
in build/buildcheck.sh Are there any shells that would have problem with
this regex?
I'll make these changes if nobody has any issues.
Best,
Blair
--
Blair Zajac <blair@orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 4 23:23:26 2003