As discussed earlier on this mailing list, we tagged the second release candidate for GeoNode 1.0 at the end of last week. The packaged release is now available from http://dev.geonode.org/GeoNode-1.0-RC2.tar.gz . You can see the blog post at http://geonode.org/2010/10/geonode-1-0-rc2/
Changes since RC1 include: - Fix for GeoNetwork invalid metadata. The underlying cause for this problem has been present in the code for some time, so whether or not you have not been running RC1 you will need to correct your Django database and update GeoNetwork. After upgrading GeoNode, the "updatelayers" django-admin task can automatically make the needed corrections: "source bin/activate && django-admin.py updatelayers --settings=geonode.settings" - The default style for raster layers now takes into account multi-band raster data. - We now have deployment instructions for Ubuntu and CentOS, as well as some other documentation pertinent to GeoNode administration and development. We are working on setting up a website at http://docs.geonode.org/ to make this documentation more accessible, but for now it is available from the GeoNode project on Github: http://github.com/GeoNode/geonode/tree/master/docs/source/ - GeoNode now uses Python logging to provide configurable logging of runtime errors. By default logging is disabled; see the logging page in the documentation for instructions on enabling it. Thanks to all the GeoNode contributors for making this release possible. -- David Winslow OpenGeo - http://opengeo.org/
