From 6c48852b2081838a9d5e7104c3a99a86ea792ff3 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Wed, 27 Apr 2016 19:54:59 -0700 Subject: [PATCH 1/2] Update distribution date --- Marlin/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Version.h b/Marlin/Version.h index 893eb24ed..68f3f7604 100644 --- a/Marlin/Version.h +++ b/Marlin/Version.h @@ -42,7 +42,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ -#define STRING_DISTRIBUTION_DATE "2016-04-24 12:00" +#define STRING_DISTRIBUTION_DATE "2016-04-27 12:00" /** * @todo: Missing documentation block From c7e4b3044b9ca2ef865d3c28977de3412a8434e4 Mon Sep 17 00:00:00 2001 From: esenapaj Date: Thu, 28 Apr 2016 18:12:47 +0900 Subject: [PATCH 2/2] =?UTF-8?q?Change=20"RC6"=20to=20"RCBugFix"=20on=20top?= =?UTF-8?q?=20part=20of=20the=20readme,=20etc=20=E3=83=BBChange=20"RC6"=20?= =?UTF-8?q?to=20"RCBugFix"=20on=20top=20part=20of=20the=20readme=20?= =?UTF-8?q?=E3=83=BBUnify=20distribution=20date=20of=20RCBugFix=20and=20RC?= =?UTF-8?q?6=20=E3=83=BBMove=20comments=20about=20IDE=20version=20from=20R?= =?UTF-8?q?CBugFix=20section=20to=20RC6=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 85f8d657a..0ced9403e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Additional documentation can be found in [The Marlin Wiki](https://github.com/MarlinFirmware/Marlin/wiki). -## Release Candidate -- Marlin 1.1.0-RC6 - 24 April 2016 +## Release Candidate -- Marlin 1.1.0-RCBugFix - 27 April 2016 __Not for production use – use with caution!__ @@ -14,13 +14,13 @@ Future development (Marlin 1.2 and beyond) takes place in the [MarlinDev reposit ## Recent Changes - RCBugFix - - Throw error if compiling with older versions (<1.60) of Arduino due to serious problems with outdated Arduino versions - - Please upgrade your IDE at least to Arduino 1.6.0. Thanks. -- RC6 - 23 Apr 2016 +- RC6 - 24 Apr 2016 - Completed support for CoreXY / CoreXZ in planner - Changes to positioning behavior - Various issues fixed. More details pending. + - Throw error if compiling with older versions (<1.60) of Arduino due to serious problems with outdated Arduino versions + - Please upgrade your IDE at least to Arduino 1.6.0. Thanks. - RC5 - 01 Apr 2016 - Warn if compiling with older versions (<1.50) of Arduino