You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by lu...@apache.org on 2013/01/10 01:46:17 UTC

git commit: NEWS: add notes for 1.0.5 that had been missing so far

Updated Branches:
  refs/heads/master 6a0bf40c2 -> 9bbd1cf6f


NEWS: add notes for 1.0.5 that had been missing so far


Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/9bbd1cf6
Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/9bbd1cf6
Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/9bbd1cf6

Branch: refs/heads/master
Commit: 9bbd1cf6f941604582724a062feb117dfe732995
Parents: 6a0bf40
Author: David Lutterkort <lu...@redhat.com>
Authored: Wed Jan 9 16:45:38 2013 -0800
Committer: David Lutterkort <lu...@redhat.com>
Committed: Wed Jan 9 16:45:38 2013 -0800

----------------------------------------------------------------------
 NEWS |   39 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 39 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/9bbd1cf6/NEWS
----------------------------------------------------------------------
diff --git a/NEWS b/NEWS
index 87b9a02..903661c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+1.0.5 - 2012-11-15
+ * Server
+   - Added possibility to log into a file (deltacloudd -L option)
+   - Various fixes and improvements in logging errors
+   - Advertise operation and parameters for features (/api)
+   - Fixed memory leak (DTACLOUD-347)
+ * Drivers
+   + Aruba
+     - Updated API URLs
+   + FGCP
+     - Added possibility to filter instances by realm_id
+     - Fixed certificate location
+   + OpenStack
+     - Set hardware profile name to OpenStack flavor name
+     - Fixed .id vs .name issues in create_instance
+     - Added support for user_data
+     - DTACLOUD-316, DTACLOUD_328
+   + VSphere
+     - Report instance launch_time properly
+     - Report time of image creation
+   + RHEV-M
+     - Report time of image creation
+ * CIMI frontend
+   - Added support for Collections
+   - Added support for embedded collections (Machine.disks,
+     Machine.volumes)
+   - Added initial support for $expand
+   - Many improvements to CIMI tests
+   - Fixed parsing of JSON HTTP body when creating Machine
+   - Set default content type for CIMI responses
+   - Added support for $select to Collections
+   - Fixed order of top-level resources
+   - Fixed numerous CIMI 1.0 compatibility issues
+   - Various JIRA fixes: DTACLOUD-350, DTACLOUD-349
+ * CIMI client
+   - Fixed various compatibility issues
+ * EC2 frontend
+   - Allow to pass user_data to RunInstances (thanks to Oved Ourfali)
+
 1.0.4 - 2012-10-08
   * server: shorten backtraces in logs to make them readable
   * server: report unknown frontend cleanly when starting server (JIRA 331)