[GRASS-SVN] r68887 - in grass/trunk: doc lib/gpde raster/r.li

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jul 7 10:25:32 PDT 2016


Author: neteler
Date: 2016-07-07 10:25:32 -0700 (Thu, 07 Jul 2016)
New Revision: 68887

Modified:
   grass/trunk/doc/howto_release.txt
   grass/trunk/lib/gpde/gpdelib.dox
   grass/trunk/raster/r.li/TODO
Log:
docs: minor updates

Modified: grass/trunk/doc/howto_release.txt
===================================================================
--- grass/trunk/doc/howto_release.txt	2016-07-07 17:18:24 UTC (rev 68886)
+++ grass/trunk/doc/howto_release.txt	2016-07-07 17:25:32 UTC (rev 68887)
@@ -195,11 +195,11 @@
 
    Update addons (grass_addons.sh) rules, eg.
 
-     compile $SVN_PATH/grass7 $GISBASE_PATH/grass710RC1   $ADDON_PATH/grass710RC1/addons
+     compile $SVN_PATH/grass7 $GISBASE_PATH/grass720RC1   $ADDON_PATH/grass720RC1/addons
 
    Modify grass_copy_wwwroot.sh accordingly, eg.
 
-     copy_addon 700RC1 7.0.0RC1
+     copy_addon 720RC1 7.2.0RC1
 
  o Launchpad notes:
 
@@ -268,12 +268,12 @@
 1. see SVN book:
    http://svnbook.red-bean.com/en/1.1/ch04s07.html
 
-   GRASS 7.0 release branch:
+   GRASS 7.2 release branch:
           BRANCH=releasebranch_7_0
           URL=https://svn.osgeo.org/grass
           svn copy $URL/grass/trunk \
                    $URL/grass/branches/$BRANCH \
-                   -m "Development branch for GRASS 7.0.x"
+                   -m "Development branch for GRASS 7.2.x"
 
 
    Switching current local copy to above development branch:

Modified: grass/trunk/lib/gpde/gpdelib.dox
===================================================================
--- grass/trunk/lib/gpde/gpdelib.dox	2016-07-07 17:18:24 UTC (rev 68886)
+++ grass/trunk/lib/gpde/gpdelib.dox	2016-07-07 17:25:32 UTC (rev 68887)
@@ -223,7 +223,7 @@
 
 <P>
 <b>Example implementation:</b><br>
-The GRASS module <a href="http://grass.osgeo.org/grass73/manuals/r.gwflow.html">r.gwflow</a>
+The GRASS module <a href="http://grass.osgeo.org/grass72/manuals/r.gwflow.html">r.gwflow</a>
 implements numerical calculation program for transient,
 confined and unconfined groundwater flow in two dimensions.
 

Modified: grass/trunk/raster/r.li/TODO
===================================================================
--- grass/trunk/raster/r.li/TODO	2016-07-07 17:18:24 UTC (rev 68886)
+++ grass/trunk/raster/r.li/TODO	2016-07-07 17:25:32 UTC (rev 68887)
@@ -2,16 +2,6 @@
 =========
 
 GRASS 7:
- * r.li.daemon: Uses UNIX sockets, replace or figure out how
-   to use them on Windows
-    --> 4/2014: still an issue?
-
- * r.li.setup: Shell scripts, Tcl/Tk, Xmonitors to be replaced
-   by Python + wxPython equivalents.
-   See Luca D's prototype in  trunk/gui/wxpython/rlisetup
-   and  http://grass.osgeo.org/grass70/manuals/g.gui.rlisetup.html
-    --> 4/2014: still an issue?
-
 # TODO: change the examples to North Carolina wherever possible:
 
 # Spearfish tests



More information about the grass-commit mailing list