diff options
Diffstat (limited to 'doc/CHANGES.md')
-rw-r--r-- | doc/CHANGES.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index b906ea368..e897c8452 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -28,6 +28,7 @@ <%= text_field_tag 'public_body_change_request[comment]' %> </p> This is the anti-spam honeypot. +* The workaround for an old [bug](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637239) in libc6 in squeeze has been removed. If you're running on squeeze, please make sure you're using the latest version of libc6 (2.11.3-4) to prevent the risk of segfaults. * The capistrano `stop`, `start` and `restart` tasks now restart the app server via the service `/etc/init.d/alaveteli`. If you're using capistrano for deployment, make sure `/etc/init.d/alaveteli` exists |