From 39325b047ef57a150cc445a8349e4fe9c5318530 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Thu, 16 Feb 2012 23:40:11 +0000 Subject: [PATCH] Version 0.7 --- html.ct | 20 +++++++++++++++++++- html.h | 12 ++++++------ mkfile | 2 +- 3 files changed, 26 insertions(+), 8 deletions(-) diff --git a/html.ct b/html.ct index 6154d6f..07f8ddf 100644 --- a/html.ct +++ b/html.ct @@ -131,6 +131,23 @@ Content-Type: text/html; charset=UTF-8
+
2012-02-16
+
+ AWeather 0.7 released:
    +
  • Added a GPS plugin that using + GPSd
      +
    • Written by Adam Boggs and based on the + BrainStorm + storm chasing tool
    • +
    • Linux only, or maybe Mac or Windows + if you're very very brave
    • +
  • +
  • Automaticlaly save window size and position
  • +
  • Add toggle buttons for county-based and storm-based alerts
  • +
  • Miscellaneous bug fixes, including some long-standing rendering artifacts
  • +
+
+
2012-01-10
AWeather 0.6.3 released:
    @@ -141,7 +158,7 @@ Content-Type: text/html; charset=UTF-8
(p.s. AWeather 0.6.2 doesn't exist, you never - heard of it, and neither have I) + heard of it, and neither have I)
2011-11-25
@@ -489,6 +506,7 @@ Content-Type: text/html; charset=UTF-8
  • Automatic updating
  • Warning/Watch/Advisory display
  • +
  • GPS tracking and logging
  • Surface and map overlays
  • Terrain rendering
  • diff --git a/html.h b/html.h index fbfb82c..78e5f10 100644 --- a/html.h +++ b/html.h @@ -1,11 +1,11 @@ /* Version information */ -#define VERSION "0.6.3" -#define VERSION_GRITS "0.6.3" -#define VERSION_WIN "0.6.3" -#define VERSION_MAC "0.6.3" +#define VERSION "0.7" +#define VERSION_GRITS "0.7" +#define VERSION_WIN "0.7" +#define VERSION_MAC "0.7" -#define VERSION_DESC "Version " VERSION " adds support for Mac OS X and " \ - "provides an improved User Guide" +#define VERSION_DESC "Version " VERSION " a GPS tracking plugin for Linux " \ + "along with various other updates and bug fixes" /* Link info */ #define WIKI_INDEX "/code/projects/aweather/wiki" diff --git a/mkfile b/mkfile index 4b7a69f..4968365 100644 --- a/mkfile +++ b/mkfile @@ -12,7 +12,7 @@ index.cgi: index.o html.o %.c: %.ct $CT -o $target $prereq -manual.inc: ../docs/userguide.ad +manual.inc: ../aweather/docs/userguide.ad asciidoc -s -a toc -a numbered -b xhtml11 -o- $prereq \ | awk -f toc.awk > $target -- 2.41.0