summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* [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-r11036] Purpose:Fang Guo2005-07-072-65/+38
| | | | | | | | | | | | Modification on .Net and Intel part Description: In batch mode, there should be no options to choose build Only HDF5 C or both C and C++ library with visual studio .net or intel compiler for the time being Solution: Platforms tested: Misc. update:
* [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-r10968] Purpose:Fang Guo2005-06-214-19/+50
| | | | | | | | | | | Change formats. Description: Solution: Platforms tested: Misc. update:
* [svn-r10957] James Laird2005-06-201-1/+10
| | | | | | | | | | | | | Purpose: Updated documentation Description: Amended documentation for configuring tflops. Platforms tested: Only documentation was changed. 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-r10948] Purpose:Fang Guo2005-06-171-3/+3
| | | | | | | | | | | Change format and typo errors Description: Solution: Platforms tested: Misc. update:
* [svn-r10947] Purpose:Fang Guo2005-06-171-12/+14
| | | | | | | | | | | Change format and modify typo Description: Solution: Platforms tested: Misc. update:
* [svn-r10946] Purpose:Fang Guo2005-06-172-10/+17
| | | | | | | | | | | Add more links. Description: Solution: Platforms tested: Misc. update:
* [svn-r10945] Purpose:Fang Guo2005-06-171-0/+391
| | | | | | | | | | | Add html document for windows users Description: Solution: Platforms tested: Misc. update:
* [svn-r10934] Purpose:Fang Guo2005-06-171-0/+280
| | | | | | | | | | | Add html document for windows users Description: Solution: Platforms tested: Misc. update:
* [svn-r10933] Purpose:Fang Guo2005-06-171-0/+238
| | | | | | | | | | | Add html format document for windows users. Description: Solution: Platforms tested: Misc. update:
* [svn-r10930] Purpose:Fang Guo2005-06-161-11/+6
| | | | | | | | | | | Modify format and typo. Description: Solution: Platforms tested: Misc. update:
* [svn-r10929] Purpose:Fang Guo2005-06-161-11/+17
| | | | | | | | | | | Modify format and typo Description: Solution: Platforms tested: Misc. update:
* [svn-r10928] Purpose:Fang Guo2005-06-161-50/+61
| | | | | | | | | | | Modify format and typo Description: Solution: Platforms tested: Misc. update:
* [svn-r10927] Purpose:Fang Guo2005-06-161-28/+38
| | | | | | | | | | | Modify formats and typo Description: Solution: Platforms tested: Misc. update:
* [svn-r10926] Purpose:Fang Guo2005-06-161-98/+81
| | | | | | | | | | | modify formats and typo Description: Solution: Platforms tested: Misc. update:
* [svn-r10924] Purpose:Fang Guo2005-06-151-0/+637
| | | | | | | | | | | Add html format document. Description: It is easy for windows users to follow and read. Solution: Platforms tested: Misc. update:
* [svn-r10923] Purpose:Fang Guo2005-06-151-0/+1911
| | | | | | | | | | | Add html format document. Description: It is easy for windows users to read and follow. Solution: Platforms tested: Misc. update:
* [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-r10905] Purpose:Fang Guo2005-06-101-125/+0
| | | | | | | | | | | | File was split into three parts. Description: The short version was split into three parts three compilers MSVS 6.0 MSVS .NET and Intel Compiler Solution: Platforms tested: Misc. update:
* [svn-r10894] Purpose:Fang Guo2005-06-101-0/+259
| | | | | | | | | | | | Add short version instruction for users using Intel Compiler Description: Add a short version instruction for building and testing HDF5 with Intel C and Fortan compiler on windows XP. Solution: Platforms tested: Misc. update:
* [svn-r10893] Purpose:Fang Guo2005-06-101-0/+212
| | | | | | | | | | | | Add short version instruction for Visual C++ .net 2003 Description: Short version instruction for building and testing HDF5 with Visual C++ .Net was added. Solution: Platforms tested: Misc. update:
* [svn-r10892] Purpose:Fang Guo2005-06-101-0/+129
| | | | | | | | | | | Separate short version instruction for different compilers. Description: Add short version instruction for MSVS 6.0 Solution: Platforms tested: Misc. update:
* [svn-r10891] Purpose:Fang Guo2005-06-101-34/+325
| | | | | | | | | | | Update document for windows. Description: Add support with visual c++ .Net and intel compiler on windows XP. Solution: Platforms tested: Misc. update:
* [svn-r10890] Purpose:Fang Guo2005-06-101-135/+711
| | | | | | | | | | | Update instruction for windows users. Description: Modify detailed instruction to catch up the changes . Solution: Platforms tested: Misc. update:
* [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-073-2/+4
| | | | | | | | | | | 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-r10548] Purpose:Fang Guo2005-04-053-129/+109
| | | | | | | | | | | | Update documents about installing hdf5 on windows xp Description: Modified files: INSTALL_Windows.txt INSTALL_Windows_From_Command_Line.txt INSTALL_Windows_Short.txt Solution: Platforms tested: Misc. update: