summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--README15
-rw-r--r--__pkginfo__.py4
-rw-r--r--debian/changelog6
4 files changed, 21 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index a69207a..f23b6ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
ChangeLog for PyLint
====================
- --
+2012-07-17 -- 0.25.2
* #93591: Correctly emit warnings about clobbered variable names when an
except handler contains a tuple of names instead of a single name.
(patch by tmarek@google.com)
@@ -31,6 +31,7 @@ ChangeLog for PyLint
* fix potential crashes with utils.safe_infer raising InferenceError
+
2011-12-08 -- 0.25.1
* #81078: Warn if names in exception handlers clobber overwrite
existing names (patch by tmarek@google.com)
@@ -59,7 +60,7 @@ ChangeLog for PyLint
* #74747: crash occurs when lookup up a special attribute in class scope
(patch by google)
- * #76920: crash if on eg "pylint --rcfile"(patch by Torsten Marek)
+ * #76920: crash if on eg "pylint --rcfile" (patch by Torsten Marek)
* #77237: warning for E0202 may be very misleading
diff --git a/README b/README
index 931917b..5f89aef 100644
--- a/README
+++ b/README
@@ -16,7 +16,7 @@ From the source distribution, extract the tarball and run ::
python setup.py install
You'll have to install dependencies in a similar way. For debian and
-rpm packages, use your usual tools according to your Linux distribution.
+rpm packages, use your usual tools according to your Linux distribution.
More information about installation and available distribution format
may be found in the user manual in the *doc* subdirectory.
@@ -43,22 +43,27 @@ Use the python-projects@logilab.org mailing list.
You can subscribe to this mailing list at
http://lists.logilab.org/mailman/listinfo/python-projects
-Archives are available at
+Archives are available at
http://lists.logilab.org/pipermail/python-projects/
Contributors
------------
+
+order doesn't matter...
+
* Sylvain Thenault: main author / maintainer
* Alexandre Fayolle: TkInter gui, documentation, debian support
-* Emile Anclin: maintainer
+* Emile Anclin: used to maintain, py3k support
* Mads Kiilerich: various patches
+* Torsten Marek, various patches
+* Boris Feld, various patches
* Brian van den Broek: windows installation documentation
* Amaury Forgeot d'Arc: patch to check names imported from a module
exists in the module
* Benjamin Niemann: patch to allow block level enabling/disabling of messages
* Nathaniel Manista: suspicious lambda checking
-* Wolfgang Grafen, Axel Muller, Fabio Zadrozny, Pierre Rouleau,
- Maarten ter Huurne, Mirko Friedenhagen (among others):
+* Wolfgang Grafen, Axel Muller, Fabio Zadrozny, Pierre Rouleau,
+ Maarten ter Huurne, Mirko Friedenhagen (among others):
bug reports, feedback, feature requests...
* All the Logilab's team: daily use, bug reports, feature requests
* Other people have contributed by their feedback, if I've forgotten
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 2a6ac3a..3f7847b 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -1,5 +1,5 @@
# pylint: disable=W0622,C0103
-# Copyright (c) 2003-2011 LOGILAB S.A. (Paris, FRANCE).
+# Copyright (c) 2003-2012 LOGILAB S.A. (Paris, FRANCE).
# http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This program is free software; you can redistribute it and/or modify it under
@@ -18,7 +18,7 @@
modname = distname = 'pylint'
-numversion = (0, 25, 1)
+numversion = (0, 25, 2)
version = '.'.join([str(num) for num in numversion])
install_requires = ['logilab-common >= 0.53.0', 'logilab-astng >= 0.21.1']
diff --git a/debian/changelog b/debian/changelog
index 02e1bdc..5684843 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pylint (0.25.2-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Tue, 17 Jul 2012 17:04:15 +0200
+
pylint (0.25.1-1) unstable; urgency=low
* new upstream release