* Version 1.2.1 (stable) - API 1.2.0 (stable) - 2011-02-07


No Changes. Go to stable.
 

* Version 1.2.1RC1 (beta) - API 1.2.0 (beta) - 2010-12-30


Go to Release Candidate.
Updated Peardoc to reflect the API changes.
   

* Version 1.2.1b1 (beta) - API 1.2.0 (alpha) - 2010-12-22


Feature request:
+ add parameter to uncompress() to add leading zeros to an address (Pascal Uhlmann)
   

* Version 1.2.1b (beta) - API 1.2.0 (alpha) - 2010-11-25


#18085 Fix wrong file path
   

* Version 1.2.0b (beta) - API 1.2.0 (alpha) - 2010-11-18


+ New method isCompressible()
+ New method separate()
+ compress() got a second parameter to enforce compression
+ add new address types
- deprecated getPrefixLength() (technical identical to getNetmaskSpec)
- deprecated removePrefixLength() (technical identical to removeNetmaskSpec)
   

* Version 1.1.0 (stable) - API 1.1.0 (stable) - 2010-11-08


Jump from beta to stable. 
Fixed:
#17819 documentation needs to be updated
   

* Version 1.1.0b2 (beta) - API 1.1.0b1 (beta) - 


Fixed:
#14747  Compressing an already compressed IP returns the IP "as is" now
#15947  checkIPv6 returned true although the IP was too long
#16220  using the wrong variable in _bin2Ip
   

* Version 1.1.0b1 (beta) - API 1.1.0b1 (beta) - 


Because this release adds a new method and some bug tickets are still open, the package
release is named as Beta, instead of releasing a 5th RC version.

#14728   add parseAddress(), thanks to Nicholas Williams!
#14767   most CS issues should be solved
   

* Version 1.1.0RC3 (beta) - API 1.1.0RC3 (beta) - 


Fix Bug #12442, thanks to pear at erikdebruijn dot nl
   + add getNetmaskSpec()
   

* Version 1.1.0RC4 (beta) - API 1.1.0RC4 (beta) - 


take care of prefix length specification in an address, thanks to Jens Ott
   

* Version 1.0 (stable) - API 1.0 (stable) - 2004-03-02


First official release
   

* Version 1.0.1 (stable) - API 1.0.1 (stable) - 2004-11-24


rewrite compress()/uncompress
fixes this bugs:
Bug #2803  	compress() adds colon
Bug #2802  	compress() doesn't compress correctly
Thanks to cmoehrke at netviser dot de
   

* Version 1.0.2 (stable) - API 1.0.2 (stable) - 2005-02-13


Bug #3404: checkIPv6() is case sensitive
Bug #3405: compress() does not compress '0000'
Thanks to elfrink at introweb dot nl
   

* Version 1.0.3 (stable) - API 1.0.3 (stable) - 2005-03-19


Bug #3851: IPv4-mapped/compatible IPv6 uncompress bug
Thanks to dtaylor at jasi dot com
   

* Version 1.0.4 (stable) - API 1.0.4 (stable) - 2005-08-03


Bug #4977: trying to compress where nothing is to compress
Thanks to pvenegas at gmail dot com
   

* Version 1.0.5 (stable) - API 1.0.5 (stable) - 2005-09-01


Bug #3405 again: problem with compressing
Thanks to elfrink at introweb dot nl
   

* Version 1.1.0RC1 (beta) - API 1.1.0RC1 (beta) - 2005-11-24


This new minor version adds some methods proposed
by Josh Peck (jmp @ joshpeck dot org).
+ Change license to BSD
+ Improved comments and docblocks
+ add removeNetmaskSpec()
+ add getNetmask()
+ add isInNetmask()
+ add getAddressType()
+ add _ip2Bin()
+ add _bin2Ip()
+ add serveral constants for address types
   

* Version 1.1.0RC2 (beta) - API 1.1.0RC2 (beta) - 2006-02-09


- fixed a notice, when removeNetmaskSpec is used on an IP
without a netmask
   

* Version 1.1.0b2 (beta) - API 1.1.0b1 (beta) - 2010-02-12


Fixed:
#14747  Compressing an already compressed IP returns the IP "as is" now
#15947  checkIPv6 returned true although the IP was too long
#16220  using the wrong variable in _bin2Ip
   

