On Fri, Oct 25, 2013 at 07:46:31PM +0200, gilles wrote: > User gilles has just rebuilt a master snapshot, available from: > > http://www.OpenSMTPD.org/archives/opensmtpd-201310251943.tar.gz > > [...] > > > Summary of changes since last snapshot (opensmtpd-201310241355): > --------------------------------------------------------------- > > - fix format for time_t > - use log_* functions instead of err*/warn* > - introduce envelope v1 -> v2 conversion code > - fix a possible crash in bounce code > - reduce memory usage by allocating key storage dynamically in dict API > - fix K_USERINFO lookups in mysql and pgsql table backends > >
Guys & Gals, This snapshot contains two major internal changes, and we would like you to test and report _BOTH_ success and failure. The biggest change is the envelope conversion code which gives OpenSMTPD the ability to convert envelopes from an older release to new format. It does so transparently so users will simply install 5.4.1 on top of 5.3.3 and not have to flush their queue first despie the format change. We need to test that: - users running snapshots upgrade to this with no regressions; - users running 5.3.3 can upgrade to this with a non-empty queue; In all cases, if an envelope can't be converted it will be moved to the /var/spool/smtpd/corrupt directory so in case of a bug, you will not lose the "older" message and we can fix our conversion code. The other change you will not notice except that about every process will have improved memory footprint. Thanks ! -- Gilles Chehade https://www.poolp.org @poolpOrg -- You received this mail because you are subscribed to [email protected] To unsubscribe, send a mail to: [email protected]
