Skip to content

Commit 59d0043

Browse files
Ask Solemask
authored andcommitted
Updated Changelog
1 parent f728697 commit 59d0043

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Changelog

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,30 @@ Fixes
6868
* celeryd: A warning is now emitted if the sending of task error
6969
e-mails fails.
7070

71+
* celeryev: Curses monitor no longer crashes if the terminal window
72+
is resized.
73+
74+
See http://github.com/ask/celery/issues/issue/160
75+
76+
* celeryd: On OS X it is not possible to run exec in a process
77+
that is running with threads.
78+
79+
This breaks the SIGHUP restart handler,
80+
and is now disabled on OS X, emitting a warning instead.
81+
82+
See http://github.com/ask/celery/issues/issue/152
83+
84+
* :mod:`celery.execute.trace`: Properly handle ``raise(str)``,
85+
which is still allowed in Python 2.4.
86+
87+
See http://github.com/ask/celery/issues/issue/175
88+
89+
* Using urllib2 in a periodic task on OS X crashed because
90+
of OS X proxy autodetection.
91+
92+
This is now fixed by using a workaround.
93+
See http://github.com/ask/celery/issues/issue/143
94+
7195
* Debian init scripts: Commands should not run in a subshell
7296

7397
See http://github.com/ask/celery/issues/issue/163

0 commit comments

Comments
 (0)