On Thu, Nov 05, 2015 at 08:31:28PM +0100, Lukas Tribus wrote: > >> This should be backported to stable series, the req_ssl_ver keyword was > >> first introduced in 1.3.16. > > > > Thanks Lukas, applied to 1.7, 1.6, 1.5 and 1.4. For 1.3 there might be > > other patches pending so this one will get there at the same time. > > Great. > > I didn't really expect a 1.3 backport, I don't really think its necessary, I > just > included that information in the commit message for completeness (actually > I wasn't sure whether 1.4 contains this feature or not, thats why grepped > through git history :) ).
In 1.4 and 1.3 it's an acl fetch (we didn't have samples by then). But it doesn't cost anything to fix bugs in older versions in general, you know it's basically a "git log --oneline $last_ver..master | grep BUG" to run, followed by a bunch of "git cherry-pick -x" for each patch to backport so that's quite simple. Cheers, Willy