summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpmoody@google.com <pmoody@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035>2010-06-01 03:29:26 +0000
committerpmoody@google.com <pmoody@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035>2010-06-01 03:29:26 +0000
commitcb9f00a24c3370f5e183d8e08a609126648db42d (patch)
tree785627dba319b24d4ece1531fa277acf9a4eb583
parent563d509f9ad2cb45fd0c301071ebabb2d814f8f6 (diff)
downloadipaddr-py-cb9f00a24c3370f5e183d8e08a609126648db42d.tar.gz
+ update release notes.
git-svn-id: https://ipaddr-py.googlecode.com/svn@169 09200d28-7f98-11dd-ad27-0f66e57d2035
-rw-r--r--wiki/ReleaseNotes.wiki19
1 files changed, 18 insertions, 1 deletions
diff --git a/wiki/ReleaseNotes.wiki b/wiki/ReleaseNotes.wiki
index 3a96720..43d9f45 100644
--- a/wiki/ReleaseNotes.wiki
+++ b/wiki/ReleaseNotes.wiki
@@ -4,6 +4,23 @@
Here are the visible changes for each release.
+== 2.1.2 ==
+
+(5/31/2010)
+
+ipaddr=2.1.2 release notes.
+
+ * Happy Memorial day.
+ * arithmetic for v4 and v6 address objects and ints (issue 57).
+ * fix address_exclude issue where excluding an address from itself
+ puked.
+ * make sure addresses and networks don't compare.
+ * doc-string fixes (issue60)
+ * and masked() method to _BaseNet to return a network object with the
+ host bits masked out (issue58)
+ * fix v6 subnet representation (email to ipaddr-py-dev)
+
+
== 2.1.1 ==
(3/2/2010)
@@ -207,4 +224,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.