-
Notifications
You must be signed in to change notification settings - Fork 4
/
CHANGES.txt
61 lines (38 loc) · 1.55 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
Changelog
---------
0.3 (unreleased)
================
- eggs was previously split on spaces which was causing problems. now splits
on \n which is consistent with the rest of buildout
- added more test coverage at Plone Conferernce 2009 Sprint [hexsprite, rob0t7]
- now requires zope.testing 3.8.1 testrunner, recommend adding this to your versions buildout section.
0.2.3.1 (Jun 25, 2009)
======================
- Added a MANIFEST so this can be built by pythons without git support installed.
0.2.3 (Jun 16, 2009)
====================
- Bug #4: OSX Core errors due to no exec after fork.
- Bug #2: the roadrunner script was not being updated properly. now when you
re-run buildout it will pickup new dependencies.
0.2.2 (Jun 1, 2008)
===================
Bugs Fixed:
- zope2/lib/python was being placed at the very start of the path which didn't
allow newer eggs to be seen. Now placed at the end of sys.path.
New Features:
- hack to reset terminal after you kill PDB. May need work for Windows.
0.2.1 (May 26, 2008)
====================
- fixed bug in the buildout recipe that excluded Zope from the sys.path. Bug
crept in because of "dirty" python install. virtualenv --no-site-packages is
your friend.
- removed an annoying child process message.
0.2 (May 25, 2008)
==================
- added a zc.buildout recipe to setup roadrunner with Plone
- fixed globbing for packages under test
- fixed child signal handling so you can reliably interrupt running tests
without killing the parent
0.1 (May 18, 2008)
===================
Initial public version