"Fossies" - the Fresh Open Source Software Archive 
Member "postal-0.76/debian/changelog" (26 Jan 2021, 16064 Bytes) of package /linux/privat/postal-0.76.tgz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 postal (0.76) unstable; urgency=medium
2
3 * Added to Debian Salsa repository.
4 * Updated control file to include homepage and git repository.
5 * #define PATH_MAX if it's not already defined, for HURD.
6
7 -- Russell Coker <russell@coker.com.au> Wed, 27 Jan 2021 00:37:57 +1100
8
9 postal (0.75) unstable; urgency=medium
10
11 * Fix some compiler warnings.
12 * Stop autoconf controlling stripping. Closes: #437782
13
14 -- Russell Coker <russell@coker.com.au> Tue, 13 Dec 2016 23:00:46 +1100
15
16 postal (0.74) unstable; urgency=medium
17
18 * Add -b option to bind to an address to bhm
19 * Add changes from NMU and use Debhelper compat level 9.
20 * Fix buffer underrun. Closes: #784704
21 * Made it build with GCC-6. Closes: #811884
22
23 -- Russell Coker <russell@coker.com.au> Thu, 30 Jun 2016 18:07:19 +1000
24
25 postal (0.73+nmu1) unstable; urgency=medium
26
27 * Non-maintainer upload.
28 * Do not #include <gcrypt.h> when unnecessary.
29 * Stop linking against libgcrypt.
30 * Build against GnuTLS v3.
31 Closes: #638654
32
33 -- Andreas Metzler <ametzler@debian.org> Mon, 18 Aug 2014 19:25:50 +0200
34
35 postal (0.73) unstable; urgency=low
36
37 * Make postal correctly issue the quit command after delivery failure.
38 * Fixed a bunch of valgrind errors.
39 * Fixed a nasty bug with tab separated fields.
40
41 -- Russell Coker <russell@coker.com.au> Tue, 17 Jan 2012 07:48:14 +1100
42
43 postal (0.72) unstable; urgency=low
44
45 * Make LMTP work.
46 * Accept a tab as a field delimiter for the user-list file.
47
48 -- Russell Coker <russell@coker.com.au> Sat, 14 Jan 2012 19:27:21 +1100
49
50 postal (0.71) unstable; urgency=low
51
52 * Made rabid get the password right when -u is used. Thanks to Lars Nordin
53 for the patch.
54 * Made rabid correctly check for the '.' at the end of the results of the
55 list command.
56 * Made all the programs correctly handle a userlist that has empty lines.
57 * Use the -lgcrypt option when using gcrypt.
58 * Only call gcry_control() if GNUTLS_VERSION_NUMBER <= 0x020b00
59 * Ignore blank lines in user list.
60 * Add subject, date, and msgid to the md5sum in the client.
61 Closes: #611907
62 * Stop using gnutls_kx_set_priority()
63 Closes: #624038
64 * Added a patch from Michael Brown <michael@netdirect.ca> to make an RPM build
65 on RHEL5 (and probably other RPM systems).
66 * Added a patch from Brad Hards <bradh@frogmouth.net> to fix typos in the
67 man page.
68 * Rewrote a lot of the md5 checking code, now the md5 hash is stored in a
69 header. It should work now.
70
71 -- Russell Coker <russell@coker.com.au> Mon, 02 Jan 2012 17:08:50 +1100
72
73 postal (0.70) unstable; urgency=low
74
75 * Made it build correctly when no SSL support is configured. Also tidy
76 up the documentation.
77
78 -- Russell Coker <russell@coker.com.au> Mon, 26 May 2008 19:33:48 +1000
79
80 postal (0.69) unstable; urgency=low
81
82 * Really fix the GCC 4.3 issues. The main change was to remove the
83 OS/2 and Win32 support (which probably didn't work anyway). The previous
84 version actually fixed GCC 4.2 issues. I don't plan to fix the
85 ext/hash_map issue yet, it doesn't stop anything from working and I'm
86 afraid of breaking things for the majority of systems which use older
87 headers. Thanks to Bradley Smith and Chris Lamb for sending a patch.
88 Closes: #474831
89 Thanks to Martin Michlmayr for sending a patch.
90 Closes: #417480
91
92 -- Russell Coker <russell@coker.com.au> Sat, 19 Apr 2008 08:07:00 +1000
93
94 postal (0.68) unstable; urgency=low
95
96 * Added $(DESTDIR) support to the Makefile and -lrt for nanosleep() on
97 OpenSolaris (the OpenSolaris code is not tested).
98 * Fixed a minor compilation bug when not using GNUTLS.
99 Thanks Frank Fegert <frank.fegert@web.de>.
100 * Made it not use C++ warning flags on C compilation.
101 * Updated it to the latest Debian standards for Lenny and compile with
102 GCC 4.3. Closes: #474831
103
104 -- Russell Coker <russell@coker.com.au> Wed, 9 Apr 2008 11:16:00 +1000
105
106 postal (0.67-0.1) unstable; urgency=medium
107
108 * Non-maintainer upload.
109 * Fix FTBFS with gcc-4.3. Thanks to MArtin Michlmayr. Closes: #417480
110
111 -- Andreas Barth <aba@not.so.argh.org> Sun, 16 Mar 2008 23:48:44 +0000
112
113 postal (0.67) unstable; urgency=low
114
115 * Changed license to GPLv3.
116
117 -- Russell Coker <russell@coker.com.au> Mon, 2 Jul 2007 20:12:00 +1000
118
119 postal (0.66) unstable; urgency=low
120
121 * Added MessageId to Postal.
122 * Added "make dep".
123 * Made GNUTLS work in bhm.
124
125 -- Russell Coker <russell@coker.com.au> Fri, 2 Mar 2007 18:44:00 +1100
126
127 postal (0.65) unstable; urgency=low
128
129 * Added new program bhm to listen on port 25 and send mail to /dev/null.
130 This allows testing mail relay systems.
131 * Fixed a minor bug in reporting when compiled without SSL.
132 * Made postal write the date header in correct RFC2822 format.
133 * Removed the name-expansion feature, it confused many people and is not
134 needed now that desktop machines typically have 1G of RAM.
135 Now postal and rabid can have the same user-list file.
136 * Moved postal-list into the bin directory.
137 * Changed the thread stack size to 32K (used to be the default of 10M) to
138 save virtual memory size (not that this makes much difference to
139 anything other than the maximum number of threads on i386).
140 * Added a minimum message size option to Postal.
141 * Added a Postal option to specify a list of sender addresses separately to
142 the list of recipient addresses.
143 * Removed some unnecessary error messages.
144 * Handle EINTR to allow ^Z and "bg" from the command line. I probably
145 don't handle all cases, but now that I agree that failure to handle ^Z is
146 an error I expect bug reports.
147 * Made the test programs display output on the minute, previously they
148 displayed once per minute (EG 11:10:35) while now it will be 11:10:00.
149 This also means that the first minute reported will have something less
150 than 60 seconds of data - this does not matter as a mail server takes
151 longer than that to get up to speed.
152 * Added support for GNUTLS and made the Debian package build with it.
153 Note that BHM doesn't yet work correctly with TLS.
154 * Made the programs exit cleanly.
155
156 -- Russell Coker <russell@coker.com.au> Thu, 18 Jan 2007 08:14:00 +1100
157
158 postal (0.62.1) unstable; urgency=low
159
160 * NMU
161 * Build-Depend: libssl-dev, not libssl096-dev. Closes: #176956
162
163 -- LaMont Jones <lamont@debian.org> Sun, 25 May 2003 21:33:07 -0600
164
165 postal (0.62) unstable; urgency=high
166
167 * Added an INSTALL document.
168
169 * Made it compile with GCC 3.2.
170
171 -- Russell Coker <russell@coker.com.au> Tue, 14 Jan 2003 13:28:00 +0100
172
173 postal (0.61-1) unstable; urgency=high
174
175 * Changed the section to main.
176
177 -- Russell Coker <russell@coker.com.au> Sun, 16 Jun 2002 23:17:00 +0200
178
179 postal (0.61) unstable; urgency=high
180
181 * Fixed the makefile to not use "-d" or "-p" options to $(INSTALL).
182
183 * Changed connect() functions to Connect() because of some problems with
184 Solaris.
185
186 * Removed the optind=0 which caused problems on BSD.
187
188 -- Russell Coker <russell@coker.com.au> Sun, 16 Jun 2002 21:16:00 +0200
189
190 postal (0.60) unstable; urgency=high
191
192 * Added #include <stdlib.h> to mutex.cpp to make exit() be resolved correctly.
193
194 * Fixed the delete percentage code for rabid. The option "-d100:0" will mean
195 that no messages get deleted.
196
197 * Added a new version of the thread code from Bonnie++, fixes a few bugs.
198
199 * Made the configure.in more like that from Bonnie++.
200
201 * Added new debugging code to log to disk all network IO.
202
203 * Made IMAP default to port 143, not that it matters much as IMAP is still
204 broken.
205
206 * Tidied up some of the error handling code.
207
208 * Changed the threading code to monitor when threads exit so solve some
209 exit time crashes.
210
211 * Changed the header files to work with GCC 3.0.
212 Closes: #99859, #104965
213
214 -- Russell Coker <russell@coker.com.au> Sun, 9 Sep 2001 00:41:20 +0200
215
216 postal (0.59) unstable; urgency=high
217
218 * Closes: #86932
219 Fixed the Build-Depends.
220
221 * Added stdlib.h to mutex.cpp to make it compile on all systems.
222
223 * Added rule "install-bin" to the makefile to install binaries without
224 man pages, "make install" will install everything.
225
226 * Removed the code to disable compiling with user-name conversion. It should
227 compile on all systems now!
228
229 -- Russell Coker <russell@coker.com.au> Mon, 6 Mar 2001 20:59:39 +0100
230
231 postal (0.58) unstable; urgency=high
232
233 * Closes:#79647
234 Now removes the md5.o file on "make clean" regardless if it'll be generated
235 by a compile.
236
237 * Puts the version in Autoconf.
238
239 * Now with new thread class with Win32 and OS/2 portability.
240
241 * Added RPM .spec file.
242
243 * Closes:#63973
244 Was closed before but BTS didn't recognise it.
245
246 * Closes:#71184
247 Was closed before but BTS didn't recognise it.
248
249 * Closes:#71913
250 Was closed before but BTS didn't recognise it.
251
252 -- Russell Coker <russell@coker.com.au> Mon, 19 Feb 2001 23:47:23 +0100
253
254 postal (0.57) unstable; urgency=high
255
256 * Added extra compiler checks and fixed many trivial bugs.
257
258 * Fixed some *BSD portability problems, should work on *BSD now.
259
260 -- Russell Coker <russell@coker.com.au> Thu, 7 Dec 2000 06:58:38 +0100
261
262 postal (0.56) unstable; urgency=high
263
264 * Fixed a bug in client.cpp that stopped compiling without SSL.
265
266 * Closes:#71913
267 Added build-depends on libssl095a-dev.
268
269 * Changed the autoconf support for checking for C++ slightly. It should
270 now work better for some strange setups and work the same for everyone
271 else (I hope).
272
273 * Added --disable-stripping option for ./configure if you don't want binaries
274 stripped.
275
276 * Added --disable-ssl option for ./configure if you don't want to compile
277 with SSL.
278
279 * Added Solaris package manager support.
280
281 -- Russell Coker <russell@coker.com.au> Sun, 8 Oct 2000 14:21:54 +0100
282
283 postal (0.55) unstable; urgency=low
284
285 * Closes:#71184
286 Now in "non-US" instead of "non-us".
287
288 * Stopped rabid breaking on POP servers that support "CAPA" and added check
289 for STLS in CAPA output.
290
291 * Added better autoconf support for Solaris, now checks for link flags and
292 uses int for the size of sockaddr_in instead of socklen_t on Linux or
293 size_t (which the stupid Solaris documentation recommends).
294
295 * Made rabid support not downloading all messages and not deleting all
296 messages it downloads.
297
298 * Added the following option to ./configure:
299 --with-extra-libs=DIR adds non standard library paths
300
301 * Added Build-Depends (NOT FINISHED).
302
303 * Fixed a warning about an unused variable for Mutex class on non-Linux.
304
305 -- Russell Coker <russell@coker.com.au> Sat, 9 Sep 2000 10:00:52 +0100
306
307 postal (0.54) unstable; urgency=low
308
309 * Fixed the locking so that Rabid won't access the same account from two
310 threads at the same time. This fixes a variety of error conditions that
311 a POP server can return. Also the old buggy code may have caused Postal
312 to crash in some situations.
313
314 * Renamed class Fork to Thread.
315
316 * Added extra gcc warning options and fixed some suspect code.
317
318 * Added ./configure option --disable-conversion, it removes the user-name
319 expansion facility and allows compilation on Slackware and BSD machines
320 with broken regex headers.
321
322 -- Russell Coker <russell@coker.com.au> Tue, 1 Aug 2000 10:46:00 +0100
323
324 postal (0.53) unstable; urgency=low
325
326 * Removed all utsname() code, so the hostname/domainname kernel values are
327 not used any more at all! Now do gethostbyaddr() to get the name of the
328 local end of the connection for EHLO. Closes: #63973
329
330 -- Russell Coker <russell@coker.com.au> Sun, 23 Jul 2000 17:42:48 +0100
331
332 postal (0.52) unstable; urgency=low
333
334 * Changed section to non-us/utils.
335
336 * Added autoconf support for easier portability. Should be almost portable
337 to Solaris now. ;)
338
339 -- Russell Coker <russell@coker.com.au> Sun, 23 Apr 2000 22:14:48 +0100
340
341 postal (0.51) unstable; urgency=low
342
343 * Added support for compiling without SSL.
344
345 * Some hacky support for porting to Solaris.
346
347 -- Russell Coker <russell@coker.com.au> Thu, 20 Apr 2000 17:28:41 +0100
348
349 postal (0.50) unstable; urgency=low
350
351 * Added SSL support.
352
353 -- Russell Coker <russell@coker.com.au> Thu, 09 Mar 2000 18:35:59 +0100
354
355 postal (0.45) unstable; urgency=low
356
357 * Use the OpenSSL code for MD5.
358 * Use more warnings in GCC and change the code not to trigger them.
359 * Pthreads code now can track return values (not using them yet though).
360 * Create threads detached.
361 * Made some error messages clearer.
362 * Added check for blank at end of POP message.
363 * Don't crash for really high rate limits.
364
365 -- Russell Coker <russell@coker.com.au> Thu, 09 Mar 2000 18:35:59 +0100
366
367 postal (0.40) unstable; urgency=low
368
369 * Changed from fork() to pthreads. This will allow easier portability with
370 OS/2 and NT and also should make it a bit faster.
371 * Added support for just connecting and quiting without doing anything,
372 good for testing a LocalDirector.
373 * Added flag for broken Netscape mail server.
374
375 -- Russell Coker <russell@coker.com.au> Fri, 25 Feb 2000 11:41:05 +0100
376
377 postal (0.30) unstable; urgency=low
378
379 * Now use getopt() for options processing. All command-line parameters are
380 now changed.
381 * Changed man pages to section 8 and moved binaries to /usr/sbin, this is
382 a sys-admin type program.
383 * Added support for specifying which local IP address to use. Also added
384 support for specifying multiple servers (for round-robin without DNS
385 configured).
386
387 -- Russell Coker <russell@coker.com.au> Sun, 20 Feb 2000 00:19:03 +0100
388
389 postal (0.25) unstable; urgency=low
390
391 * Cleaned up some of the error message code.
392 * Fixed a race condition and a buffer overrun in the locking code which
393 prevents multiple processes from accessing the same account. I'm
394 surprised that the previous version appeared to work properly.
395 * Added rate limiting code to Postal (msgs per minute) and Rabid (connections
396 per minute).
397 * Added support for DNS lookups on every connection (for round-robin DNS).
398
399 -- Russell Coker <russell@coker.com.au> Sun, 13 Feb 2000 20:10:37 +0100
400
401 postal (0.20) unstable; urgency=low
402
403 * Postal now supports sending multiple messages per connection.
404 * Postal now sends "EHLO" and supports multi-line responses.
405 * For Postal you now specify the maximum message size not the average.
406 * Hostname format now supports a preceeding '+' to specify round-robin
407 DNS (IE a DNS lookup before every connection).
408 * Hostname format now can be a name or IP address inside square brackets
409 followed by a port number (for non-default port).
410 * DNS lookup code is now in tcp.{c,h} as it should be.
411 * Rabid now sends "\r\n" at the end of each line (used to send "\n").
412
413 -- Russell Coker <russell@coker.com.au> Thu, 10 Feb 2000 21:22:38 +0100
414
415 postal (0.15) unstable; urgency=low
416
417 * Fixed the headers bug.
418 * Debugged Rabid, it seems to work perfectly now. ;)
419 * Postal now adds an md5 checksum to all messages it sends.
420 * Rabid now checks the md5 checksum's on messages it receives that have an
421 X-Postal header field. It displays an error message on a mis-match.
422
423 -- Russell Coker <russell@coker.com.au> Mon, 7 Feb 2000 16:55:00 +0100
424
425 postal (0.10) unstable; urgency=low
426
427 * Made the stats report more accurately and faster.
428 * Added "Rabid" the POP benchmark (still needs some debugging).
429 * Made the code more object oriented and portable.
430 * Added the postal-list program to list all the possible ways of expanding
431 names.
432
433 -- Russell Coker <russell@coker.com.au> Fri, 4 Feb 2000 22:02:38 +0100
434
435 postal (0.06) unstable; urgency=low
436
437 * Made it use much less CPU time.
438
439 -- Russell Coker <russell@coker.com.au> Sat, 22 Jan 2000 17:06:51 +0100
440
441 postal (0.05) unstable; urgency=low
442
443 * Fixed some minor bugs and added some portability code.
444
445 -- Russell Coker <russell@coker.com.au> Thu, 12 Jan 2000 21:52:50 +1100
446
447 postal (0.01) unstable; urgency=low
448
449 * Initial Release.
450 * Sponsored by Brian May <bam@snoopy.apana.org.au>
451
452 -- Russell Coker <russell@coker.com.au> Thu, 30 Dec 1999 01:22:45 +0100
453
454 Local variables:
455 mode: debian-changelog
456 End: