diff options
-rw-r--r-- | CHANGES | 20 | ||||
-rw-r--r-- | NEWS | 11 |
2 files changed, 31 insertions, 0 deletions
@@ -36,6 +36,26 @@ Futon * Added a button for view compaction. +Version 0.10.1 +-------------- + +Replicator + + * Stability enhancements regarding redirects, timeouts, OAuth. + +Query Server + + * Avoid process leaks + * Allow list and view to span languages + +Stats + + * Eliminate new process flood on system wake + +Build and System Integration: + + * Test suite now works with the distcheck target. + Version 0.10.0 -------------- @@ -31,6 +31,17 @@ This version has not been released yet. * Fixed a bug preventing mixing languages with lists and views. * Avoid OS process leaks in lists. +Version 0.10.1 +-------------- + + * Fixed test suite to work with build system. + * Fixed a problem with statistics timers and system sleep. + * Fixed an edge case for HTTP redirects during replication. + * Fixed HTTP timeout handling for replication. + * Fixed query parameter handling in OAuth'd replication. + * Fixed a bug preventing mixing languages with lists and views. + * Avoid OS process leaks in lists. + Version 0.10.0 -------------- |