summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2021-02-02 17:17:29 -0500
committerB Stack <bgstack15@gmail.com>2021-02-02 17:17:29 -0500
commitb94425727bc9a6b9e1831b6de489e320c2a9dfdd (patch)
tree38d238404dded6a8855a3731564aeda60df033cf /freefilesync/debian/changelog
parentffs 11.6 rc1 (diff)
downloadstackrpms-b94425727bc9a6b9e1831b6de489e320c2a9dfdd.tar.gz
stackrpms-b94425727bc9a6b9e1831b6de489e320c2a9dfdd.tar.bz2
stackrpms-b94425727bc9a6b9e1831b6de489e320c2a9dfdd.zip
fix icon source to zip file
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r--freefilesync/debian/changelog3
1 files changed, 2 insertions, 1 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog
index 8083b90..78b2845 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -14,7 +14,8 @@ freefilesync (11.6-1+devuan) obs; urgency=medium
- Work around "500 'HELP' command unrecognized" FTP error
- Fixed menu bar icon not being removed immediately (macOS Big Sur)
- Don't allow folder names ending with dot character (Windows)
- - Mitigate ERROR_ALREADY_ASSIGNED: Local Device Name Already in Use [Wnetaddconnection2]
+ - Mitigate ERROR_ALREADY_ASSIGNED: Local Device Name Already in Use
+ [Wnetaddconnection2]
- Fixed startup failure when app folder contains back quote char (macOS)
- Fixed network card not found error on virtual machine (KVM Linux)
- Fixed RTL layout direction in popup dialogs
bgstack15