File: ChangeLog

package info (click to toggle)
dballe 5.18-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 8,252 kB
  • sloc: cpp: 29,311; sh: 11,475; python: 5,801; f90: 883; perl: 582; makefile: 575
file content (100 lines) | stat: -rw-r--r-- 3,080 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
2008-08-05  enrico@enricozini.org

	* Version 4.0.4
	* Store rep_cod information in generic messages

2008-07-23  enrico@enricozini.org

	* Allow to create messages without having to set leveltype2 and l2 if
	  not needed

2008-07-08  enrico@enricozini.org

	* Implemented working with messages with the Fortran API

2008-07-02  enrico@enricozini.org

	* Refactored the code for the Fortran API

2008-06-10  enrico@enricozini.org

	* Fixed TOT_PREC12 time range values
	* Implemented bufrex_msg_reset_sections
	* Implemented Bufrex::resetSections and same in Python
	* Test against NaN on setr and setd
	* Use clean program name in manpages
	* Store height and pressure as data and not as ana, for flights

2008-05-18  enrico@enricozini.org

	* New version 4.0.2
	   - Fix a compiler error with newer GCC

2008-05-07  enrico@enricozini.org

	* New version 4.0.1
	   - Fix repinfo update
	   - Ported rconvert to new rpy module
	   - Show the currently selected station details in provami, even if
	     it has no data
	   - Decode BUFR edition 2
	   - Added tables to decode BUFR edition 2 radar reports
	   - Fixed encoding of BUFR flags

2007-11-06  enrico@enricozini.org

	* Fixed the problem in provami that fails when the only restriction
	  used is the ana filter

2007-11-04  enrico@enricozini.org

	* Drafted support for pollution data

2007-06-20  Enrico Zini  <enrico@viaza>

	* Use standard floating point huge values to exchange missing values
	  with Fortran
	* Fortran API: idba_elencamele now properly cleans old values from the
	  output record

2007-06-19  Enrico Zini  <enrico@viaza>

	* Fixed handling of varlist when querying attributes from fortran
	* Documentation improvements for fapi.tex
	* Hack a way to sync the values of missing values between Fortran and C

2007-06-15  Enrico Zini  <enrico@viaza>

	* Fixed bufr decoder to work on ARM

2007-06-06  Enrico Zini  <enrico@viaza>

	* Clean records before reading in new data in fortran idba_dammelo

2007-06-05  Enrico Zini  <enrico@viaza>

	* Fixed transactions in cursor.c: now queries don't all happen in a
	  single, huge transaction
	* Version updated to 3.5

Older changes:

Changes from version 2.5 to version 2.6

 * dbadb: dbadb export failed to export various kinds of station data
 * dbadb: implemented dbadb cleanup
 * dbadb: implemented dbadb stations
 * dbadb manpage: refer to report code and report memo instead of just
   'type'
 * dbadb manpage: mention what are the query parameters that can be used
 * dba_var_set* and idba_set* operations now check for overflows and report
   DBA_ERR_TOOLONG if it happens
 * fortran API: idba_spiegab now formats the values with the right amount of
   decimal digits
 * fortran API: added another predefined callback
   (idba_error_handle_tolerating_overflows) that only prints a warning in case
   of overflow
 * fapi.tex: documented that setting a variable to a missing value is
   equivalent to an idba_unset
 * fapi.tex: documented the use of the dballef.h Fortran 90 interface file
 * README: rewritten to only provide quick start information