You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@perl.apache.org by Stas Bekman <st...@stason.org> on 2004/12/15 18:47:29 UTC

[ANNOUNCE] Apache::Request 1.33

The uploaded file

     libapreq-1.33.tar.gz

has entered CPAN as

   file: $CPAN/authors/id/S/ST/STAS/libapreq-1.33.tar.gz
   size: 328933 bytes
    md5: f5d2c36ae545aac6fd26cb03307df52b

The reason for this jump from 1.3 to 1.33 is a weird versioning system 
used previously with libapreq1, from now on new releases will have the 
usual bump-up-the-number and release.

Changes since 1.3 (i.e. 1.31, 1.32 and 1.33):

MacOSX docs tweaks [David Wheeler <david kineticode.com>]

fix Makefile.PL to properly skip the test suite if A-T requirements
weren't satisfied [Stas]

require Apache::Test 1.13 to run perl tests (need() was added at that
version) [Stas]

Fix `strEQ' redefined warnings in the perl build [Stas]

Upgrade license to the Apache License Version 2.0. [davidw, joes]

Fix mfd's Content-Type parser to deal with Opera 7.2's extra attributes.
For details see

   http://marc.theaimsgroup.com/?l=apreq-dev&m=106606052700407&w=2

Bug first reported by Sven Geisler [joes].

added a proper implementation of the ithreads support. At the same
time it should resolve the problem with perl 5.8.2 under threaded
applications, since it no longer relies on the implicit context and
passes aTHX around. [Stas]



-- 
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: announce-unsubscribe@perl.apache.org
For additional commands, e-mail: announce-help@perl.apache.org


Re: [ANNOUNCE] Apache::Request 1.33

Posted by Joe Schaefer <jo...@sunstarsys.com>.
Stas Bekman <st...@stason.org> writes:

> Joe Schaefer wrote:
>
>> (I already checked that you have commit privs there).  Then "svn up" in
>> /www/www.apache.org/dist/httpd to bring it up to date.
>
> That doesn't work. The checkout is cvs one. I've manually updated the
> file. 

ROTFL!  That's exactly what I did the first time I played RM
for libapreq (because I didn't have the required cvs commit 
privs to KEYS).

-- 
Joe Schaefer


Re: [ANNOUNCE] Apache::Request 1.33

Posted by Stas Bekman <st...@stason.org>.
Joe Schaefer wrote:
> Stas Bekman <st...@stason.org> writes:
> 
> 
>>Joe Schaefer wrote:
>>
>>>Stas Bekman <st...@stason.org> writes:
>>>
>>>
>>>>Joe, could you please verify the sig:
> 
> 
> Looks fine:
> 
>   gpg: Signature made Thu Dec 16 16:54:21 2004 EST using DSA key ID E76CF6D0
>   gpg: key E76CF6D0: public key "Stas Bekman <st...@stason.org>" imported
>   gpg: Total number processed: 1
>   gpg:               imported: 1
>   gpg: Good signature from "Stas Bekman <st...@stason.org>"
>   gpg: checking the trustdb
>   gpg: checking at depth 0 signed=0 ot(-/q/n/m/f/u)=0/0/0/0/0/1
>   gpg: WARNING: This key is not certified with a trusted signature!
>   gpg:          There is no indication that the signature belongs to the owner.
>   Primary key fingerprint: FE7A 49DA A875 E890 B416  7F76 CCB2 EB46 E76C F6D0

Thanks.

> Last step- be sure to add this signature to httpd-dist's KEYS file.
> 
>      http://svn.apache.org/repos/asf/httpd/httpd/dist/KEYS

Added.

> (I already checked that you have commit privs there).  Then "svn up" 
> in /www/www.apache.org/dist/httpd to bring it up to date.

That doesn't work. The checkout is cvs one. I've manually updated the file.


-- 
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Re: [ANNOUNCE] Apache::Request 1.33

Posted by Joe Schaefer <jo...@sunstarsys.com>.
Stas Bekman <st...@stason.org> writes:

> Joe Schaefer wrote:
>> Stas Bekman <st...@stason.org> writes:
>>
>>>Joe, could you please verify the sig:

Looks fine:

  gpg: Signature made Thu Dec 16 16:54:21 2004 EST using DSA key ID E76CF6D0
  gpg: key E76CF6D0: public key "Stas Bekman <st...@stason.org>" imported
  gpg: Total number processed: 1
  gpg:               imported: 1
  gpg: Good signature from "Stas Bekman <st...@stason.org>"
  gpg: checking the trustdb
  gpg: checking at depth 0 signed=0 ot(-/q/n/m/f/u)=0/0/0/0/0/1
  gpg: WARNING: This key is not certified with a trusted signature!
  gpg:          There is no indication that the signature belongs to the owner.
  Primary key fingerprint: FE7A 49DA A875 E890 B416  7F76 CCB2 EB46 E76C F6D0

Last step- be sure to add this signature to httpd-dist's KEYS file.

     http://svn.apache.org/repos/asf/httpd/httpd/dist/KEYS

(I already checked that you have commit privs there).  Then "svn up" 
in /www/www.apache.org/dist/httpd to bring it up to date.

-- 
Joe Schaefer

Re: [ANNOUNCE] Apache::Request 1.33

Posted by Stas Bekman <st...@stason.org>.
Joe Schaefer wrote:
> Stas Bekman <st...@stason.org> writes:
> 
> 
>>The uploaded file
>>
>>     libapreq-1.33.tar.gz
>>
>>has entered CPAN as
> 
> 
> Stas, are you planning to follow through with the ASF-related 
> steps in RELEASE?  AFAICT we still need a 1.33 tag somewhere in
> svn, and a gpg-signed 1.33 tarball in
> 
>      http://www.apache.org/dist/httpd/libapreq/

Ouch, you are right, I'll do that tomorrow. Thanks Joe!

-- 
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Re: [ANNOUNCE] Apache::Request 1.33

Posted by Joe Schaefer <jo...@sunstarsys.com>.
Stas Bekman <st...@stason.org> writes:

> The uploaded file
>
>      libapreq-1.33.tar.gz
>
> has entered CPAN as

Stas, are you planning to follow through with the ASF-related 
steps in RELEASE?  AFAICT we still need a 1.33 tag somewhere in
svn, and a gpg-signed 1.33 tarball in

     http://www.apache.org/dist/httpd/libapreq/
 
-- 
Joe Schaefer