-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathCHANGES.txt
executable file
·84 lines (66 loc) · 2.56 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
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
Release History
***************
1.0a4 (??)
----------
- using decorators for setting user used for command
- cleaned up user adding code. renamed to setupusers
1.0a3 (??)
----------
- now using entrypoints for fabfiles
1.0a2 (2010-05-27)
------------------
- plugins can now call commands in other plugins
- use buildout-user and buildout-group to increase security of hosted code
- added setowners command to reset permissions
- added setaccess command to setup passwordless access
- moved hostout.ubuntu and hostout.supervisor to seperate plugins
- introduced initcommand to set user to particular plugin
- identify-file default to hostname_key so unique to host
- usign sdist zips instead of eggs to make cross platform
- python2.6 compatibility fixes
1.0a1 (2010-02-14)
------------------
- switched to python2.6 and fabric0.9
0.9.4 (2009-01-31)
------------------
- commandline changed to allow multsite and arguments
- mr.developer plugin
- supervisor plugin
- documentation clearer and more details
- ssh tests now working
- Nice listing of available commands
0.9.3
-----
- Fixed how extends works
- fabric commands have hostout in environment rather than argument
- new command to reset permissions
- fab_hosts etc is set for all commands
- supervisor recipe now uses fabfile
0.9.2 (2009-09-26)
------------------
- can extend from recipe directly instead of a buildout part
- supervisor plugin recipe
- fixed version pinning for recipes
0.9.1 (2009-09-17)
------------------
- fix bug in lowering case of package names in versions
0.9 (2009-09-15)
----------------
- new commandline to allow deploying to multiple hosts at once
- ability to take defaults from another part using 'extends' option
- fabfiles option to create your own hostout commands
- moved hostout cfg generation to deployment time
- egg releases hash of contents as version numbers and won't be built or uploaded unless changed
- new parts option to only install specified parts
- many option names simplified (backwards compatibility maintained)
- pre-commmands now runs before buildout initialisation
- buildout now run as 'effective-user' rather than root. pre and post commands still run as root
- eggs released directly to the download cache rather than a seperate dist directory
- version recognition only done once for all hostout parts
0.1.3 (2009-05-06)
------------------
- Fixed getting fabfile as a resource when packaged as an egg
- Allow for specifying extra configuration not in the buildout files
0.1.2 (2009-04-24)
------------------
Initial release. Basic uploading of eggs and running of remote buildout.