wiki:Release/6.3.0-News

Version 13 (modified by hamish, 16 years ago) ( diff )

my 2c prior to rewrite


DOCUMENT NOTES

--HB's 2c--

GRASS 6.3.0 will be a beta release for GRASS 6.4, but it will be the first GRASS release since 6.2.0 (31 Oct 2006) to include new features. As the code is generally bug-free and the release has gone through a RC QA cycle, we can consider than many people will use this version. In fact I don't think William even offers a GRASS 6.2.3 binary anymore for OSX.

Thus a major release announcement is warranted.

This means we should try and focus on the big issue changes since 6.2.3, not minor bug fixes since 6.3.0-rc6. Users can look at the SVN Changelog if they want to know about that. We can talk about major changes: Joining OSGeo and the new home for the homepage, move to SVN, new modules like r.li.*, v.edit, the wxPython GUI, native MS Windows support, etc.

I also think we should continue to host the release announcement on the website as for earlier releases. The trac wiki is fine for working documents but for press releases it seems like greeting the customer at a desk in the corner of the back workshop. The wiki is a fine place to collaboratively write the document, but the final version should end up in SVN. (if only to preserve it well for historical purposes) The SVN/web version is a crisp white page with no distractions.

--end of HB's 2c--


DRAFT DOCUMENT: GRASS GIS 6.3.0 Release

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.

--editing required:

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.

It is meant as a "technology preview" gift from the developers to interested power users and beta testers. 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.

(have a look at how 6.1.0 worded it http://grass.osgeo.org/announces/announce_grass610.html )

--

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.

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 GNU General Public License.

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.

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.

This is the second release of GRASS as a proposed founding project of the new 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.

Release

Overview of Changes

Library changes

  • libgis memory leak (#14)
  • ... list all here, copy from former release notes

Module changes

  • gis.m: gis.m->Help->About system launch (#12)
  • v.db.renamecol: fix DBF driver if target column name is too long
  • r.le.setup: fix segfault due to unset pointer
  • d.histogram: x-axis ticks labeling improved
  • i.atcorr: fixing GCC 4.3 issue (#21)
  • d.vect: change default render mode to 'c'
  • d.paint.labels, r.cats, p.out.vrml: implemented as scripts instead of symlinks for module aliases (portability)
  • ... (list is yet incomplete, copy from former release notes)
New modules since GRASS 6.2.3

<!-- dir -1 bin/ scripts/ | sort > mods.txt && diff mods_6.2.3.txt mods_6.3svn.txt | grep '+' -->

  • db.dropcol -
  • db.droptable -
  • db.in.ogr -
  • db.out.ogr -
  • d.shadedmap -
  • g.dirseps -
  • g.findetc -
  • g.gui -
  • g.message -
  • g.mkfontcap -
  • i.atcorr -
  • r3.gwflow -
  • r3.stats -
  • r3.univar -
  • r.category -
  • r.gwflow -
  • r.li.cwed -
  • r.li.dominance -
  • r.li.edgedensity -
  • r.li.mpa -
  • r.li.mps -
  • r.li.padcv -
  • r.li.padrange -
  • r.li.padsd -
  • r.li.patchdensity -
  • r.li.patchnum -
  • r.li.richness -
  • r.li.setup -
  • r.li.shannon -
  • r.li.shape -
  • r.li.simpson -
  • r.mfilter.fp -
  • r.out.gdal.sh -
  • r.out.xyz -
  • r.resamp.interp -
  • r.resamp.stats -
  • r.support.stats -
  • r.what.color -
  • v.db.dropcol -
  • v.db.join -
  • v.db.renamecol -
  • v.db.univar -
  • v.edit -
  • v.generalize -
  • v.in.wfs -
  • v.net.visibility -
  • v.out.svg -
  • v.support -

Translation updates

  • Czech translation completed (libs, mods, tcl)

Previous release notes related to this branch

SVN Source Code

Note: See TracWiki for help on using the wiki.