nds2-client (0.16.9-1) unstable; urgency=low

  * Updated code as described in the ChangeLog

 -- Jonathan Hanks <jonathan.hanks@ligo.org>  Fri, 15 Aug 2025 14:20:44 -0700

nds2-client (0.16.8-1) unstable; urgency=low

  * Updated code as described in the ChangeLog

 -- Edward Maros <ed.maros@ligo.org>  Tue, 02 Aug 2022 09:48:44 -0700

nds2-client (0.16.7-1) unstable; urgency=low

  * Updated code as described in the ChangeLog

 -- Edward Maros <ed.maros@ligo.org>  Wed, 05 May 2021 18:32:07 -0700

nds2-client (0.16.6-1) unstable; urgency=low

  * Updated code as described in the ChangeLog

 -- Edward Maros <ed.maros@ligo.org>  Thu, 13 Aug 2020 15:50:17 -0700

nds2-client (0.16.5-1) unstable; urgency=low

  * Updated code as described in the ChangeLog

 -- Edward Maros <ed.maros@ligo.org>  Thu, 19 Mar 2020 11:27:38 -0700

nds2-client (0.16.4-1) unstable; urgency=medium

  * Updated code as described in the ChangeLog

 -- Edward Maros <ed.maros@ligo.org>  Fri, 27 Sep 2019 14:09:47 -0700

nds2-client (0.16.3-1) unstable; urgency=medium

  * Updated code as described in the ChangeLog

 -- Edward Maros <ed.maros@ligo.org>  Wed, 20 Feb 2019 11:19:22 -0800

nds2-client (0.16.2-1) unstable; urgency=medium

  * Updated code as described in the ChangeLog

 -- Edward Maros <ed.maros@ligo.org>  Mon, 05 Nov 2018 16:38:19 -0700

nds2-client (0.16.1-1) unstable; urgency=medium

  * Updated code as described in the ChangeLog

 -- Edward Maros <ed.maros@ligo.org>  Mon, 22 Oct 2018 09:25:14 -0700

nds2-client (0.16.0-1) unstable; urgency=medium

  * Updated code as described in the ChangeLog

 -- Edward Maros <ed.maros@ligo.org>  Thu, 02 Aug 2018 13:32:57 -0700

nds2-client (0.15.3-1) unstable; urgency=medium

  * Updated code as described in the ChangeLog

 -- Edward Maros <ed.maros@ligo.org>  Wed, 14 Mar 2018 13:39:41 -0700

nds2-client (0.15.2-1) unstable; urgency=medium

  * Updated code as described in the ChangeLog

 -- Edward Maros <ed.maros@ligo.org>  Tue, 28 Nov 2017 15:01:03 -0700

nds2-client (0.15.1-1) unstable; urgency=medium

  * Updated code as described in the ChangeLog

 -- Edward Maros <ed.maros@ligo.org>  Fri, 27 Oct 2017 14:13:25 -0700

nds2-client (0.15.0-1) unstable; urgency=medium

  * Updated code as described in the ChangeLog

 -- Edward Maros <ed.maros@ligo.org>  Wed, 18 Oct 2017 16:44:39 -0700

nds2-client (0.14.3-1) unstable; urgency=medium

  * Updated code as described in the ChangeLog

 -- Edward Maros <ed.maros@ligo.org>  Fri, 01 Sep 2017 17:03:18 -0700

nds2-client (0.14.2-1) unstable; urgency=medium

  * Updated code as described in the ChangeLog

 -- Edward Maros <ed.maros@ligo.org>  Mon, 08 May 2017 16:22:17 -0700

nds2-client (0.14.1-1) unstable; urgency=medium

  * Updated code as described in the ChangeLog

 -- Edward Maros <ed.maros@ligo.org>  Mon, 01 May 2017 15:04:14 -0700

nds2-client (0.14.0-1) unstable; urgency=medium

  * Updated code as described in the ChangeLog

 -- Edward Maros <ed.maros@ligo.org>  Wed, 19 Apr 2017 13:06:55 -0700

nds2-client (0.13.1-1) unstable; urgency=medium

  * Updated code as described in the ChangeLog

 -- Edward Maros <ed.maros@ligo.org>  Thu, 27 Oct 2016 10:21:13 -0700

nds2-client (0.13.0-1) unstable; urgency=medium

  * Updated code as described in the ChangeLog

 -- Edward Maros <ed.maros@ligo.org>  Mon, 24 Oct 2016 15:43:27 -0700

nds2-client (0.12.2-1) unstable; urgency=medium

  * Corrected client/swig/python/Makefile.am to define DESTDIR to /
    if unset (#225)
  * Expanded error message for data on tape for SWIG extensions based on the
    C interface (#227)
  * Suppress messages going to terminal (#188)
	
 -- Edward Maros <emaros@alphard.ligo.caltech.edu>  Wed, 08 Jun 2016 12:25:59 -0700

nds2-client (0.12.1-1) unstable; urgency=medium

  * This addresses some build issues releated to reference platforms use by the LVC

 -- Edward Maros <emaros@alphard.ligo.caltech.edu>  Wed, 20 Apr 2016 10:37:17 -0700

nds2-client (0.12.0-1) unstable; urgency=medium

  * No longer using sqlite database for nds2
  * Can set epochs [start,stop) ranges to reduce channel list size on nds2
    queries (also constrains data)
  * Added a version string to the SWIG interface
  * Added a set_parameter call to allow default settings on the connection to
    be changed
  * The system now defaults to it being an error condition when is on tape.
     - this can be overridden in the environment or through a call to
       set_parameter(‘ALLOW_DATA_ON_TAPE’, 1)
  * Added a new swig backend which is released as a seperate interface for
    testing. Currently exposed through the ‘nds’ module/namespace.  It is
    expected that this backend will become the default in the near future.
    - includes full gap handling (for both fetch and iterate)
    - includes the ability to query the nds2 server for preconfigured epochs
    - includes the ability to count the number of channels available
    - includes the ablilty to get detailed channel availability information
  * Added Octave bindings for the C++ interface
  * Fixed python swig bindings to support Python 3.4 on OSX
  * Disabled some unit tests when OSX System Integrity Protection is in effect.
    
 -- Edward Maros <emaros@alphard.ligo.caltech.edu>  Tue, 19 Apr 2016 10:52:37 -0700

nds2-client (0.11.6-1) unstable; urgency=medium

  * Fixed the nds2_connection object now clears the request_in_progress
    flag on errors (#161).
    
 -- Edward Maros <emaros@alphard.ligo.caltech.edu>  Thu, 07 May 2015 09:45:13 -0700

nds2-client (0.11.5-1) unstable; urgency=medium

  * Resolved ticket 160

 -- Edward Maros <emaros@alphard.ligo.caltech.edu>  Fri, 20 Mar 2015 20:08:56 -0700

nds2-client (0.11.4-1) unstable; urgency=medium

  * Resolved tickets 157, 158 and 159

 -- Edward Maros <emaros@alphard.ligo.caltech.edu>  Fri, 6 Mar 2015 09:01:03 -0800

nds2-client (0.11.3-1) unstable; urgency=medium

  * Require SWIG 2.0.11 or later (#144, #145)
  * nds_query now returns a non-zero exit code when any daq call
    fails (#139)
  * Java bindings for OSX Yosemite using MATLAB 2014b (#149)
  * requesting of trend data from nds1 servers (#137)
  * Python SWIG bindings for UINT-4 ODC Channels (#143)
  * Total nds1 channel count returned by conn.find_channels()
    to include fast data and uint32 data (#148)
  * daq_send now returns response code on socket errors (#142)
  * read_bytes() to return -1 on error, 0 for eof, > 0 for bytes
    read (#141)

 -- Edward Maros <emaros@alphard.ligo.caltech.edu>  Fri, 13 Feb 2015 13:13:50 -0800

nds2-client (0.11.2-1) unstable; urgency=medium

  * Resolved tickets 134 and 135

 -- Edward Maros <ed.maros@ligo.org>  Tue, 04 Nov 2014 08:55:19 -0700

nds2-client (0.11.1-1) unstable; urgency=medium

  * Revert name change of octave and python packages.

 -- Jameson Rollins <jameson.rollins@ligo.org>  Mon, 27 Oct 2014 12:37:33 -0700

nds2-client (0.11.0-1) unstable; urgency=low

  * Addresses tickets: 68, 88, 100, 107, 112, 114, 115, 126

 -- Edward Maros <ed.maros@ligo.org>  Tue, 21 Oct 2014 11:07:18 -0700

nds2-client (0.10.5-1) unstable; urgency=low

  * Allo nds2 server to send too much data
  * update nds_query man
  * support newer versions of matlab
  * Update version number

 -- John Zweizig <john.zweizig@ligo.org>  Tue, 07 May 2013 12:46:00 -0700

nds2-client (0.10.4-1) unstable; urgency=low

  * Update version number

 -- Edward Maros <ed.maros@ligo.org>  Tue, 07 May 2013 12:46:00 -0700

nds2-client (0.10.3-1) unstable; urgency=low

  * Fix Windows build error (sasl not included).
  * Update version number

 -- John Zweizig <john.zweizig@ligo.org>  Tue, 07 May 2013 12:46:00 -0700

nds2-client (0.10.3beta1-1) unstable; urgency=low

  * Removed debugging logging (Ticket #53)
  * Replaced strsep() with strtok_t() (Ticket #56)
  * CMake
    - Added rules for building Python extensions
    - Modified method of determining numpy
      include path (Ticket #57)
  * Update debian packaging
    - Depend on swig >= 2.0.4
    - Recommend libsasl2-modules, libsasl2-modules-gssapi-mit
  * Fix size argument types in mex sources.
  * Add logging tests.
  * Fix cleanup on disconnect (Ticket ?)
    - Add methods daq_init, daq_destroy, daq_is_connected
    - Move common close to daq_connect from nds1_disconnect and nds2_disconnect
    - Protect against error on repeated disconnects.
  * Fix sockets left open (Ticket #55)

 -- John Zweizig <john.zweizig@ligo.org>  Thu, 11 Apr 2013 14:03:00 -0700

nds2-client (0.10.2-2) unstable; urgency=low

  * Add libnds2-client Recommends for libsasl2-modules and
    libsasl2-modules-gssapi-mit

 -- Jameson Rollins <jameson.rollins@ligo.org>  Sat, 26 Jan 2013 16:03:53 -0800

nds2-client (0.10.2-1) unstable; urgency=low

  * New upstream release.

 -- Jameson Rollins <jameson.rollins@ligo.org>  Mon, 14 Jan 2013 10:40:42 -0800

nds2-client (0.10.1-1) unstable; urgency=low

  * New upstream release.

 -- Jameson Rollins <jameson.rollins@ligo.org>  Wed, 09 Jan 2013 10:06:34 -0800

nds2-client (0.10.0-1) squeeze; urgency=low

  * New upstream release.
  * New maintainer.
  * Update package names.  New lib packages, with transitional packages.
  * Bump standards version (3.9.3).

 -- Jameson Rollins <jameson.rollins@ligo.org>  Thu, 20 Dec 2012 13:12:51 -0800

nds2-client (0.9.1-lscsoft2+squeeze1) squeeze;urgency=low

  * fix dependencies

 -- Miroslav Shaltev <cluster-hannover@aei.mpg.de>  Thu, 5 Jul 2012 19:36:42 +0200


nds2-client (0.9.1-lscsoft1+squeeze1) squeeze;urgency=low

  * new release

 -- Miroslav Shaltev <cluster-hannover@aei.mpg.de>  Fri, 18 May 2012 16:14:42 +0200


nds2-client (0.9.0-lscsoft1+squeeze1) squeeze;urgency=low

  * new release

 -- Miroslav Shaltev <cluster-hannover@aei.mpg.de>  Fri, 13 Apr 2012 12:15:42 +0000


nds2-client (0.8.2-lscsoft1+squeeze1) squeeze;urgency=low

  * new release
  * install in /usr

 -- Miroslav Shaltev <cluster-hannover@aei.mpg.de>  Fri, 28 Oct 2011 20:55:42 +0000


nds2-client (0.8.1-lscsoft1) lenny;urgency=low

  * new release

 -- Miroslav Shaltev <cluster-hannover@aei.mpg.de>  Wed, 6 Jul 2011 18:58:42 +0000

nds2-client (0.8.0-lscsoft1) lenny;urgency=low

  * new release

 -- Miroslav Shaltev <cluster-hannover@aei.mpg.de>  Mon, 20 Jun 2011 11:39:42 +0000

nds2-client (0.7.2-lscsoft1) lenny;urgency=low

  * new release

 -- Miroslav Shaltev <cluster-hannover@aei.mpg.de>  Fri, 4 Mar 2011 21:51:42 +0000


nds2-client (0.7.0-lscsoft2) lenny;urgency=low

  * fix wrong prefix reported by pkg-config 

 -- Miroslav Shaltev <cluster-hannover@aei.mpg.de>  Fri, 4 Mar 2011 08:18:42 +0000


nds2-client (0.7.0-lscsoft1) lenny;urgency=low

  * new release

 -- Miroslav Shaltev <cluster-hannover@aei.mpg.de>  Wed, 4 Jan 2011 21:09:42 +0000


nds2-client (0.6.5-lscsoft1) lenny;urgency=low

  * new release

 -- Miroslav Shaltev <cluster-hannover@aei.mpg.de>  Fri, 16 Jul 2010 14:17:42 +0000


nds2-client (0.6.4-lscsoft1) lenny;urgency=low

  * new release

 -- Miroslav Shaltev <cluster-hannover@aei.mpg.de>  Fri, 9 Jul 2010 7:21:42 +0000


nds2-client (0.6.3-lscsoft1) lenny;urgency=low

  * new release

 -- Miroslav Shaltev <cluster-hannover@aei.mpg.de>  Fri, 2 Jul 2010 16:15:42 +0000

nds2-client (0.6.0-lscsoft4) lenny;urgency=low

  * fix missinig sasl build dependency
  * installation move to /opt/lscsoft/nds2-client

 -- Miroslav Shaltev <cluster-hannover@aei.mpg.de>  Mon, 24 May 2010 9:35:42 +0000

nds2-client (0.6.0-lscsoft3) lenny;urgency=low

  * Fix description 

 -- Miroslav Shaltev <cluster-hannover@aei.mpg.de>  Mon, 18 May 2010 10:35:42 +0000

nds2-client (0.6.0-lscsoft2) lenny;urgency=low

  * Fix description 

 -- Miroslav Shaltev <cluster-hannover@aei.mpg.de>  Mon, 18 May 2010 09:58:42 +0000

nds2-client (0.6.0-lscsoft1) lenny;urgency=low

  * First debian release
  * The 32bit build do NOT provide matlab support

 -- Miroslav Shaltev <cluster-hannover@aei.mpg.de>  Mon, 17 May 2010 06:38:42 +0000
