blob: 4f01b6ce14d5e10d359bd2ba6c906b25da9a775e (
plain)
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
|
# Vaadin 7 extended maintenance version changelog
## Vaadin 7.7.39
* Added the Flatten Maven Plugin
* A fix to compute the correct path to a war file from the resource URL
* General pom.xml and project structure fixes
## Vaadin 7.7.38
* A fix to preserve push messages in cache until they are seen by client
* A fix to prevent concurrent disconnect and push operations
* A change to close push connection immediately after refresh
## Vaadin 7.7.37
* license updated to VCL-1
* updated server-MPR artifact POM to remove dependency on server
## Vaadin 7.7.36
* added the server MPR build artifact
* updated license checker to version 1.11.2
* extracted portlet-related parts to a new module
## Vaadin 7.7.35
* a check for bundle resources in order not to fail with OSGi
* update license checker to version 1.9.0
## Vaadin 7.7.34
* Update Jsoup to version 1.15.3
## Vaadin 7.7.33
* Update license metainfo CVDL4
* Update Jetty version for security
* Update license checker to version 1.5.2
## Vaadin 7.7.32
* Update Atmosphere version to 2.2.13.vaadin4
## Vaadin 7.7.31
* Don't serve directories as static files
* Update license checker version to 1.2.2
* Add JNA dependencies for license checker
## Vaadin 7.7.30
* Ensure resize and dragging curtains are removed when a window is closed
|