2020-07-17 09:24:21 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 8 11:19:38 UTC 2020 - Dan Čermák <dcermak@suse.com>
|
|
|
|
|
|
|
|
- Update to version 1.3.2
|
|
|
|
- increased PassCmd buffer size to accomodate XOAUTH2 tokens
|
|
|
|
- improved SSL error handling
|
|
|
|
- improved resilience to IMAP server bugs relating to FETCH
|
|
|
|
- fixed handling of non-uppercase IMAP iNbOx spellings
|
|
|
|
- fixed timeouts while uploading big messages
|
|
|
|
- fixed parsing of NIL hierarchy delimiters in IMAP LIST responses
|
|
|
|
- fixed crash when using Tunnel in an IPv6-enabled build
|
|
|
|
- fixed libcrypto detection from OpenSSL 1.1+ without pkg-config
|
|
|
|
- made --debug-crash work with Yama ptrace protection
|
|
|
|
- use more scriptlets
|
|
|
|
- don't include COPYING twice and drop TODO from %doc
|
|
|
|
- reenable gpg source verification
|
|
|
|
|
2020-01-30 11:24:53 +01:00
|
|
|
-------------------------------------------------------------------
|
2020-03-09 10:20:05 +01:00
|
|
|
Wed Feb 26 07:21:40 UTC 2020 - Michal Hrusecky <michal.hrusecky@opensuse.org>
|
|
|
|
|
|
|
|
- drop sources signature as there is no published key to verify them
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2020-01-30 11:24:53 +01:00
|
|
|
Thu Jan 16 10:57:17 UTC 2020 - Michal Hrusecky <michal.hrusecky@opensuse.org>
|
|
|
|
|
|
|
|
- Update to version 1.3.1
|
|
|
|
- SSL now uses SNI, which for example GMail requires
|
|
|
|
- fixed fallbacks for missing UIDPLUS extension (with e.g. DavMail)
|
|
|
|
- fixed UIDVALIDITY recovery with really long Message-id headers
|
|
|
|
- fixed GSSAPI authentication with Kerberos
|
|
|
|
- fixed support for IMAP servers which do not sort search results (e.g.,
|
|
|
|
poczta.o2.pl)
|
|
|
|
- fixed CopyArrivalDate on platforms without glibc
|
|
|
|
- fixed useless SASL warnings with certain plugins
|
|
|
|
- the perl 5.14 requirement is now made explicit
|
|
|
|
- improved OpenBSD support
|
|
|
|
- fixed a bunch of compiler warnings
|
|
|
|
|
2016-06-02 11:54:12 +02:00
|
|
|
-------------------------------------------------------------------
|
2018-01-03 11:17:56 +01:00
|
|
|
Fri Dec 29 15:39:41 UTC 2017 - crrodriguez@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.3.0, fixes build against openSSL
|
|
|
|
1.1.0, see https://sourceforge.net/projects/isync/files/isync/1.3.0
|
|
|
|
for the full list of changes
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2016-06-02 11:54:12 +02:00
|
|
|
Thu Jun 2 09:53:37 UTC 2016 - sleep_walker@opensuse.org
|
|
|
|
|
|
|
|
- add COPYING README AUTHORS ChangeLog to the package
|
|
|
|
|
2016-05-07 09:33:35 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 6 22:15:06 UTC 2016 - mpluskal@suse.com
|
|
|
|
|
|
|
|
- Cleanup spec file with spec-cleaner
|
|
|
|
- Use pkgconfig() style dependencies
|
|
|
|
- Update dependencies
|
|
|
|
* Enable sasl
|
|
|
|
|
2015-11-18 11:37:08 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 16 18:03:54 UTC 2015 - sleep_walker@opensuse.org
|
|
|
|
|
|
|
|
- bump to 1.2.1
|
|
|
|
- fixed IPv6-enabled builds crashing upon host name resolution failure
|
|
|
|
- fixed updating Maildir flags crashing on OpenBSD
|
|
|
|
- fixed deadlocks with NFS home directories
|
|
|
|
- fixed SASL authentication with GSS-API
|
|
|
|
- fixed messages being uploaded again and again with some servers
|
|
|
|
- fixed duplicate mailboxes with IMAP NAMESPACE "INBOX."
|
|
|
|
- fixed some problems in the IMAP command submission code
|
|
|
|
- fixed build with static libdb, libnsl, and libsocket
|
|
|
|
- the dependencies on Berkeley DB and zlib (and the features they enable) can be explicitly disabled now
|
|
|
|
- it is now possible to nest a Maildir Store's Path into its Inbox
|
|
|
|
- fixed -DN not implying -Dn
|
|
|
|
|
|
|
|
- clean the spec with spec-cleaner
|
|
|
|
- add isync.keyring
|
|
|
|
|
2015-07-27 15:31:26 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 27 07:02:17 UTC 2015 - sleep_walker@opensuse.org
|
|
|
|
|
|
|
|
- bump to 1.2.0
|
|
|
|
Changes:
|
|
|
|
The 'isync' compatibility wrapper is now deprecated.
|
|
|
|
|
|
|
|
An IMAP Path/NAMESPACE rooted in INBOX won't be handled specially
|
|
|
|
any more. This means that some Patterns may need adjustment.
|
|
|
|
|
|
|
|
The default output is a lot less verbose now.
|
|
|
|
|
|
|
|
The meanings of the -V and -D options changed significantly.
|
|
|
|
|
|
|
|
The SSL/TLS configuration has been re-designed. SSL is now
|
|
|
|
explicitly enabled or disabled - "use SSL if available" is gone.
|
|
|
|
Notice: Tunnels are assumed to be secure and thus default to no SSL.
|
|
|
|
|
|
|
|
Support for SASL (flexible authentication) has been added.
|
|
|
|
|
|
|
|
Support for Windows file systems has been added.
|
|
|
|
|
|
|
|
Support for compressed data transfer has been added.
|
|
|
|
|
|
|
|
Folder deletions can be propagated now.
|
|
|
|
|
2014-01-30 18:18:20 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 23 11:56:13 UTC 2014 - sleep_walker@suse.cz
|
|
|
|
|
|
|
|
- examples are installed automaticaly - remove manual copying from
|
|
|
|
spec file
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 23 11:14:48 UTC 2014 - sleep_walker@suse.cz
|
|
|
|
|
|
|
|
- license fix
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 23 11:04:33 UTC 2014 - sleep_walker@suse.cz
|
|
|
|
|
|
|
|
- bump to 1.1.0
|
|
|
|
- drop isync-1.0.1_imaphierarchy.patch
|
|
|
|
|
2012-08-30 14:21:23 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 24 09:29:54 UTC 2012 - sleep_walker@suse.cz
|
|
|
|
|
|
|
|
- update to 1.0.5
|
|
|
|
|
2010-12-22 11:25:59 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 16 13:01:08 UTC 2010 - puzel@novell.com
|
|
|
|
|
|
|
|
- update to version 1.0.4
|
|
|
|
- fix some rpmlint warnings
|
|
|
|
- drop isync-1.0.1_missing_sentinel.patch (in upstream)
|
|
|
|
|
2007-01-21 23:04:59 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jan 21 22:54:15 CET 2007 - mrueckert@suse.de
|
|
|
|
|
|
|
|
- update to version 1.0.3:
|
|
|
|
- new option UseIMAPS to allow use of Tunnel-ed IMAPS servers
|
|
|
|
without providing a dummy Host.
|
|
|
|
- make config parsing more robust.
|
|
|
|
- work around glibc printf bug.
|
|
|
|
- fix crash with AltMap UID scheme.
|
|
|
|
- compat wrapper: put INBOX under Maildir.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 19 12:00:00 CET 2006 - mrueckert@suse.de
|
|
|
|
|
|
|
|
- update to 1.0.2
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 20 12:00:00 CET 2006 - mrueckert@suse.de
|
|
|
|
|
|
|
|
- build debuginfo package
|
|
|
|
- added patch for missing sentinel
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Feb 19 12:00:00 CET 2006 - mrueckert@suse.de
|
|
|
|
|
|
|
|
- added isync-1.0.1_imaphierarchy.patch
|
|
|
|
* without the patch you cant mirror imap hierarchies
|
|
|
|
when using "Patterns"
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Feb 19 12:00:00 CET 2006 - mrueckert@suse.de
|
|
|
|
- Initial package of version 1.0.1
|
|
|
|
|