summaryrefslogtreecommitdiff
path: root/branches/2.1.x/RELEASENOTES
diff options
context:
space:
mode:
Diffstat (limited to 'branches/2.1.x/RELEASENOTES')
-rw-r--r--branches/2.1.x/RELEASENOTES35
1 files changed, 18 insertions, 17 deletions
diff --git a/branches/2.1.x/RELEASENOTES b/branches/2.1.x/RELEASENOTES
index 00da728..b6aaff8 100644
--- a/branches/2.1.x/RELEASENOTES
+++ b/branches/2.1.x/RELEASENOTES
@@ -4,31 +4,38 @@
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 ==
-(9/11/2010)
+(2010-09-11)
* containment test should always return false on mixed-type tests.
== 2.1.4 ==
-(8/15/2010)
+(2010-08-15)
- * fix for issue66 , more invalid IPv6 addresses will be rejected
+ * fix for issue66, more invalid IPv6 addresses will be rejected
== 2.1.3 ==
-(6/12/2010)
-
-ipaddr-2.1.3 release notes.
+(2010-06-12)
* fix for issue61, incorrect network containment (thanks bw.default)
== 2.1.2 ==
-(5/31/2010)
-
-ipaddr-2.1.2 release notes.
+(2010-05-31)
* Happy Memorial day.
* arithmetic for v4 and v6 address objects and ints (issue 57).
@@ -41,18 +48,14 @@ ipaddr-2.1.2 release notes.
== 2.1.1 ==
-(3/2/2010)
-
-ipaddr-2.1.1 release notes.
+(2010-03-02)
* bug with list comprehension in {{{ IPv4Network._is_valid_netmask() }}}
* kill the last remaining instances of the old exceptions in the docstrings(thanks Scott Kitterman)
== 2.1.0 ==
-(2/13/2010)
-
-ipaddr-2.1.0 release notes.
+(2010-02-13)
Easier change this time :)
@@ -70,8 +73,6 @@ That's mostly it. there were quite a few other minor changes, but this should co
== 2.0.0 ==
-ipaddr-2.0 release notes.
-
First and foremost, this is a backwards incompatible change. Code written for ipaddr-1.x will likely not work stock with ipaddr-2.0. For users of the 1.x branch, I'll continue to provide support, but new-feature development has ceased. But it's not so bad, take a look.All in all, I think this new version of ipaddr is much more intuitive and easy to use.
The best way to get a feel for this code is to download it and try and out, but I've tried to list some of the more important changes below to help you out.