From c4bb50cd4c6af50a0344b967abb718c29ab71a30 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Mon, 12 Sep 2011 01:00:24 +0000 Subject: [PATCH] Version 0.5.2 --- html.ct | 8 ++++++++ html.h | 9 ++------- 2 files changed, 10 insertions(+), 7 deletions(-) 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" -- 2.41.0