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

[1/2] git commit: Updated NEWS file for 1.1.3 release

Updated Branches:
  refs/heads/master 1ee230122 -> 29b551fa1


Updated NEWS file for 1.1.3 release


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

Branch: refs/heads/master
Commit: 7ab8f18cc00c867528f40a0089c25522affe5c4e
Parents: 1ee2301
Author: Michal Fojtik <mf...@redhat.com>
Authored: Wed Apr 17 11:21:42 2013 +0200
Committer: Michal fojtik <mf...@redhat.com>
Committed: Wed Apr 17 11:21:42 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/7ab8f18c/NEWS
----------------------------------------------------------------------
diff --git a/NEWS b/NEWS
index b0a0c1b..59f9611 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+1.1.3 - 2013-04-17
+  * Deltacloud
+    + We no longer support MRI 1.8
+    + Added Deltacloud namespace for all models and classes to avoid conflicts (DTACLOUD-517)
+    + Added possibility to pass :mock_initialize when using Deltacloud as Rack
+      middleware. (DTACLOUD-507)
+    + Fixed various dependency issues with excon, tilt and haml
+    + Added support for URL helper for Rabbit subcollections (DTACLOUD-526)
+    + Switch to use local variables instead of instance variables in HAML views (thanks to Francesco Vollero)
+    + Refactored driver source loading code (DTACLOUD-540)
+  * Client
+    + Complete rewrite from scratch using Faraday lib
+  * CIMI
+    + Fixed incorrect look up for DiskCollection (DTACLOUD-536)
+    + Added missing VolumeConfigurationCreate (DTACLOUD-524)
+    + Added initial support for System models (mock, fgcp) (thanks to Dies Koper)
+    + Refactored how we generate Rabbit collections (generate_operation_collection)
+    + Obsoleted CIMI HAML views were removed
+    + Fixed deltacloud-db-upgrade to work on Windows
+  * EC2
+    + Fixed logging for EC2 frontend
+  * Drivers
+    + RHEV-M
+      - Allow client to select the first boot device
+    + Mock
+      - Convert all stub URL's correctly
+  * Tests
+    + Added loadbalancer tests for EC2
+    + Added support for Extended Machine scenarios - user_data (thanks to Ronelle Landy)
+
 1.1.2 - 2013-03-13
   * Deltacloud
     + Introducing the 'deltacloud-db-upgrade' command for CIMI database


[2/2] git commit: Updated version.rb to 1.1.3 release

Posted by mf...@apache.org.
Updated version.rb to 1.1.3 release


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

Branch: refs/heads/master
Commit: 29b551fa1761b047767fb45db6b1ae74a6f8f858
Parents: 7ab8f18
Author: Michal Fojtik <mf...@redhat.com>
Authored: Wed Apr 17 11:23:19 2013 +0200
Committer: Michal fojtik <mf...@redhat.com>
Committed: Wed Apr 17 11:23:19 2013 +0200

----------------------------------------------------------------------
 server/lib/deltacloud/version.rb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/29b551fa/server/lib/deltacloud/version.rb
----------------------------------------------------------------------
diff --git a/server/lib/deltacloud/version.rb b/server/lib/deltacloud/version.rb
index 7e19d99..f268e19 100644
--- a/server/lib/deltacloud/version.rb
+++ b/server/lib/deltacloud/version.rb
@@ -15,6 +15,6 @@
 # under the License.
 
 module Deltacloud
-  API_VERSION = '1.1.2'
+  API_VERSION = '1.1.3'
   CIMI_API_VERSION = '1.0.1'
 end