Added EPPRawFrame notice to CHANGELOG

This commit is contained in:
Priit Tark 2015-01-16 18:21:54 +02:00
parent e20e577914
commit 1bf9f6eec5

View file

@ -2,7 +2,7 @@
* Added new rake tasks: rake db:all:setup to setup all databases * Added new rake tasks: rake db:all:setup to setup all databases
Find out more tasks for all databases with rake -T db:all Find out more tasks for all databases with rake -T db:all
* Staging env added, please change apache conf in staging servers to "RailsEnv staging" * Staging env added, please change apache conf in staging servers to "RailsEnv staging"
Then you need to add or update staging section in Then you need to add or update staging section in
--> config/database.yml --> config/database.yml
@ -13,3 +13,8 @@
* Registry api log and whois database added, please update your database.yml, * Registry api log and whois database added, please update your database.yml,
you can view updated config at config/database-example.yml you can view updated config at config/database-example.yml
14.01.2015
* Update your Apache EPP conf file, add "EPPRawFrame raw_frame", inspect example file at Readme
Otherwise new master EPP will not work.