summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r11389] Purpose:MuQun Yang2005-09-121-7/+2
| | | | | | | | | | | Modify the comments for collective chunk IO support Description: Solution: Platforms tested: Misc. update:
* [svn-r11374] Purpose: Maintenance/improvementElena Pourmal2005-09-081-0/+5
| | | | | | | | | | | Description: Added support for "big" REAL and DOUBLE PRECISION types. Solution: Platforms tested: heping with g95 (-r8, -d8) mir with ifc (-r16, -r8) Misc. update:
* [svn-r11363] Purpose:James Laird2005-09-071-1/+8
| | | | | | | | | | Updated release notes Description: Added md5 checksumming and configure flag checking to release notes. Platforms tested: Change only to release notes
* [svn-r11356] Purpose: Update document.Raymond Lu2005-09-061-0/+3
| | | | Misc. update: Information about H5Tis_hard().
* [svn-r11322] MuQun Yang2005-08-311-0/+5
| | | | | | | | | | | | | | | Purpose: Add the known problem for IRIX6.5 C version >7.4. Description: Somehow SGI's MPI implementation doesn't free MPI_TYPE_entries, So for large application to use MPI derived datatype, environment variable MPI_TYPE_MAX needs to be reset. Solution: Platforms tested: Misc. update:
* [svn-r11313] Purpose:Albert Cheng2005-08-301-0/+6
| | | | updated.
* [svn-r11297] Purpose:Quincey Koziol2005-08-251-0/+2
| | | | | | | | | | | | Code cleanup & speedup Description: Refactor h5dump & related code to be considerably cleaner & faster for files with large #'s of objects. Platforms tested: FreeBS 4.11 (sleipnir) Linux 2.4
* [svn-r11293] Purpose:Albert Cheng2005-08-231-0/+3
| | | | updated with the change of t_mpi.
* [svn-r11277] Purpose:Quincey Koziol2005-08-201-1/+1
| | | | | | | | | | | | | | | Bug fix Description: Fix core dump when checking whether to invalidate the name of an object when unlinking an object in a group opened through an object reference. Solution: Check if names of various objects are valid before comparing them, etc. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
* [svn-r11266] Purpose:MuQun Yang2005-08-191-1/+9
| | | | | | | | | | | | | Add more comments for collective chunk IO supports. Description: On some platforms that use mpich library internally, we have no way to check mpich version number. We have to manually turn off the collective IO supports. One example is Altix(cobalt). Just put a comment there so that we won't forget about this. Solution: Platforms tested: Misc. update:
* [svn-r11238] Purpose:Albert Cheng2005-08-131-0/+1
| | | | Updated for the added feature of standalone build for h5perf.
* [svn-r11211] Purpose: Additional wrappersBinh-Minh Ribler2005-08-081-0/+15
| | | | | | | | | | | | | | | Description: Added missing member functions: H5::CompType::getMemberArrayType H5::CompType::getMemberVarLenType H5::AbstractDs::getArrayType H5::AbstractDs::getVarLenType H5::CommonFG::openArrayType H5::CommonFG::openVarLenType H5::PropList::copyProp -- this will replace the current H5::PropList::copyProp in later releases due to incorrect prototype. H5::IdComponent::getHDFObjType
* [svn-r11204] Snapshot version 1.7 release 50HDF Admin2005-08-071-1/+1
|
* [svn-r11199] Updated it.Albert Cheng2005-08-041-8/+11
|
* [svn-r11191] Purpose:James Laird2005-08-031-1/+5
| | | | | | | | | | | | Updating RELEASE.txt Description: Forgot to mention check-p and check-s. Platforms tested: Still only textual changes. Misc. update:
* [svn-r11190] Purpose:James Laird2005-08-031-4/+13
| | | | | | | | | | | | | Updated RELEASE.txt Description: Added/updated recent makefiles changes (test logs, make check-clean) in RELEASE.txt Platforms tested: Textual change only Misc. update:
* [svn-r11176] Purpose:Quincey Koziol2005-07-301-0/+2
| | | | | | | | | | | | | | | Bug fix Description: Correct problems when querying information about a group that was opened by dereferencing an object reference. Solution: Read in symbol table information instead of rely on it being cached. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
* [svn-r11148] Snapshot version 1.7 release 49HDF Admin2005-07-241-1/+1
|
* [svn-r11145] Purpose:Quincey Koziol2005-07-231-0/+3
| | | | | | | | | | | | | | | | Bug fix Description: If a named datatype is copied and the copy is used to create a dataset, the dataset would inadvertantly refer to the original named datatype instead of a local (possibly modified) copy of the named datatype. Solution: Fixed datatype copying routine. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
* [svn-r11106] Purpose:Quincey Koziol2005-07-221-0/+6
| | | | Add note about mounting & H5Fget_name() fixes
* [svn-r11081] Snapshot version 1.7 release 48HDF Admin2005-07-181-1/+1
|
* [svn-r11077] Purpose:Quincey Koziol2005-07-161-0/+2
| | | | | | | | | | | | Bug fix Description: Further progress on fixing file mounting to work properly. Platforms tested: FreeBSD 4.11 (sleipnir) Linux 2.4 Too minor to require h5committest
* [svn-r11071] MuQun Yang2005-07-131-11/+14
| | | | | | | | | | | | | Purpose: Update collective IO support status. Description: Solution: Platforms tested: Misc. update:
* [svn-r11054] Purpose: Bug fix.Raymond Lu2005-07-081-7/+9
| | | | | | | | | | | | | | | | | Description: There was a bug in the calculating code of the Fletcher32 checksum in the library before v1.6.3. The checksum value wasn't consistent between big-endian and little-endian systems. This bug was fixed in Release 1.6.3. However, after fixing the bug, the checksum value is no longer the same as before on little-endian system. Solution: Made the library compare both the correct checksum and incorrect checksum generated from v1.6.2 or before. This makes the library be backward compatible but not forward compatible. Platforms tested: h5committest and fuss. Misc. update: Documented the forward incompatibility problem in the Known Problem section in RELEASE.txt
* [svn-r11022] Purpose:Quincey Koziol2005-07-051-0/+3
| | | | | | | | | | | | | | | | | | | | Bug fix & code cleanup Description: Don't unmount child files from a parent file if the parent file is being held open by an object. Also, moved the mounting routines into their own source file and the superblock routines into their own file also. Solution: Moved the code for unmounting child files down in the H5F_close routine and also add checks to the file and group mounting code to unmount child files when the last object holding open a file closes. Platforms tested: FreeBSD 4.11 (sleipnir) h5committest
* [svn-r11013] Purpose:James Laird2005-07-011-0/+6
| | | | | | | | | | | | | | | | | | Bug fix Description: Fixed bugs that caused tests to be unable to find testhdf5.sh during daily tests, and another that broke sol and shanti. Solution: When tests are run, their path is ./$testname . When scripts are run, their path has no leading "./". Fixed. Sol and shanti don't recognize the -e option for test, but they do know -f. Fixed. Also modified release notes. Platforms tested: mir, shanti, heping
* [svn-r11009] Purpose:Quincey Koziol2005-07-011-0/+2
| | | | | | | | | | | | | | | | | | Bug fix Description: When a series of files is mounted on one another and one of those files is not unmounted, the library gets confused at shutdown and goes into an infinite loop in the file interface. Solution: If there are still files left in the "closing" state when shutting down the file API, iterate over those file IDs and unmount any child files that we find mounted on those files. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
* [svn-r11006] Raymond Lu2005-06-301-0/+7
| | | | Misc. update: Document a known problem with Fletcher32 filter.
* [svn-r10985] Purpose: Minor correction.Raymond Lu2005-06-241-1/+1
| | | | | Misc. update: The bug number is 213 for family driver change, not 214 in the last checkin.
* [svn-r10982] Purpose: Update document.Raymond Lu2005-06-241-0/+8
| | | | | | | | | | Description: First, report a bug fix(#214) of family driver. Second document PGI compiler bug for optimization on AMD processor. Misc. update: First, report a bug fix(#214) of family driver. Second document PGI compiler bug for optimization on AMD processor.
* [svn-r10970] Purpose: New feature/bug #350 fixElena Pourmal2005-06-221-0/+6
| | | | | | | | | | | | | | | | | | | | Description: When compiler flag was used to set the size of Fortran integer to 8 bytes, library would fail. Solution: Cleaned up the code; added detection of Fortran INTEGER type size and appropriately defined int_f type for C-stubs routines. Platforms tested: Solaris 2.8 32 and 64-bit, AIX 5.1 64-bit parallel PGI Fortran with -i8 flag on heping Absoft Fortran with -i8 flag on heping g95 on mir (Fortran integer is 8 bytes by default that cannot be changed - compiler bug ;-) AIX Fortran with -qintsize=8 32 and 64-bit modes on copper Misc. update:
* [svn-r10951] Purpose:Quincey Koziol2005-06-181-0/+5
| | | | | | | | | | | | | | | | | Bug fix Description: Hyperslab selections that had a selection offset and were applied to a chunked dataset could get into an infinite loop or core dump if the same selection was used multiple times, with different selection offsets. Solution: "Normalize" the selection with the selection offset, generate the selections for the chunks overlapped and then "denormalize" the selection. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
* [svn-r10920] Purpose:Quincey Koziol2005-06-141-0/+2
| | | | | | | | | | | | | Bug fix Description: Add check for opaque tags that are too long for file format to handle currently. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5commmitest
* [svn-r10875] Purpose:Quincey Koziol2005-06-081-0/+2
| | | | | | | | | | | | Bug fix Description: Fix several NULL pointer dereferences when tracking the name of open objects during some unusual sequences of mount & unmount operations. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
* [svn-r10860] Purpose:MuQun Yang2005-06-061-4/+4
| | | | | | | | | | | | Changed the comments of scaleoffset filter to reflect the current stage. Description: Solution: Platforms tested: Misc. update:
* [svn-r10837] Purpose:Quincey Koziol2005-06-011-0/+7
| | | | | | | | | | | | | | | | | | | | | Bug fix/new feature Description: Setting "SEMI" or "STRONG" file close degrees causes problems when multiple file IDs exist for the same file on disk. Solution: Make the "SEMI" and "STRONG" settings only apply to the file ID that is being closed. Also, add an "H5F_OBJ_LOCAL" flag for the H5Fget_obj_count() & H5Fget_obj_ids() calls, so that applications can query about objects opened with a particular file ID instead of all the objects opened in the file on disk. Platforms tested: FreeBSD 4.11 (sleipnir) h5committest
* [svn-r10795] Purpose: Bug fixRaymond Lu2005-05-241-1/+8
| | | | | | | | | | | | | | | | | | | | | | | Description: See details from Bug #213. Family member file size wasn't saved anywhere in file. When family file is opened, the first member size determine the member size. Solution: This is the third step of checkin. h5repart has been modified. If h5repart is used to change the size of family member file, the new size(actual member size) is saved in the superblock. In the second step of checkin, multi driver is checked against the driver name saved in superblock. Wrong driver will result in a failure with an error message indicating multi driver should be used. This change includes split driver because it's a special case for multi driver. In the first step of checkin. Family member size and name template(unused at this stage) are saved in file superblock. When file is reopened,the size passed in thrin superblock. A different size will trigger a failure with an error message indicating the right size. Wrong driver to open family file will cause a failure, too. Platforms tested: h5committest and fuss Misc. update: RELEASE.txt
* [svn-r10785] Purpose:James Laird2005-05-231-0/+3
| | | | | | | | | | | | | | | | | Feature Description: Added "support" for UTF-8 character encoding. Solution: Wrote tests to check that UTF-8 can be used in a number of places in HDF5 (object names, data, etc.). These tests live in test/tunicode.c. Added a new UTF-8 character encoding for datatypes. Platforms tested: mir, modi4, heping Misc. update:
* [svn-r10744] Snapshot version 1.7 release 47HDF Admin2005-05-151-1/+1
|
* [svn-r10695] Purpose:MuQun Yang2005-04-291-2/+2
| | | | | | | | | | | | Update collective irregular IO support information for IBM AIX 5.x Description: Solution: Platforms tested: Misc. update:
* [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