| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
New version naming standardThe solution is to replace the existing standard with one a simpler and slightly clearer one.
The next major version is MyPackage2:
Deliberatly Breaking BC on packagesBreaking BC may only be done:
First Releases
Bug fix only Releases
Feature addition Releases (that may also include bug fixes)Should just increment the y (in x.y), for examples
Stable ReleasesYou should never release stable packages with a 0.x format (this is a common situation at present, and is the only significant change that is being proposed.) Appending RC releases (Release Candidates)RC releases are strongly recommended for larger, popular packages. If you intend to append RC releases to your package, you should append a release number to after the RC, for example:
Defining BC breaksAt present this is left to the maintainer to define (using common sense), the exact definition should be defined later by future RFCs. |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「New version naming standard」をGoogle検索
|