From: Andy Spencer Date: Mon, 12 Sep 2011 01:00:24 +0000 (+0000) Subject: Version 0.5.2 X-Git-Url: http://pileus.org/git/?p=~andy%2Faweather-web;a=commitdiff_plain;h=c4bb50cd4c6af50a0344b967abb718c29ab71a30 Version 0.5.2 --- diff --git a/html.ct b/html.ct index 45dc64c..f743157 100644 --- a/html.ct +++ b/html.ct @@ -125,6 +125,14 @@ Content-Type: text/html; charset=UTF-8 <% void print_news(void) { %>

Now that it's spring again, progress on AWeather is continuing.

+
2011-09-12
+
+ AWeather 0.5.2 released:
    +
  • Added new desktop icons
  • +
  • Miscellaneous bug fixes
  • +
+
+
2011-08-25
AWeather 0.5.1 released:
    diff --git a/html.h b/html.h index ee8028e..3367650 100644 --- a/html.h +++ b/html.h @@ -1,13 +1,8 @@ /* Version information */ -#define VERSION "0.5.1" -#define VERSION_LINUX "0.5.1" -#define VERSION_GENTOO "0.5.1" -#define VERSION_DEBIAN "0.5.1" -#define VERSION_UBUNTU "0" +#define VERSION "0.5.2" #define VERSION_WIN32 "0.5.1" -#define VERSION_MACOS "0" -#define VERSION_DESC "Version " VERSION " contains several bug fixes along with updated WMS overlays" +#define VERSION_DESC "Version " VERSION " contains additional bug fixes and new desktop icons" /* Link info */ #define WIKI_INDEX "/code/projects/aweather/wiki"