Changes between Version 91 and Version 92 of DevWikiMain
- Timestamp:
- 06/09/18 05:40:40 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiMain
v91 v92 17 17 18 18 == PostGIS Subversion Work Branches == 19 * PostGIS SVN trunk -- [http://svn.osgeo.org/postgis/trunk] (this is where latest unstable work happens (currently PostGIS 2.2))20 * PostGIS SVN current stable branch -- [http://svn.osgeo.org/postgis/branches/2. 1]19 * PostGIS SVN trunk -- [http://svn.osgeo.org/postgis/trunk] (this is where latest unstable work happens) 20 * PostGIS SVN current stable branch -- [http://svn.osgeo.org/postgis/branches/2.4] 21 21 22 22 == Doxygen Autogenerated Developer Documentation == 23 23 * [http://postgis.net/docs/doxygen/2.4/ PostGIS Doxygen 2.4] 24 * [http://postgis.net/docs/doxygen/2.3/ PostGIS Doxygen Documentation2.3]24 * [http://postgis.net/docs/doxygen/2.3/ PostGIS Doxygen 2.3] 25 25 26 26 == Other stuff == … … 71 71 Bug fixes to existing functions go into latest micro release. 72 72 73 New functions submitted will have to go into the next release which is currently (PostGIS 2.2)(always trunk branch).73 New functions submitted will have to go into the next release (always trunk branch). 74 74 75 75 New functions/features that require on disk structural changes will go into next major release (PostGIS 3.0).