File: ChangeLog

package info (click to toggle)
ksimus-floatingpoint 0.3.6-13
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,464 kB
  • ctags: 1,045
  • sloc: sh: 8,092; cpp: 6,543; perl: 2,029; makefile: 104
file content (87 lines) | stat: -rw-r--r-- 3,326 bytes parent folder | download | duplicates (3)
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
	29.3.2003
* New: Version 0.3.6
* Update french translation. Thanks Aurelien!
	2.3.2003
* New: Version 0.3.6-pre1
* Update german translation.
	1.3.2003
* Update help documents
	27.12.2002
* Fix: Change some define names which are used in config.h now
	30.11.2002
* Fix: Some timing issues External Connector
* Fix: Timing issue in Converter Boolean to Floatingpoint
* Fix: Timing issue in Converter Floatingpoint to Boolean
	24.11.2002
* Change: External Connector handling within modules improve. This change results in a more
  clear connector using.
	11.11.2002
* New: The External Connector Floatingpoint Input has a user defineable value if not connected.
	19.10.2002
* New: Version 0.3.5-1
* Fix: The configure failed on Somaris because an incorrect comparison. Thanks to Salman Sheikh for the fix.
* Fix: The handbook generation failed after update to KDE 3.0.4, libxml2 2.4.25 and libxslt 1.0.21. This is fixed now.
* Fix: Remove double definition of EXTRA_DIST which cause to fail with some combination of autoconf and automake.
	12.10.2002
* New: Version 0.3.5
	10.10.2002
* Fix: Errors in documentation. Thanks MrTLee!
* Fix: A wrong initialize sequence of the component package causes untranslated
  component names. Thanks Aurelien!
* Update French translation. Thanks Aurelien!
* Update German translation.
	27.09.2002
* Update documentation
* New: components atan2, sinh, asinh, cosh, acosh, tanh, atanh, random
* New: Some setups for implizite converter (not enabled yet)
	05.08.2002
* Fix: undo problem with simple condition if condition type is changed
	13.07.2002
* Fix: Document incompatibility in component Adder and Multiplier caused in a change from 21.04.02
	26.06.2002
* Change: The converters and external connectors have zero delay now.
* New: Component Delay.
	18.06.2002
* Change: use class OptionalConnector for optional connectors.
	27.05.2002
* New: Class RowLayoutWidget supports an easy layout management like QGrid but with flexible layout adjustments
	20.05.2002
* Fix: Add missing undo code at FloatConstInput
	19.05.2002
* Change: Data transport layer redesigned. Faster execution, easier component
  implementation, no delay for external connectors (up to now the delay was 0
  or 1 cycle)
	21.04.2002
* Change: Remove unused parameter comp from Component::createGeneralProperty(Component * comp, QWidget *parent)
	21.04.2002
* Change: Use singleton patterns instead of static objects
* Improve i18n
	20.04.2002
* New package naming ksimus-floatingpoint
* New: Version 0.3.5-cvs
* New version check code in configure.in.in
	22.03.2002
* Add missing #include <math.h>. Thanks Francois Dickey!
* New: Version 0.3.4-1
	20.03.2002
* New: Version 0.3.4
	04.03.2002
* New: Component documentation
* New: French translation from Aurelien Jarno. Thanks!
* New: German translation.
* Fix: better version request in configure.in.in. Thanks Aurelien!
	24.02.2002
* New: sin, asin, cos, acos, log, tan, atan, exp, min and max components
* Change: some DataSelector fixes
* Change: some Floating Point Latch fixes
* Change: Waveform Generator library path
	18.02.2002
* New: DataSelector (MUX)
* New: Converter Boolean <-> Floating Point
* New: External Connectors
* New: Absolute Componente
* New: Constant value
* New: Floating Point Latch
* New: Conditional Components
* New: Waveform Generator