blob: 6a4ac76a121d2b0e2a95f0a7728dd5d87bebbdea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
### libmateweather 1.18.0
* NEWS: use consistent, project wide, markdown-like formatting
to make generating release announcements easier
* Move to GTK+3 (require GTK+ >= 3.14), drop GTK+2 code and
--with-gtk build option
* Drop Python bindings and --enable-python build option (won't
work with GTK+3)
* Locations: add Dunedin, New Zealand
* Locations: add Yogyakarta, Indonesia
* Locations: correct coordinates for Pune, India
* Translations update
### libmateweather 1.16.1
* Locations: rename Rangoon timezone to Yangon, following
tzdata 2016g change. Due to this, tzdata 2016g or newer
is now required for build.
* Locations: fix a couple of issues in Russian translation
* Translations update
### libmateweather 1.16.0
* Locations: update ICAO code for Quito, Ecuador
* Locations: correct coordinates for Minsk airport (code UMMS)
* Translations update
### libmateweather 1.14.3
* IWIN: use new server address to fix forecast
### libmateweather 1.14.2
* METAR: switch to https and use recommended method of data retrieval
(as per https://aviationweather.gov/dataserver/bestpractices).
### libmateweather 1.14.1
* METAR: switch to aviationweather.gov as weather.noaa.gov
is discontinued
* Locations: correct Russian translation and tz-hint for Shymkent
* Translations update
* Make distcheck use currently selected GTK+ version
### libmateweather 1.14.0
* Drop obsolete build flags
* Small fix in schema
* Translations update
* Add Changelog generation
### libmateweather 1.12.1
* Translations update
### libmateweather 1.12.0
* Location updates for timezones
* Retrieve strings directly from gschema (requires intltool 0.50.1)
* Some more fixes and cleanups
### libmateweather 1.10.0
* Bugfixes
### libmateweather 1.8.0
* Drop libsoup-gnome dependency
* Add GTK3 support
|