summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r10646] Purpose:MuQun Yang2005-04-221-4/+9
| | | | | | | | | | | | update windows information. Description: Solution: Platforms tested: Misc. update:
* [svn-r10633] Purpose:James Laird2005-04-201-0/+2
| | | | | | | Release log update Description: Mentioned libtool shared library versioning in release log.
* [svn-r10632] Snapshot version 1.7 release 46HDF Admin2005-04-201-1/+1
|
* [svn-r10614] Purpose:MuQun Yang2005-04-151-7/+41
| | | | | | | | | | | | | | Adding supporting decription for collective irregular selection IO, scaleoffset filter, N-bit filter and updating compiler supported on windows. Description: Solution: Platforms tested: Misc. update:
* [svn-r10585] Purpose: Bug fixElena Pourmal2005-04-101-0/+5
| | | | | | | | | | | | | Description: h5pget_driver_f function returned information that could not be interpreted by fortran application Solution: Defined Fortran global variables that correspond to the C H5FD_<driver_name> variables at the Fortran library initialization time. Platforms tested: heping with PGI compilers, sol 64-bit and copper parallel Misc. update:
* [svn-r10570] Purpose: MaintenanceElena Pourmal2005-04-071-0/+2
| | | | | | | | | | | Description: Removed support for SRB driver Solution: Removed or modified appropriate files; ran reconfigure to regenerate Makefile.in and configure files. Platforms tested: heping and shanti Misc. update: ran bin/chkmanifest on heping
* [svn-r10561] Purpose: MaintenanceElena Pourmal2005-04-061-1/+2
| | | | | | | | | | | Description: Added missing h5get_member_class_f function Solution: Platforms tested: heping; it is a simple change. I will watch daily tests and take care of failures. Misc. update:
* [svn-r10459] James Laird2005-03-281-0/+6
| | | | | | | | | | | | | | | | | Purpose: Added C++ wrapper for Packet Table API. Description: Added macro for high-level C++ library (LIBH5CPP_HL), which changes every Makefile.in. Added directories for high-level C++ library (though currently only Packet Table API is supported). Added both C++ source and tests. Platforms tested: sleipnir, mir, modi4 Misc. update:
* [svn-r10238] Purpose:Quincey Koziol2005-03-201-0/+4
| | | | | | | | | | | | | | | | Optimization Description: Speed up I/O on enumerated datatypes (including those nested in compound datatypes, arrays, etc.) if the destination datatype is a proper superset of the source datatype. Solution: Detect the situation and treat as no-op datatype conversion. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
* [svn-r10179] Purpose:James Laird2005-03-101-0/+22
| | | | | | | | | | | | | | | Automake update cleanup and minor changes Description: Removed macros in acsite.m4 that are no longer used. Switched to using autoconf's AC_LANG_PUSH(Fortran) instead of old AC_LANG_FORTRAN9X macro. Switched to using AC_LANG_PUSH() and AC_LANG_POP() (from old AC_LANG_X). Added ifort to list of Fortran compilers configure will look for. Added a note about automake change to Release Notes. Platforms tested: copper, modi4 (parallel and serial), eirene
* [svn-r10166] Purpose:Albert Cheng2005-03-081-1/+2
| | | | Updated with the removal GASS API.
* [svn-r10134] Purpose:Robert E. McGrath2005-03-031-4/+4
| | | | | | | | | | Description: Solution: Platforms tested: Misc. update:
* [svn-r10130] Purpose:Albert Cheng2005-03-031-0/+1
| | | | | | | Retired GASS driver. Platforms tested: H5committested.
* [svn-r10120] Purpose:Albert Cheng2005-03-021-0/+6
| | | | updated with MPIPOSIX fix.
* [svn-r10118] Snapshot version 1.7 release 45HDF Admin2005-03-021-1/+1
|
* [svn-r10004] Purpose:MuQun Yang2005-02-141-1/+4
| | | | | | | | | | | | Update compiler information supported by windows. Description: Solution: Platforms tested: Misc. update:
* [svn-r9983] Purpose: New FeatureRaymond Lu2005-02-101-0/+2
| | | | | | | | | | Description: Support of hardware conversion between "long double" and integers(mainly in H5Tconv.c) and test cases for it(mainly in dtypes.c) Platforms tested: h5committest and fuss Misc. update: RELEASE.txt
* [svn-r9966] Purpose: Bug fixRaymond Lu2005-02-091-0/+3
| | | | | | | | | | | | | Description: H5Tget_member_value didn't return correct value if called after H5Tenum_valueof. It's because there's a sorting on the members of enum type in H5Tenum_valueof which changed the order of members. Solution: Made a copy of original type and do sorting on it to protect the original order. Platforms tested: fuss; tested v1.6 with h5committest Misc. update: RELEASE.txt
* [svn-r9959] Purpose: Bug fixRaymond Lu2005-02-081-0/+4
| | | | | | | | | | | | Description: For variable-length string, H5Tget_class returned H5T_STRING as its class. But H5Tdetect_class and H5Tget_member_class considered it as H5T_VLEN. This is fixed to let all these 3 functions treat it as H5T_STRING. Some test cases have been added to dtypes.c Platforms tested: heping - already tested for v1.6 with h5committest Misc. update: RELEASE.txt
* [svn-r9951] Purpose: Minor bug fix.Raymond Lu2005-02-071-0/+3
| | | | | | | | | | | | | Description: The byte order for all 1-byte integer types was fixed as little-endian even on a big-endian machine. This's corrected in h5detect.c. When types are only 1 byte long, a native int is used substitute the type to detect byte order. Some tools like h5dump and h5repack are also corrected in this case. Platforms tested: fuss, copper, sol.(There're some failures from the recent configure change). Misc. update: Information in the RELEASE.txt.
* [svn-r9874] Purpose: Update for C++ libraryBinh-Minh Ribler2005-01-271-3/+5
| | | | | | Description: Added a note about the temporary workaround of using flag --instantiate=local for pgCC.
* [svn-r9857] Purpose: MaintenanceElena Pourmal2005-01-221-0/+1
| | | | | | | | | | | | | | Description: Removed PABLO from the source Solution: Platforms tested: arabica with 64-bit, copper with parallel, heping with GNU C and C++ and PGI fortran (but I disabled hl, there is some weird problem only on heping: F9XMODFLAG is not propagated to the Makefile files Misc. update:
* [svn-r9755] Purpose: New featureRaymond Lu2005-01-061-0/+2
| | | | | | | | | | | | | Description: Start to support software conversion between long double and all integers. Solution: No major changes to the algorithm. Changes to configure is to exclude SGI for long double to integers test because there're too many problems in their compiler. Platforms tested: h5committest, modi4, fuss, Teragrid, arabica Misc. update: RELEASE.txt
* [svn-r9673] Purpose:Albert Cheng2004-12-151-1/+4
| | | | Updated with Data transform entries.
* [svn-r9655] Snapshot version 1.7 release 44HDF Admin2004-12-121-1/+1
|
* [svn-r9642] Purpose:Albert Cheng2004-12-081-0/+11
| | | | | Updated known problems with the AIX poe verbose messages and socket in use error.
* [svn-r9621] Purpose:Albert Cheng2004-12-061-0/+3
| | | | updated with Intel v8 changes.
* [svn-r9617] Snapshot version 1.7 release 43HDF Admin2004-12-051-1/+1
|
* [svn-r9547] Updated.Albert Cheng2004-11-181-0/+2
|
* [svn-r9534] Purpose:Quincey Koziol2004-11-171-2/+2
| | | | Update some missing dates for prior work.
* [svn-r9527] Snapshot version 1.7 release 42HDF Admin2004-11-141-1/+1
|
* [svn-r9513] Snapshot version 1.7 release 41HDF Admin2004-11-071-1/+1
|
* [svn-r9497] Purpose:Robert E. McGrath2004-11-021-0/+4
| | | | | | | | | | | | updating RELEASE.txt Description: Solution: Platforms tested: Misc. update:
* [svn-r9455] Snapshot version 1.7 release 40HDF Admin2004-10-241-1/+1
|
* [svn-r9452] Updated.Albert Cheng2004-10-221-0/+2
|
* [svn-r9447] Purpose:Quincey Koziol2004-10-221-0/+2
| | | | | | | | | | | | Bug fix Description: Correct values used in "space utilization" equation: the 'used' and 'total' values were backwards. Platforms tested: FreeBSD 4.10 (sleipnir) Too minor to require h5committest
* [svn-r9433] Purpose:Quincey Koziol2004-10-191-0/+2
| | | | | | | | | | | | | | | | Bug fix Description: Fix core dump when flushing a file with a newly created attribute which hasn't had a value written to it still open. Solution: Write the attribute fill value when appropriate. Platforms tested: FreeBSd 4.10 (sleipnir) Linux 2.4 (verbena) Solaris 2.7 (arabica)
* [svn-r9366] Raymond Lu2004-10-051-2/+2
| | | | | | | | | Purpose: feature change Description: Prevent creating datatype of size 0. Platforms tested: fuss(simple change)
* [svn-r9364] Raymond Lu2004-10-051-0/+4
| | | | | | | | | | | | Purpose: change feature Description: Back up support bitfield and time datatypes in H5Tget_native_type.Leave it to future support. Let it return "not supported" error message for now. Platforms tested: h5committest and fuss. Misc. update: RELEASE.txt
* [svn-r9358] Purpose:Quincey Koziol2004-10-041-11/+13
| | | | | | | | | | | | | | | Bug fix Description: Relax restrictions on parallel I/O to allow compressed, chunked datasets to be read in parallel (collective access will be degraded to independent access, but will retrieve the information still). Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel Solaris 2.7 (arabica) IRIX64 6.5 (modi4) h5committest
* [svn-r9357] Snapshot version 1.7 release 39HDF Admin2004-10-031-1/+1
|
* [svn-r9349] Purpose: New feature enhancementRaymond Lu2004-10-011-0/+4
| | | | | | | | | | | | Description: enable size adjustment for compound datatype. The size can be increased and decreased(as long as the last member isn't cut). Solution: mainly check if the last member is being cut when decreasing the size. Others are simply taking out assertion to enable this feature. Platforms tested: h5committest and fuss. Misc. update: RELEASE.txt
* [svn-r9327] Purpose:Quincey Koziol2004-09-281-0/+2
| | | | | | | | | | | | | Bug fix. Description: Fix off-by-one error in Core VFL driver which would cause spurious address or size overflow errors when an odd valued address or size was checked. Platforms tested: FreeBSD 4.10 (sleipnir) Linux 2.4 (heping) Solaris 2.7 (arabica)
* [svn-r9321] Snapshot version 1.7 release 38HDF Admin2004-09-261-1/+1
|
* [svn-r9264] Purpose:Quincey Koziol2004-09-151-0/+3
| | | | | | | Cleanup Description: Move bug description into reverse chronological order.
* [svn-r9256] Purpose:John Mainzer2004-09-141-0/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update release_docs/RELEASE.txt to describe options for dealing with installations which insert extra text in output, thereby breaking tests which function by comparing output with an exemplar. Description: See above. Solution: Add discussion of this possible problem, and listed two possible solutions: 1) "setenv HDF5_Make_Ignore yes" and then score "failed" tests by hand. 2) Use the RUNSERIAL environment variable to use a filter script to filter out the extra text. Platforms tested: No testing needed. Misc. update:
* [svn-r9250] Purpose:Quincey Koziol2004-09-141-3/+5
| | | | | | | | | | | | | | | | | | | | Bug fix Description: Correct typedef for dataset region references to avoid struct alignment issues on Crays. Solution: Change the typedef for hdset_reg_ref_t from a struct to an array of unsigned char's of the correct size and propagate the appropriate adjustments around the code. Platforms tested: FreeBSD 4.10 (sleipnir) Linux 2.4 (verbena) w/fortran Cray T90 (subzero) w/fortran Cray SV1 (wind) w/fortran & parallel Cray T3E (cyclone) w/fortran & parallel
* [svn-r9243] Snapshot version 1.7 release 37HDF Admin2004-09-121-1/+1
|
* [svn-r9215] Purpose:Pedro Vicente Nunes2004-09-071-0/+4
| | | | | | | | | | | | added a nore about the get_native_integer Description: Solution: Platforms tested: Misc. update:
* [svn-r9209] Snapshot version 1.7 release 36HDF Admin2004-09-051-1/+1
|