changelog 4.5 KB

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