Changes between Version 84 and Version 85 of DownloadSource


Ignore:
Timestamp:
Aug 31, 2018, 11:19:46 AM (6 years ago)
Author:
martinl
Comment:

grass76_release

Legend:

Unmodified
Added
Removed
Modified
  • DownloadSource

    v84 v85  
    1111 * For a release download list (GRASS GIS 5.x to 7.x), see '''[wiki:Release]''' overview page
    1212 * Download at http://grass.osgeo.org/download/ or directly from
     13   * http://grass.osgeo.org/grass76/source/ (upcoming)
    1314   * http://grass.osgeo.org/grass74/source/ (current)
    1415   * http://grass.osgeo.org/grass72/source/ (old)
     
    2122Source code tarballs are available from here:
    2223
    23  * http://grass.osgeo.org/grass75/source/snapshot/ (development)
     24 * http://grass.osgeo.org/grass77/source/snapshot/ (development)
     25 * http://grass.osgeo.org/grass76/source/snapshot/ (upcoming)
    2426 * http://grass.osgeo.org/grass74/source/snapshot/ (stable)
    2527 * http://grass.osgeo.org/grass72/source/snapshot/ (old stable)
     
    3234can be accessed:
    3335
    34 === GRASS 7.5 ===
    35 
     36=== GRASS 7.7 ===
     37
     38''(used to have the pseudo-name 7.5.svn till August 2018)''
    3639''(used to have the pseudo-name 7.3.svn till November 2017)''
    3740
     
    4447}}}
    4548
     49=== GRASS 7.6 ===
     50
     51To extract the current '''7.6.x release branch''' version ('''upcoming stable'''), use the command:
     52
     53{{{
     54  svn checkout https://svn.osgeo.org/grass/grass/branches/releasebranch_7_6 grass76_release
     55  #Subsequent updates:
     56  svn up
     57}}}
     58
    4659=== GRASS 7.4 ===
    4760
    48 To extract the current '''7.4.x release branch''' version ('''upcoming stable'''), which continuously receives bugfixes, use the command:
     61To extract the current '''7.4.x release branch''' version ('''current stable'''), which continuously receives bugfixes, use the command:
    4962
    5063{{{