From aa427dc9dcfdd5b361053efa98d05d5a6eacf6a1 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Mon, 28 Jan 2013 08:00:44 +0000 Subject: [PATCH] Version bump for 0.8 --- html.ct | 11 ++++++++++- html.h | 20 ++++++++++---------- mkfile | 2 +- 3 files changed, 21 insertions(+), 12 deletions(-) diff --git a/html.ct b/html.ct index 4141a21..4f83423 100644 --- a/html.ct +++ b/html.ct @@ -134,6 +134,15 @@ Content-Type: text/html; charset=UTF-8
+
2013-01-28
+
+ AWeather 0.8 released:
    +
  • Adds a compass rose to show (and reset) view rotations
  • +
  • Make radar labels clickable
  • +
  • Many performance and stability improvements
  • +
+
+
2012-12-11
New Website!
    @@ -167,7 +176,7 @@ Content-Type: text/html; charset=UTF-8 if you're very very brave
  • Detailed (but opaque) maps in the map plugin
  • -
  • Automaticlaly save window size and position
  • +
  • Automatically save window size and position
  • Add toggle buttons for county-based and storm-based alerts
  • Miscellaneous bug fixes, including some long-standing rendering artifacts
  • diff --git a/html.h b/html.h index 169f0c2..edc16bf 100644 --- a/html.h +++ b/html.h @@ -1,18 +1,18 @@ /* Version information */ -#define VERSION "0.7" -#define VERSION_GRITS "0.7" -#define VERSION_WIN "0.7" -#define VERSION_MAC "0.7" +#define VERSION "0.8" +#define VERSION_GRITS "0.8" +#define VERSION_WIN "0.8" +#define VERSION_MAC "0.8" -#define VERSION_DESC "Version " VERSION " adds a GPS tracking plugin for Linux " \ - "along with various other updates and bug fixes" +#define VERSION_DESC "Version " VERSION " adds a compass rose, clickable radar labels, " \ + "and a number of bug fixes." /* Link info */ -#define WIKI_INDEX "/code/projects/aweather/wiki" -#define WIKI_INSTALL "/code/projects/aweather/wiki/Install" +#define WIKI_INDEX "/dev/projects/aweather/wiki" +#define WIKI_INSTALL "/dev/projects/aweather/wiki/Install" -#define BUG_LIST "/code/projects/aweather/issues" -#define BUG_NEW "/code/projects/aweather/issues/new" +#define BUG_LIST "/dev/projects/aweather/issues" +#define BUG_NEW "/dev/projects/aweather/issues/new" #define MAIL_LIST "http://pileus.org/mailman/listinfo/dev" #define MAIL_ARCH "http://pileus.org/pipermail/dev/" diff --git a/mkfile b/mkfile index 3a26f21..dea4b2d 100644 --- a/mkfile +++ b/mkfile @@ -20,7 +20,7 @@ images/aweather.ico: ../aweather/data/icons/16x16/aweather.png icotool -c $prereq -o $target images/logo.png: ../aweather/data/icons/scalable/aweather.svg - rsvg -w 130 -h 130 $prereq $target + rsvg-convert -w 130 -h 130 -o $target $prereq clean:V: rm -f *.o *.cgi html.c -- 2.41.0