summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormshields@google.com <mshields@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035>2011-02-09 23:41:59 +0000
committermshields@google.com <mshields@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035>2011-02-09 23:41:59 +0000
commit5ea3a17bdf7f96e6f4b667bb18eef3f14ff96d26 (patch)
treeb22aa41327a23e71be2df5c199b189885f94ff6e
parent484ae0d2312a6f439d588b2027b06a322bb8e92e (diff)
downloadipaddr-py-5ea3a17bdf7f96e6f4b667bb18eef3f14ff96d26.tar.gz
Edited wiki page ReleaseNotes through web user interface.
git-svn-id: https://ipaddr-py.googlecode.com/svn@213 09200d28-7f98-11dd-ad27-0f66e57d2035
-rw-r--r--wiki/ReleaseNotes.wiki11
1 files changed, 10 insertions, 1 deletions
diff --git a/wiki/ReleaseNotes.wiki b/wiki/ReleaseNotes.wiki
index 1cc748a..d40c1f3 100644
--- a/wiki/ReleaseNotes.wiki
+++ b/wiki/ReleaseNotes.wiki
@@ -4,6 +4,15 @@
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)
@@ -251,4 +260,4 @@ Special thanks to Philipp Hagemeister for making most of the improvements to thi
== 1.0.1 ==
* str() now produces lowercase for IPv6 addresses, to match inet_pton(3). (http://codereview.appspot.com/7678)
- * repr() now produces strings that can be pasted back into the interpreter.
+ * repr() now produces strings that can be pasted back into the interpreter. \ No newline at end of file