### libmateweather 1.28.0 * Translations update * The url with 'www.' is a permanent redirect (308) to the url without it * timezone: declare 'tzdir' as 'const char' ### libmateweather 1.27.1 * Translations update * fix some location names * Dataserver url changed * Use TZDIR for ZONEINFO_DIR if the variable is set. * Fix -Wincompatible-pointer-types-discards-qualifiers warning * Chicago area updates ### libmateweather 1.27.0 * rename Europe/Kiev to Europe/Kyiv (#115) * Fix build warnings about missing field initializer (#102) * Translations update * configure.ac: The macro 'AC_HELP_STRING' is obsolete (#112) * tx: update resource * tx: migrate config file * configure.ac: Bump Autoconf version because of LT_INIT * locations: add San Miguel de Tucuman (Argentina) * ci: drop -Wunused-parameter compiler cflag from debian build * Use a blank line at most * tx: add transifex config for locations.pot * add locations.pot * generate locations.pot with makepot * Corrections ### libmateweather 1.26.0 * Translations update * Using soup_session_new replaces the deprecated soup_session_async_new * use irc.libera.chat for notifications * use TLS certificate verification for libsoup session * locations: drop Berlin Tegel * add 2 brazil cities * build: underline package name and version in configure summary * build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME * Install icons in fallback icon theme * README: Fix typo mistakes * README: How to translate the default location data * Remove USE_MATE2_MACROS from autogen.sh (legacy) * locations: update cities in Thailand * po-locations: Upgrade extract.xsl after migrating to gettext ### libmateweather 1.25.0 * Translations update * add git.mk to generate .gitignore * Revert "avoid deprecated soup_session_async_new" * Locations: America/Godthab was renamed to America/Nuuk * weather-iwin: Remove the warning about ‘GTimeVal’ is deprecated * build: silent build warnings for distcheck * build: use default MATE_COMPILE_WARNINGS level * IWIN: use GDateTime for getting current date * weather: use round for rounding floats ### libmateweather 1.24.0 * build: show compiler flags on configuration summary * Translations update * use the same translator comments for xgettext * migrate from intltool to gettext * Regen po files for po-locations * Locations: Add Lleida–Alguaire Airport * avoid deprecated soup_session_async_new ### libmateweather 1.23.0 * Translations update * 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