Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 

23 rindas
1.1 KiB

  1. matrix-synapse-py3 (0.34.0) stable; urgency=medium
  2. matrix-synapse-py3 is intended as a drop-in replacement for the existing
  3. matrix-synapse package. The replacement should be relatively seamless,
  4. however, please note the following important differences to matrix-synapse:
  5. * Most importantly, the matrix-synapse service now runs under Python 3 rather
  6. than Python 2.7.
  7. * Synapse is installed into its own virtualenv (in /opt/venvs/matrix-synapse)
  8. instead of using the system python libraries. (This may mean that you can
  9. remove a number of old dependencies with `apt-get autoremove`).
  10. matrix-synapse-py3 will take over responsibility for the existing
  11. configuration files, including the matrix-synapse systemd service.
  12. Beware, however, that `apt-get purge matrix-synapse` will *disable* the
  13. matrix-synapse service (so that it will not be started on reboot), even
  14. though that service is no longer being provided by the matrix-synapse
  15. package. It can be re-enabled with `systemctl enable matrix-synapse`.
  16. -- Richard van der Hoff <richard@matrix.org> Wed, 19 Dec 2018 14:00:00 +0000