1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352
|
mailsync (5.2.7-3.1) unstable; urgency=medium
* Non-maintainer upload.
* debian/rules: Add build-{arch,indep} (Closes: #998950).
-- Marcos Talau <talau@debian.org> Thu, 03 Nov 2022 18:39:28 -0300
mailsync (5.2.7-3) unstable; urgency=low
* Update aclocal.m4 during build. Hopefully this should make
debian/rules work with future automake releases. Thanks
Adrian Bunk for reporting! (Closes: #974578)
-- Tomas Pospisek <tpo_deb@sourcepole.ch> Sun, 15 Nov 2020 19:55:25 +0100
mailsync (5.2.7-2) unstable; urgency=low
* support syncing mails from Microsoft's mail software that
generates folded Message-ID fields with a linefeed break
for RFC's sake!
* do not include ~/.git in tarball
-- Tomas Pospisek <tpo_deb@sourcepole.ch> Tue, 10 Nov 2020 19:30:08 +0100
mailsync (5.2.6-1) unstable; urgency=low
* support automake1.16 (Closes: #865189)
- Thanks a lot Simon McVittie for reporting this and extensive
explanation and pointers!
* add tests
-- Tomas Pospisek <tpo_deb@sourcepole.ch> Sat, 07 Nov 2020 23:31:42 +0100
mailsync (5.2.5-1) unstable; urgency=low
* diff mode works again
-- Tomas Pospisek <tpo_deb@sourcepole.ch> Fri, 06 Nov 2020 22:55:14 +0100
mailsync (5.2.4-1) unstable; urgency=low
* Fix othography: s/enveloppe/envelope/
* improve wording
-- Tomas Pospisek <tpo_deb@sourcepole.ch> Wed, 28 Oct 2020 09:11:23 +0100
mailsync (5.2.3-1) unstable; urgency=low
* MiniDebConf@Vaumarcus and EmacsConf@Zürich release.
Thanks a lot to Didier Raboud and team and 200ok
for providing the opportunities to hack on stuff!
* merge internal changes with FTBFS fixes
thanks a lot Scott Kitterman and Simon Elsbrock!
* move to pkg-config
thanks to Joost van Baal-Ilić for leading me!
* remove all checks for transitive libraries. Only
check for c-client and not its dependencies.
-- Tomas Pospisek <tpo_deb@sourcepole.ch> Sat, 02 Nov 2019 16:31:06 +0100
mailsync (5.2.2-3.1) unstable; urgency=medium
* Non-maintainer upload.
* Add libkrb5-dev as an explicit build-depend to fix FTBFS (Closes: #768736)
- Thanks to Simon Elsbrock for the patch
-- Scott Kitterman <scott@kitterman.com> Sat, 15 Nov 2014 01:08:53 -0500
mailsync (5.2.3~pre2-1) unstable; urgency=low
* upstream changes:
* fix prefix matching bug
* don't segfault when migrating to -t md5
(https://sourceforge.net/tracker/?group_id=6374&atid=106374)
* THIS IS AN UNRELEASED PRE-RELEASE
-- Tomas Pospisek <tpo_deb@sourcepole.ch> Sat, 26 Jan 2013 12:54:44 +0100
mailsync (5.2.2-3) unstable; urgency=high
* set urgency=high because libc-client broke mailsync and the
mailsync currently in wheezy and to be released will not even
start. See next changelog entry and also #682256 and #686393
* debian/control: rebuild against and depend on libc-client2007e
(>= 8:2007f~dfsg-1) since c-client broke its own library
version checks. Thanks Fredrik Jonson (Closes: #685897)
* debian/copyright: made machine readable
* debian/compat: added
* debian/control: added
* a question to my 23 users (according to popcon): is it worth
to maintain this package? Wouldn't it maybe be wiser to migrate
to offlineimap? If you care about this package then please let me know.
-- Tomas Pospisek <tpo_deb@sourcepole.ch> Tue, 04 Sep 2012 21:50:01 +0200
mailsync (5.2.2-2) unstable; urgency=low
* thanks a lot to Gregor Herrmann and Ilya Barygin for the previous NMU
* debian/control: migrate from automake1.7 to automake1.11 (Closes: #648586)
* thanks to Eric Dorland for pointing out the way forward
* debian/control: bump Standards-Version to 3.8.4.0
* doc/examples/mailsync: s#/var/spool/mail#/var/mail#
* debian/rules: bump DH_COMPAT to 7
* debian/control: add ${misc:Depends} to "Depends:" field
* debian/control: add "Homepage:" field
-- Tomas Pospisek <tpo_deb@sourcepole.ch> Sun, 15 Jan 2012 13:48:23 +0100
mailsync (5.2.2-1.1) unstable; urgency=low
* Non-maintainer upload.
* Fix "FTBFS: configure: error: a working c-client installation is
required for building mailsync": apply patch from Ubuntu / Ilya Barygin:
* Fix FTBFS:
- debian/rules, acinclude/ac_with_openssl.m4, configure: provide an
additional directory to search for libssl.
- add missing build dependencies: libssl-dev, libpam0g-dev, libkrb5-dev.
(Closes: #642689)
* Additionally build depend on dpkg-dev >= 1.16.0.
-- gregor herrmann <gregoa@debian.org> Sat, 12 Nov 2011 15:57:57 +0100
mailsync (5.2.2-1) unstable; urgency=low
* remove build-dependency on automake1.6, since it's been removed from the
archive (thanks Martin Michlmayr) closes: 355317
-- Tomas Pospisek <tpo_deb@sourcepole.ch> Sun, 05 Mar 2006 20:36:54 +0100
mailsync (5.2.1-2) unstable; urgency=low
* debian:
* remove build-dependency on the automake1.5 package, which is no
more existant. (Thanks Lamont!) closes: #257379
-- Tomas Pospisek <tpo_deb@sourcepole.ch> Sat, 03 Jul 2004 15:35:28 +0200
mailsync (5.2.1-1) unstable; urgency=low
* new in upstream: closes: #256832
* #mh folders should work better
* mailsync shouldn't possibly be messing with flags at all if the
mailbox (IMAP f.ex) allows it. Check the "-n" option for most
restricted flag handling.
* don't delete duplicate messages with empty Message-IDs
* not exiting any more on stores without subdirs
* don't show message IDs by default
* "-n" has a new meaning: do not delete messages
* debian:
* depend on automake1.5|1.6|1.7 since 1.4 doesn't provide depcomp
closes: #191221
* the package should be buildable on woody out of the box. Further docu
for compiling under woody is in README.Debian (thanks Mike Crowe).
-- Tomas Pospisek <tpo_deb@sourcepole.ch> Wed, 30 Jun 2004 08:52:26 +0200
mailsync (5.1.1-1) unstable; urgency=high
* new in upstream:
* not properly expunging emails fixed - visible with #mh folders
-- Tomas Pospisek <tpo_deb@sourcepole.ch> Tue, 15 Apr 2003 09:21:34 +0200
mailsync (5.1.0-3) unstable; urgency=high
* new in upstream:
* warn about empty Message-IDs when using the default msg id algorithm.
* -di debug/log IMAP telemetry/protocol
* -dc debug configuration
* fixed traversing some boxes twice
* debian:
* dpkg-buildpackage -i excludes .deps which are needed. Sigh. Hyper-ugly
dpkg-buildpackage commandline (included) is now required for building
the package. (bugreport: Bdale/builddaemon) closes: #186943
* skipping 5.1.0-2 - upload of that version failed
-- Tomas Pospisek <tpo_deb@sourcepole.ch> Thu, 03 Apr 2003 10:12:16 +0200
mailsync (5.1.0-1) unstable; urgency=high
* new upstream:
* reengineered source and split in smaller pieces
* optional md5 msg-ids
* new courier config example
* synching of mailboxes containing submailboxes and messages should
be possible now
* diff mode is documented
* Solaris autoconf
* debian:
* libc-client-dev now contains libkrb5-dev dependency
(thanks Ryan Murray, Jonas Smedegaard) closes: #181353
* moved to libc-client 2003
(thanks LaMont, J.Guasch) closes: #185168, #182245
-- Tomas Pospisek <tpo_deb@sourcepole.ch> Wed, 26 Mar 2003 11:03:33 +0100
mailsync (4.5.3-2) unstable; urgency=high
* debian changes:
* fixed bug in rules script (thanks for report C.T.Steigies)
closes: #180745
-- Tomas Pospisek <tpo_deb@sourcepole.ch> Wed, 12 Feb 2003 16:03:08 +0100
mailsync (4.5.3-1) unstable; urgency=high
* new upstream features:
* simulate option
* size limit (contributed by Michael Krelin)
* better error handling
* reading in c-client config
* #mh examples
* bugfixes (Michael & me)
* debian changes:
* removed libkrb-dev and libssl-dev from depends since that's pulled
in by libc-client2002-dev now (thanks Jaldhar, C.Watson, M.Zimmermann,
W.Verhelst)
* changed order in which libc-client apears in order to pull in
openssl0.9.6 (thanks S.Frost for pointing put the problem)
closes: #179999
* added mh store to mailsync config example in docu closes: #150393
-- Tomas Pospisek <tpo_deb@sourcepole.ch> Wed, 12 Feb 2003 09:55:17 +0100
mailsync (4.4.4-2) unstable; urgency=high
* fixed build dependency (thanks lamont) closes: #168161
-- Tomas Pospisek <tpo_deb@sourcepole.ch> Thu, 07 Nov 2002 18:34:21 +0100
mailsync (4.4.4-1) unstable; urgency=high
* new upstream
* new upsteam features:
* gentler failure
* more log options
* closes: #167826 (thanks to Steve McIntyre's very good bug report!)
-- Tomas Pospisek <tpo_deb@sourcepole.ch> Wed, 06 Nov 2002 12:00:25 +0100
mailsync (4.4.3-1) unstable; urgency=high
* new upstream
-- Tomas Pospisek <tpo_deb@sourcepole.ch> Wed, 16 Oct 2002 14:13:35 +0200
mailsync (4.4.2-1) unstable; urgency=high
* new upstream
* fixes problem with new messages not getting marked as "new" in mutt
-- Tomas Pospisek <tpo_deb@sourcepole.ch> Wed, 16 Oct 2002 14:13:35 +0200
mailsync (4.4.1-1) unstable; urgency=high
* new upstream
-- Tomas Pospisek <tpo_deb@sourcepole.ch> Tue, 27 Aug 2002 16:41:56 +0200
mailsync (4.3.1-3) unstable; urgency=high
* censored myself to get this package past the ftpmasters
-- Tomas Pospisek <tpo_deb@sourcepole.ch> Mon, 17 Jun 2002 13:30:52 +0200
mailsync (4.3.1-1) unstable; urgency=high
* Debian License Zealotry Addendum (Debian Trade Mark): Linking with OpenSSL
is fine (confirmed by both upstream authors Tim and myself)
* changed VERSION in source
-- Tomas Pospisek <tpo_deb@sourcepole.ch> Thu, 18 Apr 2002 16:36:30 +0200
mailsync (4.3-1) unstable; urgency=high
* moving to main from non-us
* fixed segfault (thanks for bugreport Alain Tesio!) closes: #141238
* added RH build docu (thanks Aly Dharshi!)
* the _only_ code change is the segfault fix -> please include in woody
-- Tomas Pospisek <tpo_deb@sourcepole.ch> Mon, 15 Apr 2002 20:12:20 +0200
mailsync (4.2.2-1) unstable; urgency=high
* new upstream
* password can be set in store/channel
-- Tomas Pospisek <tpo_deb@sourcepole.ch> Tue, 29 Jan 2002 15:03:43 +0100
mailsync (4.2-1) unstable; urgency=high
* fixed typo in README.Debian
* added possibility to have comments in config file
* added debug flag
* added commented example mailsync config file. This should make it
easier to configure mailsync: closes: #110367
* fixed some warnings
* fixed bug in mode_diff, better output too
* more explicit output and cosmetics
* another bug fixed which had to do with delimiters being messed up
between 2 sites that use different ones (cyrus & pine-style-mbox folders)
-- Tomas Pospisek <tpo_deb@sourcepole.ch> Mon, 21 Jan 2002 01:44:55 +0100
mailsync (4.1-4) unstable; urgency=high
* Added pointer to c-client library for configuration.
* new libc-client should fix the connection problems. Gee it even
works here ;-), closes: #104253, #96264, #98669
* I tested it with g++-3 and it worked. I only had to add an include path. I
guess on a correctly set up g++-3 machine the path should be correctly set by default. closes: #104964
-- Tomas Pospisek <tpo_deb@sourcepole.ch> Tue, 21 Aug 2001 11:34:40 +0200
mailsync (4.1-3) unstable; urgency=low
* fixed my own email address :-/
* made rm use -f(orce) to remove maybe unexisting core files
-- Tomas Pospisek <tpo_deb@sourcepole.ch> Fri, 4 May 2001 16:44:38 -0400
mailsync (4.1-2) unstable; urgency=low
* fixed dependency: closes: #94075
-- Tomas Pospisek <tpo_deb@sourcepole.ch> Sun, 15 Apr 2001 21:29:09 -0400
mailsync (4.1-1) unstable; urgency=low
* Initial Release.
* Sponsored by Jaldhar H. Vyas <jaldhar@debian.org>
-- Tomas Pospisek <tpo_deb@sourcepole.ch> Mon, 2 Apr 2001 18:28:09 -0400
Local variables:
mode: debian-changelog
End:
|