Commit 6fa971ade3d0d258080a644bf6619d07ac87a28e

brlcad 2008-05-04T04:46:58

annotate that sam fixed many bugs related to memory corruption, leaks, and prevented/fixed more than a handful of bugs through inspection and valgrinding

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/NEWS b/NEWS
index 4b28799..3ac63b1 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,8 @@ versions have changes attributed per contributor.
 --- 2008-XX-XX  Release 2.1.3                                      ---
 ----------------------------------------------------------------------
 
+    * Fixed several memory corruption and crash bugs - Sam Hocevar
+    * Fixed several memory leaks - Sam Hocevar
     * The library now also exports a pure C interface - Éric Beets
     * Inset/outset contour support for fonts - Éric Beets
     * Fix the FTLayout rendering - Éric Beets