diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-04-18 05:41:45 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-04-18 05:41:45 (GMT) |
commit | b0da4a248775802d6feb3b7470f1416aa317f8aa (patch) | |
tree | 5e36a35221f059542b8ffad3d9caa27207ef3fc6 /MANIFEST | |
parent | 39437c5040b168014e27bd5b1f4afb0482764ae5 (diff) | |
download | hdf5-b0da4a248775802d6feb3b7470f1416aa317f8aa.zip hdf5-b0da4a248775802d6feb3b7470f1416aa317f8aa.tar.gz hdf5-b0da4a248775802d6feb3b7470f1416aa317f8aa.tar.bz2 |
[svn-r12276] Purpose: Maintenance/typo fix/1.8.0-alpha0 release
Description: Here is what I did:
modified MANIFEST according Quincey's instructions to fix
the problem exposed by bin/release (compilation fails
because some header files were not included in the distribution)
fixed small typo and modified include_HEADERS line in
src/Makefile.am to address the problem exposed by bin/release
ran bin/h5vers to change version number to 1.8.0-alpha0
ran bin/release to release tar ball to the ftp server
Solution:
Platforms tested: mir MANY,MANY,MANY times
Misc. update:
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -402,14 +402,14 @@ ./src/H5Bcache.c ./src/H5Bpkg.h ./src/H5Bprivate.h -./src/H5Bpublic.h _DO_NOT_DISTRIBUTE_ +./src/H5Bpublic.h ./src/H5B2.c ./src/H5B2cache.c ./src/H5B2dbg.c ./src/H5B2int.c ./src/H5B2pkg.h ./src/H5B2private.h -./src/H5B2public.h _DO_NOT_DISTRIBUTE_ +./src/H5B2public.h ./src/H5B2stat.c ./src/H5B2test.c ./src/H5C.c @@ -505,19 +505,19 @@ ./src/H5HFint.c ./src/H5HFpkg.h ./src/H5HFprivate.h -./src/H5HFpublic.h _DO_NOT_DISTRIBUTE_ +./src/H5HFpublic.h ./src/H5HFstat.c ./src/H5HFtest.c ./src/H5HG.c ./src/H5HGdbg.c ./src/H5HGpkg.h ./src/H5HGprivate.h -./src/H5HGpublic.h _DO_NOT_DISTRIBUTE_ +./src/H5HGpublic.h ./src/H5HL.c ./src/H5HLdbg.c ./src/H5HLpkg.h ./src/H5HLprivate.h -./src/H5HLpublic.h _DO_NOT_DISTRIBUTE_ +./src/H5HLpublic.h ./src/H5HP.c ./src/H5HPprivate.h ./src/H5I.c |