File: ChangeLog

package info (click to toggle)
libvistaio 1.2.19-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 972 kB
  • sloc: ansic: 6,341; python: 41; makefile: 9; sh: 9
file content (36 lines) | stat: -rw-r--r-- 954 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
2.1.19

  * Add test for attribute IO
  * Add test for basic image IO
  * Add travis-ci build check

2.1.18

   * Correct code for problems discovered by Coverity

2.1.17

   * Add a function to chech whether a file is actually a vista file
     by only reading the header file.
   * replace _SVID_SOURCE by _DEFAULT_SOURCE as the former is deprecated.

2.1.16

   * Revert licenses of type.c and history.c to original by A. Pope
   * Corret licenses in 2dspline.c, 3dfield.c. vcplist.*, vfield2d.*,
	 vfield3d.*, vspline2d.*
   * remove vistaio_change_names.py because it doesn't make much
	 sense to distribute it always.
   * correct license COYPING file to reflect what is given in the
	 source files.

2.1.15

   * correct errors in the man pages

2.1.14

   * support multiarch in build system
   * clean up manpages
   * rename al functions and macros from V* to VistaIO* in order to avoid
	conflicts with libvia from the Lipsia software package.