bzr 1.8
Released: | 2008-10-16 |
---|
Bazaar 1.8 includes several fixes that improve working tree performance, display of revision logs, and merges. The bzr testsuite now passes on OS X and Python 2.6, and almost completely passes on Windows. The smartserver code has gained several bug fixes and performance improvements, and can now run server-side hooks within an http server.
Bug Fixes
- Fix “Must end write group” error when another error occurs during bzr push. (Andrew Bennetts, #230902)
Portability
- Some Pyrex versions require the WIN32 macro defined to compile on that platform. (Alexander Belchenko, Martin Pool, #277481)