summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-04-03 10:06:31 -0400
committerB. Stack <bgstack15@gmail.com>2023-04-03 10:07:04 -0400
commit843625d725ca6bbb22a957446813790a1a000e34 (patch)
treee57a448fd3727fa02aa9f521a4d210c4613492f7 /freefilesync/debian/changelog
parentmerge (diff)
downloadstackrpms-843625d725ca6bbb22a957446813790a1a000e34.tar.gz
stackrpms-843625d725ca6bbb22a957446813790a1a000e34.tar.bz2
stackrpms-843625d725ca6bbb22a957446813790a1a000e34.zip
ffs 12.2 rc1
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