Changeset 1665

Show
Ignore:
Timestamp:
02/07/07 14:23:46 (2 years ago)
Author:
david
Message:

added UPGRADING, improved package notes. refs #340

Location:
branches/0.11
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.11/etc/phing/AgaviPackageTask.php

    r1662 r1665  
    9696    $p2->setSummary($shortDesc); 
    9797    $p2->setDescription($longDesc); 
    98     $p2->setNotes('See the CHANGELOG for full list of changes'); 
     98    $p2->setNotes("To see what's new, please refer to the RELEASE_NOTES. Also, the CHANGELOG contains a full list of changes. \n\nFor installation instructions, consult INSTALL. Information on how to migrate existing 0.10.x series applications can be found in UPGRADING."); 
    9999 
    100100    // this must be the most stupid syntax I've ever seen.