Skip to content

Commit

Permalink
Source release 3.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallagher59701 committed Sep 25, 2017
1 parent 5a8ae9f commit 3d6e9e4
Show file tree
Hide file tree
Showing 6 changed files with 87 additions and 11 deletions.
74 changes: 69 additions & 5 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,59 @@
2017-08-25 James Gallagher <jgallagher@opendap.org>

Added a comment to my HTTPCacheTest change...
[skip ci]

Removed a test for block_size in HTTPCacheTest that failed on
Fedora ppc64le system with XFS system

Merge pull request #32 from OPENDAP/hyrax390
Hyrax390

Marked two of the Dmr Round Trip Tests as failing.
This matched the results of the master branch. Thus we can merge
the hyrax390 branch and move on to either fix those issues or
accept the behavior as 'good enough.'

Merge branch 'master' into hyrax390

Merge pull request #36 from OPENDAP/gnulib-update
Updated gnulib and added mkstemps() to avoid portability issues.

Added malloca.valgrind

Added more in gl

Added more ...

Added more still more

Added more files in gl

Added gl/gettimeofday.c

Added more gnulib m4 files

2017-08-24 James Gallagher <jgallagher@opendap.org>

Updated gnulib and added mkstemps() to avoid portability issues.

Added comments to DMR.h

2017-07-18 James Gallagher <jgallagher@opendap.org>

Fixed a warning in D4EnumTest and CppUnit usage in DmrRoundTripTest

Merge branch 'master' of https://github.com/opendap/libdap4.git

Added --disable-dependency-tracking to configure in travis.yml
Will it build faster? Also, fixed a comment in D4Maps.h

2017-05-31 Slav Korolev <slav.korolev@nasa.gov>

Ticket #390. Cleaned 4 files.

Ticket #390. Cleaned 4 files.

2017-05-22 Nathan Potter <ndp@opendap.org>

Merge pull request #29 from OPENDAP/hyrax390
Expand Down Expand Up @@ -79,11 +135,16 @@

2017-05-08 ndp-opendap <ndp@opendap.org>

Reworked transform_to_dap4() implmentation so that they all (in libdap4) return NULL and populate the container passed in. Next will be to change the return from BAseType* to void
Reworked transform_to_dap4() implmentation so that they all (in
libdap4) return NULL and populate the container passed in. Next
will be to change the return from BAseType* to void

Reworked transform_to_dap4() implmentation so that they all (in libdap4) return NULL and populate the container passed in. Next will be to change the return from BAseType* to void
Reworked transform_to_dap4() implmentation so that they all (in
libdap4) return NULL and populate the container passed in. Next
will be to change the return from BAseType* to void

First pass at fixing the duplicate variables bug in DMR::build_using_dds() and Grid::transform_to_dap4()
First pass at fixing the duplicate variables bug in
DMR::build_using_dds() and Grid::transform_to_dap4()

2017-05-06 ndp-opendap <ndp@opendap.org>

Expand All @@ -97,7 +158,8 @@

Fixed Grid::transform_to_dap4() so maps have correct names (FQN names)

Fixed namespace issue in tests that prevented individual tests from being run byt command line parameters.
Fixed namespace issue in tests that prevented individual tests
from being run byt command line parameters.

2017-05-04 ndp-opendap <ndp@opendap.org>

Expand Down Expand Up @@ -159,7 +221,9 @@

Adding two more working DMR to Grid tests. Failing test still fails.

Checking in new dmr2Grid test which fails because the supplied DMR fails to parse, despite the fact that it was generated by Hyrax 1.13.3
Checking in new dmr2Grid test which fails because the supplied DMR
fails to parse, despite the fact that it was generated by Hyrax
1.13.3

Added new dmr2dds with Grid test.

Expand Down
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Updated for version 3.18.3 of the OPeNDAP DAP2/4 library software.
Updated for version 3.19.1 of the OPeNDAP DAP2/4 library software.

Installing the DAP2/4 library

Expand Down
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
News for version 3.19.1

Portability issues: Updated gnulib and mkstemps fixed as per user
reports. Removed a test for block_size in HTTPCacheTest that failed on
Fedora ppc64le system with XFS system

Branches/tickets merged: hyrax390 (CppUnit test improvements)

News for version 3.19.0

Bug fixes in memory usage for Vector types.
Expand Down
4 changes: 4 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Updated for version 3.19.1

Bug fixes; See the ChangeLog and NEWS files.

Updated for version 3.18.3

Bug fixes; See the ChangeLog and NEWS files.
Expand Down
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.63)
dnl Update version here and below at LIB_CURRENT, ..., if needed.
AC_INIT(libdap, 3.19.0, opendap-tech@opendap.org)
AC_INIT(libdap, 3.19.1, opendap-tech@opendap.org)
AC_DEFINE(DAP_PROTOCOL_VERSION, ["4.0"], [Highest DAP version implemented?])
AC_SUBST(DAP_PROTOCOL_VERSION)

Expand Down Expand Up @@ -47,7 +47,7 @@ dnl ==> Increment CURRENT, set AGE and REVISION to 0.

DAPLIB_CURRENT=25
DAPLIB_AGE=0
DAPLIB_REVISION=0
DAPLIB_REVISION=1
AC_SUBST(DAPLIB_CURRENT)
AC_SUBST(DAPLIB_AGE)
AC_SUBST(DAPLIB_REVISION)
Expand All @@ -57,7 +57,7 @@ AC_SUBST(LIBDAP_VERSION)

CLIENTLIB_CURRENT=7
CLIENTLIB_AGE=1
CLIENTLIB_REVISION=6
CLIENTLIB_REVISION=7
AC_SUBST(CLIENTLIB_CURRENT)
AC_SUBST(CLIENTLIB_AGE)
AC_SUBST(CLIENTLIB_REVISION)
Expand All @@ -67,7 +67,7 @@ AC_SUBST(CLIENTLIB_VERSION)

SERVERLIB_CURRENT=13
SERVERLIB_AGE=6
SERVERLIB_REVISION=6
SERVERLIB_REVISION=7
AC_SUBST(SERVERLIB_CURRENT)
AC_SUBST(SERVERLIB_AGE)
AC_SUBST(SERVERLIB_REVISION)
Expand Down
2 changes: 1 addition & 1 deletion libdap.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: libdap
Summary: The C++ DAP2/DAP4 library from OPeNDAP
Version: 3.19.0
Version: 3.19.1
Release: 1%{?dist}

License: LGPLv2+
Expand Down

0 comments on commit 3d6e9e4

Please sign in to comment.