cvs: gd(GD_2_0) /libgd Makefile.am NEWS /libgd/windows Makefile

[email protected] ("Pierre-Alain Joye")
Newsgroups php.gd.cvs
Message-ID <cvspajoye1173109336@cvsserver>
pajoye		Mon Mar  5 15:42:16 2007 UTC

  Modified files:              (Branch: GD_2_0)
    /gd/libgd	NEWS Makefile.am 
    /gd/libgd/windows	Makefile 
  Log:
  - #51
   - revert Ilia's patch (was not required)
   - Remove strlcpy, we don't need it now (I keep it in cvs just in case
     but it will not be distributed or used in the binaries)
  
  
http://cvs.php.net/viewvc.cgi/gd/libgd/NEWS?r1=1.4.2.5&r2=1.4.2.6&diff_format=u
Index: gd/libgd/NEWS
diff -u gd/libgd/NEWS:1.4.2.5 gd/libgd/NEWS:1.4.2.6
--- gd/libgd/NEWS:1.4.2.5	Tue Feb 27 00:38:30 2007
+++ gd/libgd/NEWS	Mon Mar  5 15:42:16 2007
@@ -1,7 +1,7 @@
 GD 2.0.35RC1 (2007-02-27)
 41, Fix valgrind error in gdImageFillTiled (Nuno Lopes) 
 45, Add missing custom cmake macros (required for the tests suite)
-51, Use strlcpy() instead of strncpy() in gd_gif_c (Ilia, Pierre)
+51, Avoid signature buffer copy  in gd_gif_c (Nuno Lopes)
 48, Race condition in gdImageStringFTEx (Antony Dogval, Pierre)
 
 GD 2.0.34 (2007-02-07)
http://cvs.php.net/viewvc.cgi/gd/libgd/Makefile.am?r1=1.8.2.2&r2=1.8.2.3&diff_format=u
Index: gd/libgd/Makefile.am
diff -u gd/libgd/Makefile.am:1.8.2.2 gd/libgd/Makefile.am:1.8.2.3
--- gd/libgd/Makefile.am:1.8.2.2	Mon Feb 26 23:39:43 2007
+++ gd/libgd/Makefile.am	Mon Mar  5 15:42:16 2007
@@ -17,7 +17,7 @@
 
 lib_LTLIBRARIES = libgd.la
 
-libgd_la_SOURCES = gd.c gdfx.c gd_security.c gd_gd.c gd_gd2.c gd_io.c gd_io_dp.c gd_gif_in.c gd_gif_out.c gd_io_file.c gd_io_ss.c gd_jpeg.c gd_png.c gd_ss.c gd_topal.c gd_wbmp.c gdcache.c gdfontg.c gdfontl.c gdfontmb.c gdfonts.c gdfontt.c gdft.c gdhelpers.c gdhelpers.h gdkanji.c gdtables.c gdxpm.c jisx0208.h wbmp.c wbmp.h strlcpy.c
+libgd_la_SOURCES = gd.c gdfx.c gd_security.c gd_gd.c gd_gd2.c gd_io.c gd_io_dp.c gd_gif_in.c gd_gif_out.c gd_io_file.c gd_io_ss.c gd_jpeg.c gd_png.c gd_ss.c gd_topal.c gd_wbmp.c gdcache.c gdfontg.c gdfontl.c gdfontmb.c gdfonts.c gdfontt.c gdft.c gdhelpers.c gdhelpers.h gdkanji.c gdtables.c gdxpm.c jisx0208.h wbmp.c wbmp.h
 
 libgd_la_LDFLAGS = -version-info 2:0:0 $(XTRA_LDFLAGS)
 
http://cvs.php.net/viewvc.cgi/gd/libgd/windows/Makefile?r1=1.5.2.2&r2=1.5.2.3&diff_format=u
Index: gd/libgd/windows/Makefile
diff -u gd/libgd/windows/Makefile:1.5.2.2 gd/libgd/windows/Makefile:1.5.2.3
--- gd/libgd/windows/Makefile:1.5.2.2	Fri Mar  2 14:36:49 2007
+++ gd/libgd/windows/Makefile	Mon Mar  5 15:42:16 2007
@@ -1,5 +1,5 @@
 # Makefile form Microsoft C++ nmake.exe
-# $Id: Makefile,v 1.5.2.2 2007/03/02 14:36:49 edink Exp $
+# $Id: Makefile,v 1.5.2.3 2007/03/05 15:42:16 pajoye Exp $
 
 CC=cl.exe
 LD=link.exe
@@ -76,9 +76,7 @@
   gd_topal.obj \
   gd_wbmp.obj \
   gdxpm.obj \
-  wbmp.obj \
-  strlcpy.obj
-
+  wbmp.obj
 
 
 EXE_OBJS= \
@@ -140,4 +138,4 @@
 	
 clean:
 	-del /q *.obj *.dll *.lib *.ilk *.pdb *.exp *.exe *.png
-	-rmdir /s /q distro
\ No newline at end of file
+	-rmdir /s /q distro
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.