Re: [Kicad-developers] Version string updates.

2016-11-27 Thread Nick Østergaard
2016-11-28 0:01 GMT+01:00 Joseph Chen : > As I see it, KiCAD now is using a backward schema in versioning, after > converted to GIT repo. > > As most of you guys already know it, GIT has a command "git describe > --dirty" for outputting a precise trackable version info. So regardless of > branches

Re: [Kicad-developers] Version string updates.

2016-11-27 Thread Joseph Chen
As I see it, KiCAD now is using a backward schema in versioning, after converted to GIT repo. As most of you guys already know it, GIT has a command "git describe --dirty" for outputting a precise trackable version info. So regardless of branches, the version string should be set by the outp

Re: [Kicad-developers] Version string updates.

2016-11-27 Thread Wayne Stambaugh
On 11/26/2016 3:22 AM, Nick Østergaard wrote: > 2016-11-25 15:51 GMT+01:00 Wayne Stambaugh : >> Correct. Do we really need override the entire version string? I've >> been working under the assumption that we should be setting the base >> version and users can use the optional variables to append

Re: [Kicad-developers] FOSDEM 2017 EDA devroom: call for participation

2016-11-27 Thread Wayne Stambaugh
On 11/14/2016 7:39 AM, Javier Serrano wrote: > Dear all, > > The call for participation in the FOSDEM 2017 EDA devroom is open: > > http://www.ohwr.org/projects/ohr-meta/wiki/FOSDEM2017 > > Feel free to submit proposals for a talk, tutorial or demo, and to pass > this on to anybody you think cou

Re: [Kicad-developers] complaints of rendering problems after upgrade

2016-11-27 Thread Nick Østergaard
2016-11-27 9:58 GMT+01:00 Nick Østergaard : > 2016-11-27 5:13 GMT+01:00 Cirilo Bernardo : >> Hi Folks, >> >> There have been a small number of reports of rendering problems since around >> March this year but with apparently no progress. I thought I'd let people >> know >> of the bug report whic

Re: [Kicad-developers] PYTHONPATH and windows

2016-11-27 Thread Nick Østergaard
Ok, sounds great. I just wanted to make sure this was the case. Thanks. 2016-11-27 16:15 GMT+01:00 jp charras : > Le 27/11/2016 à 14:18, Nick Østergaard a écrit : >> Hello Jean-Pierre, >> >> It has recently come to my attention that some people seemingly have >> problems running pcbnew on windows.

Re: [Kicad-developers] PYTHONPATH and windows

2016-11-27 Thread jp charras
Le 27/11/2016 à 14:18, Nick Østergaard a écrit : > Hello Jean-Pierre, > > It has recently come to my attention that some people seemingly have > problems running pcbnew on windows. It just segfaults, but now it > seems that it could be related to the users having set a PYTHONPATH > themselves whic

[Kicad-developers] PYTHONPATH and windows

2016-11-27 Thread Nick Østergaard
Hello Jean-Pierre, It has recently come to my attention that some people seemingly have problems running pcbnew on windows. It just segfaults, but now it seems that it could be related to the users having set a PYTHONPATH themselves which does not work with kicad. See [1] and [2]. Does the fix [3

Re: [Kicad-developers] complaints of rendering problems after upgrade

2016-11-27 Thread Nick Østergaard
2016-11-27 5:13 GMT+01:00 Cirilo Bernardo : > Hi Folks, > > There have been a small number of reports of rendering problems since around > March this year but with apparently no progress. I thought I'd let people > know > of the bug report which had been filed so that devs with more experience w