changelog 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. isync (0.9.2+cvsXXXXXXXX-1) unstable; urgency=low
  2. * New upstream release.
  3. - Password prompt now includes the mailbox/server (Closes: #92893)
  4. * Theodore Ts'o added as co-maintainer
  5. * Added initial asynchronous flags synchronization patch (Closes: #226222)
  6. * Ignore anything that does not look remotely like a maildir when
  7. collecting mailboxes for OneToOne (from isync CVS)
  8. -- Theodore Y. Ts'o <tytso@mit.edu> Sun, 11 Jan 2004 02:38:48 -0500
  9. isync (0.9.1-4) unstable; urgency=low
  10. * The "Why do I keep adding such stupid bugs?" release.
  11. * Remove the extra parenthesis that caused UID FETCH syntax errors,
  12. thanks to Niels den Otter for pointing the bug and giving the
  13. solution. (Closes: #224803)
  14. * Use configure's --build and --host options to prevent wrong
  15. optimizations (such as building for sparc64 rather than for sparc).
  16. -- Nicolas Boullis <nboullis@debian.org> Wed, 7 Jan 2004 01:06:53 +0100
  17. isync (0.9.1-3) unstable; urgency=low
  18. * Do not segfault when using both tunneled end non-tunneled connections,
  19. thanks to Nik A. Melchior for reporting and for his patch.
  20. (Closes: #220667)
  21. * Save uid of messages when interrupted, thanks to Theodore Y. Ts'o for
  22. reporting and for his patch. (Closes: #220346)
  23. * Do not get the sizes of the messages if unneeded (if MaxSize=0).
  24. -- Nicolas Boullis <nboullis@debian.org> Thu, 18 Dec 2003 00:55:04 +0100
  25. isync (0.9.1-2) unstable; urgency=low
  26. * Add french debconf templates translation, thanks to Christian
  27. Perrier. (Closes: #218118)
  28. -- Nicolas Boullis <nboullis@debian.org> Mon, 3 Nov 2003 18:50:56 +0100
  29. isync (0.9.1-1) unstable; urgency=low
  30. * New maintainer. (Closes: #180050)
  31. * New upstream release.
  32. - With the new option -R, isync is now able to create non-existent
  33. remote mailboxes. (Closes: #170388)
  34. * Update debian/copyright to match the current copyright:
  35. - Add Oswald Buddenhagen as copyright owner.
  36. - Add special exception for OpenSSL.
  37. * Add support for noopt in $DEB_BUILD_OPTIONS in debian/rules.
  38. * Switch to po-debconf.
  39. * Remove sample.isyncrc from debian/docs: no need to have it both as a
  40. doc and as an example.
  41. * Move package from section non-US/main (?) to mail. (Closes: #154216)
  42. * Update versionned build-dependency on debhelper to >= 4.1.16.
  43. * Bump Standards-Version to 3.6.1. (No change required.)
  44. -- Nicolas Boullis <nboullis@debian.org> Tue, 14 Oct 2003 22:02:20 +0200
  45. isync (0.8-4) unstable; urgency=low
  46. * Orphaned the package, as I no longer use it.
  47. -- Joey Hess <joeyh@debian.org> Thu, 6 Feb 2003 15:46:38 -0500
  48. isync (0.8-3) unstable; urgency=low
  49. * New upstream maintainer; updated copyright file web site address, and
  50. watch file. NB: new upstream has not made any new releases yet.
  51. -- Joey Hess <joeyh@debian.org> Sat, 1 Feb 2003 16:03:49 -0500
  52. isync (0.8-2) unstable; urgency=low
  53. * Only reset debconf question if user chooses to abort upgrade.
  54. Closes: #167363
  55. * Don't open lock files O_EXCL. As seen in upstream cvs.
  56. * Description and build-deps updates.
  57. * Added README.Debian with notes on mutt integration.
  58. -- Joey Hess <joeyh@debian.org> Fri, 1 Nov 2002 18:02:44 -0500
  59. isync (0.8-1) unstable; urgency=low
  60. * New upstream release. Closes: #134080
  61. **WARNING**
  62. You need to remove all the messages in your local folder if you were
  63. previously using another version of isync or else you will end up with
  64. duplicate messages on your IMAP server.
  65. * Has better support for uploading locally added messages. Closes: #120272
  66. * Added a debconf queston with some info about this that lets you abort the
  67. upgrade.
  68. * Added NEWS.Debian with same info.
  69. * New maintainer.
  70. * Removed upstream debianization stuff.
  71. * Updated copyright file.
  72. * Updated to current policy throughout.
  73. * Added uscan watch file.
  74. * Updated build-deps.
  75. * Now that isync needs berkeley databases, go with db4, so I don't have to
  76. transition from db3 later.
  77. * Fix fd leak (forgot to close tmp dir in maildir). Closes: #150762
  78. -- Joey Hess <joeyh@debian.org> Tue, 29 Oct 2002 17:02:14 -0500
  79. isync (0.7-1) unstable; urgency=low
  80. * New upstream version (Closes: #121312, #92051).
  81. * Rumors say this might fix bugs #102255 and #120272,
  82. but I have no test setup right now, so I'm leaving them open.
  83. * Updated standards-version.
  84. -- Tommi Virtanen <tv@debian.org> Sat, 5 Jan 2002 16:13:35 +0200
  85. isync (0.5-1) unstable; urgency=low
  86. * New upstream version (Closes: #98642).
  87. * Install sample.isyncrc too (Closes: #90464).
  88. -- Tommi Virtanen <tv@debian.org> Sat, 23 Jun 2001 01:19:07 +0300
  89. isync (0.4-1) unstable; urgency=low
  90. * Initial Release.
  91. -- Tommi Virtanen <tv@debian.org> Sat, 10 Mar 2001 18:43:35 +0200