summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2009-12-18 11:47:42 +0100
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2009-12-18 11:47:42 +0100
commit26eea3e95316099485a1be1693ccf1461c08b1fb (patch)
tree40dda39b170ed2d7916c8744fb9cccd1e3ac2e54
parent8847a3a202afe2f7edf9acd89a30d81126c96e37 (diff)
downloadpylint-26eea3e95316099485a1be1693ccf1461c08b1fb.tar.gz
prepare 0.19
-rw-r--r--ChangeLog9
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
3 files changed, 12 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 251acd0..ae5f512 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,18 +3,19 @@ ChangeLog for PyLint
--
* include James Lingard string format checker
- * fix test/fulltest.sh
* 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 & fix the imports checker
+ * 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
- * Nathaniel's fix for w0108 false positive
- * fix 9215: false undefined variable error in lambda function
+ * 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
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 3a6bc54..f83c187 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -18,7 +18,7 @@
modname = distname = 'pylint'
-numversion = (0, 18, 1)
+numversion = (0, 19, 0)
version = '.'.join([str(num) for num in numversion])
diff --git a/debian/changelog b/debian/changelog
index 9401d4a..40e57bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pylint (0.19.0-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Fri, 18 Dec 2009 11:34:44 +0100
+
pylint (0.18.1-1) unstable; urgency=low
* new upstream release