summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r--freefilesync/debian/changelog15
1 files changed, 15 insertions, 0 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog
index cd16dc2..15aa19c 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,3 +1,18 @@
+freefilesync (12.2-100+stackrpms) obs; urgency=low
+
+ * Upstream updates
+ * Fixed temporary access error when creating multiple folders in
+ parallel
+ * Log failure to copy folder attributes as warning only
+ * Enable UTF-8, even if FTP server does not advertize in FEAT (vsftpd)
+ * Fixed drag and drop for non-ASCII folders (macOS)
+ * Explicitly detect MTP path without existence check
+ * Fixed crash when parsing SFTP package from stream
+ * Revert back to GTK2 build due to GTK3 hangs on KDE (Linux)
+ * Fixed missing COM initialization for MTP path parsing
+
+ -- B. Stack <bgstack15@gmail.com> Mon, 03 Apr 2023 10:00:22 -0400
+
freefilesync (12.1-100+stackrpms) obs; urgency=low
* Upstream updates
bgstack15