Changes between Version 13 and Version 14 of Release/6.3.0-News


Ignore:
Timestamp:
Apr 17, 2008, 9:59:30 PM (16 years ago)
Author:
hamish
Comment:

temporarily remove content (merging in SVN during developement)

Legend:

Unmodified
Added
Removed
Modified
  • Release/6.3.0-News

    v13 v14  
    2020= DRAFT DOCUMENT: GRASS GIS 6.3.0 Release =
    2121
    22 We are happy to announce that a new technology preview version of GRASS GIS has been released today. This release adds hundreds of new features, support for the latest GIS data formats, and includes new translations for many languages. It is the first version which also runs natively on MS-Windows. Additionally, the prototype of a new Python based user interface is included.
     22'''CONTENT REMOVED DURING EDITING. EDITS FOR THIS PAGE WILL BE DONE IN grass-web SVN. ONCE COMPLETE CONTENT WILL BE COPIED BACK HERE'''
    2323
    24  * [http://grass.osgeo.org/announces/announce_grass630.html Draft release notes] '''(to be moved here)'''
     24announcement:
     25http://trac.osgeo.org/grass/browser/grass-web/trunk/announces/announce_grass630.html
    2526
    26 --editing required:
     27blurb:
     28http://trac.osgeo.org/grass/browser/grass-web/trunk/announces/abstract_grass630.txt
    2729
    28 GRASS 6.3.0 is not intended to be a stable release (ie with ongoing support), it is a beta "development preview" release of what the 6.4.x stable release will be like. It is more stable than a development source code snapshot but less than an official stable release.
    2930
    30 It is meant as a "technology preview" gift from the developers to interested power users and beta testers.
    31 It is mostly bug-free and very usable for day-to-day work, but it is not as mature and well tested as 6.2.3, which remains the recommended platform for production users.
     31This is for a couple of reasons:
    3232
    33 (have a look at how 6.1.0 worded it  http://grass.osgeo.org/announces/announce_grass610.html )
     331) we had edits in both this wiki page and the SVN. Parallel development confusion slows collaboration to a grinding halt as you try and keep the two in sync.
     34
     352) It is much easier to compose using your favorite text editor versus an online web app.
     36
    3437
    3538--
    36 
    37 
    38 The Geographic Resources Analysis Support System, commonly referred to as GRASS, is a Geographic Information System (GIS) combining powerful raster, vector, and geospatial processing engines into a single integrated software suite. GRASS includes tools for spatial modeling, visualization of raster and vector data, management and analysis of geospatial data, and the processing of satellite and aerial imagery. It also provides the capability to produce sophisticated presentation graphics and hardcopy maps.
    39 
    40 GRASS is currently used around the world in academic and commercial settings as well as by many governmental agencies and environmental consulting companies. It runs on a variety of popular hardware platforms and is Free open-source software released under the terms of the [http://www.gnu.org/copyleft/gpl.html GNU General Public License].
    41 
    42 Joining GRASS's well-developed raster engine, the GRASS 6 series introduced a new topological 2D/3D vector engine featuring support for vector network analysis and SQL-based DBMS management of linked attributes. This new release improves the integration and functionality of the raster and vector engines, and greatly enhances 3D raster volume (voxel) support.
    43 
    44 Additionally, this release debuts a new graphical GIS manager and menu system, while an improved version of the old GUI display manager has been retained for legacy support. The NVIZ visualization tool has been enhanced to display 3D vector data and voxel volumes, and now supports the creation of on-the-fly MPEG animations. Further improvements include substantial message translations (i18n) with support for FreeType fonts, including multi-byte Asian characters, and the inclusion of tools to create new project locations automatically given a georeferenced data file or EPSG code.
    45 
    46 This is the second release of GRASS as a proposed founding project of the new [http://www.osgeo.org/ Open Source Geospatial Foundation]. In support of the movement towards consolidation in the open source geospatial software world, GRASS is tightly integrated with the latest GDAL/OGR libraries. This enables access to an extensive range of raster and vector formats, including OGC-conformal Simple Features. GRASS also makes use of the highly regarded PROJ.4 software library with support for most known map projections and the easy definition of new and rare map projections via custom parameterization.
    47 
    48 === Release ===
    49  * Release date: XXXXX 2008
    50  * Tar Ball: http://download.osgeo.org/grass/grass63/source/grass-6.3.0.tar.gz ([http://download.osgeo.org/grass/grass63/source/grass-6.3.0.md5sum md5sum])
    51 
    52 === Overview of Changes ===
    53 
    54 ==== Library changes ====
    55  * libgis memory leak (#14)
    56  * ... list all here, copy from former release notes
    57 
    58 ==== Module changes ====
    59  * gis.m: gis.m->Help->About system launch (#12)
    60  * v.db.renamecol: fix DBF driver if target column name is too long
    61  * r.le.setup: fix segfault due to unset pointer
    62  * d.histogram: x-axis ticks labeling improved
    63  * i.atcorr: fixing GCC 4.3 issue (#21)
    64  * d.vect: change default render mode to 'c'
    65  * d.paint.labels, r.cats, p.out.vrml: implemented as scripts instead of symlinks for module aliases (portability)
    66  * ... (list is yet incomplete, copy from former release notes)
    67 
    68 ===== New modules since GRASS 6.2.3 =====
    69 <!-- dir -1 bin/ scripts/ | sort > mods.txt && diff mods_6.2.3.txt mods_6.3svn.txt | grep '^+' -->
    70  * db.dropcol -
    71  * db.droptable -
    72  * db.in.ogr -
    73  * db.out.ogr -
    74  * d.shadedmap -
    75  * g.dirseps -
    76  * g.findetc -
    77  * g.gui -
    78  * g.message -
    79  * g.mkfontcap -
    80  * i.atcorr -
    81  * r3.gwflow -
    82  * r3.stats -
    83  * r3.univar -
    84  * r.category -
    85  * r.gwflow -
    86  * r.li.cwed -
    87  * r.li.dominance -
    88  * r.li.edgedensity -
    89  * r.li.mpa -
    90  * r.li.mps -
    91  * r.li.padcv -
    92  * r.li.padrange -
    93  * r.li.padsd -
    94  * r.li.patchdensity -
    95  * r.li.patchnum -
    96  * r.li.richness -
    97  * r.li.setup -
    98  * r.li.shannon -
    99  * r.li.shape -
    100  * r.li.simpson -
    101  * r.mfilter.fp -
    102  * r.out.gdal.sh -
    103  * r.out.xyz -
    104  * r.resamp.interp -
    105  * r.resamp.stats -
    106  * r.support.stats -
    107  * r.what.color -
    108  * v.db.dropcol -
    109  * v.db.join -
    110  * v.db.renamecol -
    111  * v.db.univar -
    112  * v.edit -
    113  * v.generalize -
    114  * v.in.wfs -
    115  * v.net.visibility -
    116  * v.out.svg -
    117  * v.support -
    118 
    119 ==== Translation updates ====
    120  * Czech translation completed (libs, mods, tcl)
    12139
    12240==== Previous release notes related to this branch ====