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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
|
### libmateweather 1.23.0
tx: sync with transifex
Remove trailing whitespaces
Change url project's website
locations: change weather station for Rostov-on-Don, Russia
### libmateweather 1.22.0
* Translations update
* Initialize Travis CI support
* disable deprecation warnings for distcheck
* locations: Clean up municipalities of Puerto Rico
### libmateweather 1.21.0
* Translations update
* locations: Add Feira de Santana, Brazil
* test_sun_moon.c: remove unused variable
* weather-moon: fix weird thing in comments
* metar: fix searching for string to parse
* metar: fix indent somewhat
### libmateweather 1.20.0
* Translations update
* building: bump required glib version to 2.50.0
* building: bump required gtk+ version to 3.22
* Revert "Fix soup_session_async_new () deprecation warning"
* Revert "remove warning on unused bsun by actually testing value"
* Revert "Start reducing weather spam by creating intial cut of weather_info_equal ()
* Revert "Add timeout, actully invalidate session in weather_info_abort"
* locations: Add Radom, Poland
* Locations: add Zhukovsky airport (Moscow, Russia)
* Locations: fix Sheremetyevo airport name (Moscow, Russia)
### libmateweather 1.19.1
* Translations update
* Add timeout, actully invalidate session in weather_info_abort
* Start reducing weather spam by creating intial cut of weather_info_equal ()
function that will help apps determine if two WeatherInfo instances are 'the same'
enough to not bother with a notification
* remove warning on unused bsun by actually testing value
* Fix soup_session_async_new () deprecation warning
* Add missing Polish cities with airports
* Restore Polish translation credits from GNOME
### libmateweather 1.19.0
* Fix Novosibirsk timezone
* Add Ceiba in Puerto Rico
* doc: drop ancient MateConf references and some other stuff
* remove ancient NEWS.GNOME
* Update cities of Kazakhstan.
* actually check the $GIO_REQUIRED variable's value
* Translations update
### 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: move Indonesia under Asia region
* 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
|