-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathCHANGES.txt
51 lines (32 loc) · 1.08 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
2.0.0-dev (Next Release)
------------------------
- Dropped support for Python 2.6.
1.1.0 (2014-10-21)
------------------
- The restriction that cached items must be strings has been removed.
Any type that can be marshalled by XML-RPC is now allowed. Thanks
to Brad Kreider for the initial patch.
1.0.0 (2014-02-02)
------------------
- Dropped support for Python versions before 2.6.
- Added support for Python 3.2 and 3.3.
0.5 (2010-02-20)
----------------
- Improved parsing of arguments in the supervisorctl plugin.
0.4 (2009-11-21)
----------------
- We no longer bundle ez_setup to bootstrap setuptools installation.
0.3 (2009-06-07)
----------------
- Added ez_setup.py to bootstrap setuptools installation.
0.2 (2009-06-03)
----------------
- Supervisor 3.0a6 or later is now required.
- Added a plugin for supervisorctl that provides commands for
exercising all of the cache functionality.
- Added a new RPC method cache.getCount() that returns a count of
all items in the cache.
- Improved Python 2.3 compatibility.
0.1 (2007-11-05)
----------------
- First release.