==================== 2.23.91 ==================== 2008-09-01 Vincent Untz * configure.in: * NEWS: version 2.23.91 2008-09-01 Vincent Untz * configure.in: * libgweather/Makefile.am: * libgweather/gweather-uninstalled.pc.in: Add a gweather-uninstalled.pc.in file. Based on patch by Damien Carbery Fix bug #510125 2008-08-25 Dan Winship * data/Locations.xml.in: fix cut+paste 2008-08-25 Dan Winship * data/city-fixups.pl: Remove duplicate Bangkok, Thailand under a separate name. #548630. * data/station-fixups.pl: Fix typo in MMGL (Guadalajara, Mexico) #549047. Rename VTBD (Don Muang, Thailand) to "Bangkok" to avoid adding a useless extra entry (especially since that entry was buggy for another reason anyway). #548630. * data/Locations.xml.in: Regen. Adds the string "Guadalajara", but that was there in 2.22 so translations of it are already available. * data/Makefile.am (rebuild-locations, locationdb.sqlite): Fix; city-fixups.pl and station-fixups.pl changes require a locationdb rebuild, not just Locations.xml.in 2008-08-19 Vincent Untz * configure.in: fix --with-zoneinfo-dir to actually work. Patch by Matt Keenan . Fix bug #548440 2008-08-06 Dan Winship * data/update-locations.py: Output using decimal degrees rather than converting them to degrees/minutes/seconds to write them to Locations.xml.in and then having libgweather immediately convert them back when it reads them in. (Also, the decimal form is easier to use with google maps, etc.) * data/Locations.xml.in: regen (only changed) * libgweather/gweather-location.c (parse_coordinates): parse decimal degrees rather than d/m/s. 2008-08-05 Dan Winship * data/build-locationdb.pl: Mark PPLA ("state capital") cities as importance 1, not importance 2 (meaning we won't create entries for them automatically). Importance=2 worked well for some countries, but for most countries it just ends up creating a whole lot of cruft. * data/update-locations.py: Fix a regexp to not mangle the spacing around "/" in some cases. (LocBase.__init__, LocBase.print_xml): Handle when regenerating Locations.xml.in (Country.__init__, City.print_xml): Fix the comments on cities to insert "the" where needed. (eg, "a city in the United States", not "a city in United States"). * data/Locations.xml.in: Regenerate, dropping 629 cities, changing a bunch of comments 2008-08-05 Jens Granseuer * libgweather/gweather-xml.c: (gweather_xml_parse_node): remove redundant semicolon that breaks the build with gcc 2 (bug #546325) 2008-08-04 Vincent Untz * configure.in: post-release bump to 2.23.90 ==================== 2.23.6 ====================