summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-04-15 19:25:07 +0000
committerB Stack <bgstack15@gmail.com>2019-04-15 19:25:07 +0000
commit27985e791445015daf2c4ca5b98cec3b803aae35 (patch)
tree41ce613341b45e1245d1087b74a1741dbebffd73 /freefilesync/debian/changelog
parent7w add build-depends ImageMagick (diff)
parentfreefilesync build 10.11 dpkg (diff)
downloadstackrpms-27985e791445015daf2c4ca5b98cec3b803aae35.tar.gz
stackrpms-27985e791445015daf2c4ca5b98cec3b803aae35.tar.bz2
stackrpms-27985e791445015daf2c4ca5b98cec3b803aae35.zip
Merge branch 'freefilesync-bump' into 'master'
Freefilesync 10.11 See merge request bgstack15/stackrpms!52
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r--freefilesync/debian/changelog12
1 files changed, 12 insertions, 0 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog
index be9ca15..c3ee4a9 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,3 +1,15 @@
+freefilesync (10.11-1+devuan) manual; urgency=low
+
+ * Last FreeFileSync version supporting Windows XP and Vista
+ * Fixed crash on multi-monitor set up
+ * Fixed dialogs not showing after opening UAC prompt
+ * Support launching through symlink (Linux)
+ * Added example desktop starter files (Linux)
+ * Fixed misleading error when determining file permissions support
+ * Updated wxWidgets, libcurl, libssh2, VS, GCC, Xcode
+
+ -- B Stack <bgstack15@gmail.com> Fri, 12 Apr 2019 13:30:42 -0500
+
freefilesync (10.10-1devuan) manual; urgency=low
* New option: synchronize selection
bgstack15