Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-01-12 | moar plusses! | Richard van der Hoff | 1 | -2/+2 | |
turns out that 0.34.1.1+1 comes before 0.34.1.1+bionic (etc). The version may only contain "~ 0-9 A-Z a-z + - ." (sorting in that order). Option 1: replace "+" with something that sorts after +. Options are "-" (but dpkg-source complains about that) or "." (but that would mean we couldn't distinguish packaging-only changes from real changes). Option 2: stick with + and just find something that sorts after 'xenial'. The only options there are "-", "." (same problems as before), "z", and "+". Hence, ++1. Sorry. | |||||
2019-01-12 | Rewrite build_debian_packages github/release-v0.34.1.1 release-v0.34.1.1 | Richard van der Hoff | 2 | -46/+154 | |
Rewrite this in python so that it can be run in parallel. | |||||
2019-01-12 | Silence travis-ci build warnings by removing non-functional python3.6 (#4377) | Richard van der Hoff | 2 | -0/+8 | |
* Remove non-functional python3.6 in travis env * changelog | |||||
2019-01-12 | Remove duplicates in the user_ips table and add an index (#4370) | Amber Brown | 4 | -4/+164 | |
2019-01-11 | s/Breaks/Conflicts/ in debian/control | Richard van der Hoff | 2 | -3/+9 | |
Otherwise people can't upgrade from matrix-synapse without removing it first | |||||
2019-01-11 | changelog, for debian | Amber Brown | 1 | -0/+6 | |
2019-01-11 | changelog v0.34.1.1 | Amber Brown | 2 | -1/+14 | |
2019-01-11 | version | Amber Brown | 1 | -1/+1 | |
2019-01-10 | changelog | Richard van der Hoff | 2 |