Is there a policy about which git tag should be used when submitting a pull request for a new dictionary. I have some updates for the Alcatel Lucent SR Dictionary (6527) from the ALU site. Plus have built my own version of the Bridgwater Radius server (3631) for their own radius server I'm busy replacing with FreeRadius that has format=2,1 VSAs that mucked up the Wireshark decode until I figured it out. Since I know that Wireshark use the FreeRadius dictionaries as a souch I thought it would be a good place to have as many dictionaries as possible even though those VSAs would not typically ever be used in FreeRadius. So do I just a select the master branch and send a pull request for the updated dictionaries? Or is there another process such as you not wanting to taint the library with 3rd party dictionaries that wouldn't get used :) Cheers Peter
On 16 Aug 2015, at 20:44, Peter Lambrechtsen <peter@crypt.co.nz> wrote:
Is there a policy about which git tag should be used when submitting a pull request for a new dictionary.
v3.1.x for disruptive changes, such as renaming attributes. v3.0.x for non disruptive changes such as adding new attributes. We try to keep attribute naming consistent between minor versions. -Arran Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS development team FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2
On Mon, Aug 17, 2015 at 1:08 PM, Arran Cudbard-Bell < a.cudbardb@freeradius.org> wrote:
On 16 Aug 2015, at 20:44, Peter Lambrechtsen <peter@crypt.co.nz> wrote:
Is there a policy about which git tag should be used when submitting a pull request for a new dictionary.
v3.1.x for disruptive changes, such as renaming attributes.
v3.0.x for non disruptive changes such as adding new attributes.
We try to keep attribute naming consistent between minor versions.
Fair enough... and what about new dictionaries? I assume they would go into Master? or just 3.1.x
participants (3)
-
Alan DeKok -
Arran Cudbard-Bell -
Peter Lambrechtsen