]> Pileus Git - ~andy/aweather-web/commitdiff
Update for 0.6.1
authorAndy Spencer <andy753421@gmail.com>
Fri, 25 Nov 2011 08:19:21 +0000 (08:19 +0000)
committerAndy Spencer <andy753421@gmail.com>
Fri, 25 Nov 2011 08:19:21 +0000 (08:19 +0000)
html.ct
html.h

diff --git a/html.ct b/html.ct
index 29534156dfd3f708855996706f54ef197296fe0c..f7de7147835b369f2518d94414994a5fdf5a42ee 100644 (file)
--- a/html.ct
+++ b/html.ct
@@ -131,6 +131,14 @@ Content-Type: text/html; charset=UTF-8
        <!-- It's not really spring anymore :/ -->
        <!-- <p class="quote">Now that it's spring again, progress on AWeather is continuing.</p> -->
        <dl class="news">
        <!-- It's not really spring anymore :/ -->
        <!-- <p class="quote">Now that it's spring again, progress on AWeather is continuing.</p> -->
        <dl class="news">
+               <dt>2011-11-25</dt>
+               <dd>
+                       AWeather 0.6.1 released: <ul>
+                               <li>Added a Radar menu to quickly jump to a NEXRAD/WSR-88D site</li>
+                               <li>Fixed a bunch of 64-bit bugs</li>
+                       </ul>
+               </dd>
+
                <dt>2011-11-03</dt>
                <dd>
                        AWeather 0.6 released: <ul>
                <dt>2011-11-03</dt>
                <dd>
                        AWeather 0.6 released: <ul>
diff --git a/html.h b/html.h
index 7960d41d8001d026a20fdc4e653392b78191c899..38020d78579d7a3a0b0ed5e752067bed8e591f3c 100644 (file)
--- a/html.h
+++ b/html.h
@@ -1,10 +1,9 @@
 /* Version information */
 /* Version information */
-#define VERSION        "0.6"
-#define VERSION_WIN32  "0.6"
+#define VERSION        "0.6.1"
+#define VERSION_WIN32  "0.6.1"
 
 
-#define VERSION_DESC   "Version " VERSION " adds a new \"Alert\" plugin for "    \
-                      "displaying Warnings, Watches, and Advisories issued by " \
-                      "the National Weather Services"
+#define VERSION_DESC   "Version " VERSION " adds a Radar menu for quickly " \
+                      "jumping to a NEXRAD site and also fixes some bugs"
 
 /* Link info */
 #define WIKI_INDEX   "/code/projects/aweather/wiki"
 
 /* Link info */
 #define WIKI_INDEX   "/code/projects/aweather/wiki"