summaryrefslogtreecommitdiff
path: root/wiki/ReleaseNotes.wiki
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/ReleaseNotes.wiki')
-rw-r--r--wiki/ReleaseNotes.wiki13
1 files changed, 12 insertions, 1 deletions
diff --git a/wiki/ReleaseNotes.wiki b/wiki/ReleaseNotes.wiki
index 919724a..b6aaff8 100644
--- a/wiki/ReleaseNotes.wiki
+++ b/wiki/ReleaseNotes.wiki
@@ -4,6 +4,17 @@
Here are the visible changes for each release.
+== 2.1.6 ==
+
+ * typo fixes.
+ * fix for ipaddr_test referring to an old version of ipaddr.
+ * add test cases for r176 and r196.
+ * fix for recognizing IPv6 addresses with embedded IPv4 address not being recognized.
+ * additional unit tests for network comparisons and sorting.
+ * force hash() to long to ensure consistency
+ * turn v4_int_to_packed and v6_int_to_packed into public functions to aid converting between integers and network objects.
+ * add support for pulling teredo and 6to4 embedded addresses out of an IPv6 address.
+
== 2.1.5 ==
(2010-09-11)
@@ -232,4 +243,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. \ No newline at end of file
+ * repr() now produces strings that can be pasted back into the interpreter.