From ea9e03f8fa1dcebf1be4bcebcda0203ec3c089a6 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 22 Oct 2009 17:09:05 +0000 Subject: [PATCH] Changelog entry for 2.35 - Legacy-Id: 1746 --- changelog | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/changelog b/changelog index 9711e0a57..8c27489c3 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,30 @@ +ietfdb (2.35) + +From Pasi: + + * Changed slightly alternating row coloring for search results --> saved + 100+ lines of code + + * Refactoring, removing old dead code and templates + + * Fixed dependency link (point to fenron.net instead of fenron.com) + + * More escaping fixes for Django 1.x + + * Refactored testing code and many added test cases + + * Fixed a number of problems and failures in IPR submisions and updates + + * Removed account creation/password changing functionality + + From Henrik: + + * Handle the case when the time specification of a comment is incomplete, + during generation of document feeds. + + + -- Henrik Levkowetz 22 Oct 2009 19:08:44 +0200 + ietfdb (2.34) From Pasi: