Re: mod_python 3.2.6 (Final!) available for testing

2006-01-18 Thread Wim Heirman
+1

Fedora Core 4
Apache 2.0.54
Python 2.4.1


Jim Gallacher wrote:
 Good news everyone! I made a mistake in tagging 3.2.6 as beta instead of
 final. The new tarball is now available for testing. This is the same
 code as yesterday's 3.2.6b.tgz but with the correct version information.
 
 This is the one we've all been waiting for! :)
 
 Here are the rules:
 
 In order for a file to be officially announced, it has to be tested by
 developers on the dev list. Anyone subscribed to this list can (and
 should feel obligated to :-) ) test it, and provide feedback *to _this_
  list*! (Not the [EMAIL PROTECTED] list, and preferably not me
 personally).
 
 The files are (temporarily) available here:
 
 http://www.modpython.org/dist/
 
 Please download it, then do the usual
 
 $ ./configure --with-apxs=/wherever/it/is
 $ make
 $ (su)
 # make install
 
 Then (as non-root user!)
 
 $ cd test
 $ python test.py
 
 And see if any tests fail. If they pass, send a +1 to the list, if they
 fail, send the details (the versions of OS, Python and Apache, the test
 output, and suggestions, if any).
 
 Thank you,
 Jim Ga

-- 
ir. Wim Heirman,
ELIS Department, Ghent University, Belgium
Phone: +32-9-264.95.27
E-mail: [EMAIL PROTECTED]
http://www.elis.UGent.be/~wheirman/


Re: mod_python 3.2.7 available for testing

2006-02-06 Thread Wim Heirman
+1 Fedora Core 4, Linux 2.6.15, Apache 2.0.54, Python 2.4.1


Jim Gallacher wrote:
 Mod_python 3.2.7 tarball is available for test. Here's hoping this will
 be to final time we need your help testing before the official release.
 
 3.2.7 adds a fix for the connection read issue that was causing problems
 on FreeBSD.
 
 Here are the rules:
 
 In order for a file to be officially announced, it has to be tested by
 developers on the dev list. Anyone subscribed to this list can (and
 should feel obligated to :-) ) test it, and provide feedback *to _this_
  list*! (Not the [EMAIL PROTECTED] list, and preferably not me
 personally).
 
 The files are (temporarily) available here:
 
 http://www.modpython.org/dist/
 
 Please download it, then do the usual
 
 $ ./configure --with-apxs=/wherever/it/is
 $ make
 $ (su)
 # make install
 
 Then (as non-root user!)
 
 $ cd test
 $ python test.py
 
 And see if any tests fail. If they pass, send a +1 to the list, if they
 fail, send the details (the versions of OS, Python and Apache, the test
 output, and suggestions, if any).
 
 Thank you for your assistance,
 Jim Gallacher