2011-11-03 Kirit Saelensminde Fixed a compile error for g++ 4.6.. 2011-02-28 Chatchai Saeoung The AppServices service is able to create without specified key and secret. Key and secret will be loaded from fost.conf file. 2010-10-14 Kirit Saelensminde The AppServices service object can now be used to send a raw HTTP request to the server as well. There is no support for automatic retries yet. 2010-10-01 Kirit Saelensminde Added ability to create an email from JSON. 2010-10-01 Kirit Saelensminde The AppServices service will now retry GET requests. This should automatically deal with a large number of transient errors. The service object now throws its own exception type which describes possibly multiple exceptions that have failed. 2010-09-19 Kirit Saelensminde The Python code now uses the underlying C++ service code for talking to AppServices. 2010-09-16 Kirit Saelensminde Counter values can now be retrieved from the server The email class is now a base class for managing emails and templates 2010-09-15 Kirit Saelensminde Moved headers into a better location 2010-03-22 Kirit Saelensminde ChangeLog - Added ChangeLog