summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpmoody@google.com <pmoody@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035>2010-02-14 03:27:48 +0000
committerpmoody@google.com <pmoody@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035>2010-02-14 03:27:48 +0000
commita46a421f5c64664f6b8761bc3b0ee12a1a346fb0 (patch)
tree13cb066dae7a7b24cb390117ebca9af5dde52421
parent355a203624a6b8fc6fbb3fa1b801837d665000be (diff)
downloadipaddr-py-a46a421f5c64664f6b8761bc3b0ee12a1a346fb0.tar.gz
Edited wiki page through web user interface.
git-svn-id: https://ipaddr-py.googlecode.com/svn@144 09200d28-7f98-11dd-ad27-0f66e57d2035
-rw-r--r--wiki/ReleaseNotes.wiki20
1 files changed, 20 insertions, 0 deletions
diff --git a/wiki/ReleaseNotes.wiki b/wiki/ReleaseNotes.wiki
index 46a7596..5d4d927 100644
--- a/wiki/ReleaseNotes.wiki
+++ b/wiki/ReleaseNotes.wiki
@@ -4,6 +4,26 @@
Here are the visible changes for each release.
+== 2.1.0 ==
+
+(2/13/2010)
+
+ipaddr-2.1.0 release notes.
+
+Easier change this time :)
+
+ * networks and addresses are unsortable by default (see https://groups.google.com/group/ipaddr-py-dev/browse_thread/thread/8fbc5166be71adbc for discussion).
+ * exception text cleanup.
+ * fixing inconsistent behavior of v4/v6 address/network comparisons.
+ * add IPv4Network().is_unspecified (thanks rep.dot.net)
+ * fix for decoding mapped addresses (thanks rlaager)
+ * docstring updates (thanks Scott Kitterman)
+ * fix errant ref to non-existent variable(s) (thanks Harry Bock)
+ * fix exceptions (most exceptions are subclassed from ValueError now, so this can easily be caught)
+ * iterator for looping through subnets (thanks Marco Giutsi)
+
+That's mostly it. there were quite a few other minor changes, but this should cover the major bits. Usage.wiki will be updated in the coming days.
+
== 2.0.0 ==
ipaddr-2.0 release notes.