Re: [Kicad-developers] Legacy symbol library support in master

2020-05-11 Thread Wayne Stambaugh

On 5/11/20 4:33 PM, Kevin Cozens wrote:
> On 2020-05-11 3:46 p.m., Wayne Stambaugh wrote:
>> I will be disabling support for saving to file formats at the end of May
>> unless something drastic changes between now and then.
> [snip]
>> Only the new file format libraries will be editable.  This means that
>> if you want to continue to edit legacy libraries, you will have to
>> keep a copy of the stable 5.1 branch on you system.
> Thanks for the update about the libraries. One thing that isn't clear in
> the above is how will we go about updating our personal legacy
> libraries? Will we be able to load them and then save them in the new
> format? Does the new format use a different file extension so we are
> less likely to clobber the legacy libraries with a fresh save in the new
> format?
> 
You will always be able load legacy symbol libraries.  Just add them to
the symbol library table.

You will have to convert symbol libraries to the new file format or keep
a 5.1 stable release installed on your system if you want edit existing
libraries.

The new symbol file format uses .kicad_sym so you can have both the
legacy and s-expression file formats in the same folder with the same
base name with the appropriate extension.

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] Legacy symbol library support in master

2020-05-11 Thread Wayne Stambaugh
The new file formats seem to be coming along pretty well so I wanted to
give everyone a notice that I will be disabling support for saving to
file formats at the end of May unless something drastic changes between
now and then.  This will allow us to start merging new schematic and
symbol library features into the development branch.  Since the legacy
symbol file format would lose this information, all legacy symbol
library table entries will be made read only.  Only the new file format
libraries will be editable.  This means that if you want to continue to
edit legacy libraries, you will have to keep a copy of the stable 5.1
branch on you system.  Thank you for your patience during this transition.

Cheers,

Wayne

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] 5.1.6 Release Update

2020-05-11 Thread Wayne Stambaugh
Thanks Rene.  I just tagged 5.1.6 in the repo so once the doc and
translations are tagged we should be ready to fire up the package builders.

On 5/11/20 3:15 PM, Rene Pöschl wrote:
> Hi,
> 
> library is tagged. Some bugfixes on the symbol lib again result in
> changes that would break an existing schematic.
> 
> See details in issue comment:
> https://github.com/KiCad/kicad-symbols/issues/2656#issuecomment-626880880
> 
> On 10/05/2020 18:07, Wayne Stambaugh wrote:
>> Since we are only a week away (Friday) from the proposed 5.1.6 release
>> date and none of the critical bugs seem to be reproducible,  I would
>> like to tag the 5.1 branch tomorrow along with the other repos so we
>> have time to allow the package builders to complete and website download
>> page to be updated by Friday so I can make the official announcement.
>> Is there anything else holding us back from this before I tag 5.1.6 in
>> the repo?
>>
>> Cheers,
>>
>> Wayne
>>
>> ___
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to : kicad-developers@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp
> 
> 
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] 5.1.6 Release Update

2020-05-11 Thread Rene Pöschl

Hi,

library is tagged. Some bugfixes on the symbol lib again result in 
changes that would break an existing schematic.


See details in issue comment:
https://github.com/KiCad/kicad-symbols/issues/2656#issuecomment-626880880

On 10/05/2020 18:07, Wayne Stambaugh wrote:

Since we are only a week away (Friday) from the proposed 5.1.6 release
date and none of the critical bugs seem to be reproducible,  I would
like to tag the 5.1 branch tomorrow along with the other repos so we
have time to allow the package builders to complete and website download
page to be updated by Friday so I can make the official announcement.
Is there anything else holding us back from this before I tag 5.1.6 in
the repo?

Cheers,

Wayne

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp




___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] 5.1.6 Release Update

2020-05-11 Thread Ian McInerney
The stable packages might not have been touched since we made this switch
after releasing 5.1.5 (at least the Fedora package still has launchpad in
it). But I don't think that is a good reason to still use it, the scripts
should be updated with this release.

-Ian

On Mon, May 11, 2020 at 8:00 PM Wayne Stambaugh 
wrote:

> It would make my life easier so I am all for that.  I don't know if any
> of our package build scripts still pull from launchpad.  That's why I
> asked.
>
> On 5/11/20 2:55 PM, Ian McInerney wrote:
> > I would suggest we switch to GitLab as the single source of truth for
> > the code tarballs for this release.
> >
> > On Mon, May 11, 2020 at 7:25 PM Wayne Stambaugh  > > wrote:
> >
> > Is there any reason that I need to continue uploading stable source
> > archives to launchpad now that you can do this directly from gitlab?
> >
> > On 5/10/20 12:07 PM, Wayne Stambaugh wrote:
> > > Since we are only a week away (Friday) from the proposed 5.1.6
> release
> > > date and none of the critical bugs seem to be reproducible,  I
> would
> > > like to tag the 5.1 branch tomorrow along with the other repos so
> we
> > > have time to allow the package builders to complete and website
> > download
> > > page to be updated by Friday so I can make the official
> announcement.
> > > Is there anything else holding us back from this before I tag
> 5.1.6 in
> > > the repo?
> > >
> > > Cheers,
> > >
> > > Wayne
> > >
> >
> > ___
> > Mailing list: https://launchpad.net/~kicad-developers
> > Post to : kicad-developers@lists.launchpad.net
> > 
> > Unsubscribe : https://launchpad.net/~kicad-developers
> > More help   : https://help.launchpad.net/ListHelp
> >
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] 5.1.6 Release Update

2020-05-11 Thread Wayne Stambaugh
It would make my life easier so I am all for that.  I don't know if any
of our package build scripts still pull from launchpad.  That's why I asked.

On 5/11/20 2:55 PM, Ian McInerney wrote:
> I would suggest we switch to GitLab as the single source of truth for
> the code tarballs for this release. 
> 
> On Mon, May 11, 2020 at 7:25 PM Wayne Stambaugh  > wrote:
> 
> Is there any reason that I need to continue uploading stable source
> archives to launchpad now that you can do this directly from gitlab?
> 
> On 5/10/20 12:07 PM, Wayne Stambaugh wrote:
> > Since we are only a week away (Friday) from the proposed 5.1.6 release
> > date and none of the critical bugs seem to be reproducible,  I would
> > like to tag the 5.1 branch tomorrow along with the other repos so we
> > have time to allow the package builders to complete and website
> download
> > page to be updated by Friday so I can make the official announcement.
> > Is there anything else holding us back from this before I tag 5.1.6 in
> > the repo?
> >
> > Cheers,
> >
> > Wayne
> >
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@lists.launchpad.net
> 
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] 5.1.6 Release Update

2020-05-11 Thread Ian McInerney
I would suggest we switch to GitLab as the single source of truth for the
code tarballs for this release.

On Mon, May 11, 2020 at 7:25 PM Wayne Stambaugh 
wrote:

> Is there any reason that I need to continue uploading stable source
> archives to launchpad now that you can do this directly from gitlab?
>
> On 5/10/20 12:07 PM, Wayne Stambaugh wrote:
> > Since we are only a week away (Friday) from the proposed 5.1.6 release
> > date and none of the critical bugs seem to be reproducible,  I would
> > like to tag the 5.1 branch tomorrow along with the other repos so we
> > have time to allow the package builders to complete and website download
> > page to be updated by Friday so I can make the official announcement.
> > Is there anything else holding us back from this before I tag 5.1.6 in
> > the repo?
> >
> > Cheers,
> >
> > Wayne
> >
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] 5.1.6 Release Update

2020-05-11 Thread Wayne Stambaugh
Is there any reason that I need to continue uploading stable source
archives to launchpad now that you can do this directly from gitlab?

On 5/10/20 12:07 PM, Wayne Stambaugh wrote:
> Since we are only a week away (Friday) from the proposed 5.1.6 release
> date and none of the critical bugs seem to be reproducible,  I would
> like to tag the 5.1 branch tomorrow along with the other repos so we
> have time to allow the package builders to complete and website download
> page to be updated by Friday so I can make the official announcement.
> Is there anything else holding us back from this before I tag 5.1.6 in
> the repo?
> 
> Cheers,
> 
> Wayne
> 

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp