synapse-project:master

Last commit made on 2021-04-26
Get this branch:
git clone -b master https://git.launchpad.net/synapse-project
Members of Synapse core team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
master
Repository:
lp:synapse-project

Recent commits

61f8fb8... by Rico Tzschichholz

ui: Remove help-button for plugins which pointed to obsolete address

58669c6... by Rico Tzschichholz

build: Allow building with gettext ≥ 0.20

The use of AM_GNU_GETTEXT_VERSION in configure.ac instructs autopoint to
copy po/Makefile.in.in from the exact gettext version. It is fine if the
version of gettext installed on the system has the same minor version
number with the requested version, but it fails if you have a newer
version of gettext because of the mismatch between autoconf macros and
Makefile.in.in.

  *** error: gettext infrastructure mismatch: using a Makefile.in.in
  from gettext version 0.19 but the autoconf macros are from gettext
  version 0.20

Instead of specifying the exact version with AM_GNU_GETTEXT_VERSION, we
can use AM_GNU_GETTEXT_REQUIRE_VERSION to ask autopoint to simply use
the gettext version installed on the system to prevent the mismatch.

a8d10a3... by Rico Tzschichholz

Release 0.2.99.4

d8e3f81... by Rico Tzschichholz

plugins: Avoid ownership mismatches of container elements

a7fd3b0... by Rico Tzschichholz

Rename .bzrignore to .gitignore

86119bc... by Rico Tzschichholz

core: Use x-terminal-emulator directly on non-GNOME sessions

e52db5b... by Rico Tzschichholz

core: Treat "Ubuntu" sessions as GNOME

Reported by Whoopie

fc6e883... by Rico Tzschichholz

Fix some warnings with valac 0.40

d4cb66e... by Rico Tzschichholz

Release 0.2.99.3

1318b74... by Jeremy Munsch

core: Add generic method open_command_line() and use it in ssh-plugin

https://launchpad.net/bugs/1504433
https://launchpad.net/bugs/1080755