Changeset 10154

Show
Ignore:
Timestamp:
01/27/09 15:56:22 (18 months ago)
Author:
haypo
svm:headrev:

c624a6cb-57d4-0310-9736-a25a8df6d016:17638
svk:copy_cache_prev:
10083
Message:

oops, 0.62 is already released: use version 0.63

Location:
mirror/tools/ipy/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • mirror/tools/ipy/trunk/ChangeLog

    r10153 r10154  
    1 Version 0.62 
     1Version 0.63 
     2        * Fix formatting of "IPv4 in IPv6" network: IP('::ffff:192.168.10.0/120') 
     3 
     4Version 0.62 (2008-07-15) 
    25        * Fix reverse DNS of IPv6 address: use ".ip6.arpa." suffix instead of 
    36          deprecated ".ip6.int." suffix 
    4         * Fix formatting of "IPv4 in IPv6" network: IP('::ffff:192.168.10.0/120') 
    57 
    68Version 0.61 (2008-06-12) 
  • mirror/tools/ipy/trunk/IPy.py

    r10153 r10154  
    1111 
    1212__rcsid__ = '$Id$' 
    13 __version__ = '0.62' 
     13__version__ = '0.63' 
    1414 
    1515import types