Re: svn commit: r601843 - in /httpd/mod_ftp/trunk: STATUS include/mod_ftp.h

2007-12-07 Thread Guenter Knauf
Hi, Who's interested in seeing a TR and helping make the release happen? me. But current code doesnt compile for Ipv4 due to improper ifdefs in ftp_commands.c; here's what makes it compile - however first hunk seems not nice... --- ftp_commands.c.orig Fri Dec 07 19:38:14 2007 +++ ftp_commands.c

Re: svn commit: r601843 - in /httpd/mod_ftp/trunk: STATUS include/mod_ftp.h

2007-12-07 Thread William A. Rowe, Jr.
Guenter Knauf wrote: Just a hint: last time I tested also with cURL which caused for whatever reason a segfault with mod_ftp (r525888); so if possible you should also try some transfers with cURL... Hmmm - any chance you were using IPv6? The patches I committed today resulted from chasing

Re: svn commit: r601843 - in /httpd/mod_ftp/trunk: STATUS include/mod_ftp.h

2007-12-07 Thread Guenter Knauf
Hi Bill, then there's another issue with mod_ftp.c which I will soon look at Please let me know, if you say alls' well, I'll tag. well, as you've seen I've committed a simple fix (no var declarations after function calls), and now all compiles fine for NetWare; then loaded with my old

Re: svn commit: r601843 - in /httpd/mod_ftp/trunk: STATUS include/mod_ftp.h

2007-12-07 Thread William A. Rowe, Jr.
Guenter Knauf wrote: Hi, Who's interested in seeing a TR and helping make the release happen? me. Cool. I've backed out the extra ABOR aliasing from trunk so we can tag a beta, and if someone cares they can add compensation for all of the weirder OOB behaviors that we see in the 'real

Re: svn commit: r601843 - in /httpd/mod_ftp/trunk: STATUS include/mod_ftp.h

2007-12-07 Thread Guenter Knauf
Hi Bill, Just a hint: last time I tested also with cURL which caused for whatever reason a segfault with mod_ftp (r525888); so if possible you should also try some transfers with cURL... Hmmm - any chance you were using IPv6? nope - IPv4. The patches I committed today resulted from chasing

Re: svn commit: r601843 - in /httpd/mod_ftp/trunk: STATUS include/mod_ftp.h

2007-12-07 Thread William A. Rowe, Jr.
Guenter Knauf wrote: Hi, here's what makes it compile - however first hunk seems not nice... just commited slightly modified patch. Much prettier, thanks :)

Re: svn commit: r601843 - in /httpd/mod_ftp/trunk: STATUS include/mod_ftp.h

2007-12-07 Thread Guenter Knauf
Hi, here's what makes it compile - however first hunk seems not nice... just commited slightly modified patch. Guenter.

Re: svn commit: r601843 - in /httpd/mod_ftp/trunk: STATUS include/mod_ftp.h

2007-12-06 Thread William A. Rowe, Jr.
URL: http://svn.apache.org/viewvc?rev=601843view=rev Log: Come closer to a release by backing-up the version from Covalent-numbering series to an ASF numbering series, and prepare for the first GA release to be numbered 1.0.0. This means 0.9.0 is an obvious numbering schema for alpha/beta's.

Re: svn commit: r601843 - in /httpd/mod_ftp/trunk: STATUS include/mod_ftp.h

2007-12-06 Thread Jim Jagielski
On Dec 6, 2007, at 3:40 PM, William A. Rowe, Jr. wrote: URL: http://svn.apache.org/viewvc?rev=601843view=rev Log: Come closer to a release by backing-up the version from Covalent- numbering series to an ASF numbering series, and prepare for the first GA release to be numbered 1.0.0.

Re: svn commit: r601843 - in /httpd/mod_ftp/trunk: STATUS include/mod_ftp.h

2007-12-06 Thread Niklas Edmundsson
On Thu, 6 Dec 2007, William A. Rowe, Jr. wrote: First question, are there testers who will test/vote on the module? I'm game for testing. Our environment is strictly anonftp read-only though, so I won't test the non-anon stuff. Having the thing work with mod_cache would be absolute bliss,