diff options
| author | Bob Halley <halley@nominum.com> | 2011-12-30 17:07:21 +0000 |
|---|---|---|
| committer | Bob Halley <halley@nominum.com> | 2011-12-30 17:07:21 +0000 |
| commit | 6e3b453cd159fbcd8a3449e6ffe6d5ea5d5afef8 (patch) | |
| tree | dcc3062786db40313e1bd8398d9440dd0518b4ff /ChangeLog | |
| parent | f8e12e6edbd48b85ad4b06a41560ccbabd35556d (diff) | |
| download | dnspython-6e3b453cd159fbcd8a3449e6ffe6d5ea5d5afef8.tar.gz | |
more 1.10 prep
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,8 +1,9 @@ -2011-08-22 Robert Halley <halley@dnspython.org> +2011-08-22 Bob Halley <halley@dnspython.org> - * dns/resolver.py: Added LRUCache, which allows a maximum number - of nodes to be cached, and removes the least-recently used node - when adding a new node to a full cache. + * dns/resolver.py: Added LRUCache. In this cache implementation, + the cache size is limited to a user-specified number of nodes, and + when adding a new node to a full cache the least-recently used + node is removed. 2011-07-13 Bob Halley <halley@dnspython.org> |
