summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r--freefilesync/debian/changelog14
1 files changed, 14 insertions, 0 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog
index a64536c..cbb681c 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,3 +1,17 @@
+freefilesync (11.12-1+devuan) obs; urgency=medium
+
+ * Upstream updates
+ - Native ARM64 build to support Apple silicon M1 (macOS)
+ - Non-intrusive mouse highlight on file grid
+ - Fixed /lib/i386-linux-gnu/libgcc_s.so.1: version `GCC_7.0.0' not found
+ - Parse file times with no limits on time span (e.g. year 0, year 3000)
+ - Show folder icon during drag and drop (Windows)
+ - Show user name for (S)FTP display paths
+ - Fixed FTP connection lost error with TLS 1.3
+ - Present file sizes in powers of 1000 bytes (Linux, macOS)
+
+ -- B. Stack <bgstack15@gmail.com> Thu, 15 Jul 2021 10:00:37 -0400
+
freefilesync (11.11-1+devuan) obs; urgency=medium
* Upstream updates
bgstack15