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 19:19:41 +0000
committerpmoody@google.com <pmoody@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035>2009-01-26 19:19:41 +0000
commitf0c87c54659db0e9a88908db8786d7419fafa86b (patch)
treefeab5b631b64f1a7af177817c0e912d9ee0916a0 /wiki/ReleaseNotes.wiki
parent7b278a177ac1264e48d358d59d2bc14a988e74db (diff)
downloadipaddr-py-f0c87c54659db0e9a88908db8786d7419fafa86b.tar.gz
Edited wiki page through web user interface.
git-svn-id: https://ipaddr-py.googlecode.com/svn@54 09200d28-7f98-11dd-ad27-0f66e57d2035
Diffstat (limited to 'wiki/ReleaseNotes.wiki')
-rw-r--r--wiki/ReleaseNotes.wiki5
1 files changed, 4 insertions, 1 deletions
diff --git a/wiki/ReleaseNotes.wiki b/wiki/ReleaseNotes.wiki
index 48b7864..81cb13c 100644
--- a/wiki/ReleaseNotes.wiki
+++ b/wiki/ReleaseNotes.wiki
@@ -5,6 +5,9 @@
Here are the visible changes for each release.
== 1.0.2 ==
+ * r52 Force the return value in testHexRepresentation to uppercase to workaround Python version. (smart)
+ * r51 Fix testHexRepresentation(). Hex representations of longs are uppercase. (smart)
+ * r50 Remove trailing whitespace and update docstrings. (smart)
* 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)
@@ -14,4 +17,4 @@ 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.
+ * repr() now produces strings that can be pasted back into the interpreter. \ No newline at end of file