summary refs log tree commit diff
path: root/debian/changelog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.12.4 v1.12.4 release-v1.12.4Patrick Cloke2020-04-231-0/+6
|
* 1.12.3Richard van der Hoff2020-04-031-2/+6
|
* Fix the debian build in a better way. (#7212)Richard van der Hoff2020-04-031-0/+7
|
* 1.12.2Andrew Morgan2020-04-021-0/+6
|
* 1.12.1Andrew Morgan2020-04-021-0/+6
|
* 1.12.0Richard van der Hoff2020-03-231-0/+6
|
* Update debian changelog v1.11.1 release-v1.11.1Brendan Abolivier2020-03-031-0/+6
|
* 1.11.0 v1.11.0 release-v1.11.0Richard van der Hoff2020-02-211-0/+6
|
* 1.10.1 v1.10.1 release-v1.10.1Richard van der Hoff2020-02-171-0/+6
|
* 1.10.0Brendan Abolivier2020-02-121-0/+6
|
* 1.9.1 v1.9.1 release-v1.9.1Erik Johnston2020-01-281-0/+6
|
* 1.9.0Brendan Abolivier2020-01-231-0/+6
|
* 1.8.0Erik Johnston2020-01-091-2/+6
|
* Automate generation of the sample and debian log configs (#6627)Richard van der Hoff2020-01-031-0/+6
|
* 1.7.3 v1.7.3 release-v1.7.3Richard van der Hoff2019-12-311-0/+6
|
* 1.7.2 v1.7.2 release-v1.7.2Richard van der Hoff2019-12-201-0/+6
|
* 1.7.1Richard van der Hoff2019-12-181-0/+6
|
* 1.7.0Erik Johnston2019-12-131-0/+6
|
* 1.6.1 v1.6.1 release-v1.6.1Andrew Morgan2019-11-281-0/+6
|
* 1.6.0 v1.6.0 release-v1.6.0Andrew Morgan2019-11-261-0/+6
|
* 1.5.1 v1.5.1Richard van der Hoff2019-11-061-0/+6
|
* 1.5.0 v1.5.0 release-v1.5.0Richard van der Hoff2019-10-291-0/+6
|
* 1.4.1Brendan Abolivier2019-10-181-0/+6
|
* 1.4.0 v1.4.0 release-v1.4.0Andrew Morgan2019-10-031-0/+6
|
* 1.3.1 v1.3.1 release-v1.3.1Richard van der Hoff2019-08-171-2/+12
|
* 1.3.0 v1.3.0 release-v1.3.0Brendan Abolivier2019-08-151-2/+3
|
* Remove libsqlite3-dev from required build dependencies. (#5766)Andrew Morgan2019-08-151-4/+3
|
* 1.2.1Richard van der Hoff2019-07-261-0/+6
|
* 1.2.0 v1.2.0 release-v1.2.0Andrew Morgan2019-07-251-2/+5
|
* Improve `Depends` specs in debian package. (#5675)Richard van der Hoff2019-07-171-0/+3
| | | | | | | | | | | | | | | | | | | This is basically a contrived way of adding a `Recommends` on `libpq5`, to fix #5653. The way this is supposed to happen in debhelper is to run `dh_shlibdeps`, which in turn runs `dpkg-shlibdeps`, which spits things out into `debian/<package>.substvars` whence they can later be included by `control`. Previously, we had disabled `dh_shlibdeps`, mostly because `dpkg-shlibdeps` gets confused about PIL's interdependent objects, but that's not really the right thing to do and there is another way to work around that. Since we don't always use postgres, we don't necessarily want a hard Depends on libpq5, so I've actually ended up adding an explicit invocation of `dpkg-shlibdeps` for `psycopg2`. I've also updated the build-depends list for the package, which was missing a couple of entries.
* Merge branch 'master' of github.com:matrix-org/synapse into developErik Johnston2019-07-041-4/+11
|\
| * 1.1.0Erik Johnston2019-07-041-2/+5
| |
* | Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-0/+3
|/
* Include systemd-python in Debian package to allow logging to journal (#5261)Silke Hofstra2019-06-271-0/+7
| | | Signed-off-by: Silke Hofstra <silke@slxh.eu>
* 1.0.0 v1.0.0Erik Johnston2019-06-111-0/+6
|
* 0.99.5.2 v0.99.5.2 release-v0.99.5Erik Johnston2019-05-301-0/+6
|
* 0.99.5.1 v0.99.5.1Neil Johnson2019-05-221-2/+4
|
* Revert "0.99.5"Neil Johnson2019-05-221-4/+2
| | | | This reverts commit c31e375ade1b59a7fe38628337e9e1aa3de91feb.
* 0.99.5Neil Johnson2019-05-221-2/+4
|
* 0.99.5 v0.99.5Neil Johnson2019-05-221-0/+4
|
* 0.99.4Richard van der Hoff2019-05-151-2/+5
|
* Set syslog identifiers in systemd units (#5023)Christoph Müller2019-05-101-0/+7
|
* 0.99.3.2 v0.99.3.2 release-v0.99.3.2Richard van der Hoff2019-05-031-0/+6
|
* 0.99.3.1Richard van der Hoff2019-05-031-0/+6
|
* 0.99.3 v0.99.3 release-v0.99.3Neil Johnson2019-04-011-2/+6
|
* Debian package: fix warning during preconfiguration.Richard van der Hoff2019-03-071-0/+6
|
* 0.99.2Richard van der Hoff2019-03-011-3/+3
|
* 0.99.2rc1 v0.99.2rc1Richard van der Hoff2019-02-271-2/+3
|
* Debian: fix overwriting of config settings on upgrade (#4696)Richard van der Hoff2019-02-221-0/+6
| | | | | | Make sure that users' changes to the config files are preserved. Fixes #4440.
* 0.99.1.1 v0.99.1.1Richard van der Hoff2019-02-141-0/+6
|
* 0.99.1 v0.99.1Richard van der Hoff2019-02-141-2/+6
|
* implement `reload` by sending the HUP signal (#4622)Дамјан Георгиевски2019-02-141-0/+6
| | | | | | | | | | | | | * implement `reload` by sending the HUP signal According to the 0.99 release info* synapse now uses the HUP signal to reload certificates: > Synapse will now reload TLS certificates from disk upon SIGHUP. (#4495, #4524) So the matrix-synapse.service unit file should include a reload directive. Signed-off-by: Дамјан Георгиевски <gdamjan@gmail.com>
* v0.99.0 v0.99.0Richard van der Hoff2019-02-051-0/+6
|
* moar plusses!Richard van der Hoff2019-01-121-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.
* s/Breaks/Conflicts/ in debian/controlRichard van der Hoff2019-01-111-0/+6
| | | | Otherwise people can't upgrade from matrix-synapse without removing it first
* changelog, for debianAmber Brown2019-01-111-0/+6
|
* debian: Remove Breaks: matrix-synapse-ldap3 v0.34.1+1Richard van der Hoff2019-01-091-0/+8
|
* 0.34.1 v0.34.1Richard van der Hoff2019-01-091-2/+3
|
* Update debian Conflicts specifications (#4349)Richard van der Hoff2019-01-041-0/+7
| | | ... to allow installation alongside our matrix-synapse transitional package.
* Debian packaging via dh_virtualenv (#4285)Richard van der Hoff2018-12-201-0/+11
|
* import from package-debian-synapseAmber Brown2018-12-201-0/+630