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 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188
|
### libmateweather 1.26.3
* Translations update
* The url with 'www.' is a permanent redirect (308) to the url without it
### libmateweather 1.26.2
* Translations update
* Tbilisi, Georgia (Country) IATA Airport code (TBS) changed to ICAO code (UGTB)
* fix some location names
* Dataserver url changed
### libmateweather 1.26.1
* Translations update
* rename Europe/Kiev to Europe/Kyiv (#115)
* Chicago area updates
* locations: add San Miguel de Tucuman (Argentina)
* add locations.pot
* Corrections according to the linguistic counsel
### 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
|