Update release notes and docs for 2.3 release
This commit is contained in:
6
NEWS
6
NEWS
@@ -9,6 +9,12 @@
|
|||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
|
|
||||||
|
2.3 Release
|
||||||
|
-----------
|
||||||
|
Fixed a regression in the correlate function which reintroduced the
|
||||||
|
wrong (old) URLs for zone-specific data sources, and corrected the
|
||||||
|
entries in the zones file accordingly.
|
||||||
|
|
||||||
2.2 Release
|
2.2 Release
|
||||||
-----------
|
-----------
|
||||||
Fixed a bug where the setpath search order was effectively being
|
Fixed a bug where the setpath search order was effectively being
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
.TH weather 1 "2016\-10\-05" "2.2" \" -*- nroff -*-
|
.TH weather 1 "2016\-11\-08" "2.3" \" -*- nroff -*-
|
||||||
\" Copyright (c) 2006-2016 Jeremy Stanley <fungi@yuggoth.org>.
|
\" Copyright (c) 2006-2016 Jeremy Stanley <fungi@yuggoth.org>.
|
||||||
\" Permission to use, copy, modify, and distribute this software is
|
\" Permission to use, copy, modify, and distribute this software is
|
||||||
\" granted under terms provided in the LICENSE file distributed with
|
\" granted under terms provided in the LICENSE file distributed with
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ weather_copyright = """\
|
|||||||
# provided in the LICENSE file distributed with this software.
|
# provided in the LICENSE file distributed with this software.
|
||||||
#"""
|
#"""
|
||||||
|
|
||||||
weather_version = "2.2"
|
weather_version = "2.3"
|
||||||
|
|
||||||
radian_to_km = 6372.795484
|
radian_to_km = 6372.795484
|
||||||
radian_to_mi = 3959.871528
|
radian_to_mi = 3959.871528
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
.TH weatherrc 5 "2016\-10\-05" "2.2" \" -*- nroff -*-
|
.TH weatherrc 5 "2016\-11\-08" "2.3" \" -*- nroff -*-
|
||||||
\" Copyright (c) 2006-2016 Jeremy Stanley <fungi@yuggoth.org>.
|
\" Copyright (c) 2006-2016 Jeremy Stanley <fungi@yuggoth.org>.
|
||||||
\" Permission to use, copy, modify, and distribute this software is
|
\" Permission to use, copy, modify, and distribute this software is
|
||||||
\" granted under terms provided in the LICENSE file distributed with
|
\" granted under terms provided in the LICENSE file distributed with
|
||||||
|
|||||||
Reference in New Issue
Block a user