summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-04-10 13:58:05 +0000
committerB. Stack <bgstack15@gmail.com>2023-04-10 13:58:05 +0000
commit2cc98d23908a2403ada11aaaf83812cea5f09ba1 (patch)
treee57a448fd3727fa02aa9f521a4d210c4613492f7 /freefilesync/debian/changelog
parentmerge (diff)
parentffs 12.2 rc1 (diff)
downloadstackrpms-2cc98d23908a2403ada11aaaf83812cea5f09ba1.tar.gz
stackrpms-2cc98d23908a2403ada11aaaf83812cea5f09ba1.tar.bz2
stackrpms-2cc98d23908a2403ada11aaaf83812cea5f09ba1.zip
Merge branch 'freefilesync-bump' into 'master'
ffs 12.2 rc1 See merge request bgstack15/stackrpms!345
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