release 1.9
[beanstalkd.git] / News
blob2efb3a338e46e4d316f5b3441f4db5d641963851
1 This is beanstalkd version 1.9.
3 As always, there will be no incompatible protocol changes until
4 version 2.0. A client written for version 1.9 will work
5 unmodified with any later 1.x release of beanstalkd.
7 News
8 ----
10 - compile with debugging symbols by default
11 - fix case where a job would not time out properly (#174)
12 - fix build on hurd (#177)
13 - document the delayed->ready transition via 'kick' (#176)
14 - fix crash from Conn use after free and double-free (#159)
15 - fix high CPU use during heavy system load (#169)
16 - add a unique id and hostname to stats output (#156)
18 Full list of changes (includes authorship information):  
19 <http://github.com/kr/beanstalkd/compare/v1.8...v1.9>
21 Our Urls
22 --------
24 Download the 1.9 tarball directly:  
25 <https://github.com/kr/beanstalkd/archive/v1.9.tar.gz>
27 Learn all about beanstalk:  
28 <http://kr.github.com/beanstalkd/>
30 Talk about beanstalk development or use at:  
31 <http://groups.google.com/group/beanstalk-talk>
33 Bugs
34 ----
36 Please report any bugs to:  
37 <http://github.com/kr/beanstalkd/issues>