1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
2005-10-26 John E. Davis <davis@space.mit.edu>
* autoconf/configure.in: commented-out the rpath line.
* autoconf/Makefile.in: added configure and update targets to
run autoconf and update autoconf files.
* src/Makefile.in: Added DEST_HELP_FILES_INSTALL_DIR to
install_directories target (Rafael Laboissiere <rafael@debian.org>)
2005-6-9 John E. Davis <davis@space.mit.edu>
* src/version.h (MODULE_PATCH_LEVEL): bumped to 0.3.1
* src/histogram-module.c (binary_search_intrin): If called
with an array of search items, the index array was being freed
twice. Grr...
2005-5-24 John E. Davis <davis@space.mit.edu>
* doc/tm/Makefile: removed references to cfitsio
2005-5-18 John E. Davis <davis@space.mit.edu>
* src/version.h (MODULE_PATCH_LEVEL): bumped to 0.3.0
2005-5-3 John E. Davis <davis@space.mit.edu>
* src/version.h (MODULE_PATCH_LEVEL): bumped to 0.2.1
|