mirror of https://github.com/arendst/Tasmota.git
Bump version to v12.0.2.1
This commit is contained in:
parent
6fac233821
commit
a1dedf0d26
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -3,18 +3,26 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
## [Unreleased] - Development
|
||||
|
||||
## [12.0.1.2]
|
||||
## [12.0.2.1]
|
||||
### Added
|
||||
- Command ``DnsTimeout 100..20000`` to change default DNS timeout from 1000 msec blocking if no DNS server found
|
||||
|
||||
### Changed
|
||||
|
||||
|
||||
### Fixed
|
||||
- MQTT rc -4 on TLS connections regression from v12.0.0 (#15809)
|
||||
|
||||
### Removed
|
||||
|
||||
## [Released]
|
||||
|
||||
## [12.0.2] 20220620
|
||||
- Release Paul
|
||||
|
||||
## [12.0.1.2] 20220620
|
||||
### Added
|
||||
- Command ``DnsTimeout 100..20000`` to change default DNS timeout from 1000 msec blocking if no DNS server found
|
||||
|
||||
### Fixed
|
||||
- MQTT rc -4 on connections regression from v12.0.0 (#15809)
|
||||
|
||||
## [Released]
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@ Latest released binaries can be downloaded from
|
|||
- http://ota.tasmota.com/tasmota/release
|
||||
|
||||
Historical binaries can be downloaded from
|
||||
- http://ota.tasmota.com/tasmota/release-12.0.0
|
||||
- http://ota.tasmota.com/tasmota/release-12.0.2
|
||||
|
||||
The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmota.com/tasmota/release/tasmota.bin.gz``
|
||||
|
||||
|
@ -97,7 +97,7 @@ Latest released binaries can be downloaded from
|
|||
- http://ota.tasmota.com/tasmota32/release
|
||||
|
||||
Historical binaries can be downloaded from
|
||||
- http://ota.tasmota.com/tasmota32/release-12.0.0
|
||||
- http://ota.tasmota.com/tasmota32/release-12.0.2
|
||||
|
||||
The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmota.com/tasmota32/release/tasmota32.bin``
|
||||
|
||||
|
@ -107,15 +107,13 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo
|
|||
|
||||
[Complete list](BUILDS.md) of available feature and sensors.
|
||||
|
||||
## Changelog v12.0.1.2
|
||||
## Changelog v12.0.2.1
|
||||
### Added
|
||||
- Command ``DnsTimeout 100..20000`` to change default DNS timeout from 1000 msec blocking if no DNS server found
|
||||
|
||||
### Breaking Changed
|
||||
|
||||
### Changed
|
||||
|
||||
### Fixed
|
||||
- MQTT rc -4 on TLS connections regression from v12.0.0 [#15809](https://github.com/arendst/Tasmota/issues/15809)
|
||||
|
||||
### Removed
|
||||
|
|
|
@ -20,6 +20,6 @@
|
|||
#ifndef _TASMOTA_VERSION_H_
|
||||
#define _TASMOTA_VERSION_H_
|
||||
|
||||
const uint32_t VERSION = 0x0C000102; // 12.0.1.2
|
||||
const uint32_t VERSION = 0x0C000201; // 12.0.2.1
|
||||
|
||||
#endif // _TASMOTA_VERSION_H_
|
||||
|
|
Loading…
Reference in New Issue