Author: matt
Date: 2010-11-14 12:27:03 -0800 (Sun, 14 Nov 2010)
New Revision: 564
Log:
Added 'Known issues' to FLTK 1.1, Will remove bug list entries instead.

Modified:
   trunk/roadmap.php

Modified: trunk/roadmap.php
===================================================================
--- trunk/roadmap.php   2010-07-03 23:45:16 UTC (rev 563)
+++ trunk/roadmap.php   2010-11-14 20:27:03 UTC (rev 564)
@@ -4,15 +4,21 @@
 
 // List of versions that are planned...
 $versions = array(
-  "1.1"  => "FLTK 1.1.x is the former stable development branch. "
+  "1.1"  => "<p>FLTK 1.1.x is the former stable development branch. "
            ."It is no longer being maintained, and any bug fixes will be "
-          ."applied against FLTK 1.3.x.",
+          ."applied against FLTK 1.3.x.</p>"
+          ."<p>Known issues:<ul>"
+          ."<li>Fl_Glut_Window does not handle mouse wheel events</li>"
+          ."<li>library can not be built on OS X with --enable-shared</li>"
+          ."<li>font configuration fails if no local fonts are found 
(x11)</li>"
+          ."<li><tt>fltk-config --libs --use-*</tt> produces bad newlines</li>"
+          ."</ul>We recommend using the active FLTK 1.3.0 branch instead.</p>",
   "1.2"  => "FLTK 1.2 is not available any longer. Please use the latest "
            ."1.1.x release for a stable release, or 1.3.x if you feel like "
            ."sacrificing some stability for utf8 support and other new "
            ."features.",
   "1.3"  => "FLTK 1.3 is the current stable development branch based on "
-           ."FLTK 1.1.8. It will add internationalization, UTF-8 (Unicode), "
+           ."FLTK 1.1.10. It adds internationalization, UTF-8 (Unicode), "
           ."and printing support, Doxygen based documentation, and several "
           ."new widgets including Fl_Native_File_Chooser, Fl_Table, and "
           ."Fl_Tree_View.",
@@ -123,7 +129,7 @@
             ."<td align='center'><a href='str.php?L$id'>$status</a></td>"
             ."<td align='center'><a href='str.php?L$id'>$priority</a></td>");
         if ($LOGIN_LEVEL >= AUTH_DEVEL)
-          print("<td align='center'><td><a 
href='str.php?U$id+P0+S-2+C0+I0+E0+M10+Q'>M</a></td>");
+          print("<td align='center'><td><a 
href='str.php?U$id+P0+S-2+C0+I0+E0+Q'>M</a></td>");
        html_end_row();
       }
 

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to