From 2c9d7202724939829e6ca292cae1bf62f141dfce Mon Sep 17 00:00:00 2001
From: Jim Fulton <jim@zope.com>
Date: Tue, 17 Feb 2009 20:12:40 +0000
Subject: [PATCH] Updated release info

---
 setup.py        |  2 +-
 src/CHANGES.txt | 20 --------------------
 2 files changed, 1 insertion(+), 21 deletions(-)

diff --git a/setup.py b/setup.py
index 875865ba..b53f116f 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ to application logic.  ZODB includes features such as a plugable storage
 interface, rich transaction support, and undo.
 """
 
-VERSION = "3.9.0dev"
+VERSION = "3.9.0a11"
 
 # The (non-obvious!) choices for the Trove Development Status line:
 # Development Status :: 5 - Production/Stable
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index c2943b09..05ce7e58 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -2,26 +2,6 @@
  Change History
 ================
 
-3.9.0 (2009-??-??)
-====================
-
-New Features
-------------
-
-- The connection now estimates the object size based on its pickle size
-  and informs the cache about size changes.
-
-  The database got additional configurations options (`cache-size-bytes`
-  and `historical-cache-size-bytes`) to limit the
-  cache size based on the estimated total size of cached objects.
-  The default values are 0 which has the interpretation "do not limit
-  based on the total estimated size".
-  There are corresponding methods to read and set the new configuration
-  parameters.
-
-  XXX There are known issues with this implementation that need to be
-  sorted out before it is "released".
-
 3.9.0a11 (2009-02-17)
 =====================
 
-- 
2.30.9