You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by ra...@apache.org on 2004/07/14 21:13:59 UTC

cvs commit: modperl-docs/src/docs/2.0/os/win32 distinstall

randyk      2004/07/14 12:13:59

  Modified:    src/docs/1.0/os/win32 distinstall
               src/docs/2.0/os/win32 distinstall
  Log:
  bump up version of available Perl-5.8.x/Apache-2.0.x Win32
  binary distribution.
  
  Revision  Changes    Path
  1.6       +1 -1      modperl-docs/src/docs/1.0/os/win32/distinstall
  
  Index: distinstall
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/os/win32/distinstall,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- distinstall	6 Jan 2004 16:09:18 -0000	1.5
  +++ distinstall	14 Jul 2004 19:13:59 -0000	1.6
  @@ -40,7 +40,7 @@
   
   Available distributions are:
   
  -1. Perl 5.8.2 / Apache 2.0.48 / mod_perl 1.99
  +1. Perl 5.8.4 / Apache 2.0.50 / mod_perl 1.99
   2. Perl 5.6.1 / Apache 1.3.27 / mod_perl 1.27
   
   It is recommended to install Perl and Apache into fresh locations,
  
  
  
  1.6       +1 -1      modperl-docs/src/docs/2.0/os/win32/distinstall
  
  Index: distinstall
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/os/win32/distinstall,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- distinstall	6 Jan 2004 16:07:05 -0000	1.5
  +++ distinstall	14 Jul 2004 19:13:59 -0000	1.6
  @@ -40,7 +40,7 @@
   
   Available distributions are:
   
  -1. Perl 5.8.2 / Apache 2.0.48 / mod_perl 1.99
  +1. Perl 5.8.4 / Apache 2.0.50 / mod_perl 1.99
   2. Perl 5.6.1 / Apache 1.3.27 / mod_perl 1.27
   
   It is recommended to install Perl and Apache into fresh locations,
  
  
  

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


Re: cvs commit: modperl-docs/src/docs/2.0/os/win32 distinstall

Posted by Stas Bekman <st...@stason.org>.
Randy Kobes wrote:
> On Wed, 14 Jul 2004, Stas Bekman wrote:
> 
> 
>>Randy Kobes wrote:
>>
>>>On Wed, 14 Jul 2004, Stas Bekman wrote:
>>>
>>>
>>>>randyk@apache.org wrote:
>>>>
>>>>
>>>>>randyk      2004/07/14 12:13:59
>>>>>
>>>>> Modified:    src/docs/1.0/os/win32 distinstall
>>>>>              src/docs/2.0/os/win32 distinstall
>>>>> Log:
>>>>> bump up version of available Perl-5.8.x/Apache-2.0.x Win32
>>>>> binary distribution.
>>>>
>>>>[...]
>>>>
>>>>> -1. Perl 5.8.2 / Apache 2.0.48 / mod_perl 1.99
>>>>> +1. Perl 5.8.4 / Apache 2.0.50 / mod_perl 1.99
>>>>>  2. Perl 5.6.1 / Apache 1.3.27 / mod_perl 1.27
>>>>
>>>>any reason why it doesn't specify the real version number? i.e. 1.99_14
>>>>or so?
>>>
>>>
>>>Good idea, especially for mp2, being in development. I'll
>>>add that. Thanks.
>>
>>Great. But it's not 1.99_15. It's 1.99_15-dev.
>>
>>   -1. Perl 5.8.4 / Apache 2.0.50 / mod_perl 1.99
>>   +1. Perl 5.8.4 / Apache 2.0.50 / mod_perl 1.99_15
> 
> 
> Maybe I'm confused on the versioning system ... Within the
> current mp2 cvs:
> 
> $ pwd
> /home/randy/modperl-2.0
> $ grep VERSION lib/mod_perl.pm
>     our $VERSION = "1.9915";
> 
> I know it's in '-dev'elopment, but I thought if I added
> '-dev' to the docs, it might cause confusion if someone
> checked the installed version and it didn't match. Of
> course, saying it's "1.99_15" is also confusing, as _15
> isn't on CPAN ...

How about just making it 1.99_15 (dev). instead of 1.99_15-dev?

Just something that points out that this version is not of a released one.

I also think we ought to fix the report script, which doesn't tell us 
the right thing:

*** mod_perl version 1.9915
*** /home/stas/httpd/worker/bin/httpd -V
Server version: Apache/2.0.51-dev

so Apache is right, but not mod_perl. it should be 1.9915-dev. I'll look 
at how to fix that.

-- 
__________________________________________________________________
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: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org


Re: cvs commit: modperl-docs/src/docs/2.0/os/win32 distinstall

Posted by Randy Kobes <ra...@theoryx5.uwinnipeg.ca>.
On Wed, 14 Jul 2004, Stas Bekman wrote:

> Randy Kobes wrote:
> > On Wed, 14 Jul 2004, Stas Bekman wrote:
> >
> >>randyk@apache.org wrote:
> >>
> >>>randyk      2004/07/14 12:13:59
> >>>
> >>>  Modified:    src/docs/1.0/os/win32 distinstall
> >>>               src/docs/2.0/os/win32 distinstall
> >>>  Log:
> >>>  bump up version of available Perl-5.8.x/Apache-2.0.x Win32
> >>>  binary distribution.
> >>[...]
> >>>  -1. Perl 5.8.2 / Apache 2.0.48 / mod_perl 1.99
> >>>  +1. Perl 5.8.4 / Apache 2.0.50 / mod_perl 1.99
> >>>   2. Perl 5.6.1 / Apache 1.3.27 / mod_perl 1.27
> >>
> >>any reason why it doesn't specify the real version number? i.e. 1.99_14
> >>or so?
> >
> >
> > Good idea, especially for mp2, being in development. I'll
> > add that. Thanks.
>
> Great. But it's not 1.99_15. It's 1.99_15-dev.
>
>    -1. Perl 5.8.4 / Apache 2.0.50 / mod_perl 1.99
>    +1. Perl 5.8.4 / Apache 2.0.50 / mod_perl 1.99_15

Maybe I'm confused on the versioning system ... Within the
current mp2 cvs:

$ pwd
/home/randy/modperl-2.0
$ grep VERSION lib/mod_perl.pm
    our $VERSION = "1.9915";

I know it's in '-dev'elopment, but I thought if I added
'-dev' to the docs, it might cause confusion if someone
checked the installed version and it didn't match. Of
course, saying it's "1.99_15" is also confusing, as _15
isn't on CPAN ...

-- 
best regards,
randy

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


Re: cvs commit: modperl-docs/src/docs/2.0/os/win32 distinstall

Posted by Stas Bekman <st...@stason.org>.
Randy Kobes wrote:
> On Wed, 14 Jul 2004, Stas Bekman wrote:
> 
> 
>>randyk@apache.org wrote:
>>
>>>randyk      2004/07/14 12:13:59
>>>
>>>  Modified:    src/docs/1.0/os/win32 distinstall
>>>               src/docs/2.0/os/win32 distinstall
>>>  Log:
>>>  bump up version of available Perl-5.8.x/Apache-2.0.x Win32
>>>  binary distribution.
>>
>>[...]
>>
>>>  -1. Perl 5.8.2 / Apache 2.0.48 / mod_perl 1.99
>>>  +1. Perl 5.8.4 / Apache 2.0.50 / mod_perl 1.99
>>>   2. Perl 5.6.1 / Apache 1.3.27 / mod_perl 1.27
>>
>>any reason why it doesn't specify the real version number? i.e. 1.99_14
>>or so?
> 
> 
> Good idea, especially for mp2, being in development. I'll
> add that. Thanks.

Great. But it's not 1.99_15. It's 1.99_15-dev.

   -1. Perl 5.8.4 / Apache 2.0.50 / mod_perl 1.99
   +1. Perl 5.8.4 / Apache 2.0.50 / mod_perl 1.99_15


-- 
__________________________________________________________________
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: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org


Re: cvs commit: modperl-docs/src/docs/2.0/os/win32 distinstall

Posted by Randy Kobes <ra...@theoryx5.uwinnipeg.ca>.
On Wed, 14 Jul 2004, Stas Bekman wrote:

> randyk@apache.org wrote:
> > randyk      2004/07/14 12:13:59
> >
> >   Modified:    src/docs/1.0/os/win32 distinstall
> >                src/docs/2.0/os/win32 distinstall
> >   Log:
> >   bump up version of available Perl-5.8.x/Apache-2.0.x Win32
> >   binary distribution.
> [...]
> >   -1. Perl 5.8.2 / Apache 2.0.48 / mod_perl 1.99
> >   +1. Perl 5.8.4 / Apache 2.0.50 / mod_perl 1.99
> >    2. Perl 5.6.1 / Apache 1.3.27 / mod_perl 1.27
>
> any reason why it doesn't specify the real version number? i.e. 1.99_14
> or so?

Good idea, especially for mp2, being in development. I'll
add that. Thanks.

-- 
best regards,
randy

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


Re: cvs commit: modperl-docs/src/docs/2.0/os/win32 distinstall

Posted by Stas Bekman <st...@stason.org>.
randyk@apache.org wrote:
> randyk      2004/07/14 12:13:59
> 
>   Modified:    src/docs/1.0/os/win32 distinstall
>                src/docs/2.0/os/win32 distinstall
>   Log:
>   bump up version of available Perl-5.8.x/Apache-2.0.x Win32
>   binary distribution.
[...]
>   -1. Perl 5.8.2 / Apache 2.0.48 / mod_perl 1.99
>   +1. Perl 5.8.4 / Apache 2.0.50 / mod_perl 1.99
>    2. Perl 5.6.1 / Apache 1.3.27 / mod_perl 1.27

any reason why it doesn't specify the real version number? i.e. 1.99_14 
or so?

-- 
__________________________________________________________________
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: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org