From b70451f88b221e80ec760a76b2c9f1e239edf9af Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 22 Nov 2022 09:48:19 -0500 Subject: ffs 11.28 dpkg rc1 --- freefilesync/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'freefilesync/README.md') diff --git a/freefilesync/README.md b/freefilesync/README.md index 3fb5c4e..fadf681 100644 --- a/freefilesync/README.md +++ b/freefilesync/README.md @@ -23,15 +23,17 @@ Distro | FreeFileSync version | gtk version CentOS 7 | 10.24 | 2 CentOS 8 | 10.24 | 2 Fedora 35 | 11.23 | 2 -Fedora 36 | 11.23 | 2 -Fedora Rawhide | 11.23 | 2 -Devuan Ceres | 11.23 | 3 +Fedora 36 | 11.25 | 2 +Fedora Rawhide | 11.25 | 2 +Devuan Ceres | 11.28 | 3 ## Additional info Upstream officially still [uses gtk2](https://freefilesync.org/forum/viewtopic.php?t=7660&p=26079#p26063) but the code supports gtk3 starting around version 10.25. With version 10.25, only stdc++=20 is supported, so el7 cannot go any higher: I was unable to find g++-10 for el7. On the rpm platforms, where gtk2 is still supported as a primary environment, I compile FreeFileSync against gtk2. On Devuan where gtk2 has been obsoleted, I compile against gtk3. As of version 11.20 (2022-04), you need g++-11 for `-std=c++2b`. +As of version 11.28, I am really only maintaining the dpkg. The rpm is not getting updated, built, tested, or used. + ## CentOS compilation of freefilesync ### Dependencies to build FreeFileSync on CentOS 7 -- cgit