Thank you very much, Thomas, You have got the point. One more question: What is the URL for the last minor version, like 1.10.x ? Or should I always change the URL, eg. from 1.10.4 to 1.10.5 ?
--- On Fri, 3/18/11, Thomas D. <[email protected]> wrote: From: Thomas D. <[email protected]> Subject: RE: [fw-general] SVN Externals with Zend Framework: which version should one use and how stable is the 1.x version To: [email protected] Date: Friday, March 18, 2011, 7:33 PM Hi, Andrei Iarus wrote: > 1. Which URL and which version should one use? We are using tags: For example, if you want to use the current version (1.11.4), you would use "http://framework.zend.com/svn/framework/standard/tags/release-1.11.4/librar y/Zend". When 1.11.5 is released, you would need to change the URL... This also allows you to use a specific version like 1.10.2 for example. Then you would use the URL "http://framework.zend.com/svn/framework/standard/tags/release-1.10.2/librar y/Zend". > 2. How sure is that a stable version didn't change its behaviour? What do you mean with "behavior"? There won't be an API change in any bugfix/mini release. So if you build against 1.10.x you can expect, that every 1.10.x release shouldn't break your code. If the next minor versions becomes available, e.g. 1.11.x, there might be changes. For details, I recommend to read the ZF release policy: <http://framework.zend.com/wiki/display/ZFDEV/Release+Policies+and+Conventio ns> -- Regards, Thomas -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
