2008-10-22 Vincent Untz * configure.in: * NEWS: version 2.24.1 2008-10-22 Vincent Untz * python/Makefile.am: try to fix distcheck 2008-10-22 Vincent Untz * python/Makefile.am: try to fix distcheck 2008-10-17 Dan Winship * libgweather/weather.c (weather_info_network_error): Add this so we can distinguish "the requested code was invalid" from "we couldn't access the METAR site". Needed for #556776 * libgweather/weather-metar.c (metar_finish): set network_error if the soup request gets a "transport error" status code, or if it gets back an HTML page that looks like it didn't come from the METAR server. 2008-10-17 Dan Winship * libgweather/Makefile.am (libgweather_la_LIBADD): add -lm. #551215, Frederic Peters. * libgweather/gweather.pc.in: move -lm from Libs to Libs.private * libgweather/gweather-location.h: remove unused types. #546317 * libgweather/gweather-timezone.c (gweather_timezones_parse_xml): don't return NULL (and cause a crash) if a timezone name is unrecognized; just ignore that timezone. Part of #553838. * libgweather/weather.c (weather_session_new): new utility to create a SoupSession, using the GConf proxy settings. Sort of addresses #552580. 2008-10-14 Dan Winship * data/Locations.xml.in: The Mexican states of Chihuahua, Nayarit, Sinaloa, and Sonora are in Mountain Time, not Central Time. #556322, Christopher Aillon. 2008-09-29 Dan Winship * python/Makefile.am (EXTRA_DIST): dist gweather.defs (and move EXTRA_DIST outside the if ENABLE_PYTHON). #554086, Emilio Pozuelo Monfort. 2008-09-29 Dan Winship * libgweather/weather.c (gweather_gettext): gettext wrapper that ensures bindtextdomain() and bind_textdomain_codeset() have been called for our GETTEXT_PACKAGE. * libgweather/weather-priv.h: Prototype gweather_gettext, #define _() in terms of it. * libgweather/gweather-gconf.c: * libgweather/gweather-prefs.c: * libgweather/weather-iwin.c: * libgweather/weather-metar.c: * libgweather/weather-wx.c: Remove glib/gi18n-lib.h includes, add weather-priv.h include, where needed #535865, based on a patch from Minoru Hashima. 2008-09-22 Vincent Untz * configure.in: post-release bump to 2.24.1 ==================== 2.24.0 ====================