summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2008-09-10 14:14:02 +0200
committerEmile Anclin <emile.anclin@logilab.fr>2008-09-10 14:14:02 +0200
commit965697352c490fdb3691911a851b92c11c1cc8f6 (patch)
treeae73e05e97c003131729e67d30fa18554f0a73c1
parent34e7fe99eb033b9b322e33837bf72031f5003533 (diff)
downloadastroid-logilab-astng-debian-version-0_17_3-1.tar.gz
-rw-r--r--ChangeLog4
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
-rw-r--r--test/data2/__init__.py1
5 files changed, 12 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ca41c1..e78a29a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
Change log for the astng package
================================
- --
+
+2008-09-10 -- 0.17.3
+ * fix #5889: astng crash on certain pyreverse projects
* fix bug w/ loop assigment in .lookup
* apply Maarten patch fixing a crash on TryFinalaly.block_range and fixing
'else'/'final' block line detection
diff --git a/__pkginfo__.py b/__pkginfo__.py
index da942f2..89d72aa 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -21,7 +21,7 @@ logilab.astng packaging information
modname = 'astng'
distname = 'logilab-astng'
-numversion = (0, 17, 2)
+numversion = (0, 17, 3)
version = '.'.join([str(num) for num in numversion])
pyversions = ["2.3", "2.4", "2.5"]
diff --git a/debian/changelog b/debian/changelog
index a9710ee..cc057d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-astng (0.17.3-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Emile Anclin <emile.anclin@logilab.fr> Wed, 10 Sep 2008 13:42:06 +0100
+
logilab-astng (0.17.2-2) unstable; urgency=low
* Updated standards version (no changes required)
diff --git a/debian/control b/debian/control
index 9efdf32..ccbe451 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Maintainer: Sylvain Thénault <sylvain.thenault@logilab.fr>
Uploaders: Alexandre Fayolle <afayolle@debian.org>
Build-Depends: debhelper (>= 5.0.37.2), python (>=2.3.5-7), python-central (>=0.5)
XS-Python-Version: all
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
Package: python-logilab-astng
Architecture: all
diff --git a/test/data2/__init__.py b/test/data2/__init__.py
index e69de29..792d600 100644
--- a/test/data2/__init__.py
+++ b/test/data2/__init__.py
@@ -0,0 +1 @@
+#