Author: kake Date: 2012-05-07 15:11:28 +0100 (Mon, 07 May 2012) New Revision: 1397
Modified: website/preview/includes/latest_news.inc website/preview/news.shtml Log: Added news on release 0.67.
Modified: website/preview/includes/latest_news.inc =================================================================== --- website/preview/includes/latest_news.inc 2012-05-07 12:16:09 UTC (rev 1396) +++ website/preview/includes/latest_news.inc 2012-05-07 14:11:28 UTC (rev 1397) @@ -1,15 +1,19 @@ <!-- begin latest_news -->
<div class="news_date"> -April 13, 2012 +May 7, 2012 </div>
-<p>Version 0.66 of OpenGuides was released yesterday by our new CPAN release -manager, Bob Walker. This includes various usability fixes, new CSS hooks, -and a switch to Geo::Coordinates::* modules rather than the old -Geography::NationalGrid::* ones (which no longer exist on CPAN).</p> +<p>Version 0.67 of OpenGuides was released today, with several major +changes and bugfixes.</p>
-<p>We now require version 2.24 of Template (for its text virtual methods, -needed to create the abovementioned CSS hooks).</p> +<p>We now use <a href="http://leaflet.cloudmade.com/">Leaflet</a> as +our JavaScript mapping library, with OpenStreetMap and MapQuest tiles +as default. JSON output has been added or improved on several types +of pages, including index pages and user preferences. A basic +stylesheet is now included in the distribution, and a long-standing +recent changes bug has been fixed. Finally, it's now possible to +index on category and locale at the same time (so you can view e.g. a +list or map of all pubs in Holborn).</p>
<!-- end latest_news -->
Modified: website/preview/news.shtml =================================================================== --- website/preview/news.shtml 2012-05-07 12:16:09 UTC (rev 1396) +++ website/preview/news.shtml 2012-05-07 14:11:28 UTC (rev 1397) @@ -32,6 +32,18 @@ <!--#include virtual="includes/latest_news.inc" -->
<div class="news_date"> +April 13, 2012 +</div> + +<p>Version 0.66 of OpenGuides was released yesterday by our new CPAN release +manager, Bob Walker. This includes various usability fixes, new CSS hooks, +and a switch to Geo::Coordinates::* modules rather than the old +Geography::NationalGrid::* ones (which no longer exist on CPAN).</p> + +<p>We now require version 2.24 of Template (for its text virtual methods, +needed to create the abovementioned CSS hooks).</p> + +<div class="news_date"> February 25, 2009 </div>
openguides-commits@lists.openguides.org