diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-02-05 06:42:04 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-02-05 06:42:04 (GMT) |
commit | acd73980923d41e13cf94803ca94facddbd0eef0 (patch) | |
tree | 8479038558619ead4a14a5d687c121bc76fa34fc /src | |
parent | b3ad74551a8ba5c9d6e9426b81035d2d1b300f13 (diff) |
Added change log to doxygen
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/tng_io.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/lib/tng_io.h b/src/lib/tng_io.h index 3289b60..09916dd 100644 --- a/src/lib/tng_io.h +++ b/src/lib/tng_io.h @@ -70,6 +70,24 @@ * * bin/tng_testing * + * @section change_sec Change Log + * + * See git log for full revision history. + * + * v. 1.0 - First stable release of the API. + * + * revs - Bug fixes in tng_testing (frame sets not written before) + * - Write box shape, partial charges and annotation data in tng_testing + * - Fixed wrong values in dependency constants + * - Fixed bug when writing data blocks. + * - Fixed memory leak for non-trajectory particle data blocks. + * - Fixed bugs related to reading and writing sparse data. + * - Write sparse data in mdrun examples. + * - Moved fortran wrapper from header file to source file. + * - Update frame set pointers properly. + * - Fixed bug in chain_name_of_particle_get(...) + * - Fixed bug when updating MD5 hashes of data blocks. + * * @section examples_sec Examples * * There are some examples of how to use the library in the testing located |