diff options
author | B. Stack <bgstack15@gmail.com> | 2025-02-04 13:16:02 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2025-02-04 13:16:02 -0500 |
commit | c4deadf86ec156881f4a2fa3cd028c47ded1bd48 (patch) | |
tree | 92a5553fd6b396b889ea5a943c2e64aa610bdd83 /freefilesync/debian/changelog | |
parent | fix makemkv version number (diff) | |
download | stackrpms-c4deadf86ec156881f4a2fa3cd028c47ded1bd48.tar.gz stackrpms-c4deadf86ec156881f4a2fa3cd028c47ded1bd48.tar.bz2 stackrpms-c4deadf86ec156881f4a2fa3cd028c47ded1bd48.zip |
Have not yet solved this:
g++-12 -DAPP_NAME_SUFFIX='L" for Devuan"' -std=c++23 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include "zen/i18n.h" -include "zen/warn_static.h" -Wall -Wfatal-errors -Wmissing-include-dirs -Wswitch-enum -Wcast-align -Wnon-virtual-dtor -Wno-unused-function -Wshadow -Wno-maybe-uninitialized -DNDEBUG `wx-config --version=3.2 --cxxflags --debug=no` -pthread `pkgconf --cflags zlib` `pkgconf --cflags openssl` `pkgconf --cflags libcurl` `pkgconf --cflags libssh2` `pkgconf --cflags gtk+-3.0` -isystem/usr/include/gtk-3.0 `pkgconf --cflags libselinux` -DHAVE_SELINUX -c ../../wx+/darkmode.cpp -o /tmp/FreeFileSync_Make/ffs/src/../../wx+/darkmode.cpp.o
../../wx+/darkmode.cpp:33:1: error: expected class-name before '{' token
33 | {
| ^
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r-- | freefilesync/debian/changelog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog index 148ef03..26def9f 100644 --- a/freefilesync/debian/changelog +++ b/freefilesync/debian/changelog @@ -1,3 +1,21 @@ +freefilesync (14.0-100+stackrpms) obs; urgency=low + + * Upstream updates + + * Dark mode support (Windows 10 20H1, macOS 10.14 (Mojave), Linux) + * Fixed dock icon progress percentage divergence (macOS) + * Prevent "App Napp during comparison/synchronization (macOS) + * Enhance EINVAL error message for unsupported characters + * Support running with background priority (Linux) + * Fixed installer access denied when creating shell links (Windows) + * Improved size and date formatting for file listing (macOS) + * Improved context menu customization grid + * Reduced peak memory consumption by 12% + * Automatically set appropriate text color for config panel background + * Revived and updated Italian translation + + -- B. Stack <bgstack15@gmail.com> Mon, 20 Jan 2024 17:41:23 -0500 + freefilesync (13.9-100+stackrpms) obs; urgency=low * Upstream updates |