From: Mihai I. <mi...@re...> - 2002-08-23 14:06:36
|
On 17 Aug 2002, Martin Sj=F6gren wrote: > fre 2002-08-16 klockan 22.43 skrev Mihai Ibanescu: > > On 16 Aug 2002, Martin Sj=C3=B6gren wrote: > >=20 > > > fre 2002-08-16 klockan 20.09 skrev Mihai Ibanescu: > > > > It looks like pyOpenSSL does not run on 1.5.2 anymore. From a qui= ck check: > > > >=20 > > > > PySequence_Fast (can be worked around with PySequence_Tuple) - in= =20 > > > > src/crypto/x509req.c > > > > PyObject_AsFileDescriptor (not in 1.5.2) - in src/ssl/connection.= c > > > >=20 > > > > I know, 1.5.2 is old :-) > > >=20 > > > I *meant* to support 1.5. And I noticed this too, but too late. It'= s > > > fixed in current CVS, and will be part of the 0.5.1 "heh, oops" rel= ease > > > ;) > > >=20 > > > This is a case of bad testing, and is really a wake-up call that I > > > should do an RC before a real release next time ;) > >=20 > > I'd be happy to QA the CVS version. Probably next week. > > Any idea about the 0.5.1 timeframe? :-) Sort of too early to ask. >=20 > Thanks for the offer! >=20 > If you can QA it next week, "after that" is the best estimate I can giv= e > right now ;) I've got a patch for PKCS12 support from Mark Welch that > didn't make it into 0.5 that I want to put in 0.5.1 too, so I will try > to do that asap. Hmm, if I can release it next weekend, that'd be good, > it's kinda sloppy to have a broken version out for too long. :/ >=20 > Seeing as the freshmen come to the university on Monday, my next two > weeks will probably be spent in a happy beer-haze *cough* but I will tr= y > to get *some* work done :) Yesterday's CVS snapshot works fine on 1.5.2, AFAICT. Thanks, Misa |