Distributions
For Debian, Ubuntu, Mint:
[weewx_3.5.0-1_all.deb](http://weewx.com/downloads/released_versions/weewx_3.5.0-1_all.deb)
---
For Redhat, CentOS, Fedora:
[weewx-3.5.0-1.rhel.noarch.rpm](http://weewx.com/downloads/released_versions/weewx-3.5.0-1.rhel.noarch.rpm)
---
For SuSE, OpenSuSE:
[weewx-3.5.0-1.suse.noarch.rpm](http://weewx.com/downloads/released_versions/weewx-3.5.0-1.suse.noarch.rpm)
---
For all operating systems including Linux, BSD, MacOSX. This is the best choice if you intend to customize weewx:
[weewx-3.5.0.tar.gz](http://weewx.com/downloads/released_versions/weewx-3.5.0.tar.gz)
---
**Change log**
Fixed bug that prevented rsync uploader from working.
Fixed bug in wmr300 driver when receiving empty buffers from the station.
The type of MySQL database engine can now be specified. Default is 'INNODB'.
Updated userguide with capabilities of the TE923 driver added in 3.4.0.
Added aggregation type min_ge(val).
Provide better feedback when a driver does not implement a configurator.
Added humidex and appTemp to group_temperature. Fixed issue 96.
Backfill of the daily summary is now done in "tranches," reducing the memory
requirements of MySQL. Thanks to über-user Gary Roderick! Fixes issue 83.
Made some changes in the Vantage driver to improve performance, particularly
with the IP version of the logger. Thanks to user Luc Heijst for nagging
me that the driver could be improved, and for figuring out how.
Plotting routines now use Unicode internally, but convert to UTF-8 if a font
does not support it. Fixes issue 101.
Improved readability of documents on mobile devices. Thank you Chris
Davies-Barnard!
The loop_on_init option can now be specified in weewx.conf
When uploading data to CWOP, skip records older than 60 seconds. Fixes
issue 106.
Added modify_config method to the driver's configuration editor so that drivers
can modify the configuration during installation, if necessary.
The fousb and ws23xx drivers use modify_config to set record_generation to
software. This addresses issue 84.
The wmr100, wmr200, wmr9x8, and wmr300 drivers use modify_config to set
rainRate, heatindex, windchill, and dewpoint calculations to hardware instead
of prefer_hardware since each of these stations has partial packets. This
addresses issue 7 (SF 46).