From b1d292c0d941dbe95ced9be71a1cce70d7bf9250 Mon Sep 17 00:00:00 2001 From: Andre Rodrigues Date: Wed, 15 Aug 2012 23:01:05 +0100 Subject: [PATCH 1/5] Updating changelog --- ChangeLog.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 14442b88fe..6ae00c8cab 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,10 @@ +2012.08.15 Version 0.6.2 + * Multiple bugfixes + +2012.07.12 Version 0.6.1 + * Multiple bugfixes + * Adding account listing and setting functionality + 2012.06.06 Version 0.6.0 * Adding CLI tool * Multiple Bugfixes @@ -17,4 +24,4 @@ * Multiple bug fixes. 2011.12.09 Version 0.5.0 - * Initial Release \ No newline at end of file + * Initial Release From a65934bf307d28db36505ca59d80c9c733eb4d85 Mon Sep 17 00:00:00 2001 From: Andre Rodrigues Date: Fri, 7 Sep 2012 09:37:41 +0100 Subject: [PATCH 2/5] #325: URGENT: need to change dependency to keep xml2js 0.1.x or update code to deal with 0.2.x. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2cb6d74390..c618cc5557 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "engines": { "node": ">= 0.6.15" }, "licenses": [ { "type": "Apache", "url": "http://www.apache.org/licenses/LICENSE-2.0" } ], "dependencies": { - "xml2js" : ">= 0.1.11", + "xml2js" : "0.1.x", "sax": ">= 0.1.1", "qs": ">= 0.3.1", "log": ">= 1.2.0", From e00c72c2f7fd54e3e8be62c0bd89ac83dd908788 Mon Sep 17 00:00:00 2001 From: Chris Tavares Date: Thu, 11 Oct 2012 16:38:04 -0700 Subject: [PATCH 3/5] Using fixed version of commander to avoid bug in commander 1.0.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b9beeca95..56d84b7ec4 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "tunnel": ">= 0.0.1", "async": ">= 0.1.18", "streamline": "0.2.4", - "commander": ">= 0.5.2", + "commander": "1.0.4", "winston": ">= 0.5.10", "colors": "0.x.x", "eyes": "0.x.x", From 545bbfa6adf251256c09e64fe53fccc7b95333db Mon Sep 17 00:00:00 2001 From: Chris Tavares Date: Thu, 11 Oct 2012 17:20:33 -0700 Subject: [PATCH 4/5] Updated commander version to avoid bug in 1.0.5 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6b2ffa1497..235f9db094 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "azure", "author": "Microsoft Corporation", - "version": "0.6.5", + "version": "0.6.6", "description": "Windows Azure Client Library for node and Command Line Tool", "tags" : ["azure", "sdk"], "keywords": [ "node", "azure" ], @@ -22,7 +22,7 @@ "tunnel": ">= 0.0.1", "async": ">= 0.1.18", "streamline": "0.2.4", - "commander": ">= 0.5.2", + "commander": "1.0.4", "winston": ">= 0.5.10", "colors": "0.x.x", "eyes": "0.x.x", From 11574dfb04b86cb31b0497720704c5aeb363a095 Mon Sep 17 00:00:00 2001 From: Chris Tavares Date: Fri, 12 Oct 2012 10:19:37 -0700 Subject: [PATCH 5/5] Updated changelog --- ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 899ade17e2..2da00ec25d 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,6 @@ +2012.10.12 Version 0.6.6 + * Using fixed version of commander.js to avoid bug in commander.js 1.0.5 + 2012.10.01 Version 0.6.5 * Bugfixing