Skip to content

release 2.6.2 #6849

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 28, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cores/esp8266/TZ.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

// autogenerated from https://raw.githubusercontent.com/nayarsystems/posix_tz_db/master/zones.csv
// by script <esp8266 arduino core>/tools/TZupdate.sh
// Thu Nov 14 08:41:55 UTC 2019
// Wed Nov 27 23:41:03 UTC 2019
//
// This database is autogenerated from IANA timezone database
// https://www.iana.org/time-zones
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "framework-arduinoespressif8266",
"description": "Arduino Wiring-based Framework (ESP8266 Core)",
"url": "https://github.com/esp8266/Arduino",
"version": "2.7.0-dev"
"version": "2.6.2"
}
4 changes: 2 additions & 2 deletions package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ The following points assume work in a direct clone of the repository, and not in

2. Make a PR with the following, wait for Travis CI, and merge.

* platform.txt: update `version` to the release E.g. `3.0.0`,
* platform.txt and package.json: update `version` to the release E.g. `3.0.0`,

* `cores/esp8266/TZ.h`: import the latest database with the following shell command:\
`$ cd tools; sh TZupdate.sh`.
Expand Down Expand Up @@ -150,7 +150,7 @@ The following points assume work in a direct clone of the repository, and not in

11. Create a commit to the master branch, updating:

* The version in platform.txt file. This should correspond to the version of the *next* milestone, plus `-dev` suffix. E.g. `3.1.0-dev`.
* The version in platform.txt and package.json files. This should correspond to the version of the *next* milestone, plus `-dev` suffix. E.g. `3.1.0-dev`.

* In main README.md:

Expand Down
4 changes: 2 additions & 2 deletions platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# For more info:
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification

name=ESP8266 Boards (2.7.0-dev)
version=2.7.0-dev
name=ESP8266 Boards (2.6.2)
version=2.6.2

# These will be removed by the packager script when doing a JSON release
runtime.tools.xtensa-lx106-elf-gcc.path={runtime.platform.path}/tools/xtensa-lx106-elf
Expand Down