summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Thénault <sylvain.thenault@logilab.fr>2009-12-18 14:41:31 +0100
committerSylvain Thénault <sylvain.thenault@logilab.fr>2009-12-18 14:41:31 +0100
commit458ccb85a67607a6eff8834093b84d402b8f965d (patch)
treebb0dd2c36942e8664c2f24a0e64b97469c5016ba
parentd6bb1087bf8361a09540a26035ed3f188f7de0cf (diff)
downloadpylint-git-458ccb85a67607a6eff8834093b84d402b8f965d.tar.gz
packaging fixespylint-version-0.19.0
-rw-r--r--ChangeLog17
-rw-r--r--debian/pylint.docs1
2 files changed, 16 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ae5f512fb..b3e56b5f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,22 +1,36 @@
ChangeLog for PyLint
====================
---
+2009-12-18 -- 0.19.0
* include James Lingard string format checker
+
* include simple message (ids) listing by Vincent Férotin (#9791)
+
* --errors-only does not hide fatal error anymore
+
* include james Lingard patches for ++/-- and duplicate key in dicts
+
* include James Lingard patches for function call arguments checker
+
* improved flymake code and doc provided by Derek Harland
+
* refactor and fix the imports checker
+
* fix #18862: E0601 false positive with lambda functions
+
* fix #8764: More than one statement on a single line false positive with
try/except/finally
+
* fix #9215: false undefined variable error in lambda function
+
* fix for w0108 false positive (Nathaniel)
+
* fix test/fulltest.sh
+
* #5821 added a utility function to run pylint in another process (patch provide by Vincent Férotin)
+
+
2009-03-25 -- 0.18.0
* tests ok with python 2.4, 2.5, 2.6. 2.3 not tested
@@ -41,6 +55,7 @@ ChangeLog for PyLint
* integration of Yuen Ho Wong's patches on emacs lisp files
+
2009-03-19 -- 0.17.0
* semicolon check : move W0601 to W0301
diff --git a/debian/pylint.docs b/debian/pylint.docs
index 99f8275ad..a2a5d2ee4 100644
--- a/debian/pylint.docs
+++ b/debian/pylint.docs
@@ -1,3 +1,2 @@
doc/*
README
-TODO