File: RELEASE-NOTES.txt

package info (click to toggle)
libjgoodies-animation-java 1.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 320 kB
  • ctags: 465
  • sloc: java: 1,956; xml: 98; makefile: 4
file content (198 lines) | stat: -rw-r--r-- 5,001 bytes parent folder | download | duplicates (2)
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198


                         JGoodies Animation
                            Release Notes
                        

CHANGES IN 1.4.3 -----------------------------------------------------

    o Compiled against the JGoodies Common 1.5.
    o Source code cleanup.
    o Fixed and extended the pom.xml:
      - added schema
      - fixed scope for dependencies
      - added Maven Central deployer
      - added build data


CHANGES IN 1.4.2 -----------------------------------------------------

    o Recompiled against JGoodies Common 1.4.


CHANGES IN 1.4.1 -----------------------------------------------------

    o The javadocs, main and test sources are delivered as JARs.
    o Renamed property constants from PROPERTYNAME_* to PROPERTY_*


CHANGES IN 1.4.0 -----------------------------------------------------

    Requires Java 6 and the JGoodies Common 1.3. Moved to Java 6. 


CHANGES IN 1.3.0 -----------------------------------------------------

    This release is binary incompatible with previous releases.
    The topics are: support for and benefit from Java 5,
    API cleanup, new package organization.


CHANGES IN 1.2.0 -----------------------------------------------------


INTRODUCTION

    This release fixes two bugs, ships with an overhauled tutorial,
    and comes in a new distribution format.


BUGS FIXED

    o Incorrect sector computation in linear interpolations.
    o Animator startTime is set too early, so that animations
      with a short duration may never get started and stopped.
    
    
CHANGES THAT AFFECT THE COMPATIBILITY

    O AnimatedLabel#animationEnabled -> AnimatedLabel#animated
    
    
DISTRIBUTION CHANGES

    The sources now ship in the directory structure used by the CVS. 
    This makes it easier to build the distribution using ANT.     
    If you want to attach the library sources in an IDE, 
    point to folder 'src/core'.
    
    
OTHER CHANGES:

    o Corrected implementation title and vendor in the JAR manifest.
    o Fixed broken package information in the JAR manifest.
    o Added project name tag to the ANT build file.
    o Set 'build.compile.source' and 'build.compile.target' to '1.4'
      in the default.properties; build.xml honors the source setting.
    o Tutorial cleanup.



---------------------------------------------------------------------------
Find below the change history for older releases.


                   JGoodies Animation, Version 1.1.3
                            Release Notes
                        

INTRODUCTION

    This maintenance release is primarily a documentation cleanup.


OTHER CHANGES:

    o Fixed typo in Intro demo.
    o Added JavaDoc @version tags to all classes.
    o Added JavaDoc @see tags to many class comments.
    o AnimatedLabel#getText now synchronized.



---------------------------------------------------------------------------
Find below the change history for older releases.



                   JGoodies Animation, Version 1.1.2
                            Release Notes
                        

INTRODUCTION

    This maintenance release is primarily a documentation cleanup.
    And since this version the Animation framework requires Java 1.4.


NEW FEATURES
    o Main: AnimationFunctions.linearColor
    

BUGS FIXED

    o The background in AnimatedLabel is now transparent.


OTHER CHANGES

    o Added package.html files.
    o Added many JavaDoc @param tags.



---------------------------------------------------------------------------
Find below the change history for older releases.



                   JGoodies Animation, Version 1.1.1
                            Release Notes
                        

INTRODUCTION

    This release just adds a preliminary version of the AnimatedLabel.


NEW FEATURES

    o Main: Added preliminary version of the AnimatedLabel 
    

OTHER CHANGES

    o Documented empty blocks.



---------------------------------------------------------------------------
Find below the change history for older releases.



                    JGoodies Animation, Version 1.1
                            Release Notes
                        

INTRODUCTION

    This release contains minor bug fixes and brings more documentation.


DISTRIBUTION CHANGES

    o Library sources ship as a single ZIP file  
    o Documentation changed to HTML
    o Added a test infrastructure and a few tests
    o Added the Intro example
    o Removed example code from the library jar


BUGS FIXED

    o Incorrect rounding in interpolations 



---------------------------------------------------------------------------


1.0.9 (July-17-2003)
   o Code is now available under the BSD license
   o Packaging reflects the new license
   o Library jar is unobfuscated
   o Library jar is unsigned
   o Build overhauled