On Nov 1, 2021, at 9:07 AM, Mark Sapiro <mark@msapiro.net> wrote:
On 10/31/21 10:42 PM, Simon Coggins wrote:
Looking at the code in gitlab it looks like it wasn’t merged until 1.3.6: https://gitlab.com/mailman/postorius/-/blob/1.3.6/src/postorius/urls.py#L53 But it’s not in 1.3.5: https://gitlab.com/mailman/postorius/-/blob/1.3.5/src/postorius/urls.py#L49
Yes, I was mistaken. That code was merged on 14 Feb 2021 and is not in Postorius 1.3.4 which was released on 2 Feb. It should have been in 1.3.5 and I don't know why it is not at https://gitlab.com/mailman/postorius/-/blob/1.3.5/src/postorius/urls.py#L49, but that is moot in any case.
1.3.5 was a security release with no fixed included. It was branched off from 1.3.4 and only the security fix was applied.
One Gitlab pro tip is when you are trying to determine which particular release a particular commit is included in, you can click on the the “…” three dots next to "parent 6096958a master” just under the title and it will show all the tags and branches that this commit is included in.
https://gitlab.com/mailman/postorius/-/commit/0aba874cae15b1baae2839dca57d3e...
for example, is included in 1.3.6b1, 1.3.6 and jquery and master branch.
-- thanks, Abhilash Raj (maxking)