← Back to team overview

kicad-developers team mailing list archive

Re: Yet another 4.0.7 release bug.

 

Wayne, while 4.0.7 is delayed again would you accept another small patch
(attached)? There are a couple libraries that are very common but not
included for whatever reason in the template project - I think they used
to be? - and it's been confusing a lot of novices who are a bit
intimidated by having to dig around in /usr/share just to use a switch.
Attached patch adds 'switches', 'motors', and 'relays' to the default.

-- 
Chris

On Mon, Jul 31, 2017 at 09:56:40AM -0400, Wayne Stambaugh wrote:
> JP discovered a pretty serious bug in the PS and PDF plot code which
> causes mirrored text to be plotted incorrectly.  Normally I would not
> let something like this hold up a release but I know there are users who
> etch boards using PS plots so I want to fix this before we release
> 4.0.7.  Please hold off on making 4.0.7 builds available for the time
> being.  As soon as I have a fix, I will re-tag 4.0.7 yet again and let
> everyone know.  Sorry about the mess but I really don't want to spin a
> 4.0.8 if I don't have to.  I appreciate everyone's patience.
> 
> Cheers,
> 
> Wayne
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>From c69797f0d94d99f939cf3e70b5a90d91b707d7d2 Mon Sep 17 00:00:00 2001
From: Chris Pavlina <pavlinac@xxxxxxxxxxxx>
Date: Mon, 31 Jul 2017 10:04:15 -0600
Subject: [PATCH] Add several missing libraries

---
 template/kicad.pro | 59 ++++++++++++++++++++++++++++--------------------------
 1 file changed, 31 insertions(+), 28 deletions(-)

diff --git a/template/kicad.pro b/template/kicad.pro
index 804cf83d7..e2acca815 100644
--- a/template/kicad.pro
+++ b/template/kicad.pro
@@ -1,4 +1,4 @@
-update=22/05/2015 07:44:53
+update=Mon 31 Jul 2017 10:04:56 AM MDT
 version=1
 last_client=kicad
 [general]
@@ -33,30 +33,33 @@ LibDir=
 [eeschema/libraries]
 LibName1=power
 LibName2=device
-LibName3=transistors
-LibName4=conn
-LibName5=linear
-LibName6=regul
-LibName7=74xx
-LibName8=cmos4000
-LibName9=adc-dac
-LibName10=memory
-LibName11=xilinx
-LibName12=microcontrollers
-LibName13=dsp
-LibName14=microchip
-LibName15=analog_switches
-LibName16=motorola
-LibName17=texas
-LibName18=intel
-LibName19=audio
-LibName20=interface
-LibName21=digital-audio
-LibName22=philips
-LibName23=display
-LibName24=cypress
-LibName25=siliconi
-LibName26=opto
-LibName27=atmel
-LibName28=contrib
-LibName29=valves
+LibName3=switches
+LibName4=relays
+LibName5=motors
+LibName6=transistors
+LibName7=conn
+LibName8=linear
+LibName9=regul
+LibName10=74xx
+LibName11=cmos4000
+LibName12=adc-dac
+LibName13=memory
+LibName14=xilinx
+LibName15=microcontrollers
+LibName16=dsp
+LibName17=microchip
+LibName18=analog_switches
+LibName19=motorola
+LibName20=texas
+LibName21=intel
+LibName22=audio
+LibName23=interface
+LibName24=digital-audio
+LibName25=philips
+LibName26=display
+LibName27=cypress
+LibName28=siliconi
+LibName29=opto
+LibName30=atmel
+LibName31=contrib
+LibName32=valves
-- 
2.13.3


Follow ups

References