From: Jeremy Stanley Date: Tue, 8 Nov 2016 00:03:25 +0000 (+0000) Subject: Update release notes and docs for 2.3 release X-Git-Tag: 2.3^0 X-Git-Url: https://www.yuggoth.org/gitweb?p=weather.git;a=commitdiff_plain;h=915f1b8d7d104e8fec75018bb470051f96f5abee Update release notes and docs for 2.3 release --- diff --git a/NEWS b/NEWS index cb84b83..9287004 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,12 @@ .. 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 ----------- Fixed a bug where the setpath search order was effectively being diff --git a/weather.1 b/weather.1 index bf94c84..e862ada 100644 --- a/weather.1 +++ b/weather.1 @@ -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 . \" Permission to use, copy, modify, and distribute this software is \" granted under terms provided in the LICENSE file distributed with diff --git a/weather.py b/weather.py index c375f95..b5b71a1 100644 --- a/weather.py +++ b/weather.py @@ -6,7 +6,7 @@ weather_copyright = """\ # provided in the LICENSE file distributed with this software. #""" -weather_version = "2.2" +weather_version = "2.3" radian_to_km = 6372.795484 radian_to_mi = 3959.871528 diff --git a/weatherrc.5 b/weatherrc.5 index 1481604..a27bd5c 100644 --- a/weatherrc.5 +++ b/weatherrc.5 @@ -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 . \" Permission to use, copy, modify, and distribute this software is \" granted under terms provided in the LICENSE file distributed with