From b6c5da7ea06b10afe33e19258473c2aed34ab649 Mon Sep 17 00:00:00 2001 From: Milosz Galazka Date: Wed, 11 Jul 2018 13:02:33 +0200 Subject: [PATCH 1/3] Update Redis 3.2 notes in download.json Update download.json file to remove suggestion that stable version is not mature enough --- downloads.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloads.json b/downloads.json index 48563741..97bd7833 100644 --- a/downloads.json +++ b/downloads.json @@ -27,7 +27,7 @@ "old": { "branch": "3.2", "version": "3.2.12", - "notes": "Redis 3.2 is the previous stable release. Does not include all the improvements in Redis 4.0 but is a very battle tested release, probably a good pick for critical applications while 4.0 matures more in the next months." + "notes": "Redis 3.2 is the previous stable release. Does not include all the improvements in Redis 4.0 but is a very battle tested release, probably a good pick for critical applications." } } } From 9ad1554e3fc01b25f5510d99696c88a74d2b4c13 Mon Sep 17 00:00:00 2001 From: Milosz Galazka Date: Wed, 11 Jul 2018 13:09:40 +0200 Subject: [PATCH 2/3] Update downloads.json --- downloads.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloads.json b/downloads.json index 97bd7833..3aad8296 100644 --- a/downloads.json +++ b/downloads.json @@ -27,7 +27,7 @@ "old": { "branch": "3.2", "version": "3.2.12", - "notes": "Redis 3.2 is the previous stable release. Does not include all the improvements in Redis 4.0 but is a very battle tested release, probably a good pick for critical applications." + "notes": "Redis 3.2 is the previous stable release. Does not include all the improvements in Redis 4.0 but is a very battle tested release." } } } From 1156de3a3d15e1a507ecd1086b134b313b75e19a Mon Sep 17 00:00:00 2001 From: Milosz Galazka Date: Wed, 11 Jul 2018 14:49:24 +0200 Subject: [PATCH 3/3] Update downloads.json Removed text after first period. --- downloads.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloads.json b/downloads.json index 3aad8296..a7a13e7c 100644 --- a/downloads.json +++ b/downloads.json @@ -27,7 +27,7 @@ "old": { "branch": "3.2", "version": "3.2.12", - "notes": "Redis 3.2 is the previous stable release. Does not include all the improvements in Redis 4.0 but is a very battle tested release." + "notes": "Redis 3.2 is the previous stable release." } } }