Jira, unreleased versions

2014-07-28 Thread Igor Galić
Hey folks, Jira is still showing the last two released versions (5.0.0 & 5.0.1) as "unreleased" - can you (bcall?) please change that? -- kthnxby, i Igor Galić Tel: +43 (0) 664 886 22 883 Mail: i.ga...@brainsware.org URL: http://brainsware.org/ GPG: 8716 7A9F 989B ABD5 100F 4008 F266 55D6 2998

Re: git commit: TS-2863: Enable FQDN selection for shared sessions.

2014-07-28 Thread Alan M. Carroll
James, Friday, July 25, 2014, 3:59:18 PM, you wrote: > Still reviewing, but I wish this had been a number of smaller patches. For > example, const'ing the MD5 stuff and adding ~PluginIdentity() could have been > independent patches ... Yes, the ~PluginIdentity() is a leak from some other work

TS-2964 - Make URL hash run time adjustable

2014-07-28 Thread Alan M. Carroll
As part of TS-2362 (Cache backwards compatibility) I must be able to switch the URL hashing at run time. Some release after 3.2 changed the URL from MMH to MD5 so it must be switched back to be compatible but not if there are no old cache stripes. There has also been a pending desire for other r

Re: git commit: TS-2863: Enable FQDN selection for shared sessions.

2014-07-28 Thread Alan M. Carroll
I would like to note that another purpose of the FQDN change is to provide better encapsulation for server session management with an eye to future work in making that more accessible to plugins and other core code.