From 6d38d8767fa9b1f400a4436a0e546e3bb96b4311 Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 15 Jul 2019 17:14:09 -0400 Subject: freefilesync 10.14 rpm rc1 --- freefilesync/freefilesync.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'freefilesync') diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec index 0b3c344..6949177 100644 --- a/freefilesync/freefilesync.spec +++ b/freefilesync/freefilesync.spec @@ -14,7 +14,7 @@ %define min_openssl >= 1.1.0h %endif Name: freefilesync -Version: 10.13 +Version: 10.14 Release: 1%{?dist} Summary: A file synchronization utility @@ -37,7 +37,6 @@ Patch6: ffs_libssh2.patch Packager: B Stack # WARNING: the build will FAIL if you have wxGTK3-devel installed. Only wxGTK2-devel should be on the build system. -BuildRequires: boost-devel BuildRequires: compat-wxGTK3-gtk2-devel BuildRequires: desktop-file-utils BuildRequires: gcc-c++ @@ -191,6 +190,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %ghost %config %attr(666, -, -) %{_datadir}/%{name}/GlobalSettings.xml %changelog +* Mon Jul 15 2019 B Stack - 10.14-1 +- version bump + * Sat Jun 15 2019 B Stack - 10.13-1 - version bump - improve mimetype icon deployment -- cgit From 5f5e9bcfb0624ece4fc30a3a9971726ea5c61039 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 16 Jul 2019 06:57:43 -0400 Subject: adjust dependencies for el7 --- freefilesync/freefilesync.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'freefilesync') diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec index 6949177..1c8244e 100644 --- a/freefilesync/freefilesync.spec +++ b/freefilesync/freefilesync.spec @@ -11,7 +11,7 @@ %define scl_buildreq devtoolset-7-toolchain %define min_libcurl >= 7.64.0 %define min_libssh2 >= 1.8.0 - %define min_openssl >= 1.1.0h + %define min_openssl >= 1.1.1c %endif Name: freefilesync Version: 10.14 @@ -190,6 +190,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %ghost %config %attr(666, -, -) %{_datadir}/%{name}/GlobalSettings.xml %changelog +* Tue Jul 16 2019 B Stack - 10.14-2 +- adjust dependencies for el7 + * Mon Jul 15 2019 B Stack - 10.14-1 - version bump -- cgit From 0622eb42d8d66e9e3f9ee5f0074b3ebf71c6b2a3 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 16 Jul 2019 09:20:37 -0400 Subject: freefilesync 10.14 dpkg --- freefilesync/debian/changelog | 20 ++++++++++++++++---- freefilesync/debian/control | 2 -- 2 files changed, 16 insertions(+), 6 deletions(-) (limited to 'freefilesync') diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog index c3a0c6b..0193438 100644 --- a/freefilesync/debian/changelog +++ b/freefilesync/debian/changelog @@ -1,3 +1,15 @@ +freefilesync (10.14-1+devuan) manual; urgency=low + + * Warn if versioning folder paths differ only in case + * Fixed empty HTTP response during update check (macOS/Linux) + * Warn if Donation Edition is active on unexpected number of machines + * Use subdomain for application update checks + * Consider cache control for HTTP GET requests + * Access all web endpoints over TLS + * Fixed character encoding issue in update reminder (macOS/Linux) + + -- B Stack Mon, 15 Jul 2019 15:24:12 -0400 + freefilesync (10.13-1+devuan) manual; urgency=low * Allow to rename configurations via context menu @@ -14,7 +26,7 @@ freefilesync (10.13-1+devuan) manual; urgency=low * Mirror middle grid icons for RTL layout (Linux) * Force LTR layout until wxWidgets supports RTL (macOS) * Fixed pair scrolling mismatch when grid height is exceeded by one row - * Fixed startup failure due to missing /etc/machine-id (Linux) + * Fixed startup failure due to missing /etc/machine-id (Linux) -- B Stack Sat, 15 Jun 2019 10:40:49 -0400 @@ -40,7 +52,7 @@ freefilesync (10.11-1+devuan) manual; urgency=low * 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 + * Updated wxWidgets, libcurl, libssh2, VS, GCC, Xcode -- B Stack Fri, 12 Apr 2019 13:30:42 -0500 @@ -86,13 +98,13 @@ freefilesync (10.9-1devuan) manual; urgency=low * Parse and streamline Google Drive error messages * Load next item after deleting from config history * Avoid redundant Google Drive syncs after file/folder creation - * Avoid duplicate MTP item creation by multiple threads + * Avoid duplicate MTP item creation by multiple threads -- B Stack Thu, 14 Feb 2019 10:46:09 -0500 freefilesync (10.8-1devuan) manual; urgency=low - * Initial release. + * Initial release. -- B Stack Tue, 29 Jan 2019 09:20:41 -0500 diff --git a/freefilesync/debian/control b/freefilesync/debian/control index d7d0e21..a60410c 100644 --- a/freefilesync/debian/control +++ b/freefilesync/debian/control @@ -5,8 +5,6 @@ Maintainer: B Stack Build-Depends: debhelper (>=11~), autotools-dev, imagemagick, - libboost-system-dev (>= 1.46), - libboost-thread-dev (>= 1.46), libcurl4-openssl-dev, libgtk2.0-dev, libssh2-1-dev, -- cgit