瀏覽代碼

minor document updates

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@72289 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 7 年之前
父節點
當前提交
50a81ae918
共有 4 個文件被更改,包括 20 次插入19 次删除
  1. 3 3
      AUTHORS
  2. 2 2
      INSTALL
  3. 2 2
      REQUIREMENTS.html
  4. 13 12
      doc/howto_release.txt

+ 3 - 3
AUTHORS

@@ -48,13 +48,13 @@ Summary view:
 https://www.openhub.net/p/grass_gis
 
 
-GRASS 7.0 major project contributers
+GRASS 7.0 major project contributors
 ------------------------------------
 
 LEAD ARCHITECTS
  - Glynn Clements <glynn at gclements plus com>: libraries
  - Markus Metz <markus.metz.giswork gmail.com>: Vector library lead
- - Soeren Gebbert: temporal framwork lead
+ - Soeren Gebbert: temporal framework lead
  - Pietro Zambelli: Python API lead
 
 GUI
@@ -136,7 +136,7 @@ Power user tester:
    Maciej "Maciek" Sieczka <msieczka at sieczka.org>
 
 
-GRASS 6.0 - 6.2 major project contributers
+GRASS 6.0 - 6.2 major project contributors
 ------------------------------------------
 
 PROJECT INTEGRATION

+ 2 - 2
INSTALL

@@ -33,7 +33,7 @@ Installation order:
 	1. PROJ4
 	2. GDAL-OGR  (compiled without GRASS support)
         3. optionally: databases such as PostgreSQL, MySQL, sqlite
-	4. GRASS
+	4. GRASS GIS
         5. optionally: GDAL-OGR-GRASS plugin
 
 (A) SOURCE CODE DISTRIBUTION
@@ -314,6 +314,6 @@ https://trac.osgeo.org/grass/wiki/Submitting
 https://grass.osgeo.org/documentation/first-time-users/
 
 ------------------
-(C) 1999-2017 by The GRASS Development Team
+(C) 1999-2018 by The GRASS Development Team
 
 Last changed: $Date$

+ 2 - 2
REQUIREMENTS.html

@@ -212,9 +212,9 @@ MacOSX users may go here to download precompiled libraries etc.:
 <p>
 
 <hr width="100%">
-<i>&copy; GRASS Development Team 1997-2017</i>
+<i>&copy; GRASS Development Team 1997-2018</i>
 <p>Please report bugs here:
-<br><a href="http://grass.osgeo.org/development/bug-tracking/">http://grass.osgeo.org/development/bug-tracking/</a>
+<br><a href="https://grass.osgeo.org/development/bug-tracking/">https://grass.osgeo.org/development/bug-tracking/</a>
 
 <p>
 <i>Last changed: $Date$</i>

+ 13 - 12
doc/howto_release.txt

@@ -61,8 +61,8 @@ Contents
 #example:
 7
 0
-6RC1
-2017
+7RC1
+2018
       rm -f include/VERSION~
 
     - Update OSGeo4W setup.hint file
@@ -122,8 +122,8 @@ Contents
 #example
 7
 0
-6svn
-2017
+7svn
+2018
 
     rm -f include/VERSION~
     svn ci -m"back to SVN" include/VERSION
@@ -137,7 +137,7 @@ Contents
     echo $SERVER1:$SERVER1DIR
     echo $SERVER2:$SERVER2DIR
 
-   # copy along with associated files:
+   # upload along with associated files:
      scp -p grass-$VERSION.* AUTHORS COPYING ChangeLog_$VERSION.gz \
          INSTALL REQUIREMENTS.html SUBMITTING neteler@$SERVER1:$SERVER1DIR
      scp -p grass-$VERSION.* AUTHORS COPYING ChangeLog_$VERSION.gz \
@@ -155,11 +155,11 @@ Contents
 
  o update web site to new version: CMS
     - News section
-    - http://grass.osgeo.org/download/software/
-    - http://grass.osgeo.org/download/software/sources/
-    - http://grass.osgeo.org/download/software/linux/
-    - http://grass.osgeo.org/home/history/releases/
-    - http://grass.osgeo.org/development/svn/svn-tags/ (add tag): echo $RELEASETAG
+    - https://grass.osgeo.org/download/software/
+    - https://grass.osgeo.org/download/software/sources/
+    - https://grass.osgeo.org/download/software/linux/
+    - https://grass.osgeo.org/home/history/releases/
+    - https://grass.osgeo.org/development/svn/svn-tags/ (add tag): echo $RELEASETAG
 
      write announcement
       - store in trac: http://trac.osgeo.org/grass/wiki/Release/7.XX.YY-News
@@ -228,6 +228,8 @@ Contents
 
 2. Tell others about it:
 
+ * Notify all packagers (MN has email list)
+
  * If release candidate:
     - <grass-announce@lists.osgeo.org>
     - <grass-dev@lists.osgeo.org>
@@ -258,7 +260,6 @@ Contents
    redazione@geoforus.it
    mfeilner@linuxnewmedia.de
    info@harzer.de
-   pr@geocomm.com
    editor-geo@geoconnexion.com
 
  Web:
@@ -274,7 +275,7 @@ Contents
             -> Share your news with the EO community
    https://www.heise.de/download/product/grass-gis-7105 (update, MN)
 
-   See also: http://grass.osgeo.org/wiki/Contact_Databases
+   See also: https://grass.osgeo.org/wiki/Contact_Databases
    ... anywhere else? Please add here.
 
 ###########################################