diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-02-19 20:03:01 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-02-19 20:03:01 -0800 |
commit | 66cc0307173888d7c5f907d055186e3031faf33b (patch) | |
tree | f845bd2c919d3c6ee8070a64d5b0f02418e1274d /Changes | |
parent | c767137d8443af8fea41b7513dd0746740999ca4 (diff) |
+ Setting custom nameservers (closes: CPAN#66902)
+ EPP phone number conversion (closes: CPAN#49340)
+ $c can now have same keys as OpenSRS api (postal_code, address1,
address2, etc) while keeping backcompat (address, zip, etc)
+ massive country list was replaced with Locales (closes: CPAN#49341)
- reorder changelog newest first
- doc: update Authors
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 35 |
1 files changed, 22 insertions, 13 deletions
@@ -1,21 +1,30 @@ -0.01 Thu Feb 16 2006 - - Initial release to CPAN. Yay. +0.07 unreleased + - Apply patch from Justin Hunter: + + Setting custom nameservers (closes: CPAN#66902) + + EPP phone number conversion (closes: CPAN#49340) + + $c can now have same keys as OpenSRS api (postal_code, address1, + address2, etc) while keeping backcompat (address, zip, etc) + + massive country list was replaced with Locales (closes: CPAN#49341) + - reorder changelog newest first + - doc: update Authors -0.02 Sat Apr 8 2006 - - Allow countries to be two letter codes or the full country name. - Contributed by Sten Spans <sten@bit.nl>. +0.06 Thu Sep 16 00:21:06 EDT 2010 + - escape the XML special characters -0.03 Tue Sep 1 2009 - - Ugly fix for Expat parser error due to spaces in an element name - in the OpenSRS renew domain response. +0.05 Sun Jun 27 16:54:23 EDT 2010 + - Correct de-nastification to handle single item dt_assoc + (eg belongs_to_rsp response) 0.04 - Correct de-nastification to handle lists -0.05 Sun Jun 27 16:54:23 EDT 2010 - - Correct de-nastification to handle single item dt_assoc - (eg belongs_to_rsp response) +0.03 Tue Sep 1 2009 + - Ugly fix for Expat parser error due to spaces in an element name + in the OpenSRS renew domain response. -0.06 Thu Sep 16 00:21:06 EDT 2010 - - escape the XML special characters +0.02 Sat Apr 8 2006 + - Allow countries to be two letter codes or the full country name. + Contributed by Sten Spans <sten@bit.nl>. +0.01 Thu Feb 16 2006 + - Initial release to CPAN. Yay. |