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:39:51 +0000
committerpmoody@google.com <pmoody@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035>2009-01-26 17:39:51 +0000
commit3c12276f1248b873a52702bbca66d2ccf2aeffb4 (patch)
treef1b1ea2b682fb192b3d74b733abaa131bb3311d2 /wiki/ReleaseNotes.wiki
parentc03ac01221737c22b79108cc067dad437dd3b4ac (diff)
downloadipaddr-py-3c12276f1248b873a52702bbca66d2ccf2aeffb4.tar.gz
Edited wiki page through web user interface.
git-svn-id: https://ipaddr-py.googlecode.com/svn@48 09200d28-7f98-11dd-ad27-0f66e57d2035
Diffstat (limited to 'wiki/ReleaseNotes.wiki')
-rw-r--r--wiki/ReleaseNotes.wiki12
1 files changed, 6 insertions, 6 deletions
diff --git a/wiki/ReleaseNotes.wiki b/wiki/ReleaseNotes.wiki
index cf6af27..48b7864 100644
--- a/wiki/ReleaseNotes.wiki
+++ b/wiki/ReleaseNotes.wiki
@@ -4,14 +4,14 @@
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.
-
== 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
+ * r37 Fix for issue 9 : ipaddr.IP('') should raise ValueError (mshields)
+
+== 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.