summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog28
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
3 files changed, 31 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index fb34bb9..3a08632 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,33 +1,53 @@
Change log for the astng package
================================
---
+2013-04-16 -- 0.24.3
* #124360 [py3.3]: Don't crash on 'yield from' nodes
+
* #123062 [pylint-brain]: Use correct names for keywords for urlparse
+
* #123056 [pylint-brain]: Add missing methods for hashlib
+
* #123068: Fix inference for generator methods to correctly handle yields
in lambdas.
+
* #123068: Make sure .as_string() returns valid code for yields in
expressions.
+
* #47957: Set literals are now correctly treated as inference leaves.
- * #123074: Add support for inference of subscript operations on dict
+
+ * #123074: Add support for inference of subscript operations on dict
literals.
-2013-02-27 -- 0.24.2
+
+
+2013-02-27 -- 0.24.2
* pylint-brain: more subprocess.Popen faking (see #46273)
+
* #109562 [jython]: java modules have no __doc__, causing crash
+
* #120646 [py3]: fix for python3.3 _ast changes which may cause crash
+
* #109988 [py3]: test fixes
-2012-10-05 -- 0.24.1
+
+
+2012-10-05 -- 0.24.1
* #106191: fix __future__ absolute import w/ From node
+
* #50395: fix function fromlineno when some decorator is splited on
multiple lines (patch by Mark Gius)
+
* #92362: fix pyreverse crash on relative import
+
* #104041: fix crash 'module object has no file_encoding attribute'
+
* #4294 (pylint-brain): bad inference on mechanize.Browser.open
+
* #46273 (pylint-brain): bad inference subprocess.Popen.communicate
+
+
2012-07-18 -- 0.24.0
* include pylint brain extension, describing some stuff not properly understood until then.
(#100013, #53049, #23986, #72355)
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 8b9579b..31de45d 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -22,7 +22,7 @@ distname = 'logilab-astng'
modname = 'astng'
subpackage_of = 'logilab'
-numversion = (0, 24, 2)
+numversion = (0, 24, 3)
version = '.'.join([str(num) for num in numversion])
install_requires = ['logilab-common >= 0.53.0']
diff --git a/debian/changelog b/debian/changelog
index 8712a2e..0a4adb7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-astng (0.24.3-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Tue, 16 Apr 2013 13:06:14 +0200
+
logilab-astng (0.24.2-1) unstable; urgency=low
* new upstream release