summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormshields@google.com <mshields@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035>2011-02-09 23:43:51 +0000
committermshields@google.com <mshields@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035>2011-02-09 23:43:51 +0000
commit49e634fb9c66b76b9a46426bf9d67ecefce55bbb (patch)
tree3ea20ab2619e87bff3d82d6cb70b801cef281fe9
parentbdbbe2efcd912a744897eb1937e72055ec5edf08 (diff)
downloadipaddr-py-49e634fb9c66b76b9a46426bf9d67ecefce55bbb.tar.gz
Update release notes from wiki.
git-svn-id: https://ipaddr-py.googlecode.com/svn@215 09200d28-7f98-11dd-ad27-0f66e57d2035
-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.