ph10 2005/10/03 10:56:42 BST
Modified files:
exim-doc/doc-txt ChangeLog
exim-src/src/pcre Makefile
Log:
Fix typo in pcre/Makefile.
Revision Changes Path
1.242 +5 -0 exim/exim-doc/doc-txt/ChangeLog
1.5 +1 -1 exim/exim-src/src/pcre/Makefile
Index: ChangeLog
===================================================================
RCS file: /home/cvs/exim/exim-doc/doc-txt/ChangeLog,v
retrieving revision 1.241
retrieving revision 1.242
diff -u -r1.241 -r1.242
--- ChangeLog 28 Sep 2005 10:46:48 -0000 1.241
+++ ChangeLog 3 Oct 2005 09:56:42 -0000 1.242
@@ -1,4 +1,4 @@
-$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.241 2005/09/28 10:46:48 ph10 Exp $
+$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.242 2005/10/03 09:56:42 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -9,6 +9,11 @@
PH/01 The ${base62: operator adjusted itself to base 36 when BASE_62 was
set to 36 (for Darwin and Cygwin), but the ${base62d: operator did not.
It now does.
+
+PH/02 Two minor problems detected in Cygwin: the os.{c,h} files had lost */ on
+ the CVS lines, and there was a missing #if HAVE_IPV6 in host.c.
+
+PH/03 Typo: missing ".o" in src/pcre/Makefile.
Exim version 4.53
Index: Makefile
===================================================================
RCS file: /home/cvs/exim/exim-src/src/pcre/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile 17 Jun 2005 11:33:00 -0000 1.4
+++ Makefile 3 Oct 2005 09:56:42 -0000 1.5
@@ -1,4 +1,4 @@
-# $Cambridge: exim/exim-src/src/pcre/Makefile,v 1.4 2005/06/17 11:33:00 ph10 Exp $
+# $Cambridge: exim/exim-src/src/pcre/Makefile,v 1.5 2005/10/03 09:56:42 ph10 Exp $
# Makefile for PCRE (Perl-Compatible Regular Expression) library for use by
# Exim. This is a tailored Makefile, not the normal one that comes with the
@@ -57,7 +57,7 @@
@echo "$(CC) pcre_get.c"
$(FE)$(CC) -c $(CFLAGS) pcre_get.c
-pcre_globals.: pcre_globals.c pcre.h config.h pcre_internal.h Makefile
+pcre_globals.o: pcre_globals.c pcre.h config.h pcre_internal.h Makefile
@echo "$(CC) pcre_globals.c"
$(FE)$(CC) -c $(CFLAGS) pcre_globals.c