summaryrefslogtreecommitdiffstats
path: root/RELEASE.txt
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r4114] Elena Pourmal2001-07-051-227/+0
| | | | | | | Purpose: Maintenance Description: Source directory has been rearranged. INSTALL*, HISTORY.txt and RELEASE.txt were moved to the release_docs directory. *.zip files were moved to the windows directory. README file was renamed to README.txt MANIFEST was updated to reflect those changes.
* [svn-r4111] Dan Wells2001-07-051-0/+3
| | | | | | | | | | | | | | Purpose: Feature Description: Changed Pablo source code to allow the user to build the instrumented library to link with either the Trace Libraries or Pablo PCF. Solution: Added conditionally compiled code to routines in the pablo subdirectory. Also added a new file PabloHDF_MPIO.c containing all of the MPI I/O code for better code structure. Platforms tested: Solaris 32-bit, Irix 64
* [svn-r4080] Purpose:Quincey Koziol2001-06-281-0/+3
| | | | Document 64-bit support on Solaris
* [svn-r4044] Elena Pourmal2001-06-211-0/+1
| | | | | | | Purpose: Maintenance Description: Added information about F90 APIs for HP and IBM SP.
* [svn-r4001] Description:Quincey Koziol2001-06-141-0/+4
| | | | | | Noted 'all' selection code improvement/bug fix. Platforms tested: FreeBSD 4.3 (hawkwind)
* [svn-r3952] Purpose:Bill Wendling2001-05-301-0/+2
| | | | | | Update Description: Added the fact that HP V2500 & N4000 are now supported.
* [svn-r3951] Binh-Minh Ribler2001-05-291-4/+0
| | | | | | | | | | | | Purpose: Removing known problem Description: Removed the note about the c++ test compresion failed on Linux. This was meant to be in the RELEASE.txt of 1.4 branch, but I put it here by mistake. The problem is fixed now, I'll make a note in the correct RELEASE.txt. Platforms tested: Keeping my fingers crossed on this!
* [svn-r3940] Purpose:Bill Wendling2001-05-251-4/+5
| | | | | | Update Description: Added mention of support for Linux 2.4.x machines.
* [svn-r3939] Snapshot version 1.5 release 6Albert Cheng2001-05-251-1/+1
| | | | (Somehow snapshot did not commit these files in the last release.)
* [svn-r3925] Snapshot version 1.5 release 5HDF Admin2001-05-131-1/+1
|
* [svn-r3919] Rushabh Doshi2001-05-121-1/+3
| | | | | | | | | | | | | | | | | | | | | Purpose: Adding new feature Description: Added gif2h5 and h52gif conversion utilities Solution: The utilites follow the framework built for the gif2hdf and hdf2gif utilities for hdf4. The main files modified were those that read the H5 file and those that write H5 file. In the future, if you wish to continue with the framework and extend it to .png or some other fileformat the main files to edit will be the gif reader and writer. One point to note with h52gif. You have to specify the exact location of the image and the palette that it links to. You can choose not to specify a palette (uniform grayscale chosen in this case) but you must specify image location. In the future, someone could edit the readhdf.c source to enable the reader to parse the hdf file and select all images with corresponding palettes. Platforms tested: modi4 , eirene , hawkwind , arabica , Ren (NT 4.0) , Personal box (win2k)
* [svn-r3918] Updated.Albert Cheng2001-05-121-0/+5
|
* [svn-r3899] Purpose:Albert Cheng2001-05-101-3/+6
| | | | | | | Update & new feature Description: Updated with information of the re-implementation of alignment allocation. Changed the title line to reflect the current version information correctly.
* [svn-r3894] Purpose:Bill Wendling2001-05-081-2/+2
| | | | | | | | Brain Fix Description: Corrected the broken English I used in the sentence... Solution: Brain transplant
* [svn-r3893] Purpose:Bill Wendling2001-05-081-0/+2
| | | | | | | | | | | Bug Fix Description: Small fix. The "off_t" typedef's size wasn't being set correctly. Solution: The tests for 64-bit files (getdents64() in particular) needed to occur before checking for the sizeof off_t. Platforms tested: Linux
* [svn-r3884] Purpose:Quincey Koziol2001-05-021-30/+32
| | | | | | | | | | | Document bug fix Description: IMPORTANT! IMPORTANT! IMPORTANT! A case where metadata in a file could get corrupted in certain unusual sitations was detected and fixed. I _strongly_ suggest upgrading to the latest snapshot after this patch is committed.
* [svn-r3880] Purpose:Bill Wendling2001-05-011-22/+20
| | | | | | Documented Bug Fix Description: Documented the fix for the Linux --enable-static-exec bug.
* [svn-r3863] Elena Pourmal2001-04-271-0/+8
| | | | | | | Purpose: Maintenance Description: Added info about Windows port and F90 APIs changes.
* [svn-r3837] Purpose:Quincey Koziol2001-04-231-0/+2
| | | | | | Document bug fix. Description: Documented non-zero userblock bug fix.
* [svn-r3808] Purpose:Quincey Koziol2001-04-131-0/+1
| | | | | | Document port. Description: Mention port to OSF5
* [svn-r3738] Purpose:Quincey Koziol2001-03-291-1/+1
| | | | | | Update docs Description: Updated version of FreeBSD from 4.2 to 4.3
* [svn-r3732] Binh-Minh Ribler2001-03-281-0/+15
| | | | | | | | | Purpose: Update Description: Added c++ api's new features and known problems. Platforms tested: I hope that didn't break anything!
* [svn-r3687] Updated.Albert Cheng2001-03-211-14/+18
|
* [svn-r3665] Purpose:Albert Cheng2001-03-191-0/+3
| | | | | | updated with the change of $NPROCS default value from 2 to 3. Platforms tested: Neuro-optic, i.e., Eye ball.
* [svn-r3481] Purpose:Quincey Koziol2001-02-211-333/+21
| | | | | | | | | Documenting bug fixes Description: Updated this file to start new bug fixes and features for the 1.5.x branch. Documented two bug fixes.
* [svn-r3473] Purpose:Albert Cheng2001-02-201-4/+11
| | | | Updated.
* [svn-r3455] MuQun Yang2001-02-191-3/+3
| | | | | | | | Purpose: Fix a comment about h4toh5 datatype conversion when hdf4 datatype is DFNT_CHAR8. Description: Solution: Platforms tested:
* [svn-r3454] Purpose:Bill Wendling2001-02-191-8/+18
| | | | | | | | | Fixed doc Description: Added a pointer to the paper about the Thread Safety stuff which Robb wrote. Platforms tested: ENIAC
* [svn-r3395] MuQun Yang2001-02-091-1/+7
| | | | | | | | | | | | | | Purpose: present a problem of h5toh4 release dll problem on windows NT and 2000 Description: see the text for h5toh4 problem Solution: document in the release file Platforms tested: [machines you have tested the changed version. This is absolute important. Test it out on at least two or three different platforms such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and 64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
* [svn-r3385] Added description of known bug in h4toh5 images.Robert E. McGrath2001-02-091-0/+18
| | | | | | | | | | | | | | | | Purpose: [is this a bug fix? feature? ...] Description: [describe the bug, or describe the new feature, etc] Solution: [details about the changes, algorithm, etc...] [Please as detail as you can since your own explanation is better than others guessing it from the code.] Platforms tested: [machines you have tested the changed version. This is absolute important. Test it out on at least two or three different platforms such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and 64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
* [svn-r3380] Took about the failure of stream-vfd for IRIX64 since it was ↵Albert Cheng2001-02-081-5/+3
| | | | | | "fixed". Insert couple spaces before a few lines to make them look consistent.
* [svn-r3377] Raymond Lu2001-02-071-0/+2
| | | | | | | | | Purpose: Document a known problem. Description: The Stream VFD testing failed on IRIX64 6.5(n32, modi4). Platforms tested: IRIX64 6.5 N32, modi4.
* [svn-r3376] Elena Pourmal2001-02-071-1/+3
| | | | | | | | | | Purpose: Update. Description: NERSC T3e OS version number has been changed. Refelected this update in the appropriate section of the file. Added a sentence about fixed conversion bug to the "Bugs fixed since ...-beta2" section.
* [svn-r3370] Purpose:Bill Wendling2001-02-061-0/+4
| | | | | | | | Documentation Description: Documented the ``install-doc'' option addition/fix. Platforms tested: PDP-10
* [svn-r3366] Purpose:Quincey Koziol2001-02-061-0/+2
| | | | | | Updated information Description: Mentioned port to Cray SV1 machine.
* [svn-r3352] Updated with the file name changes of RELEASE.txt and HISTORY.txt.Albert Cheng2001-02-051-1/+1
|
* [svn-r3349] Renamed HISTORY as HISTORY.txt and RELEASE as RELEASE.txt so thatAlbert Cheng2001-02-051-0/+435
MS-Windows users can read it more readily.