[GRASSweb-list]markus: web/announces announce_grass610.html,1.4,1.5

grass at intevation.de grass at intevation.de
Mon Jan 30 14:22:22 EST 2006


Author: markus

Update of /grassrepository/web/announces
In directory doto:/tmp/cvs-serv629

Modified Files:
	announce_grass610.html 
Log Message:
updated

Index: announce_grass610.html
===================================================================
RCS file: /grassrepository/web/announces/announce_grass610.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- announce_grass610.html	12 Jan 2006 16:15:37 -0000	1.4
+++ announce_grass610.html	30 Jan 2006 19:22:20 -0000	1.5
@@ -68,59 +68,76 @@
 (see ChangeLog for details)
 
 <ul>
-<li> Compilation: lots of ANSI C fixes including gcc4 compatibility
-<li> Documentation/MAN: various fixes and improvements (examples style, new intro pages)
-<li> Programmer's Manual: continued doxygen integration and automated extraction into
-     PDF/HTML formats
-<li> Translation:: added and extended various languages
-<li> raster maps: optionally large file support (LFS, experimental) for maps &gt; 2GB
-<li> DBMI: sqlite driver added; sql parser extended (support of expressions etc)
-<li> Support of long map/mapset names
-<P>
-<li> d.correlate: added
-<li> d.grid: added geographic grid support
-<li> d.m: improved layout; added functionality
-<li> d.mvmon: added
-<li> d.out.file: added
-<li> d.text: text rotation added
-<li> d.vect: variable vector line width added
-<li> d.vect.thematic: added
-<li> g.html2man: fixes for MAN output
-<li> i.in.spotvgt: added
-<li> i.ortho.photo/i.rectify: no longer email notification
-<li> nviz: integrated into single user interface; animation labels; new flythrough navigation
-<li> ps.map: various improvements (RGB etc)
-<li> r.flow: disabled LatLong support
-<li> r.in.srtm: add flag to also read in US 1-arcsec tiles
-<li> r.out.vtk: added
-<li> r.profile: data input improved
-<li> r.sim.sediment: added
-<li> r.sim.water: added
-<li> r.sun: fixed units in description
-<li> r.support: re-added
-<li> r3.*: code improvements and extended functionality for voxel data
-<li> r3.out.vtk: added
-<li> v.db.addcol: added
-<li> v.db.addtable: added
-<li> v.db.droptable: added
-<li> v.db.reconnect.all: added
-<li> v.db.select: multiple column support added
-<li> v.db.update: added
-<li> v.in.e00: fixed and speedup
-<li> v.in.gns: added
-<li> v.in.mapgen: added
-<li> v.rast.stats: added
-<li> v.report: added
-<li> v.surf.rst: default npmin fixed; fix for reading spatially variable smoothing
-<li> v.to.rast: added option to compute the direction (angle) of lines
-<li> v.to.rast3: added
-<li> v.univar.sh: added
-<li> Scripts: Again fixes awk related calculation problems in scripts for various locales
+<ul>
+<li>Source code quality/libraries:
+<ul>
+  <li> GRASS is now ANSI C compliant
+  <li> Include header files fixed
+  <li> Compilation: gcc4 compatibility
+  <li> Programmer's Manual: continued doxygen integration and automated extraction into
+       PDF/HTML formats
+  <li> GRASS-SWIG prototype interface added (PERL)
+  <li> DBMI: sqlite driver added; sql parser extended (support of expressions etc)
+  <li> DBMI: mysql driver rewritten
+  <li> Support of long map/mapset names
+  <li> raster maps: ZLIB compression bug for tiny maps fixed
+  <li> raster maps: optionally large file support (LFS, experimental) for maps &gt; 2GB
+  <li> winGRASS: fixes for native MS-Windows compilation with mingW
+</ul>
+<li> Modules/Scripts:
+<ul>
+ <li> Translation:: added and extended various languages
+ <li> Documentation/MAN: various fixes and improvements (examples style, new intro pages)
+ <li> d.correlate: added
+ <li> d.grid: added geographic grid support
+ <li> d.m: improved layout; added functionality
+ <li> d.mvmon: added
+ <li> d.out.file: added
+ <li> d.text: text rotation added
+ <li> d.vect: variable vector line width added, random colors for points and lines
+ <li> d.vect.thematic: added
+ <li> g.html2man: fixes for MAN output
+ <li> gis.m: new alternative GIS manager added
+ <li> i.in.spotvgt: added
+ <li> i.ortho.photo/i.rectify: no longer email notification
+ <li> nviz: integrated into single user interface; animation labels; new flythrough navigation
+ <li> ps.map: various improvements (RGB etc)
+ <li> r.carve: added
+ <li> r.flow: disabled LatLong support
+ <li> r.in.srtm: add flag to also read in US 1-arcsec tiles
+ <li> r.mapcalc, r3.mapcalc: acos() and asin() added
+ <li> r.out.vtk: added
+ <li> r.profile: data input improved
+ <li> r.sim.sediment: added
+ <li> r.sim.water: added
+ <li> r.sun: fixed units in description
+ <li> r.support: re-added
+ <li> r3.*: code improvements and extended functionality for voxel data
+ <li> r3.out.vtk: added
+ <li> v.db.addcol: added
+ <li> v.db.addtable: added
+ <li> v.db.droptable: added
+ <li> v.db.reconnect.all: added
+ <li> v.db.select: multiple column support added
+ <li> v.db.update: added
+ <li> v.drape: added
+ <li> v.extrude: added
+ <li> v.in.e00: fixed
+ <li> v.in.gns: added
+ <li> v.in.mapgen: added
+ <li> v.rast.stats: added
+ <li> v.report: added
+ <li> v.surf.rst: default npmin fixed; fix for reading spatially variable smoothing
+ <li> v.to.rast: added option to compute the direction (angle) of lines
+ <li> v.to.rast3: added
+ <li> v.univar.sh: added
+ <li> Scripts: Fixes for awk related calculation problems in scripts for various locales
+ <li> Scripts: Variable test portability issues fixed
+</ul>
 </ul>
-
 <P>
 For a more comprehensive list of changed modules see the 
-<a href="../grass60/source/">ChangeLog_6.1.0.gz</a>.</p>
+<a href="../grass61/source/">ChangeLog_6.1.0.gz</a>.</p>
 
 <P>
 For a complete list of command in GRASS 6.1.0, see  
@@ -132,11 +149,11 @@
 
 <p>
 Release history:
-<br>GRASS GIS 6.0.1beta1 released xxx
+<br>GRASS GIS 6.1.0beta1 released xxx
 <hr>
 <address>
 <a href=http://grass.itc.it>GRASS Development Team</a> <br>
-Date: 30 September 2005 (last changed: $Date$)
+Date: January 2006 (last changed: $Date$)
 </address>
 </body>
 </html>





More information about the grass-web mailing list