From 100c2ec5b524ab45918d6ecfc169ef95dd46d09f Mon Sep 17 00:00:00 2001 From: dickelbeck Date: Fri, 18 Jan 2008 06:57:25 +0000 Subject: [PATCH] add boost C++ installation instructions --- change_log.txt | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/change_log.txt b/change_log.txt index 579b079b27..c4f5c6d0d2 100644 --- a/change_log.txt +++ b/change_log.txt @@ -4,36 +4,43 @@ Started 2007-June-11 Please add newer entries at the top, list the date and your name with email address. -2007-Dec-16 UPDATE Jean-Pierre Charras + +2008-Jan-18 UPDATE Dick Hollenbeck +================================================================================ + how-to-build-kicad.txt: added the Boost C++ Libraries installation info + and requirement. + + +2008-Jan-16 UPDATE Jean-Pierre Charras ================================================================================ +pcbnew: - Move Zone outlines added - Zone outline DRC works (needs improvements) - some bugs solved, but polyline.cpp still needs work. - gendrill: code cleaning. + Move Zone outlines added + Zone outline DRC works (needs improvements) + some bugs solved, but polyline.cpp still needs work. + gendrill: code cleaning. -2007-Dec-14 UPDATE Jean-Pierre Charras +2008-Jan-14 UPDATE Jean-Pierre Charras ================================================================================ +pcbnew: - code cleaning: - DRAWSEGMENT class functions moved in the new files class_drawsegment.cpp et .h + code cleaning: + DRAWSEGMENT class functions moved in the new files class_drawsegment.cpp et .h -2007-Dec-12 UPDATE Jean-Pierre Charras +2008-Jan-12 UPDATE Jean-Pierre Charras ================================================================================ +eeschema: - missing footprints in export netlist (bug 1867321) - Affected: PadsPcb converter did not list all footprints + missing footprints in export netlist (bug 1867321) + Affected: PadsPcb converter did not list all footprints +pcbnew: - fixed: memory not freeed in block copy (minor bug) - Support for micro vias (generation of drill files not finished) + fixed: memory not freeed in block copy (minor bug) + Support for micro vias (generation of drill files not finished) 2008-jan-06 UPDATE Jean-Pierre Charras ================================================================================ +pcbnew: Block commands now works with zones. - Some code cleanning. + Some code cleanning. 2008-Jan-5 UPDATE Dick Hollenbeck