4 | | If you are submitting a patch for a new feature, keep in mind we only allow new feature patches for semi-major and major releases, not for minor releases. So for example if the latest stable version of PostGIS is 1.4 or 1.4 is in freeze mode (which usually happens about 2 months or more before planned release), then your new feature must |
5 | | go into 1.5. |
| 4 | If you are submitting a patch for a new feature, keep in mind we only allow new feature patches for semi-major (minor) and major releases, not for micro releases. So for example if the latest stable version of PostGIS is 1.4 or 1.4 is in freeze mode (which usually happens about 2 months or more before planned release), then your new feature must |
| 5 | go into 1.5. If you are supplying a bug fix then that can go into the next stable release. So for example a bug fix for 1.4.0 will go into both 1.4.1 and 1.5.0. A bug fix that fixes further back can be provided for 1.3,1.4, and 1.5 |