summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2009-08-27 08:37:40 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2009-08-27 08:37:40 +0200
commitc5ac6bd3578a2abd38daeb4cae3725e6c7846bb4 (patch)
treee9ba7e54fb16cc73ac19bdcb3f0dd3620c1e6653
parentaea3b26d028d0f804d04d080746360c871343e48 (diff)
downloadpylint-c5ac6bd3578a2abd38daeb4cae3725e6c7846bb4.tar.gz
0.18.1
-rw-r--r--ChangeLog1
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog26
3 files changed, 18 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 457e4fa..e35b209 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@ ChangeLog for PyLint
* 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
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 8a1dd95..3a6bc54 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -18,7 +18,7 @@
modname = distname = 'pylint'
-numversion = (0, 18, 0)
+numversion = (0, 18, 1)
version = '.'.join([str(num) for num in numversion])
diff --git a/debian/changelog b/debian/changelog
index 335524e..9a2605b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pylint (0.18.1-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Thu, 27 Aug 2009 08:37:00 +0200
+
pylint (0.18.0-2) UNRELEASED; urgency=low
* Python transition, thanks Alessio Treglia for the patch (Closes: #530509)
@@ -109,7 +115,7 @@ pylint (0.14.0-2) unstable; urgency=low
* Debian upload of the new upstream release
* Install modules for all available python versions (Closes: #438438)
* new standards version, no changes required
-
+
-- Alexandre Fayolle <afayolle@debian.org> Wed, 13 Feb 2008 17:36:30 +0100
pylint (0.14.0-1) unstable; urgency=low
@@ -148,7 +154,7 @@ pylint (0.13.2-1) unstable; urgency=low
* new upstream release
-- Sylvain Thénault <sylvain.thenault@logilab.fr> Thu, 07 Jun 2007 16:44:53 +0200
-
+
pylint (0.13.1-1) unstable; urgency=low
* new upstream release
@@ -227,9 +233,9 @@ pylint (0.9.0-2) unstable; urgency=low
pylint (0.9.0-1) unstable; urgency=low
* fix false positive with staticmethod used on a metaclass (closes: #341121)
- * reorganization to install into site-python, removing the need for
+ * reorganization to install into site-python, removing the need for
pythonX.X- packages and for the pylint-common and pylint-test packages
-
+
-- Sylvain Thénault <sylvain.thenault@logilab.fr> Tue, 10 Jan 2006 14:19:57 +0100
pylint (0.8.1-1) unstable; urgency=low
@@ -257,7 +263,7 @@ pylint (0.7.0-1) unstable; urgency=low
pylint (0.6.4-1) unstable; urgency=low
* new upstream release
- * added man page for pylint
+ * added man page for pylint
-- Sylvain Thénault <sylvain.thenault@logilab.fr> Thu, 14 Apr 2005 12:02:15 +0200
@@ -277,7 +283,7 @@ pylint (0.6.1-1) unstable; urgency=low
* new upstream release
* added option to specify rc file location (closes: #265159)
-
+
-- Sylvain Thénault <sylvain.thenault@logilab.fr> Fri, 4 Feb 2005 16:48:09 +0100
pylint (0.6.0-1) unstable; urgency=low
@@ -296,7 +302,7 @@ pylint (0.5.0-2) unstable; urgency=low
-- Alexandre Fayolle <afayolle@debian.org> Mon, 15 Nov 2004 10:59:51 +0100
pylint (0.5.0-1) unstable; urgency=low
-
+
* use Build-depends instead of Build-depends-indep in control
* new upstream release
* updated debian/watch file to version 2
@@ -308,7 +314,7 @@ pylint (0.4.2-2) unstable; urgency=low
* fixed typos in debian/control (closes: #265156)
* updated description of pylint-test
* changed dependency on pylint-common to a recommendation (closes: #265157)
- * updated maintainer address
+ * updated maintainer address
-- Alexandre Fayolle <afayolle@debian.org> Sun, 15 Aug 2004 10:39:06 +0200
@@ -367,7 +373,7 @@ pylint (0.2.1-1) unstable; urgency=low
* new upstream release
* package renamed to pylint instead of logilab-pylint
* move tests in a separated package
-
+
-- Sylvain Thénault <sylvain.thenault@logilab.fr> Fri, 10 Oct 2003 09:39:22 +0200
logilab-pylint (0.2.0-1) unstable; urgency=low
@@ -397,7 +403,7 @@ logilab-pylint (0.1.1-1) unstable; urgency=low
logilab-pylint (0.1.0-1) unstable; urgency=low
- * Initial Release.
+ * Initial Release.
-- Sylvain Thénault <sylvain.thenault@logilab.fr> Wed, 23 Apr 2003 14:42:05 +0200