mirror of
https://github.com/weewx/weewx.git
synced 2026-04-18 16:46:56 -04:00
V2.3.1
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"""
|
||||
import time
|
||||
|
||||
__version__="2.3.0"
|
||||
__version__="2.3.1"
|
||||
|
||||
# Holds the program launch time in unix epoch seconds:
|
||||
# Useful for calculating 'uptime.'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
weewx change history
|
||||
--------------------
|
||||
|
||||
2.X.X XX/YY/13
|
||||
2.3.1 04/15/13
|
||||
|
||||
Fixed bug that prevented Fine Offset stations from downloading archive
|
||||
records if the archive database had no records in it.
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
<h1 class="title">Customizing weewx<br />
|
||||
<span class='version'>
|
||||
Version: 2.3.0
|
||||
Version: 2.3.1
|
||||
</span>
|
||||
</h1>
|
||||
<h1>Table of Contents</h1>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
<h1 class="title">Upgrading <span class="code">weewx</span><br/>
|
||||
<span class='version'>
|
||||
Version: 2.3.0
|
||||
Version: 2.3.1
|
||||
</span>
|
||||
</h1>
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ function showtab(tab,id) {
|
||||
|
||||
<h1 class="title">User's Guide to the <span class="code">weewx</span> Weather System<br />
|
||||
<span class='version'>
|
||||
Version: 2.3.0
|
||||
Version: 2.3.1
|
||||
</span>
|
||||
</h1>
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
* Mon Apr 15 2013 Thomas Keffer <tkeffer@gmail.com> - 2.3.1-1
|
||||
- new upstream release
|
||||
* Tue Apr 09 2013 Matthew Wall <mwall@users.sourceforge.net> - 2.3.0-1
|
||||
- new upstream release
|
||||
* Fri Feb 15 2013 Matthew Wall <mwall@users.sourceforge.net> - 2.2.1-1
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
weewx (2.3.1-1) unstable; urgency=low
|
||||
* new upstream release
|
||||
-- Thomas Keffer <tkeffer@gmail.com> Mon, 15 Apr 2013 09:06:33 -0700
|
||||
weewx (2.3.0-1) unstable; urgency=low
|
||||
* ensure that prerm stops any running process on upgrade, not just remove
|
||||
* new upstream release
|
||||
|
||||
@@ -29,7 +29,7 @@ WEEWX_ROOT = /home/weewx
|
||||
socket_timeout = 20
|
||||
|
||||
# Do not modify this - it is used by setup.py when installing and updating.
|
||||
version = 2.3.0
|
||||
version = 2.3.1
|
||||
|
||||
##############################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user