Changeset 1665
- Timestamp:
- 02/07/07 14:23:46 (2 years ago)
- Location:
- branches/0.11
- Files:
-
- 1 added
- 1 modified
-
UPGRADING (added)
-
etc/phing/AgaviPackageTask.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/etc/phing/AgaviPackageTask.php
r1662 r1665 96 96 $p2->setSummary($shortDesc); 97 97 $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."); 99 99 100 100 // this must be the most stupid syntax I've ever seen.

