[GRASS-SVN] r30264 - in grass-web/trunk: . announces devel grass63
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Feb 19 16:03:53 EST 2008
Author: neteler
Date: 2008-02-19 16:03:52 -0500 (Tue, 19 Feb 2008)
New Revision: 30264
Modified:
grass-web/trunk/announces/announce_grass630.html
grass-web/trunk/devel/cvstags.inc
grass-web/trunk/devel/grasshist.html
grass-web/trunk/devel/grassreleases.html
grass-web/trunk/grass63/main.inc
grass-web/trunk/rss.xml
Log:
grass-6.3.0RC5 released
Modified: grass-web/trunk/announces/announce_grass630.html
===================================================================
--- grass-web/trunk/announces/announce_grass630.html 2008-02-19 21:02:45 UTC (rev 30263)
+++ grass-web/trunk/announces/announce_grass630.html 2008-02-19 21:03:52 UTC (rev 30264)
@@ -75,7 +75,7 @@
<h3>Screenshots</h3>
<ul>
-<li><a href="http://grass.osgeo.org/grass63/screenshots/index.php">Screenshots</a>
+<li><a href="http://grass.osgeo.org/screenshots/index.php">Screenshots</a>
of GRASS 6.3 in action
</ul>
@@ -104,8 +104,11 @@
<p>
For details on GRASS software capabilities please refer to:
<a href="http://grass.osgeo.org/intro/general.php">http://grass.osgeo.org/intro/general.php</a>,
-the previous <a href="announce_grass630.html">GRASS 6.2.0 Announcement</a> and
-<a href="announce_grass631.html">GRASS 6.2.1 Announcement</a>,
+the previous announcements of
+<a href="announce_grass620.html">GRASS 6.2.0</a>,
+<a href="announce_grass621.html">GRASS 6.2.1</a>,
+<a href="announce_grass622.html">GRASS 6.2.2</a>, and
+<a href="announce_grass623.html">GRASS 6.2.3</a>,
and the <a href="http://grass.gdf-hannover.de/wiki/Main_Page">Wiki
collaborative help system</a>.
@@ -117,6 +120,12 @@
<!--
2006-08-11 12:52 markus
* include/VERSION: Switched development to 6.3.cvs
+
+http://trac.osgeo.org/grass/wiki/Release/6.3.0RC1-News
+http://trac.osgeo.org/grass/wiki/Release/6.3.0RC2-News
+http://trac.osgeo.org/grass/wiki/Release/6.3.0RC3-News
+http://trac.osgeo.org/grass/wiki/Release/6.3.0RC4-News
+http://trac.osgeo.org/grass/wiki/Release/6.3.0RC5-News
-->
See the ChangeLogs (<a href="http://grass.osgeo.org/grass63/source/ChangeLog_6.3.0.gz">ChangeLog 6.3</a>)
@@ -125,10 +134,10 @@
<li>Source code quality/libraries:
<ul>
<li> Many fixes for native support on MS-Windows (MinGW based)
- <li> <a href="http://grass.osgeo.org/devel/index.php#prog">Programmer's Manual</a>:
+ <li> <a href="http://download.osgeo.org/grass/grass6_progman/">Programmer's Manual</a>:
continued Doxygen integration and automated generation into PDF and HTML
formats. Publicly available for download and perusal.
- <li> Improved policies for code submission specified in the SUBMITTING, SUBMITTING_TCLTK, and SUBMITTING_SCRIPTS files
+ <li> Improved policies for code submission specified in the SUBMITTING, SUBMITTING_PYTHON, SUBMITTING_TCLTK, and SUBMITTING_SCRIPTS files
<li> GRASS-SWIG prototype interface improved (library bindings for Perl and Python)
<li> DBMI: SQL parser extended (support for DROP COLUMN, ASC/DESC keyword in ORDER BY clause, etc.)
<li> Partial differential equations library with OpenMP support (gpdelib)
@@ -141,11 +150,12 @@
<li> Use G_mkdir() instead of system("mkdir ...")
<li> Slovakia/hermannskogel datum updated, Krovak support added
<li> "Default" datum transformation parameters are now first in the list instead of last
- <li> fixed <a href="https://intevation.de/rt/webrt?q_queue=grass">bugs</a>:
+ <li> fixed RT <a href="https://intevation.de/rt/webrt?q_queue=grass">bugs</a>:
#2765, #2801, #2811, #3096, #3112, #3179, #3387, #3506, #3729, #3960,
#4037, #4110, #4138, #4954, #4992, #5002, #5003, #5028, #5029, #5030, #5037, #5042,
#5118, #5158, #5176, #5179, #5205, #5206, #5209, #5210, #5212, #5248, #5341, #5361,
#5387, #5396
+ <li> fixed GRASS-trac bugs: <a href="http://trac.osgeo.org/grass/query?status=closed&milestone=6.3.0">#1, #3, #6, #9, #11, #12, #21, #27, #39, #42</a>
</ul>
<li> Graphical User Interface (GUI):
@@ -160,6 +170,10 @@
<li> New interfaces for interactive raster reclassification, raster recoding, and vector reclassification.
<li> New animation tool to display raster map series as an animation. Pure TclTk replacement and update for Xganim module.
</ul>
+ <li> <b>g.gui/wxgrass</b>:
+ <ul>
+ <li> Complete <a href="http://grass.gdf-hannover.de/wiki/WxPython-based_GUI_for_GRASS">GUI rewrite in Python/wxWidgets</a>
+ <ul>
<li> Improved startup screen and interface, including searchable EPSG codes list and better custom datum support
<li> Major revamp of NVIZ interface
<li> QGIS integration: GRASS toolbox extended, available from <a href="http://www.qgis.org">Quantum GIS</a>
@@ -264,6 +278,8 @@
<li> GRASS GIS 6.3.0RC1 released 24 Oct 2007
<li> GRASS GIS 6.3.0RC2 released 20 Nov 2007
<li> GRASS GIS 6.3.0RC3 released 30 Nov 2007
+<li> GRASS GIS 6.3.0RC4 released 9 Jan 2008
+<li> GRASS GIS 6.3.0RC5 released 19 Feb 2008
</ul>
<hr>
Modified: grass-web/trunk/devel/cvstags.inc
===================================================================
--- grass-web/trunk/devel/cvstags.inc 2008-02-19 21:02:45 UTC (rev 30263)
+++ grass-web/trunk/devel/cvstags.inc 2008-02-19 21:03:52 UTC (rev 30264)
@@ -12,6 +12,7 @@
Release branch: "releasebranch_6_3"
<ul>
+ <li>GRASS 6.3.0RC5: has been tagged as "release_20080219_grass_6_3_0RC5" (19 Feb 2008)</li>
<li>GRASS 6.3.0RC4: has been tagged as "release_20080109_grass_6_3_0RC4" (9 Jan 2008)</li>
<li>GRASS 6.3.0RC3: has been tagged as "release_20071130_grass_6_3_0RC3" (30 Nov 2007)</li>
<li>GRASS 6.3.0RC2: has been tagged as "release_20071120_grass_6_3_0RC2" (20 Nov 2007)</li>
Modified: grass-web/trunk/devel/grasshist.html
===================================================================
--- grass-web/trunk/devel/grasshist.html 2008-02-19 21:02:45 UTC (rev 30263)
+++ grass-web/trunk/devel/grasshist.html 2008-02-19 21:03:52 UTC (rev 30264)
@@ -364,6 +364,9 @@
<li>
<font face="Arial,Helvetica"><font color="#000033">9 Jan 2008 GRASS 6.3.0RC4
version from GRASS Development Team</font></font></li>
+<li>
+<font face="Arial,Helvetica"><font color="#000033">19 Feb 2008 GRASS 6.3.0RC5
+version from GRASS Development Team</font></font></li>
</ul>
</ul>
Modified: grass-web/trunk/devel/grassreleases.html
===================================================================
--- grass-web/trunk/devel/grassreleases.html 2008-02-19 21:02:45 UTC (rev 30263)
+++ grass-web/trunk/devel/grassreleases.html 2008-02-19 21:03:52 UTC (rev 30264)
@@ -563,8 +563,15 @@
<li><font color="#330000"><a href="../grass63/source/">Source Code</a></font></li>
</ul>
+<li>
+<font color="#330000">[GRASS 6.3.0RC5 released 19 Feb 2008] </li>
+<ul>
+<li><font color="#330000"><a href="../grass63/source/ChangeLog_6.3.0RC5.gz">HISTORY (ChangeLog)</a></font></li>
+<li><font color="#330000"><a href="../grass63/source/">Source Code</a></font></li>
</ul>
+</ul>
+
<br>
<p>
<p>[<a href="grasscredits.html">GRASS credits</a>]</ul>
Modified: grass-web/trunk/grass63/main.inc
===================================================================
--- grass-web/trunk/grass63/main.inc 2008-02-19 21:02:45 UTC (rev 30263)
+++ grass-web/trunk/grass63/main.inc 2008-02-19 21:03:52 UTC (rev 30264)
@@ -11,12 +11,13 @@
<li> 6.3.0RC1 released 24 Oct 2007
<li> 6.3.0RC2 released 20 Nov 2007
<li> 6.3.0RC3 released 30 Nov 2007
-<li> 6.3.0RC4 released 9 Jan 2008
-<li> CVS snapshots are created weekly, see "Downloads" below.
+<li> 6.3.0RC4 released 9 Jan 2008
+<li> 6.3.0RC5 released 19 Feb 2008
+<li> SVN snapshots are created weekly, see "Downloads" below.
</ul>
</td>
<td align="right">
-<a href="../grass61/screenshots/vector.php"><img src="../grass61/screenshots/images/trento3d_colors_tiny.jpg" alt="GRASS screenshot" border=0><a>
+<a href="../screenshots/vector.php"><img src="../grass61/screenshots/images/trento3d_colors_tiny.jpg" alt="GRASS screenshot" border=0><a>
</td>
</tr>
</table>
Modified: grass-web/trunk/rss.xml
===================================================================
--- grass-web/trunk/rss.xml 2008-02-19 21:02:45 UTC (rev 30263)
+++ grass-web/trunk/rss.xml 2008-02-19 21:03:52 UTC (rev 30264)
@@ -10,7 +10,6 @@
<copyright>Copyright 1999-2008 GRASS Development Team.</copyright>
<managingEditor>weblist at grass.itc.it</managingEditor>
<webMaster>weblist at grass.itc.it</webMaster>
-
<image>
<title>GRASS GIS</title>
<url>http://grass.osgeo.org/images/grasslogo_vector_small.png</url>
@@ -20,6 +19,14 @@
<description>News about Geographic Resources Analysis Support System.</description>
</image>
+ <item>
+ <title>GRASS 6.3.0RC5 released</title>
+ <link>http://trac.osgeo.org/grass/wiki/Release/6.3.0RC5-News</link>
+ <description>Technology preview release candidate 5</description>
+ <pubDate>Tue, 19 Feb 2008 21:50:02 CET</pubDate>
+ <guid>http://trac.osgeo.org/grass/wiki/Release/6.3.0RC5-News</guid>
+ </item>
+
<item>
<title>FDO, GDAL and GRASS GIS graduate OSGeo incubation</title>
<link>http://www.osgeo.org/node/569</link>
More information about the grass-commit
mailing list