]> Pileus Git - ~andy/aweather-web/commitdiff
Version bump for 0.8
authorAndy Spencer <andy753421@gmail.com>
Mon, 28 Jan 2013 08:00:44 +0000 (08:00 +0000)
committerAndy Spencer <andy753421@gmail.com>
Mon, 28 Jan 2013 08:00:44 +0000 (08:00 +0000)
html.ct
html.h
mkfile

diff --git a/html.ct b/html.ct
index 4141a21ce633c4ce7beb751fac26361ecab96ff2..4f8342346318291d826d3659c93a494d445ac439 100644 (file)
--- a/html.ct
+++ b/html.ct
@@ -134,6 +134,15 @@ 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">
+               <dt>2013-01-28</dt>
+               <dd>
+                       AWeather 0.8 released: <ul>
+                               <li>Adds a compass rose to show (and reset) view rotations</li>
+                               <li>Make radar labels clickable</li>
+                               <li>Many performance and stability improvements</li>
+                       </ul>
+               </dd>
+
                <dt>2012-12-11</dt>
                <dd>
                        New Website!<ul>
@@ -167,7 +176,7 @@ Content-Type: text/html; charset=UTF-8
                                        if you're very very brave</li>
                                </ul></li>
                                <li>Detailed (but opaque) maps in the map plugin</li>
-                               <li>Automaticlaly save window size and position</li>
+                               <li>Automatically save window size and position</li>
                                <li>Add toggle buttons for county-based and storm-based alerts</li>
                                <li>Miscellaneous bug fixes, including some long-standing rendering artifacts</li>
                        </ul>
diff --git a/html.h b/html.h
index 169f0c229bd2436463c7bdadbb5f030b5ca24ecc..edc16bfb1565c817cf5b4d0ffbe0826ce994ef10 100644 (file)
--- 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 3a26f212d6fec08b589333019da457721afc613a..dea4b2d9b97de7e7b5a24652e104c17491badfe7 100644 (file)
--- 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