summaryrefslogtreecommitdiff
path: root/ACE/NEWS
diff options
context:
space:
mode:
authormcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-06-28 14:08:49 +0000
committermcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-06-28 14:08:49 +0000
commit63317ddcd8835a223b7924df4c3bab9e53328535 (patch)
tree841120910fa66be0920669de04c53d93cad738f0 /ACE/NEWS
parentb5303f31c4697003c0f0948c7f1f25ac2caf2e18 (diff)
downloadATCD-63317ddcd8835a223b7924df4c3bab9e53328535.tar.gz
Mon Jun 28 14:07:30 UTC 2010 Martin Corino <mcorino@remedy.nl>
* NEWS: Update.
Diffstat (limited to 'ACE/NEWS')
-rw-r--r--ACE/NEWS14
1 files changed, 12 insertions, 2 deletions
diff --git a/ACE/NEWS b/ACE/NEWS
index df9a07898a9..9006dcfca86 100644
--- a/ACE/NEWS
+++ b/ACE/NEWS
@@ -15,8 +15,18 @@ USER VISIBLE CHANGES BETWEEN ACE-5.7.9 and ACE-5.8.0
. Ended daily maintenance for RHEL51
-. Added ACE INet addon library for Inet protocol clients (and possibly servers
- at some point) like http://, ftp:// etc. NOTE: This is work in progress!
+. Added ACE INet addon library for Inet protocol clients (and possibly
+ servers at some point) like http://, ftp:// etc.
+ The library implements standard C++ iostream wrapper classes for
+ ACE Svc_Handler and Reactor based input/output handling, URL classes
+ and protocol handler classes.
+ NOTE: This is work in progress! There is no guarentee that the API
+ won't change in the next few releases.
+ Protocol handling is currently restricted to client side download
+ requests for HTTP and FTP.
+ Handling for upload requests should be added in the near future as well
+ as HTTP Basic Authentication.
+
USER VISIBLE CHANGES BETWEEN ACE-5.7.8 and ACE-5.7.9
====================================================