-
Notifications
You must be signed in to change notification settings - Fork 4
/
CHANGELOG
78 lines (48 loc) · 1.8 KB
/
CHANGELOG
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
# Changelog
## 0.2.0
* Main SCM functionality implemented.
#3 0.2.1
* Sax parser handles file moves in changeset.
## 0.2.2
* Bugfixes.
## 0.3.0
* Implementation of SCM browsers.
* Integration of Darcsweb.
* Improved inter changeset links.
## 0.3.1
* Implemeted file diff link for Darcsweb.
## 0.3.2
* Factored out darcs command as abstracted object from SCM class.
* Fixed changelog parser stripped of whitespaces from patch names and comments.
* Fixed Findbug and PMD issues.
* Implemented revision state and polling.
* Fixed add/remove dir tag recognition.
* Fixed comment/name parsing.
## 0.3.3
* Betetr revision state logging.
* ChangeSets in the ChangeSetList are sorted by darcs hash for digest calculation.
* Fixed issue 4: Check polling when patches are removed
## 0.3.4
* Implemented XML sanitizing for mixed character encoding in Darcs XML output (Issue #1).
## 0.3.5
* URI input form validation for Darcsweb and Darcsden code browsers.
* Stripping of 'Ignore*this: ...' from patch comments.
## 0.3.6
* Add config option for local path.
* Set core dependnecy to LTS 1.480.
## 0.3.7
* Bug fixing (NPE and init checkout problems with new local path feature).
* Refactoring and code cleaning.
* Increase test coverage
* Increase Javadoc.
## 0.3.8
* Fix issues with deserializing global plugin config from older versions throws exception (issue #11).
* Known issue: Old global plugin config is not loaded.
* Use job directory as working directory for darcs.
## 0.3.9
* Refactoring of Darcs command abstraction.
* Fix NPE on calculating first revision state (issue #13).
## 0.3.10
* Fix NPE: BEcause of serialization issues with the main the changelog parse may be null on build time (issue #13).
## 0.3.11
* Fix problem that old configuration files won't be loaded correctly from versions prior to 0.3.6.