summaryrefslogtreecommitdiff
path: root/freefilesync/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/README.md')
-rw-r--r--freefilesync/README.md17
1 files changed, 10 insertions, 7 deletions
diff --git a/freefilesync/README.md b/freefilesync/README.md
index 1c47327..de7b573 100644
--- a/freefilesync/README.md
+++ b/freefilesync/README.md
@@ -9,13 +9,16 @@ Fedora, CentOS, and Devuan do not package FreeFileSync. I maintained a separate
# Reverse dependency matrix
Distro | FreeFileSync version
-------------- | --------------------
-CentOS 7 | 10.16
-CentOS 8 | 10.17
-Fedora 29 | 10.17
-Fedora 30 | 10.17
-Fedora 31 | 10.17
-Fedora Rawhide | 10.17
-Devuan Ceres | 10.17
+CentOS 7 | 10.19
+CentOS 8 | 10.19
+Fedora 29 | 10.19
+Fedora 30 | 10.19
+Fedora 31 | 10.19
+Fedora Rawhide | 10.19
+Devuan Ceres | 10.19
+
+# Additional info
+Devuan upstream recently dropped gtk2 packages required for building FreeFileSync. This means that OBS can only build the gtk3 version, which has some serious stability problems. My local gtk2 build is much more stable but depends on my local devuan-archive repo.
# Differences from upstream
None
bgstack15