head	1.2;
access;
symbols
	pkgsrc-2026Q1:1.2.0.24
	pkgsrc-2026Q1-base:1.2
	pkgsrc-2025Q4:1.2.0.22
	pkgsrc-2025Q4-base:1.2
	pkgsrc-2025Q3:1.2.0.20
	pkgsrc-2025Q3-base:1.2
	pkgsrc-2025Q2:1.2.0.18
	pkgsrc-2025Q2-base:1.2
	pkgsrc-2025Q1:1.2.0.16
	pkgsrc-2025Q1-base:1.2
	pkgsrc-2024Q4:1.2.0.14
	pkgsrc-2024Q4-base:1.2
	pkgsrc-2024Q3:1.2.0.12
	pkgsrc-2024Q3-base:1.2
	pkgsrc-2024Q2:1.2.0.10
	pkgsrc-2024Q2-base:1.2
	pkgsrc-2024Q1:1.2.0.8
	pkgsrc-2024Q1-base:1.2
	pkgsrc-2023Q4:1.2.0.6
	pkgsrc-2023Q4-base:1.2
	pkgsrc-2023Q3:1.2.0.4
	pkgsrc-2023Q3-base:1.2
	pkgsrc-2023Q2:1.2.0.2
	pkgsrc-2023Q2-base:1.2
	pkgsrc-2023Q1:1.1.0.62
	pkgsrc-2023Q1-base:1.1
	pkgsrc-2022Q4:1.1.0.60
	pkgsrc-2022Q4-base:1.1
	pkgsrc-2022Q3:1.1.0.58
	pkgsrc-2022Q3-base:1.1
	pkgsrc-2022Q2:1.1.0.56
	pkgsrc-2022Q2-base:1.1
	pkgsrc-2022Q1:1.1.0.54
	pkgsrc-2022Q1-base:1.1
	pkgsrc-2021Q4:1.1.0.52
	pkgsrc-2021Q4-base:1.1
	pkgsrc-2021Q3:1.1.0.50
	pkgsrc-2021Q3-base:1.1
	pkgsrc-2021Q2:1.1.0.48
	pkgsrc-2021Q2-base:1.1
	pkgsrc-2021Q1:1.1.0.46
	pkgsrc-2021Q1-base:1.1
	pkgsrc-2020Q4:1.1.0.44
	pkgsrc-2020Q4-base:1.1
	pkgsrc-2020Q3:1.1.0.42
	pkgsrc-2020Q3-base:1.1
	pkgsrc-2020Q2:1.1.0.38
	pkgsrc-2020Q2-base:1.1
	pkgsrc-2020Q1:1.1.0.18
	pkgsrc-2020Q1-base:1.1
	pkgsrc-2019Q4:1.1.0.40
	pkgsrc-2019Q4-base:1.1
	pkgsrc-2019Q3:1.1.0.36
	pkgsrc-2019Q3-base:1.1
	pkgsrc-2019Q2:1.1.0.34
	pkgsrc-2019Q2-base:1.1
	pkgsrc-2019Q1:1.1.0.32
	pkgsrc-2019Q1-base:1.1
	pkgsrc-2018Q4:1.1.0.30
	pkgsrc-2018Q4-base:1.1
	pkgsrc-2018Q3:1.1.0.28
	pkgsrc-2018Q3-base:1.1
	pkgsrc-2018Q2:1.1.0.26
	pkgsrc-2018Q2-base:1.1
	pkgsrc-2018Q1:1.1.0.24
	pkgsrc-2018Q1-base:1.1
	pkgsrc-2017Q4:1.1.0.22
	pkgsrc-2017Q4-base:1.1
	pkgsrc-2017Q3:1.1.0.20
	pkgsrc-2017Q3-base:1.1
	pkgsrc-2017Q2:1.1.0.16
	pkgsrc-2017Q2-base:1.1
	pkgsrc-2017Q1:1.1.0.14
	pkgsrc-2017Q1-base:1.1
	pkgsrc-2016Q4:1.1.0.12
	pkgsrc-2016Q4-base:1.1
	pkgsrc-2016Q3:1.1.0.10
	pkgsrc-2016Q3-base:1.1
	pkgsrc-2016Q2:1.1.0.8
	pkgsrc-2016Q2-base:1.1
	pkgsrc-2016Q1:1.1.0.6
	pkgsrc-2016Q1-base:1.1
	pkgsrc-2015Q4:1.1.0.4
	pkgsrc-2015Q4-base:1.1
	pkgsrc-2015Q3:1.1.0.2
	pkgsrc-2015Q3-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2023.06.03.03.38.52;	author mef;	state Exp;
branches;
next	1.1;
commitid	YC5Ij68l6lpx3srE;

1.1
date	2015.08.30.10.26.44;	author markd;	state Exp;
branches;
next	;
commitid	fw0xYfdGnJTcphzy;


desc
@@


1.2
log
@(devel/netcdf-cxx) Updated 4.2 to 4.3.1

\Brief Release notes file for the netcdf-cxx4 package.

This file contains a high-level description of this package's
evolution. Releases are in reverse chronological order (most recent
first).

Note that this file was created and maintained starting with the `netcdf-cxx4 4.3.0 release`.

## netCDF-CXX4 4.3.2 TBD

## netCDF-CXX4 v4.3.1 September 11, 2019

### Requirements

* netCDF-C 4.6.0 or greater

### Changes

* [Enhancement] Added cmake support to distribution files created by `make dist`.

* [Bug Fix] Added `ncFile::create()`, also added a new `open` function
  and constructor to allow for more flexibility when opening a file.
  See [GitHub #55](https://github.com/Unidata/netcdf-cxx4/issues/55)
  for more information.

* [Enhancement] Addressed an issue reported with `Intel Compilers
  17.0.0`. See [GitHub
  #41](https://github.com/Unidata/netcdf-cxx4/issues/41) for more
  information.

* [Enhancement] Updated how `configure` determines information about
  the existing netCDF-C install.  See [GitHub pull request
  #39](https://github.com/Unidata/netcdf-cxx4/pull/39) for more
  information.

* Corrected an issue where cmake-based builds weren't generating
  `ncxx4-config`.  See [GitHub pull request
  #37](https://github.com/Unidata/netcdf-cxx4/pull/37) for more
  information.


## netcdf-cxx4 v4.3.0 released May 13, 2016

* Fixed an issue where the tests were failing silently, and the
  underlying `NcType` class could not properly determine the type name
  or type size reliably. See [GitHub issue
  #30](https://github.com/Unidata/netcdf-cxx4/issues/30) for more
  information.

* Changed `NCXX_ENABLE_DOXYGEN` option to an easier-to-remember `ENABLE_DOXYGEN`.

* Added `--enable-doxygen`, `-DNCXX_ENABLE_DOXYGEN=ON` options to
  allow generation of netCDF-CXX4 documentation via doxygen using
  either `configure` or `cmake`, respectively.

* Added `netcdf-cxx4` to the [Coverity Scan
  Dashboard](https://scan.coverity.com/projects/unidata-netcdf-cxx4?tab=overview).

* Added `open` and `close` methods for NcFile.  See [Github Pull
  Request #18](https://github.com/Unidata/netcdf-cxx4/pull/18) for
  more information.

* Added `netcdf-cxx4` to travis-ci.org.  See
  [https://travis-ci.org/Unidata/netcdf-cxx4](https://travis-ci.org/Unidata/netcdf-cxx4)
  for more details.

* Added `NcCompoundType` methods `getMemberName` and `getMemberIndex`.
  See [Pull Request
  #19](https://github.com/Unidata/netcdf-cxx4/pull/19) for more
  details.

* Added  `cmake` support  to  `netcdf-cxx4`, which  will  allow us  to
  create a  `CDash` continuous integration dashboard  similar to those
  created for the `netcdf-c` and `netcdf-fortran` projects.

* Added a `travis-ci` configuration file, `.travis.yml`.

* Created `RELEASE_NOTES.md`.
@
text
@@@comment $NetBSD$
bin/ncxx4-config
include/ncAtt.h
include/ncByte.h
include/ncChar.h
include/ncCheck.h
include/ncCompoundType.h
include/ncDim.h
include/ncDouble.h
include/ncEnumType.h
include/ncException.h
include/ncFile.h
include/ncFloat.h
include/ncGroup.h
include/ncGroupAtt.h
include/ncInt.h
include/ncInt64.h
include/ncOpaqueType.h
include/ncShort.h
include/ncString.h
include/ncType.h
include/ncUbyte.h
include/ncUint.h
include/ncUint64.h
include/ncUshort.h
include/ncVar.h
include/ncVarAtt.h
include/ncVlenType.h
include/netcdf
lib/libh5bzip2.la
lib/libnetcdf_c++4.la
lib/pkgconfig/netcdf-cxx4.pc
@


1.1
log
@Add netcdf-cxx 4.2

C++ support for NetCDF (network Common Data Form).
@
text
@d2 31
a32 5
include/ncvalues.h
include/netcdf.hh
include/netcdfcpp.h
info/netcdf-cxx.info
lib/libnetcdf_c++.la
@

