summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-07-19 23:06:58 +0000
committerB. Stack <bgstack15@gmail.com>2021-07-19 23:06:58 +0000
commit8406aa05b50249acf73496066db29b3bb872a81b (patch)
tree55743b8a6ee6449ce8cdab73afeebed1656c7f0d /freefilesync/debian/changelog
parentwaterfox 2021.07 dpkg (diff)
parentbump spec for ffs 11.12 (diff)
downloadstackrpms-8406aa05b50249acf73496066db29b3bb872a81b.tar.gz
stackrpms-8406aa05b50249acf73496066db29b3bb872a81b.tar.bz2
stackrpms-8406aa05b50249acf73496066db29b3bb872a81b.zip
Merge branch 'freefilesync-bump' into 'master'
Freefilesync 11.12 See merge request bgstack15/stackrpms!249
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