Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/arduino/Arduino.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjogo- <jogo@laposte.net>2021-05-15 12:09:40 +0300
committerGitHub <noreply@github.com>2021-05-15 12:09:40 +0300
commita79936a8df146eb6ce24d017d5ac75adc03da441 (patch)
tree22f0cc818b2b266db7370a5bc9a4d9140a798bd5
parent07b0b4077fa174ff3c3404bdec4df0910964217d (diff)
Fix typos in revisions.txt
-rw-r--r--build/shared/revisions.txt58
1 files changed, 29 insertions, 29 deletions
diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt
index a4a40da00..c2d6c9505 100644
--- a/build/shared/revisions.txt
+++ b/build/shared/revisions.txt
@@ -48,8 +48,8 @@ ARDUINO 1.8.13 2020.06.16
* FIX REGRESSION: Fixed precompiled libraries containing "wrapper" code that has to be compiled together
with the precompiled part.
* Removed automatic '--relax' for compiles on Atmega2560 MCU
-* Fixed skethbook+bootloader hex merger when the bootloader is in .bin format.
-* Fixed relative path errors when traversing different partitions (in particular on macosx for larger sketches)
+* Fixed sketchbook+bootloader hex merger when the bootloader is in .bin format.
+* Fixed relative path errors when traversing different partitions (in particular on MacOSX for larger sketches)
* Added #define variable during lib discovery phase
* Improved progress report from compile
@@ -88,7 +88,7 @@ ARDUINO 1.8.11 2020.01.27
[ide]
* FIX: Serial plotter do not hang if empty lines are received
* A lot of accessibility improvements in Libs and Board managers GUI for screen readers (thanks @joew46167)
-* Sligtly improved support for themes in Libs and Board managers (thanks @matthijskooijman)
+* Slightly improved support for themes in Libs and Board managers (thanks @matthijskooijman)
* Serial plotter: added serial input text field (thanks @cactorium)
* MacOSX: support for notarization (thanks @PaulStoffregen for the support)
* Fix wrong bracket match rectangle on auto format (thanks @magedrifaat)
@@ -114,7 +114,7 @@ ARDUINO 1.8.10 2019.09.13
[ide]
* Live font resize now applies to console and serial monitor too @Pieter12345
* Make it easier to build the IDE from sources on Windows @Pieter12345
-* Smaller Preference window, suitable for supersmall screens
+* Smaller Preference window, suitable for super small screens
* Cache downloaded json and only retrieve them when changed @mattiabertorello
* Suspend serial monitor if the board gets disconnected abruptly
* Libraries can now declare dependencies that will be proposed during lib installation
@@ -150,7 +150,7 @@ ARDUINO 1.8.9 2019.03.15
* Fix firmware upgrade not being available for 3rd party WINC boards
[arduino-builder]
-* Use lexicographic distance as last chance to spot the right library (if every other tecnique failed)
+* Use lexicographic distance as last chance to spot the right library (if every other technique failed)
* Fix some prototypes being inserted in the middle of a function
ARDUINO 1.8.8 2018.12.07
@@ -158,7 +158,7 @@ ARDUINO 1.8.8 2018.12.07
[ide]
* Fixed: command line parsing of version parameters when installing cores/libraries
* Platform indexes are now downloaded using https
-* Fixed: on some newer linux distributions, NPE when loading GTK look-and-feel without libgtk2 installed
+* Fixed: on some newer Linux distributions, NPE when loading GTK look-and-feel without libgtk2 installed
* MacOSX: added touch bar support
* MacOSX: do not exit app after closing last window
* Fixed: serial monitor timestamps not always printed. Thanks @nitram509
@@ -207,7 +207,7 @@ ARDUINO 1.8.6 2018.08.23
* Added copy/paste contextual menu in Find/Replace text fields
* Fixed long IDE startup time when some virtual/not-connected network interfaces are present
* Fixed inconsistent line-endings when saving files on Windows
-* mdns: Make board disappear via TTL instead of reachability. Thanks @kurtgo
+* mDNS: Make board disappear via TTL instead of reachability. Thanks @kurtgo
* Library Manager: display install/remove buttons with mouse on-hover instead of mouse click
* Board Manager: fixed some rare case with corrupted index download
* Windows: removed some debug output when running the IDE from command line
@@ -243,7 +243,7 @@ ARDUINO 1.8.4 2017.08.23
[ide]
* IDE Toolbar can now go full width on 4K display.
* Environment variable LIBRARY_INDEX_URL is now correctly parsed (LIBRARY_INDEX_URL_GZ can also be optionally specified). Thanks @xardael
-* Added per-board generic option in config file boards.txt for disabling control of dtr+rts. Thanks @d-a-v
+* Added per-board generic option in config file boards.txt for disabling control of DTR+RTS. Thanks @d-a-v
* CLI: fixed missing "runtime.platform.path" when running without the `--board` option
* Linux: fixed desktop icon not launching the IDE in certain Window Managers (thanks @herrold)
* Allow setting low values for console size (correctly applies console.lines=x in preferences.txt)
@@ -274,7 +274,7 @@ ARDUINO 1.8.3 2017.05.31
* AVR: moved flush() method up in the class hierarchy from Stream to Print class. Thanks @matthijskooijman
[other]
-* Update Wifi101 Firmware Updater plugin
+* Update WiFi101 Firmware Updater plugin
ARDUINO 1.8.2 2017.03.22
@@ -302,7 +302,7 @@ ARDUINO 1.8.2 2017.03.22
[other]
* SAM platform source code has been moved to its own repository (https://github.com/arduino/ArduinoCore-sam) - all PRs and issues have been moved as well
-* Update Wifi101 Firmware Updater plugin
+* Update WiFi101 Firmware Updater plugin
ARDUINO 1.8.1 - 2017.01.09
@@ -322,7 +322,7 @@ ARDUINO 1.8.0 - 2016.12.20
* builder: .hpp and .hh file extensions are now considered valid sketch extension
* builder: core.a is not rebuild if not needed (improve build time in particular for big projects)
* Fixed swapped actions "Copy for Forum" and "Copy as HTML"
-* Linux/osx: If an editor tab is a symbolic link it is no more replaced with a real file when saving (see #5478)
+* Linux/OSX: If an editor tab is a symbolic link it is no more replaced with a real file when saving (see #5478)
* Increased the upload timeout to 5 minutes (it was 2 min, but it may be not sufficient when uploading via UART a big sketch)
[core]
@@ -395,7 +395,7 @@ ARDUINO 1.6.10 - 2016.07.26
* avr: Fix TX buffer being overwritten by multiple Wire.write(...) calls in slave mode. Thanks @kellerkindt
* Another small fix to String iterators. Thanks @Ivan-Perez @Chris--A
* Added getTimeout() method to Stream. Thanks @mattb5906
-* avr: Fixed USB wakeup event handling, this solves some rare lockups of serial port on some linux distributions
+* avr: Fixed USB wakeup event handling, this solves some rare lockups of serial port on some Linux distributions
* Speed and size improvement on Print::printFloat(..). Thanks @bblanchon
* avr: Added Serial.availableForWrite() for USB-CDC serial ports
* avr: Added PIN_* defines to all board variants
@@ -412,7 +412,7 @@ ARDUINO 1.6.9 - 2016.05.10
* New arduino-builder: better core library detection, faster operations when recompiling and more.
See https://github.com/arduino/arduino-builder/compare/1.3.9...1.3.15
* Fixed multitab error reporting
-* Rework serial port discovery to be faster, less cpu intensive and FTDI friendly
+* Rework serial port discovery to be faster, less CPU intensive and FTDI friendly
* Avoid launching multiple concurrent compile and upload operation
* Use hi-res icons for Serial monitor and plotter
* Make http://librarymanager and http://boardsmanager links clickable from the editor window
@@ -424,7 +424,7 @@ ARDUINO 1.6.9 - 2016.05.10
[core]
* String class now supports iterators. Thanks @Chris--A
* sam: Allow 3rd party boards that depend on SAM core to use their own
- USB vid/pid and manufacturer/product strings. Thanks @philmanofsky.
+ USB VID/PID and manufacturer/product strings. Thanks @philmanofsky.
* avr: Check at runtime if 32u4 boards are shipped with new bootloader; if so
write bootloader magic value in an unproblematic RAM location
* avr, sam: Added "reciper.ar.pattern" to plaform.txt to allow compatibility
@@ -519,7 +519,7 @@ ARDUINO 1.6.6 - 2015.11.03
* Allow per-platform keywords.txt. Thanks @PaulStoffregen
* Allow spaces in IDE install path on Linux. Thanks @matthijskooijman
* Fixed a lot of documentation. Thanks to @per1234 @q2dg
-* Fixed parsing for SystemProfiler when scanning for available serial ports on Macosx El Capitan
+* Fixed parsing for SystemProfiler when scanning for available serial ports on MacOSX El Capitan
[libraries]
* Bridge: YunClient.connected() returns true if there are bytes available for read. Thanks @RobAtticus
@@ -592,7 +592,7 @@ ARDUINO 1.6.5 - 2015.06.15
* When using "external editor" mode, sketch code is updated when the IDE gets focused
* Added keyboard shortcuts to IDE menus: ALT+F for File, ALT+E for Edit and so on
* Added support for Dangerous Prototypes Bus Pirate as ISP
-* Added "Close" button to Boards/Libs Managers, in order to help linux people with weird Window Managers
+* Added "Close" button to Boards/Libs Managers, in order to help Linux people with weird Window Managers
* Added File > Open Recent menu, showing the last 5 opened sketches
* Windows: added Arduino Zero drivers
* Tons of minor fixes
@@ -626,7 +626,7 @@ ARDUINO 1.6.4 - 2015.05.06
* When compilation fails, editor highlights the reported row
* Windows and MacOSX: updated bundled JVM to 1.8.0_45 (latest available atm)
* Disabled "uncertified" warning (requires avr core >= 1.6.6, sam core >= 1.6.4)
-* Additional boards/cores can be listed specifying comma separated list of package_SOMETHING_index.json url in File > Preferences
+* Additional boards/cores can be listed specifying comma separated list of package_SOMETHING_index.json URL in File > Preferences
* MacOSX: fixed wrong sketch opened when double clicking on a .ino file
* Boards and Libraries main files are downloaded directly (no proxy php script), fixing some glitches when using a proxy server
* Added notification if the bundled AVR core is newer than the one installed through Boards Manager (useful when upgrading the IDE)
@@ -641,7 +641,7 @@ ARDUINO 1.6.4 - 2015.05.06
ARDUINO 1.6.3 - 2015.04.02
[ide]
-* Fixed an ArchiveExtractor issue when dealing with native stuff, affecting some linuxes
+* Fixed an ArchiveExtractor issue when dealing with native stuff, affecting some Linuxes
* MacOSX: MACOSX_BUNDLED_JVM property is automatically set to JAVA_HOME if not provided
* New splashscreen image
* New editor theme
@@ -745,7 +745,7 @@ ARDUINO 1.6.0rc1 - 2014.12.11
* Sketch build process: core.a rebuild only if needed (Matthijs Kooijman)
* Updated AStyle formatter to v2.05: http://astyle.sourceforge.net/notes.html
* Improved avrdude verbose upload (Matthijs Kooijman)
-* (Mac OSX) Add Exported UTI for ino files, allows quick look to view the
+* (MacOSX) Add Exported UTI for ino files, allows quick look to view the
content of the file and external editors to syntax highlight as C++ (Matt Lloyd)
[core]
@@ -760,7 +760,7 @@ ARDUINO 1.6.0rc1 - 2014.12.11
The following changes are included also in the Arduino IDE 1.0.7:
[libraries]
-* EthernetClien: use IANA recommended ephemeral port range, 49152-65535 (Jack Christensen, cifer-lee)
+* EthernetClient: use IANA recommended ephemeral port range, 49152-65535 (Jack Christensen, cifer-lee)
[core]
* Fixed regression in HardwareSerial::available() introduced with https://github.com/arduino/Arduino/pull/2057
@@ -856,7 +856,7 @@ The following changes are included also in the Arduino IDE 1.0.6:
* SoftwareSerial: Fix idle level when initializing with inverted logic (Jens-Christian Skibakk)
[firmware]
-* Wifishield: fixed paths on firmware upgrade scripts
+* WiFishield: fixed paths on firmware upgrade scripts
ARDUINO 1.5.6-r2 BETA - 2014.02.21
@@ -939,7 +939,7 @@ We suggest to delay the adoption of the new format until a stable 1.5.x is relea
* Added "Using library..." debugging message in verbose compile.
* Improved preprocessor (fixes #1653, #1687, #817, #1293, #1245)
* Fixed StringStartsWithEndsWith, KeyboardMessage, LCD CustomCharacter, Blink without delay, SD List files, Arduino Robot examples
-* Added PID/VID for older Arduinos
+* Added VID/PID for older Arduinos
* (mac) Improved board autodetection on Mac OS X
[libraries]
@@ -978,7 +978,7 @@ ARDUINO 1.5.4 BETA - 2013.09.10
* added libraries for Arduino Yún
[core]
-* avr: fixed bug introduced with recent optimizations in HardwareSerial (atmega8 cpu) (darryl)
+* avr: fixed bug introduced with recent optimizations in HardwareSerial (atmega8 CPU) (darryl)
ARDUINO 1.5.3 BETA - 2013.08.30
@@ -1025,7 +1025,7 @@ ARDUINO 1.5.2 BETA - 2013.02.06
* Scrollable editor tabs (Shigheru KANEMOTO)
* Scrollable menus
* Portable Arduino (Shigeru KANEMOTO)
-* Default sketchbook folder for linux is now "Arduino"
+* Default sketchbook folder for Linux is now "Arduino"
* Fixed IDE startup bug "Menu has no enabled items"
* Command line build.
* Fixed some language strings (Shigeru KANEMOTO)
@@ -1141,7 +1141,7 @@ ARDUINO 1.0.6 - 2014.09.16
* fixed a bunch of examples
[firmware]
-* Wifishield: fixed paths on firmware upgrade scripts
+* WiFishield: fixed paths on firmware upgrade scripts
ARDUINO 1.0.5-r2 - 2014.01.08
@@ -1221,7 +1221,7 @@ ARDUINO 1.0.3 - 2012.12.10
* Fixed digital_pin_to_timer_PGM array in Leonardo variant.
-* Published updated Wifi firmware
+* Published updated WiFi firmware
* Updated source code for atmega8 bootloader
@@ -1271,7 +1271,7 @@ ARDUINO 1.0.2 - 2012.11.05
[core / libraries]
-* Included WiFi library and wifi shield firmware.
+* Included WiFi library and WiFi shield firmware.
* Added ability to specify serial configuration (data bits, stop bits
and parity check) in Serial.begin(). (Alarus)
@@ -1642,7 +1642,7 @@ ARDUINO 0022 - 2010.12.24
ARDUINO 0021 - 2010.10.02
-* Modifying VID / PID combination in 8U2 firmwares.
+* Modifying VID/PID combination in 8U2 firmwares.
* Fixing analogWrite() bug on pins 9 and 10 (Arduino Uno).
* Patched RXTX to include /dev/ttyACM* on Linux.
@@ -1996,7 +1996,7 @@ ARDUINO 0007 - 2006.12.25
ARDUINO 0006 - 2006.10.21
* Mac version no longer requires Java 1.5, meaning it should run on 10.3.9.
-* Added support for analog inputs 6 and 7 and pwm on pins 5 and 6 on the
+* Added support for analog inputs 6 and 7 and PWM on pins 5 and 6 on the
on the ATmega168 used in the Arduino Mini (extra analog inputs not available
in DIP ATmega168s).
* You now select the baud rate for the serial monitor from within the editor