summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--branches/2.1.x/RELEASENOTES17
1 files changed, 17 insertions, 0 deletions
diff --git a/branches/2.1.x/RELEASENOTES b/branches/2.1.x/RELEASENOTES
index b6aaff8..a878dc1 100644
--- a/branches/2.1.x/RELEASENOTES
+++ b/branches/2.1.x/RELEASENOTES
@@ -4,8 +4,25 @@
Here are the visible changes for each release.
+== 2.1.8 ==
+
+(2011-02-09)
+
+This release fixes regressions.
+
+ * Address and networks now again compare true, if the address matches.
+ * ipaddr works again on Python 2.4 and 2.5.
+
+== 2.1.7 ==
+
+(2011-01-13)
+
+ * turn teredo and sixtofour into properties as opposed to normal methods.
+
== 2.1.6 ==
+(2011-01-13)
+
* typo fixes.
* fix for ipaddr_test referring to an old version of ipaddr.
* add test cases for r176 and r196.