From 60813621a1575ffdc001f9a123cf55cdf41ae11f Mon Sep 17 00:00:00 2001 From: Christopher Glass Date: Tue, 20 Dec 2011 18:49:20 +0000 Subject: [PATCH] Drew the line between legacy and new code. Since the original author disappeared, this commit marks the line between what he did and what enhancements we (the community of maintainers) bring to the project. --- CHANGES.rst | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index da94d0d..e98152b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,23 @@ Changelog ++++++++++ + +2011-12-20 Renaming, refactoring, new maintainer +================================================ + +Since the original author diseappeared from the internet, we undertook to +maintain and upgrade this piece of software. + +It works really well, but we cannot guarantee or otherwise support its current +state. + +The latest "legacy" tag should be V1.0-RC-1. Anything above that should be +considered experimental and unstable until further notice (there be dragons). + +New features, bug fixes and other improvements will be added to trunk from now +on. + + 2011-01-24 V1.0 Release Candidate 1 =================================== @@ -346,4 +363,4 @@ This should be the final DB schema now. Django's ContentType is now used instead of app-label and model-name This is a cleaner and more efficient solution -Thanks to Ilya Semenov for the suggestion. \ No newline at end of file +Thanks to Ilya Semenov for the suggestion.