- AC_INIT: Version number changed to "1.3.1"
- AC_PROG_FC: "gfortran" added to list
- option "--enable-mpipath" changed to "--with-mpipath"
- option "--enable-hdf5path" changed to "--with-hdf5path"
- set env.variable "FC" to "MPIFC" if "MPIFC" is set
- "H5BlockDissolveGhosts" removed from TTARGET
- AC_CONFIG_FILES: "doc/Makefile" added
- h5bl_get_reduced_partition_of_proc()
* bugfix: we have increment the value by one
- h5bl_get_proc_of()
* bugfix: we have to decrement the value by one
- use "-1" to indicate an uninitialized "timegroup" in "H5PartFile"
a valid "timegroup" is greater or equal zeros
- _set_step()
* added, derived from "H5PartSetStep()"
- H5PartSetStep()
* call "_set_step()" to do the real work
- _H5Part_get_num_particles()
* added, derived from "H5PartGetNumParticles()"
- H5PartGetNumParticles()
* call "_H5Part_get_num_particles()" to do the real work
- H5PartSetNumParticles()
* use new function "_set_step()" instead of "H5PartSetStep()"
* print no extra error message if "_set_step()" returns
with an errror
- _reset_view()
* added, derived from "H5PartSetView()"
- H5PartResetView()
* added, was a macro before
- H5PartHasView()
* added, was a macro before
- _set_view()
* added, derived from "H5PartSetView()"
* "#ifdef HDF5V160" block removed
- H5PartSetView()
* call "_set_view()" to do the real work
- H5PartGetView()
* use vars "viewend" and "viewstart" to instead "range[0]"
and range[1]
* call "_set_step()" if timegroup not initialized
- H5PartSetCanonicalView()
* check whether we are in read-only mode replaced with macro
* "_reset_view()" used instead of "H5PartSetView(f,-1,-1)
src/H5Part.c
- H5PartOpenFile()
H5PartOpenFileParallel()
* "const" qualifier added to arg "flags"
- H5PartReadDataInt64()
* "const" qualifier added to arg "name"
- H5PartResetView()
H5PartHasView()
* are real function now, not macros any more