[SimBot-commits] CVS: simbot ChangeLog,1.72,1.73
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2005-05-06 00:01:44
|
Update of /cvsroot/simbot/simbot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25727 Modified Files: ChangeLog Log Message: Added %weather forecast <zip> to get the forecast for that zip. Index: ChangeLog =================================================================== RCS file: /cvsroot/simbot/simbot/ChangeLog,v retrieving revision 1.72 retrieving revision 1.73 diff -u -d -p -r1.72 -r1.73 --- ChangeLog 5 May 2005 03:48:31 -0000 1.72 +++ ChangeLog 6 May 2005 00:01:34 -0000 1.73 @@ -1,3 +1,11 @@ +Version 1.0 alpha: (05 May 2005) + * tools/create_zip_db.pl: + - Creates the USzip file, a SQLite DB of US zip codes circa 1999 from + US census data. This file lets us match zip codes to lat/long. + * plugins/weather.pl: + - Slightly better forecast support, you can now use + %weather forecast <zip> to get the forecast for your zip code. + Version 1.0 alpha: (04 May 2005) * plugins/weather.pl: - Forecast support; %weather <lat> <long> will give a forecast or break |