File getdata.changes of Package getdata
-------------------------------------------------------------------
Sat Sep 7 08:04:10 UTC 2013 - ctrippe@opensuse.org
- update to 0.8.5
* A spurious debugging statement has been removed from the Python
bindings.
* The zzslim encoding framework, indadvertantly broken in 0.8.4,
should once again work.
-------------------------------------------------------------------
Mon Jul 1 17:26:49 UTC 2013 - ctrippe@opensuse.org
- update to 0.8.4
see http://sourceforge.net/projects/getdata/files/getdata/0.8.4/
for a complete list of features. This includes
* seeking to a negative sample number with gd_seek now properly fails
* reading sample zero of a gzipped RAW field now always works
* /REFERENCE directives in subdirfiles are no longer corrupted on write
* NumPy arrays returned by the Python dirfile.getdata() method are now
the correct length
- enable build of perl-bindings
-------------------------------------------------------------------
Fri Mar 29 21:51:04 UTC 2013 - ctrippe@opensuse.org
- update to 0.8.3
* BUG FIX: Several bugs on big-ended systems have been fixed. Reported by
Dinar Valeev.
* BUG FIX: Adding an entry via gd_[m]add() with a negative CARRAY scalar index
no longer results in an internal error or worse when the added field is later
read.
* BUG FIX: Changing a CONST field to a real floating point type using
gd_alter_const() (or similar) no longer results in the value of the field
being corrupted.
* BUG FIX: A bug in the parser's tokeniser has been fixed to prevent spurious
"unterminated token" syntax errors. Typically this would only be seen when
using gd_strtok() to tokenise an (apparently innocuous) user-supplied string,
but a carefully crafted format file could also be made to get gd_open() to
produce it.
- dropped patches getdata-ppc64.patch, getdata-bigendian.patch and
getdata-arm.patch which were included upstream
-------------------------------------------------------------------
Mon Feb 4 14:09:51 UTC 2013 - dvaleev@suse.com
- sset gd_unaligned_ok for ARM (getdata-arm.patch)
-------------------------------------------------------------------
Thu Jan 31 20:44:02 UTC 2013 - dvaleev@suse.com
- set gd_unaligned_ok on ppc64 too (getdata-ppc64.patch)
- fix getdata on bigendian (getdata-bigendian.patch)
-------------------------------------------------------------------
Thu Dec 13 19:29:26 UTC 2012 - ctrippe@opensuse.org
- update to 0.8.2
* BUG FIX: trailink symlinks in paths no longer confuse the library
* BUG FIX: reading the first sample of an MPLEX mo longer causes
an internal error
-------------------------------------------------------------------
Thu Aug 23 18:57:57 UTC 2012 - ctrippe@opensuse.org
- update to 0.8.1
see http://sourceforge.net/projects/getdata/files/getdata/0.8.1/
for a complete list of changes. This includes:
* BUG FIX: A segfault when negotiating symbolic links in file
paths, typically manifesting in gd_open calls, has been fixed.
* BUG FIX: gd_strtok now saves a copy of the string passed to it,
as the documentation suggests it should. Previously it cached
the pointer itself.
* BUG FIX: A number of minor memory leaks, mostly occurring when
the library encounters an error, have been fixed.
-------------------------------------------------------------------
Fri Jul 6 17:28:53 UTC 2012 - ctrippe@opensuse.org
- update to 0.8.0
see http://sourceforge.net/projects/getdata/files/getdata/0.8.0/
for a complete list of changes. This includes:
* Dirfile Standards Version 9 has been released. It adds two new field
types: MPLEX, which allows multiplexing multiple low-rate channels in
one high-rate one, and WINDOW, which extracts a portion of a field
based on the value of a second field.
-------------------------------------------------------------------
Sat Dec 3 18:38:41 UTC 2011 - ctrippe@opensuse.org
- BuildRequire libtool
- Correct the License to be LGPL-2.1+
-------------------------------------------------------------------
Mon Aug 9 14:28:45 UTC 2011 - toddrme2178@gmail.com
- Moved documentation to -doc package (fox for RPMLINT warning)
- Cleaned up spec file formatting
-------------------------------------------------------------------
Sat Apr 9 19:01:28 UTC 2011 - ctrippe@opensuse.org
- update to 0.7.3
see http://sourceforge.net/projects/getdata/files/getdata/0.7.3/
* BUG FIX: Passing a zero dividend to alter_crecip() and alter_recip() now
results in the dividend not changing, per documentation.
* BUG FIX: GetData wasn't properly computing the module directory, causing
encodings using external modules to fail with GD_E_UNSUPPORTED.
* BUG FIX: Metafield records are now properly stored in the format file for
Standards Version 8.
* BUG FIX: gd_raw_filename() wasn't clearing the Dirfile error before
operation, resulting in it failing erroneously in certain situations.
* BUG FIX: A potential segmentation fault has been patched in dirfile2ascii.
-------------------------------------------------------------------
Sat Apr 9 18:55:16 UTC 2011 - ctrippe@opensuse.org
- update to 0.7.2
see http://sourceforge.net/projects/getdata/files/getdata/0.7.2/
for all details. This includes:
* If built with modules, the plugin shared objects will now be
installed in a separate directory.
* BUG FIX: When using modules, a missing plugin no longer results
in a lock up the second time an attempt is made to find it.
* BUG FIX: GetData now properly processes /INCLUDE directives with
absolute paths, as the documentation insists it should.
* BUG FIX: gd_add()ing the first raw field in a dirfile to a sub-
fragment no longer results in memory corruption when calling
gd_close().
* If called with GD_CREAT but no encoding specified, gd_include()
now will duplicate the encoding of the parent fragment (if any).
-------------------------------------------------------------------
Wed Dec 8 18:41:28 UTC 2010 - ctrippe@gmx.net
- update to 0.7.1
see http://sourceforge.net/projects/getdata/files/getdata/0.7.1/
for all details. This includes:
* BUG FIX: When the parser fails in a gd_include() call, the
internal list of conformant Standards Versions for the loaded
dirfile is no longer corrupted.
* BUG FIX Performing two consecutive reads of the same field in
an ASCII encoded datasources no longer confuses GetData.
* BUG FIX: Numerous memory leaks have been patched (mostly
pin-holes, although there are a few, rare but egregious ones).
-------------------------------------------------------------------
Thu Nov 25 20:54:44 UTC 2010 - ctrippe@gmx.net
- update to 0.7.0
see http://sourceforge.net/projects/getdata/files/getdata/0.7.0/RELEASE_NOTES-0.7.0/view
for all details. This includes:
* Dirfile Standards Version 8 has been released. It adds three
new field types: DIVIDE, which computes X/Y for vectors X and Y,
and RECIP, which computes A/X for vector X and scalar A, and
CARRAY, which is an array of CONST scalars.
* Like CONST fields, CARRAY elements can be used as parametersin
the definition of other fields. Syntax is 'field<n>', where
'field' is the field name and 'n' the element index in the
CARRAY (and the angle brackets are literal angle brackets). If
the '<n>' is omitted, the first element (numbered 0) is assumed.
* Slashes on reserved words are now mandatory, allowing fields
with reserved words as names.
* The long-deprecated single character data type codes have been
removed from Standards Version 8. (They are still accepted by
GetData, which handles all previous Standards Versions as well.)
-------------------------------------------------------------------
Thu Sep 9 14:13:41 UTC 2010 - ctrippe@gmx.net
- initial build of getdata-0.6.3