From 9d8b373e4fe4e61668f80bbcbfc88680b246abf1 Mon Sep 17 00:00:00 2001 From: "roberto@sirius" Date: Sat, 12 Mar 2011 14:21:16 +0100 Subject: [PATCH] uWSGI 0.9.7-rc3 --- .hgtags | 1 + ChangeLog | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.hgtags b/.hgtags index 9401054a..fb66dc21 100644 --- a/.hgtags +++ b/.hgtags @@ -12,3 +12,4 @@ ef31fc61ac48018c464f28ebfdf865b96bf83f18 0.9.6.2 9e100c1f085034396cec586f0c76ad3f9800d1a5 0.9.7-beta1 ff4111eb8f55b958ec91c70163e10f3372a9b94d 0.9.7-rc1 eb8aff2926230bb114fb90f67203440a2c534bf1 0.9.7-rc2 +311eef929ec8fd0a5dc8c16531afb7bb42d36d01 0.9.7-rc3 diff --git a/ChangeLog b/ChangeLog index 8c041248..7b45bade 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,20 @@ *** march 2011 *** - * 0.9.7-rc2 [20010309] + * 0.9.7-rc3 [20110312] + +- added support for persistent cache (--cache-store ) +- less verbose file monitoring +- fixed a race condition in emperor startup +- fixed erlang empty list encoding +- improved snmp support +- fixed cache modifier 111 for 3 and 4 +- preliminary cpu-affinity support (Linux only) +- fixed ldap support +- auto-configure ldap compilation +- added --allowed-modifiers (allow only a subset of modifiers) +- fixed a bug with getopt_long + + * 0.9.7-rc2 [20110309] - added cron-like interface to signal framework - improved Linux namespaces support