https://bugs.documentfoundation.org/show_bug.cgi?id=137101
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #4 from Julien Nabet <[email protected]> --- Caolán: according to https://www.libreoffice.org/get-help/system-requirements/, LO needs Gnome 3.18 min so according to https://en.wikipedia.org/wiki/GNOME which has been released in September 2015. The change on e_book_client_connect_direct_sync quoted by the reporter is in 2015 too. Should we change our interface? Should we use some preprocessor ifdef ? Other? Also I noticed in connectivity/source/drivers/evoab2/EApi.cxx 23 static const char *eBookLibNames[] = { 24 "libebook-1.2.so.20", // evolution-data-server 3.33.2+ 25 "libebook-1.2.so.19", // evolution-data-server 3.24+ 26 "libebook-1.2.so.16", 27 "libebook-1.2.so.15", 28 "libebook-1.2.so.14", // bumped again (evolution-3.6) 29 "libebook-1.2.so.13", // bumped again (evolution-3.4) 30 "libebook-1.2.so.12", // bumped again 31 "libebook-1.2.so.10", // bumped again 32 "libebook-1.2.so.9", // evolution-2.8 33 "libebook-1.2.so.5", // evolution-2.4 and 2.6+ 34 "libebook-1.2.so.3", // evolution-2.2 35 "libebook.so.8" // evolution-2.0 36 }; Do we need to keep all of these? -- You are receiving this mail because: You are the assignee for the bug.
