From 7cd69630d5e3b2f829e7bafa7322a041201fdfeb Mon Sep 17 00:00:00 2001 From: Joost de Nijs Date: Tue, 28 Feb 2012 14:34:33 -0800 Subject: [PATCH 1/4] Update ChangeLog.txt --- ChangeLog.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index f42d57277e0f..8cb5a1fec8e9 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,4 +1,10 @@ -2012.01.31. Version 0.1.3 +2012.02.28 Version 0.2.0 + * Added Support for Azure Table in com.microsoft.windowsazure.services.table + * Added Tests for Azure Table + * Added a dependency on apache commons-lang3 3.1 + * UserAgent updated to v1.1.2 + +2012.01.31 Version 0.1.3 * Updated User Agent to v0.1.1 * Updated License Headers * Blob Client Mark bug fix @@ -8,7 +14,7 @@ * Date parsing support for various number of fractional decimals * StorageErrorResponse updated to support lower case xml for tables -2011.12.22. Version 0.1.2 +2011.12.22 Version 0.1.2 * Fixed CloudBlob.download to lock to ETag during a resume * Ensured that Client Side Exceptions are not resumed From 783b6becdd323c3b2ef402665e31caa5de975424 Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Wed, 27 Jun 2012 11:38:20 -0700 Subject: [PATCH 2/4] Adding license to POM and CommaStringBuilder --- microsoft-azure-api/pom.xml | 14 ++++++++++++++ .../services/core/utils/CommaStringBuilder.java | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/microsoft-azure-api/pom.xml b/microsoft-azure-api/pom.xml index b9cb8f3ad694..4b6d77bf04e9 100644 --- a/microsoft-azure-api/pom.xml +++ b/microsoft-azure-api/pom.xml @@ -1,3 +1,17 @@ + 4.0.0 diff --git a/microsoft-azure-api/src/main/java/com/microsoft/windowsazure/services/core/utils/CommaStringBuilder.java b/microsoft-azure-api/src/main/java/com/microsoft/windowsazure/services/core/utils/CommaStringBuilder.java index 3623028e5ef1..ac8b9f45c519 100644 --- a/microsoft-azure-api/src/main/java/com/microsoft/windowsazure/services/core/utils/CommaStringBuilder.java +++ b/microsoft-azure-api/src/main/java/com/microsoft/windowsazure/services/core/utils/CommaStringBuilder.java @@ -1,3 +1,17 @@ +/** + * Copyright 2012 Microsoft Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.microsoft.windowsazure.services.core.utils; import java.util.List; From 41da386095a004548a023e7ce6dd97e5d0ec78b1 Mon Sep 17 00:00:00 2001 From: Joost de Nijs Date: Mon, 2 Jul 2012 14:44:30 -0700 Subject: [PATCH 3/4] incrementing version number --- microsoft-azure-api/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsoft-azure-api/pom.xml b/microsoft-azure-api/pom.xml index 4b6d77bf04e9..7f328aed9576 100644 --- a/microsoft-azure-api/pom.xml +++ b/microsoft-azure-api/pom.xml @@ -17,7 +17,7 @@ 4.0.0 com.microsoft.windowsazure microsoft-windowsazure-api - 0.2.2 + 0.3.0 jar Microsoft Windows Azure Client API From 3106f96166213f5b29b41c8017c06e74eb56b13c Mon Sep 17 00:00:00 2001 From: dverma Date: Mon, 2 Jul 2012 16:00:13 -0700 Subject: [PATCH 4/4] Updated the version number in the via maeven section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76a899e45b20..07c59ee7dee6 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ within your project you can also have them installed by the Java package manager com.microsoft.windowsazure microsoft-windowsazure-api - 0.1.0 + 0.3.0 ##Minimum Requirements