-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGES.txt
59 lines (41 loc) · 1.15 KB
/
CHANGES.txt
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
Changelog
=========
1.0b3 - unreleased
------------------
1.0b2 - 2011-03-15
------------------
- Pass `os.environ` into the Jenkins process.
[newbery]
1.0b1 - 2011-02-13
------------------
- Renamed from `collective.recipe.hudson` to `jarn.jenkins`, following the
Hudson to Jenkins renaming by the Jenkins community.
[hannosch]
1.0a3 - 2010-09-10
------------------
- Added note about Python 2.7 incompatibility. Thanks to Rob Madole for
notifying me.
[hannosch]
- Updated example to version 1.375.
[hannosch]
1.0a2 - 2010-03-04
------------------
- Configure the ``HUDSON_HOME`` environment variable inside the jetty.xml
instead of the control script.
[hannosch]
- Simplify the example buildout a bit.
[hannosch]
1.0a1 - 2010-03-04
------------------
- Better update handling.
[hannosch]
- Don't configure a ContextDeployer which allows us to skip the contexts
examples cleanup.
[hannosch]
- Added basic package documentation.
[hannosch]
- Updated jetty configuration to match new class names caused by the move to
the Eclipse project.
[hannosch]
- Initial code, largely based on collective.recipe.solrinstance.
[hannosch]