summaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
authorpmoody@google.com <pmoody@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035>2010-06-13 00:24:17 +0000
committerpmoody@google.com <pmoody@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035>2010-06-13 00:24:17 +0000
commitbe2fc2bb656c54925329a346957472e96170c778 (patch)
tree81856912b0cd94eb76c9992ac8f1a044192c356b /wiki
parent7f24fc4e74ddb514e9356da7ab0547f19b039d00 (diff)
downloadipaddr-py-be2fc2bb656c54925329a346957472e96170c778.tar.gz
+ quick bug fix (issue61).
+ also starting to include release notes with the release per request from Scott. git-svn-id: https://ipaddr-py.googlecode.com/svn@173 09200d28-7f98-11dd-ad27-0f66e57d2035
Diffstat (limited to 'wiki')
-rw-r--r--wiki/ReleaseNotes.wiki12
1 files changed, 10 insertions, 2 deletions
diff --git a/wiki/ReleaseNotes.wiki b/wiki/ReleaseNotes.wiki
index df02fc5..f9212d2 100644
--- a/wiki/ReleaseNotes.wiki
+++ b/wiki/ReleaseNotes.wiki
@@ -4,11 +4,19 @@
Here are the visible changes for each release.
+== 2.1.3 ==
+
+(6/12/2010)
+
+ipaddr-2.1.3 release notes.
+
+ * fix for issue61, incorrect network containment (thanks bw.default)
+
== 2.1.2 ==
(5/31/2010)
-ipaddr=2.1.2 release notes.
+ipaddr-2.1.2 release notes.
* Happy Memorial day.
* arithmetic for v4 and v6 address objects and ints (issue 57).
@@ -222,4 +230,4 @@ Special thanks to Philipp Hagemeister for making most of the improvements to thi
== 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.