Merge branch 'master' of github.com:weewx/weewx

This commit is contained in:
Matthew Wall
2015-03-27 09:41:53 -04:00
6 changed files with 12 additions and 0 deletions

View File

@@ -523,6 +523,7 @@
<hr/>
<h1>Day images</h1>
<p>
<img src="daytempdew.png" alt="temperatures" />
<img src="daytempchill.png" alt="heatchill" />
<img src="dayrain.png" alt="rain" />
@@ -533,6 +534,7 @@
<img src="daywindvec.png" alt="Wind Vector" />
<img src="dayrx.png" alt="day rx percent"/>
(No image for extraTemp1)
</p>
<hr/>

View File

@@ -523,6 +523,7 @@
<hr/>
<h1>Day images</h1>
<p>
<img src="daytempdew.png" alt="temperatures" />
<img src="daytempchill.png" alt="heatchill" />
<img src="dayrain.png" alt="rain" />
@@ -533,6 +534,7 @@
<img src="daywindvec.png" alt="Wind Vector" />
<img src="dayrx.png" alt="day rx percent"/>
(No image for extraTemp1)
</p>
<hr/>

View File

@@ -556,6 +556,7 @@
<hr/>
<h1>Day images</h1>
<p>
<img src="daytempdew.png" alt="temperatures" />
<img src="daytempchill.png" alt="heatchill" />
<img src="dayrain.png" alt="rain" />
@@ -570,6 +571,7 @@
#else
(No image for extraTemp1)
#end if
</p>
<hr/>

View File

@@ -3,6 +3,10 @@ weewx change history
X.X.X XX/XX/XX
Weewx now comes with Wunderfixer as part of the standard installation.
Wunderfixer now works with MySQL databases (as well as sqlite), and with
databases in all unit systems.
Fixed bug in 12-hour temperature lookup for calculating station pressure from
sea level pressure when database units are other than US unit system.

View File

@@ -412,6 +412,7 @@ weewx.<span class='changed'>engine</span>.StdReport</pre>
Many skins will work in v3 with no modification required. However,
every search list extension will have to be upgraded, every restful
extension must be upgraded, and some other services must be upgraded.
</p>
<p>
There is no automated upgrade system for extensions; if an extension
must be upgraded, you must do it manually. If the extension has any

View File

@@ -785,6 +785,7 @@ Version: 3.1.0
</li>
<li><a id="acurite">AcuRite Weather Stations.</a> Test on the
<a href="http://www.acurite.com/8-pro-digital-weather-station-with-pc-connect-01036.html">01036RX</a>.
</li>
</ol>
<h1 id="prerequisites">System requirements</h1>