[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pre-2.1.15 -> 2.1.18 upgrade warning
From: |
Brendan Strejcek |
Subject: |
Re: pre-2.1.15 -> 2.1.18 upgrade warning |
Date: |
Tue, 31 Jan 2006 09:53:03 -0600 |
User-agent: |
Mutt/1.5.6+20040818i |
Mark Burgess wrote:
> See the changelog for an example
Thanks for the pointer. And here it is, for those that like to follow
these things on the mailing list.
http://svn.iu.hio.no/viewcvs/trunk/ChangeLog?rev=165&view=markup
...
2.1.17
This is a minor bugfix release
WARNING - the handling of function arguments has been changed. You are
recommended to use normal C/Perl quoting of argument strings., e.g.
result = ( ExecResult("/bin/sh -c \"${pf_cc} -V | head -1 | cut -d\ -f3\"") )
not
result = ( ExecResult(/bin/sh -c "${pf_cc} -V | head -1 | cut -d\ -f3") )
...
Best,
Brendan
--
Senior System Administrator
The University of Chicago
Department of Computer Science
http://www.cs.uchicago.edu/people/brendan
http://praksys.blogspot.com/