On Mon, 21 Feb 2011, Phil Pennock wrote:
> From: Phil Pennock <pdp@???>
> To: exim-users@???, exim-dev@???
> Date: Mon, 21 Feb 2011 06:56:46
> Subject: [exim] Exim 4.75 RC1 uploaded
> Reply-To: exim-users@???
>
> I have uploaded Exim 4.75 RC1 to:
> ftp://ftp.exim.org/pub/exim/exim4/test/
>
> This shall be principally a stabilisation release. The last
> couple of releases were a little hurried, so 4.75 will be mostly
> bug-fixes.
Certainly compiles OK on Solaris5.10 using gcc-3.4.3.
I needed to make the following trivial change to get it to compile
on Solaris5.10 using gcc-2.95.3. Older versions of gcc really like
to have variables declared at the head of the block in which they are
used.
*** exim-4.75_RC1/src/spam.c.orig Mon Feb 21 06:33:58 2011
--- exim-4.75_RC1/src/spam.c Mon Feb 21 11:58:24 2011
***************
*** 150,155 ****
--- 150,156 ----
};
while ( num_servers > 0 ) {
+ int i;
/* Randomly pick a server to try */
current_server = random_number( num_servers );
***************
*** 185,191 ****
/* Remove the server from the list. XXX We should free the memory */
num_servers--;
- int i;
for( i = current_server; i < num_servers; i++ )
spamd_address_vector[i] = spamd_address_vector[i+1];
}
--- 186,191 ----
> ChangeLog can be found at:
> http://git.exim.org/exim.git/blob/2799857cb7b4195c20e20f34022b270c0266b766:/doc/doc-txt/ChangeLog
And, just to prove I'm an incurable pedant :-( The first bugfix in
the Changelog reads:
9 NM/01 Workround for PCRE version dependancy in version reporting
10 Bugzilla 1073
ispell tells me that "dependancy" should be dependency.
^ ^
| |
--
Dennis Davis, BUCS, University of Bath, Bath, BA2 7AY, UK
D.H.Davis@??? Phone: +44 1225 386101