summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2008-10-24 21:38:38 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2008-10-24 21:38:38 (GMT)
commit40ec38d15ef303acad77162c17944b2683c75596 (patch)
tree8f8df73a42af80813ee056f6266733053be67739
parentb2f0b781edad574049cdedd7d2a03304f2e84cf0 (diff)
downloadhdf5-40ec38d15ef303acad77162c17944b2683c75596.zip
hdf5-40ec38d15ef303acad77162c17944b2683c75596.tar.gz
hdf5-40ec38d15ef303acad77162c17944b2683c75596.tar.bz2
[svn-r15950] Purpose: Documentation
Description: Updating RELEASE.txt with changes for release. Tested: docwork only, none needed.
-rw-r--r--release_docs/RELEASE.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 039c79b..e4b26b0 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -119,6 +119,11 @@ Bug Fixes since HDF5-1.6.7 Release
Configuration
-------------
+ - Fixed error with 'make check install' failing due to h5dump
+ needing other tools built first. MAM - 2008/10/22.
+ - Fixed error with exampples/ph5example getting built even in serial
+ mode. Will now only get built and tested if parallel is enabled.
+ MAM - 2008/09/18
- The file libhdf5_fortran.settings is not installed since its content
is included in libhdf5.settings now. AKC - 2008/10/21
- The GASS and SRB virtual file drivers have been retired and removed