Changeset 1191

Show
Ignore:
Timestamp:
12/25/07 19:37:51 (10 months ago)
Author:
mikey
Message:

prevent packaging problems with PEAR_PackageFileManager

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build/vfs/package.php

    r1190 r1191  
    3838 * release notes 
    3939 */ 
    40 $notes = <<<EOT 
     40$notes = utf8_encode(trim(' 
    4141- moved vfsStreamWrapper::PROTOCOL to vfsStream::SCHEME 
    4242- added new vfsStream::url() method to assist in creating correct vfsStream urls 
    4343- added vfsStream::path() method as opposite to vfsStream::url() 
    4444- a call to vfsStreamWrapper::register() will now reset the root to null (implemented because of a hint by David Zülke) 
    45 EOT
     45'))
    4646 
    4747/**