summaryrefslogtreecommitdiff
path: root/wiki/ReleaseNotes.wiki
diff options
context:
space:
mode:
authorpmoody@google.com <pmoody@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035>2009-01-26 17:34:05 +0000
committerpmoody@google.com <pmoody@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035>2009-01-26 17:34:05 +0000
commitc03ac01221737c22b79108cc067dad437dd3b4ac (patch)
tree3b9ea6aa9bce4a409404468c06f5cb42e37c59df /wiki/ReleaseNotes.wiki
parentd135b8556312d5b9466091a6cd8973677f7147b3 (diff)
downloadipaddr-py-c03ac01221737c22b79108cc067dad437dd3b4ac.tar.gz
Edited wiki page through web user interface.
git-svn-id: https://ipaddr-py.googlecode.com/svn@47 09200d28-7f98-11dd-ad27-0f66e57d2035
Diffstat (limited to 'wiki/ReleaseNotes.wiki')
-rw-r--r--wiki/ReleaseNotes.wiki9
1 files changed, 8 insertions, 1 deletions
diff --git a/wiki/ReleaseNotes.wiki b/wiki/ReleaseNotes.wiki
index 2d74326..cf6af27 100644
--- a/wiki/ReleaseNotes.wiki
+++ b/wiki/ReleaseNotes.wiki
@@ -7,4 +7,11 @@ Here are the visible changes for each release.
== 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.
+
+== 1.0.2 ==
+ * r44. this makes the spacing and docstrings pep8 compliant. (pmoody)
+ * r43. When processing the IPv4 mapped address 16 bits at a time, the components are stored in the reverse order. Updated the test to use a non-symmetric IPv4 address, which exhibited the bug. (smart)
+ * r40. implment __int__ and __hex__. will need to be updated for py3k (to use __index__) (pmoody)
+ * r38 A cleanup from issue 9 : Make exception messages consistent for IP(''), IPv4(''), IPv6('') (smart)
+ * r37 Fix for issue 9 : ipaddr.IP('') should raise ValueError (mshields) \ No newline at end of file