summaryrefslogtreecommitdiff
path: root/wiki/ReleaseNotes.wiki
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/ReleaseNotes.wiki')
-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