From 673316bb83c4fac55bd854b66f2165e32c17a409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sylvain=20Th=C3=A9nault?= Date: Tue, 11 Jan 2011 15:41:15 +0100 Subject: republish 0.23 which has never been published actually --- ChangeLog | 23 +++++++++++++---------- debian/changelog | 2 +- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9c7667830..f7c85c615 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,35 +1,38 @@ ChangeLog for PyLint ==================== - -- +2011-01-11 -- 0.23.0 + * documentation update, add manpages - * documentation update, add manpages + * several performance improvements - * several performance improvements + * finalize python3 support - * finalize python3 support + * new W0106 warning 'Expression "%s" is assigned to nothing' - * new W0106 warning 'Expression "%s" is assigned to nothing' - - * drop E0501 and E0502 messages about wrong source encoding: not anymore + * drop E0501 and E0502 messages about wrong source encoding: not anymore interesting since it's a syntax error for python >= 2.5 and we now only support this python version and above. - * don't emit W0221 or W0222 when methods as variable arguments (eg *arg + * don't emit W0221 or W0222 when methods as variable arguments (eg *arg and/or **args). Patch submitted by Charles Duffy. + + 2010-11-15 -- 0.22.0 + * python versions: minimal python3.x support; drop python < 2.5 support - * python versions: minimal python3.x support; drop python < 2.5 support -2010-10-27 -- 0.21.4 +2010-10-27 -- 0.21.4 * fix #48066: pylint crashes when redirecting output containing non-ascii characters * fix #19799: "pylint -blah" exit with status 2 * update documentation + + 2010-09-28 -- 0.21.3 * restored python 2.3 compatibility. Along with logilab-astng 0.21.3 and logilab-common 0.52, this will much probably be the diff --git a/debian/changelog b/debian/changelog index e333a4acf..fd09cce7d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ pylint (0.23.0-1) unstable; urgency=low * new upstream release - -- Émile Anclin Thu, 16 Dec 2010 14:38:44 +0100 + -- Sylvain Thénault Tue, 11 Jan 2011 15:41:02 +0100 pylint (0.22.0-1) unstable; urgency=low -- cgit v1.2.1