| 1 | Version 0.63 |
|---|
| 2 | * Fix formatting of "IPv4 in IPv6" network: IP('::ffff:192.168.10.0/120') |
|---|
| 3 | |
|---|
| 4 | Version 0.62 (2008-07-15) |
|---|
| 5 | * Fix reverse DNS of IPv6 address: use ".ip6.arpa." suffix instead of |
|---|
| 6 | deprecated ".ip6.int." suffix |
|---|
| 7 | |
|---|
| 8 | Version 0.61 (2008-06-12) |
|---|
| 9 | * Patch from Aras Vaichas allowing the [-1] operator |
|---|
| 10 | to work with an IP object of size 1. |
|---|
| 11 | |
|---|
| 12 | Version 0.60 (2008-05-16) |
|---|
| 13 | * strCompressed() formats '::ffff:a.b.c.d' correctly |
|---|
| 14 | * Use strCompressed() instead of strFullsize() to format IP addresses, |
|---|
| 15 | ouput is smarter with IPv6 address |
|---|
| 16 | * Remove check_addr_prefixlen because it generates invalid IP address |
|---|
| 17 | |
|---|
| 18 | 2008-02-05 |
|---|
| 19 | * Release IPy 0.56 |
|---|
| 20 | * Fix IPv6 parser for unit tests: reject |
|---|
| 21 | '1111::2222:3333:4444:5555:6666:7777:8888' address since '::' is |
|---|
| 22 | useless |
|---|
| 23 | |
|---|
| 24 | 2007-08-16 |
|---|
| 25 | * Release IPy 0.55 |
|---|
| 26 | * Rewrite IPv6 parser to allow address "1:2:3:4:5:6::" |
|---|
| 27 | |
|---|
| 28 | 2007-06-22 |
|---|
| 29 | * Release IPy 0.54 |
|---|
| 30 | * make_net() match from James Teh: transform an IP address into a network |
|---|
| 31 | address by applying the given netmask |
|---|
| 32 | |
|---|
| 33 | 2007-02-28 |
|---|
| 34 | * Release IPy 0.53 |
|---|
| 35 | * Reject '0.0.0.0-0.0.0.4' if check_addr_prefixlen is enable |
|---|
| 36 | * Fix many english spelling mistakes |
|---|
| 37 | |
|---|
| 38 | 2006-11-06 |
|---|
| 39 | * Release IPy 0.52 |
|---|
| 40 | * Fix strCompressed() for IPv6 "ffff:ffff:ffff:ffff:ffff:f:f:fffc/127" |
|---|
| 41 | |
|---|
| 42 | 2006-11-02 |
|---|
| 43 | * Release IPy 0.51 |
|---|
| 44 | * Write real name of IPy author (Maximillian Dornseif) |
|---|
| 45 | * Use version "0.51" to help packaging since 0.5 was smaller than 0.42 |
|---|
| 46 | * Fix unit test for Python 2.3 (don't use doctest.testfile) and 2.5 |
|---|
| 47 | (problem of hex() lower case) |
|---|
| 48 | * "make test" also check IPy documentation |
|---|
| 49 | * IPy now works on Python 2.2 to 2.5 |
|---|
| 50 | |
|---|
| 51 | 2006-10-26 |
|---|
| 52 | * Release IPy 0.5 |
|---|
| 53 | * Apply Jean Gillaux patch for netmask "/0.0.0.0" bug |
|---|
| 54 | * Apply William McVey patch for __nonzero__() bug |
|---|
| 55 | * Apply Victor Stinner patch: setup.py can use setuptools and fix URLs |
|---|
| 56 | * Allow "172.30.1.0/22" with new option IPy.check_addr_prefixlen=False |
|---|
| 57 | * Add regression tests |
|---|
| 58 | * Create AUTHORS file |
|---|
| 59 | |
|---|
| 60 | 2004-08-22 |
|---|
| 61 | * IPy 0.42 works on Python 2.3 without warnings |
|---|
| 62 | |
|---|
| 63 | 2002-01-16 |
|---|
| 64 | * IPy 0.41 has Python < 2.2 compatible unit tests and a README file |
|---|
| 65 | |
|---|
| 66 | 2001-12-22 |
|---|
| 67 | * IPy 0.4 was the first public relase |
|---|