Commit Graph

66 Commits

Author SHA1 Message Date
Dennis Heimbigner
d46e68e906 Added additional Jira items to RELEASE_NOTES; did a partial sort on NCF number 2013-02-26 21:56:13 +00:00
Russ Rew
96c569f207 Removed duplicate entry, credited Martin van Driel. 2013-02-26 21:13:58 +00:00
Russ Rew
551f649720 Added entries for some Jira bugs I resolved. 2013-02-26 21:04:56 +00:00
Ward Fisher
7d15f262b7 Updated release notes for impending 4.3 release. 2013-02-26 20:37:41 +00:00
Russ Rew
3ef3b35a94 Refactor to share functions between ncdump and nccopy. Merge nccopy
enhancements, based on contributed code from Martin van Driel, to
support -v, -g, -V, and -G options for selecting groups and variables
in output.  Fix all clang warnings from nccopy and ncdump sources, as
well as a few other cleanup changes to testing code.
2013-01-23 17:45:29 +00:00
Russ Rew
592a120a55 Fixed bug NCF-206 (Fix strided access for NC_STRING type). Verified
fix with new test for strided access for NC_STRING type.
2012-11-19 17:20:53 +00:00
Russ Rew
8d53da4826 Fixed bug "adding a bad _FillValue" bug (NCF-190). Fixed minor bugs
reported by static analysis, including memory leak in ncdump, missing
size_t cast for chunk cache.  Fixed various doc problems, including
byte vs. char issues, missing NC_UBYTE in type list, needed link to
"Building with Windows" page.
2012-08-16 18:31:48 +00:00
Dennis Heimbigner
42999f4c7c move from oc1.0 to oc2.0; create new dir oc2 2012-07-31 20:34:13 +00:00
Russ Rew
a824fdbfb2 Add description of last minute fixes to RELEASE_NOTES 2012-07-18 17:04:32 +00:00
Russ Rew
46736d24ab Updated documentation of CDL byte constants to lessen confusion
with char constants.  Update version to 4.2.1.  Make minor changes to
RELEASE_NOTES.
2012-07-17 20:00:14 +00:00
Dennis Heimbigner
77b288219f Add some entries to RELEASE NOTES 2012-07-17 01:29:10 +00:00
Dennis Heimbigner
a6b932826b add NC_MMAP flag and tests 2012-06-23 19:25:49 +00:00
Russ Rew
867ce4c02d Add entry about building out of source directory 2012-06-18 17:08:09 +00:00
Russ Rew
59e5dfe830 Fix --disable-diskless configure help. Add mmap detail to RELEASE_NOTES. 2012-06-18 16:55:00 +00:00
Russ Rew
5a2e018d07 RELEASE_NOTES cosmetic changes. Fixed man4/Makefile.am so building web-tarball for docs can be manually invoked even without configure --enable-doxygen. 2012-06-18 00:53:50 +00:00
Russ Rew
714de8afdc Include draft or RELEASE_NOTES for 4.2.1. 2012-06-14 21:38:56 +00:00
Dennis Heimbigner
7a9c9347a8 fix NCF-173 2012-05-24 00:58:48 +00:00
Russ Rew
2f534e11d6 Added entry on doxygen fixes [NCF-26] 2012-05-10 20:18:07 +00:00
Dennis Heimbigner
817a2cc978 Update release notes 2012-04-08 22:49:55 +00:00
Dennis Heimbigner
5536bccee1 allow NC_DISKLESS with nc_open() to operate as a in-memory cache 2012-04-08 22:47:38 +00:00
Dennis Heimbigner
60e48cf51d Fixed documentation as suggested in e-support ticket KJK-861023 (H/T Charlie Zender) 2012-04-04 04:44:51 +00:00
Russ Rew
5f9cec5f65 Add RELEASE_NOTES entry for fix to issue NCF-164, bug in 64-bit offset format files with large records due to last record variable requiring more than 2**32 bytes per record. 2012-04-01 23:49:38 +00:00
Dennis Heimbigner
f0dc649960 release notes 2012-03-27 02:55:27 +00:00
Dennis Heimbigner
7e27052f87 - Implemented diskless files for both netcdf classic and extended.
The in-memory files can be made persistent if nc_create is called with
  NC_DISKLESS|NC_WRITE flags set. Initial test case also included.
- Modified ncio mechanism to support
  multiple ncio packages; this is so we
  can have posixio and memio operating
  at the same time.
- cleanup up a bunch of lint issues (unused variables, etc).
2012-03-26 01:34:32 +00:00
Russ Rew
5446b72ae6 Get Greg Sjaardema's nccopy bug fix NCF-162 in before release 2012-03-19 18:20:15 +00:00
Russ Rew
d5209d808f Forgot to commit reordered RELEASE_NOTES 2012-03-16 21:51:18 +00:00
Russ Rew
0d09fe4558 Finish resolving NCF-142, update to RELEASE_NOTES 2012-03-16 12:36:51 +00:00
Dennis Heimbigner
99eef24bc2 - Fix NCF-158 to modify ncgen flag defaults.
- Fix NCF-157 to modify DAP code to support
  partial variable retrieval.
- Fix of NCF-154 to solve problem of ncgen
  improperly processing data lists for variables
  of size greater than 2**18 bytes.
- Fix ncgen processing of char variables that have
  multiple unlimited dimensions.
- Partly fix Jira issue: NCF-145 (vlen issues).
- Benchmark program nc_test4/tst_ar4_*) requires arguments
  and should only be invoked inside a shell
  script; fixed so that they terminate cleanly
  if invoked with no arguments.
- Fix the Doxygen processing so it will work
  with make distcheck.
- Begin switchover to using an alternative to ncio.
- Begin support for in-memory (diskless) files.
2012-03-14 23:26:48 +00:00
Dennis Heimbigner
f14cdec948 Provide better cleanup of tst_iter.sh 2012-03-08 18:13:08 +00:00
Russ Rew
316d9a6327 Minor text file updates for 4.2 2012-03-02 20:43:18 +00:00
Dennis Heimbigner
cddc9a92c0 minor change to Release Notes 2012-03-01 17:49:10 +00:00
Russ Rew
8f229c851e Fixed a few typos 2012-03-01 17:39:59 +00:00
Russ Rew
e776cd2b8d RELEASE_NOTES for 4.2-rc2 2012-03-01 17:13:52 +00:00
Russ Rew
75e00f3341 Fix bug triggered by --enable-logging. 2012-02-27 23:00:07 +00:00
Russ Rew
fbbdeccc2e Fix performance bug for many variables or types in a group 2012-02-21 13:46:22 +00:00
Russ Rew
9d77c3b54d Fix nccopy bug described in Jira issue NCF-140 2012-01-19 17:37:15 +00:00
Dennis Heimbigner
b035a34ca8 final release for rc1 2011-12-30 18:31:26 +00:00
Russ Rew
c7416245bb Rewrite 4.1.3 release notes from Jira and add back in to this file 2011-12-13 19:49:56 +00:00
Dennis Heimbigner
b7f74c9cb4 Moved Jira release notes into RELEASE_NOTES 2011-12-12 23:49:27 +00:00
Dennis Heimbigner
afd11a0d61 remove ncremote_test 2011-12-11 20:05:46 +00:00
Dennis Heimbigner
475e868003 1st working version of libcdmr 2011-06-10 18:47:26 +00:00
Russ Rew
90464b582f Allow nccopy to rechunk with chunksizes larger than current dimension lengths. 2011-06-03 21:06:58 +00:00
Ed Hartnett
8de30b5e74 bumped version, updated release notes 2011-05-06 18:26:17 +00:00
Ed Hartnett
b4335ff7b6 cleaned up and updated RELEASE_NOTES 2011-04-29 18:26:51 +00:00
Ed Hartnett
116572f4f6 bumped version, edited docs 2011-04-29 00:55:04 +00:00
Russ Rew
74c9b713bd Fix for nofill bug and test 2011-04-28 19:50:56 +00:00
Ed Hartnett
882b48f017 fixed HDF5 object versioning so that all netCDF-4 files can be read by HDF5-1.8.x releases 2011-04-25 11:10:24 +00:00
Dennis Heimbigner
c04d65e1d3 2011-04-17 18:50:10 +00:00
Ed Hartnett
cee776c836 bumped version to 4.1.2-rc1 2011-03-17 11:09:37 +00:00
Dennis Heimbigner
bc5abe766e fixed opendap perf. bug for nc_get_vars 2011-02-23 17:37:11 +00:00