本文主要是介绍restlet中stable, testing 和 unstable releases之间的区别,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
Restlet Framework包含三个不同的发布类型:
包括 稳定版(stable)
,测试版(testing)
和 不稳定版(unstable)
是参照 Debian Linux 的发行版的规则。
- "Stable" is the release that we recommend for applications in production. The API of this release is frozen and only bug fixes are made.
- "Testing" is the release that we recommend for new developments. We are looking for feedback and contributions regarding bugs and missing features. You will find it in the “Other releases” tab above, select the most recent Branch and either a “M” (Milestone) or “RC” (Release Candidate”) Release.
测试版会带有M(里程碑)或者RC(候选发布)。
- "Unstable" is the release where active development happens. It corresponds to builds of the development trunk passing all unit tests. You will find it in the “Other releases” tab above, select the most recent Branch and the “Snapshot” Release.
不稳定版是还在开发中的版本,以快照的方式发布,带有Snapshot字样。
这篇关于restlet中stable, testing 和 unstable releases之间的区别的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!