summaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
authorpmoody@google.com <pmoody@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035>2011-02-23 05:42:50 +0000
committerpmoody@google.com <pmoody@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035>2011-02-23 05:42:50 +0000
commit18590f1fcf0f5210d83691db7ba02a6d486d96dc (patch)
treed14e5a8e7c852f19e1b336ee08ff5d41447fec8b /wiki
parentca882c7b6e20a922de703b4a09deb3268b1d229b (diff)
downloadipaddr-py-18590f1fcf0f5210d83691db7ba02a6d486d96dc.tar.gz
+ create/tag 2.1.9 release.
git-svn-id: https://ipaddr-py.googlecode.com/svn@221 09200d28-7f98-11dd-ad27-0f66e57d2035
Diffstat (limited to 'wiki')
-rw-r--r--wiki/ReleaseNotes.wiki11
1 files changed, 10 insertions, 1 deletions
diff --git a/wiki/ReleaseNotes.wiki b/wiki/ReleaseNotes.wiki
index d40c1f3..34ebd13 100644
--- a/wiki/ReleaseNotes.wiki
+++ b/wiki/ReleaseNotes.wiki
@@ -4,6 +4,15 @@
Here are the visible changes for each release.
+== 2.1.9 ==
+
+(2011-02-22)
+
+The last outstanding issue.
+
+ * fix warnings from python3.2
+ * fix bug in _is_shorthand_ip resulting in bad teredo addresses.
+
== 2.1.8 ==
(2011-02-09)
@@ -260,4 +269,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.