### libmateweather 1.22.0
* Translations update
* Initialize Travis CI support
* disable deprecation warnings for distcheck
* locations: Clean up municipalities of Puerto Rico
locations: Add Radom, Poland
Locations: add Zhukovsky airport (Moscow, Russia)
Locations: fix Sheremetyevo airport name (Moscow, Russia)
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
Fix Novosibirsk timezone
Add Ceiba in Puerto Rico
doc: drop ancient MateConf references and some other stuff
Update cities of Kazakhstan.
actually check the $GIO_REQUIRED variable’s value
Translations update
libmateweather is a libgnomeweather fork.
libmateweather is a library to access weather information from online
services for numerous locations.
libmateweather isn't supported in the devel platform, which means OS vendors
won't guarantee the API/ABI long-term, but authors of open source apps
should feel free to use libmateweather as users can always recompile against
a new version.
To use libmateweather in your code, you need to define the
MATEWEATHER_I_KNOW_THIS_IS_UNSTABLE preprecessor symbol, e.g. by adding
-DMATEWEATHER_I_KNOW_THIS_IS_UNSTABLE to your CFLAGS.