Revision: 75566
          http://sourceforge.net/p/brlcad/code/75566
Author:   brlcad
Date:     2020-04-23 03:13:03 +0000 (Thu, 23 Apr 2020)
Log Message:
-----------
fixed bw-png writing corrupted png files on windows, but there are many others 
that require similar attention.

Modified Paths:
--------------
    brlcad/trunk/NEWS
    brlcad/trunk/TODO

Modified: brlcad/trunk/NEWS
===================================================================
--- brlcad/trunk/NEWS   2020-04-23 03:07:09 UTC (rev 75565)
+++ brlcad/trunk/NEWS   2020-04-23 03:13:03 UTC (rev 75566)
@@ -14,6 +14,7 @@
 --- 20XX-XX-XX  Release 7.XX.X                                     ---
 ----------------------------------------------------------------------
 
+* fixed bw-png writing corrupted png files on Windows - Sean Morrison
 * fixed startup dimensions of overlap checker window - Nick Reed
 * fixed rtedge line drawing color when using -W flag - Cliff Yapp
 * added -F option to lint cmd to test specifc solid types - Cliff Yapp

Modified: brlcad/trunk/TODO
===================================================================
--- brlcad/trunk/TODO   2020-04-23 03:07:09 UTC (rev 75565)
+++ brlcad/trunk/TODO   2020-04-23 03:13:03 UTC (rev 75566)
@@ -146,6 +146,10 @@
 THESE ARE UNSCHEDULED BACKLOG TASKS
 -----------------------------------
 
+* audit/fix all of the src/util and src/fb utilities to ensure they
+  set binary mode (setmode O_BINARY) when writing out files.  at quick
+  glance, there are many (about 50) that still do not.
+
 * replace los references/terminology with span, len, dist, factor, etc
   accordingly since los is ambiguous and a source of user confusion.
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to