Accepting request 613529 from home:mnhauke:sdr-devel

- Update to version 18.05+git.20180525:
  * New devices: Euroster 3000TX, Elro DB270 (#683)
  * Add flex spec for Byron BY doorbells (#686)
  * change array separator in csv to ";" otherwise RadioHead ASK output will break csv parsers (#687)
  * create flex dev adhoc and enable csv output (#688)
  * calc stop_time late; better exit messages (#689)
  * add proper reset and gap limit to Quhwa; use repeated rows; add csv output; style update (#691)
  * fix short char buffer
  * Adding interlogix devices driver (#649)
  * fix bitbuffer_extract_bytes clipping unaligned bits
  * fix Interlogix; style
  * Added decoder for Dish Network UHF Remote 6.3 (#700)
  * use actual max protocols
  * Update acurite.c (#704)
  * Acurite 06045M structured data (data_make) cleanup, decoding improvements. (#707)
  * Adjust alarm from 1 second to 3 second
  * Acurite 986 convert to JSON/data_make * Add hack from my branch to work around missing bit
  * Fix typos/misspellings
  * Add conversion hPA/inHG, kPa/PSI (#711)
  * Fix acurite raw_str termination
  * Touch up waveman code style, add missing time field
  * Add PiWM decoding (#724)
  * SimpliSafe Sensor (#721)
  * SimpliSafe style updates
  * Add Pacific PMV-C210 TMPS support (#717)
  * Add preamble option to flex decoder
  * Make intertechno decoder work with ITT-1500 (#694)
  * Convert DSC to structured data (#725)
  * Regularize and extend Acurite 6045M comments (#728)
  * DSC data_make additions. (#730)

OBS-URL: https://build.opensuse.org/request/show/613529
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/rtl_433?expand=0&rev=9
This commit is contained in:
Martin Pluskal
2018-06-04 06:48:15 +00:00
committed by Git OBS Bridge
parent 681b6392ef
commit 0e04a6ef75
6 changed files with 52 additions and 14 deletions

View File

@@ -1,3 +1,40 @@
-------------------------------------------------------------------
Fri Jun 01 20:06:21 UTC 2018 - mardnh@gmx.de
- Update to version 18.05+git.20180525:
* New devices: Euroster 3000TX, Elro DB270 (#683)
* Add flex spec for Byron BY doorbells (#686)
* change array separator in csv to ";" otherwise RadioHead ASK output will break csv parsers (#687)
* create flex dev adhoc and enable csv output (#688)
* calc stop_time late; better exit messages (#689)
* add proper reset and gap limit to Quhwa; use repeated rows; add csv output; style update (#691)
* fix short char buffer
* Adding interlogix devices driver (#649)
* fix bitbuffer_extract_bytes clipping unaligned bits
* fix Interlogix; style
* Added decoder for Dish Network UHF Remote 6.3 (#700)
* use actual max protocols
* Update acurite.c (#704)
* Acurite 06045M structured data (data_make) cleanup, decoding improvements. (#707)
* Adjust alarm from 1 second to 3 second
* Acurite 986 convert to JSON/data_make * Add hack from my branch to work around missing bit
* Fix typos/misspellings
* Add conversion hPA/inHG, kPa/PSI (#711)
* Fix acurite raw_str termination
* Touch up waveman code style, add missing time field
* Add PiWM decoding (#724)
* SimpliSafe Sensor (#721)
* SimpliSafe style updates
* Add Pacific PMV-C210 TMPS support (#717)
* Add preamble option to flex decoder
* Make intertechno decoder work with ITT-1500 (#694)
* Convert DSC to structured data (#725)
* Regularize and extend Acurite 6045M comments (#728)
* DSC data_make additions. (#730)
* Indents
* Acurite TXR/6045 fixes
* Acurite cosmetics fixes
-------------------------------------------------------------------
Mon Feb 26 21:15:42 UTC 2018 - mardnh@gmx.de